码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
SSL与TLS的区别和联系
SSL的由来 SSL(Secure Socket Layer 安全套接层)是TCP/IP协议中基于HTTP之下TCP之上的一个可选协议层。 起初HTTP在传输数据时使用的是明文,是不安全的。为了解决这个隐患,网景(Netscap)公司推出了SSL。而越来越多的人也开始使用HTTPS(HTTP+SSL ...
分类:其他好文   时间:2020-06-25 12:18:14    阅读次数:115
Selecting Courses
Selecting Courses Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10627 Accepted: 4803 Description It is well known that it is not easy to ...
分类:其他好文   时间:2020-06-24 21:36:57    阅读次数:72
scp报错“WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!”解决方法
rm -rf ~/.ssh/known_hosts ...
分类:其他好文   时间:2020-06-24 20:05:54    阅读次数:91
很经典的一段代码-django source code
1 def _parse_known_args(self, arg_strings, namespace): 2 # replace arg strings that are file references 3 if self.fromfile_prefix_chars is not None: 4 ...
分类:其他好文   时间:2020-06-24 14:04:54    阅读次数:54
1019 General Palindromic Number
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number ...
分类:其他好文   时间:2020-06-22 19:18:22    阅读次数:60
SSH免密登录详解
本文让你搞懂两项内容,1:如何配置SSH免密登录;2:图文详解SSH免密登录底层实现原理; ...
分类:其他好文   时间:2020-06-21 19:29:06    阅读次数:65
Error: unknown command "set" for "etcdctl"
ETCDCTL_API=3现在是默认的。 etcdctl set foo bar Error: unknown command "set" for "etcdctl" 官网写了,因为新版不支持旧版API,建议换成3.3的etcd ...
分类:其他好文   时间:2020-06-19 23:17:03    阅读次数:240
selenium打开浏览器底层实现原理中的异常3.1(org.openqa.selenium.SessionNotCreatedException: Unable to create session)
代码: #coding=utf-8 import requests import json url='http://127.0.0.1:4444/wd/hub/session' data = json.dumps({ 'capabilities':{ 'browserName':'Microsoft ...
分类:其他好文   时间:2020-06-19 01:13:55    阅读次数:84
如何将Redis内存使用量降低一半?
本文已收录GitHub,更有互联网大厂面试真题,面试攻略,高效学习资料等在本文中,我将尝试解释如何将数据占用的存储空间减少50%以上。我们的2.5GBRedisElastiCache几乎快满了,如果以某种方式达到其极限,我们的系统将开始出现故障。Redis可能会成为瓶颈。基础设定:使用最新版本的SpringBoot,有两个主要依赖项-SpringBootWeb和SpringDataReactive
分类:其他好文   时间:2020-06-19 00:54:21    阅读次数:80
IdentityServer4 发现端点
URL方式 发现端点可通过/.well-known/openid-configuration相对于基址使用 如: https://demo.identityserver.io/.well-known/openid-configuration 编程方式 static IDiscoveryCache _ ...
分类:其他好文   时间:2020-06-18 12:46:40    阅读次数:50
1617条   上一页 1 ... 5 6 7 8 9 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!