51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ps
Nginx强制http跳转https访问的几种方法
Nginx让http的链接自动跳转到https的链接,其实方法还是蛮多的,下面介绍两种常用方法。方法一可以把所有的HTTP请求通过rewrite重写到HTTPS上server{listen80;server_nameXXXXX.com;//你的域名//rewrite^(.*)$https://XXXXXX.comper...
开发笔记
·
2024-09-29
Nginx
强制
http
跳转
https
linux ps命令的使用方法
在Linux中,ps命令用于显示当前运行进程的快照。以下是ps命令的一些常用选项和使用方法:ps:显示当前用户的运行进程快照。ps-ef:显示所有运行的进程。ps-aux:显示所有包括其他用户进程在内的进程。ps-uusername:显示指定用户的进程。ps-ppid:显示指定进程ID的进程信息。ps-l:以长格式显示...
开发笔记
·
2024-09-25
linux
ps
命令
使用方法
解决"requests.exceptions.SSLError: HTTPSConnectionPool"报错问题
在处理Pythonrequests模块抓取数据的时候,有提示"requests.exceptions.SSLError:HTTPSConnectionPool"报错问题。于是我们只需要在requests.get请求中加入 verify=False 参数即可。但是这样之后还是有很多...
开发笔记
·
2024-08-29
解决
quotrequests.exceptions.SSLError
HTTPSConnectionPool
quot
报错
eclipse导出jar包
Eclipse是一款功能强大的集成开发环境,广泛应用于Java开发领域。在开发Java项目时,通常会将代码打包成可执行的jar包,以便在其他环境中运行或共享给其他开发者。本文将介绍如何在Eclipse中导出jar包并简述其原理与步骤。 在Eclipse中导出jar包主要有两种方式:通过“Expor...
开发笔记
·
2024-07-01
eclipse
导出
jar
nginx http跳https
if($scheme="http"){rewrite^(.*)$https://$host$1permanent;} http状态码301和302 官方的比较简洁的说明: 301redirect:301代表永久性转移(Permanen...
开发笔记
·
2024-01-15
nginx
http
https
Chrome浏览器禁止http自动转成https
打开Chrome浏览器,在地址栏中输入 chrome://net-internals/#hsts在页面中查找Deletedomainsecuritypolicies,在 Domain的输入框中输入域名,并点击 Delete删除可以在QueryExpect-CTdomain中测试是否删除成功...
开发笔记
·
2024-01-12
Chrome
浏览器
禁止
http
自动
css border-collapse CSS border-collapse 属性
CSSborder-collapse属性定义表格边框的合并方式。border-collapse:collapse|separate;border-collapse属性可以有两个值:collapse和separate。默认值是separate,表示单元格之间的边框是分离的,即使用不同的颜色也可以看出来。而co...
开发笔记
·
2023-12-02
border-collapse
css
CSS
属性
ORA-32313: REFRESH FAST of “string”.”string” unsupported after PMOPs
文档解释ORA-32313:REFRESHFASTof“string”.”string”unsupportedafterPMOPsCause:APartitionMaintenanceOperation(PMOP)hasbeenperformedonadetailtabl...
IT技术学习
·
2023-07-28
ORA-32313
REFRESH
FAST
of
#8220string
ORA-30053: invalid upper limit snapshot expression
文档解释ORA-30053:invalidupperlimitsnapshotexpressionCause:TheupperlimitsnapshotexpressionisgreaterthantheSQLstatementreadsnapshot.Action:Specifyavalidupperlimitsna...
IT技术学习
·
2023-07-28
ORA-30053
invalid
upper
limit
snapshot
ORA-19048: Cannot specify VARRAY storage in tableProps
文档解释ORA-19048:CannotspecifyVARRAYstorageintablePropsCause:AnattemptwasmadetostoreallvarraysastablesorLOBsintableProps.Action:DonotspecifyvarraystoreastablesorLO...
IT技术学习
·
2023-07-28
ORA-19048
Cannot
specify
VARRAY
storage
ORA-14300: partitioning key maps to a partition outside maximum permitted number of partitions
文档解释ORA-14300:partitioningkeymapstoapartitionoutsidemaximumpermittednumberofpartitionsCause:Therowinsertedhadapartitioningkeythatmapstoapartitionnumbergreaterth...
IT技术学习
·
2023-07-28
ORA-14300
partitioning
key
maps
to
ORA-32404: snapshot log uses Change Data Capture which is not enabled for this database
文档解释ORA-32404:snapshotlogusesChangeDataCapturewhichisnotenabledforthisdatabaseCause:AsnapshotlogthatutilizesChangeDataCaptureisbeingimportedtoadatabasewhereChan...
IT技术学习
·
2023-07-28
ORA-32404
snapshot
log
uses
Change
ORA-15414: Appliance mode requires at least string failure groups and either string or string disks in all failure groups.
文档解释ORA-15414:Appliancemoderequiresatleaststringfailuregroupsandeitherstringorstringdisksinallfailuregroups.Cause:Appliancemodecouldnotbeenabledbecauseitdidnotm...
IT技术学习
·
2023-07-28
string
failure
ORA-15414
Appliance
mode
ORA-47033: Factor link for string and string is referred by one or more identity maps.
文档解释ORA-47033:Factorlinkforstringandstringisreferredbyoneormoreidentitymaps.Cause:Thespecifiedfactorlinkwasreferredbyexistingidentitymaps.Action:Removethedepend...
IT技术学习
·
2023-07-28
string
ORA-47033
Factor
link
for
ORA-07820: sspscn: SYS$CRELNM failure
文档解释ORA-07820:sspscn:SYS$CRELNMfailureCause:AnerrorwasreturnedfromtheSYS$CRELNMfunctionAction:ChecksystemerrorandrefertoVMSdocumentationORA-07820:sspscn:SYS$CRE...
IT技术学习
·
2023-07-27
ORA-07820
sspscn
SYS
CRELNM
failure
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他