码迷,mamicode.com
首页 >  
搜索关键字:cer    ( 1725个结果
nginx for windows
一.介绍安装 公司由于linux云服务器还没批下来,暂时先在windows服务器上测试。Windows版nginx使用本地Win32 API(而非Cygwin仿真层)。当前仅使用select()和poll()(1.15.9)连接处理方法(事件驱动模型),因此不应期望高性能和可伸缩性(在linux上支 ...
分类:Windows程序   时间:2020-01-09 10:33:06    阅读次数:110
linux 安装ssl 失败原因
配置文件成功的情况下打不开:开放端口 设置端口 ...
分类:系统相关   时间:2020-01-08 14:49:19    阅读次数:120
swiper轮播图(中间大,两侧小)
```html aaa bbb ccc ddd eee ``````js``````css#certify { position: relative; width: 100%; margin: 72px auto 0}#certify .swiper-container ... ...
分类:其他好文   时间:2020-01-08 14:33:28    阅读次数:523
kafka sasl/plain安全认证
1.SASL认证机制版本支持 SASL/GSSAPI (Kerberos) - starting at version 0.9.0.0SASL/PLAIN - starting at version 0.10.0.0SASL/SCRAM-SHA-256 and SASL/SCRAM-SHA-512 ...
分类:其他好文   时间:2020-01-07 13:14:40    阅读次数:105
JAVA通用GET和POST方法
1.先设置请求和超时时间: /** * 读超时设置30分钟 */ private static int READTIMEOUT = 1800000; /** * 链接超时设置30秒 */ private static int CONNECTTIMEOUT = 30000; 2.GET请求,Servi ...
分类:编程语言   时间:2020-01-06 14:19:04    阅读次数:150
吴恩达《深度学习》-课后测验-第三门课 结构化机器学习项目(Structuring Machine Learning Projects)-Week2 Autonomous driving (case study) (case study)( 自动驾驶 (案例研究))
Week2 Autonomous driving (case study) (case study)( 自动驾驶 (案例研究)) \1. To help you practice strategies for machine learning, in this week we’ll present ...
分类:系统相关   时间:2020-01-06 12:28:49    阅读次数:148
Ethical Hacking - GAINING ACCESS(12)
CLIENT SIDE ATTACKS Backdoor delivery method1 - Spoofing Software Updates Fake an update for an already installed program. Install the backdoor instea ...
分类:数据库   时间:2020-01-04 00:57:21    阅读次数:91
kubelet签署证书到期解决
现象harbor镜像平台服务器出现内部错误,请求无法完成排查登陆dashboard发现node节点状态都为notready,然后登陆node节点看到确实都为notready,本能反应是把kubelet、kube-proxy服务都重新一遍,重新后状态任然为notready状态。这时细看nodes节点状态age为368d,感觉应该是什么过期了,之前还特意申请证书为10年,应该不是证书的问题,后来查阅部
分类:其他好文   时间:2020-01-01 10:04:29    阅读次数:96
pdf to unicode
CPDF_ToUnicodeMap::Load(CPDF_Stream* pStream) https://stackoverflow.com/questions/15721846/cidfonts-and-mapping ...
分类:其他好文   时间:2019-12-30 23:01:12    阅读次数:67
delphi连接mysql不用添加DSN(mysql connector odbc 5.1版)
一、下载安装mysql驱动http://mysql.com/downloads/connector/odbc/二、添加adoconnection,adoquery,使用以下连接字符串http://www.connectionstrings.com/mysql#p31adoconnection的属性C ...
分类:数据库   时间:2019-12-30 19:47:14    阅读次数:97
1725条   上一页 1 ... 24 25 26 27 28 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!