SSL的由来 SSL(Secure Socket Layer 安全套接层)是TCP/IP协议中基于HTTP之下TCP之上的一个可选协议层。 起初HTTP在传输数据时使用的是明文,是不安全的。为了解决这个隐患,网景(Netscap)公司推出了SSL。而越来越多的人也开始使用HTTPS(HTTP+SSL ...
分类:
其他好文 时间:
2020-06-25 12:18:14
阅读次数:
115
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
rm -rf ~/.ssh/known_hosts ...
分类:
其他好文 时间:
2020-06-24 20:05:54
阅读次数:
91
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
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
本文让你搞懂两项内容,1:如何配置SSH免密登录;2:图文详解SSH免密登录底层实现原理; ...
分类:
其他好文 时间:
2020-06-21 19:29:06
阅读次数:
65
ETCDCTL_API=3现在是默认的。 etcdctl set foo bar Error: unknown command "set" for "etcdctl" 官网写了,因为新版不支持旧版API,建议换成3.3的etcd ...
分类:
其他好文 时间:
2020-06-19 23:17:03
阅读次数:
240
代码: #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
本文已收录GitHub,更有互联网大厂面试真题,面试攻略,高效学习资料等在本文中,我将尝试解释如何将数据占用的存储空间减少50%以上。我们的2.5GBRedisElastiCache几乎快满了,如果以某种方式达到其极限,我们的系统将开始出现故障。Redis可能会成为瓶颈。基础设定:使用最新版本的SpringBoot,有两个主要依赖项-SpringBootWeb和SpringDataReactive
分类:
其他好文 时间:
2020-06-19 00:54:21
阅读次数:
80
URL方式 发现端点可通过/.well-known/openid-configuration相对于基址使用 如: https://demo.identityserver.io/.well-known/openid-configuration 编程方式 static IDiscoveryCache _ ...
分类:
其他好文 时间:
2020-06-18 12:46:40
阅读次数:
50