1.首先emp和dept表是scott用户下的,所以查询时要在scott用户下或者使用scott.emp; 2.如果emp表出来的不是系统自带的内容,而是自己添加的 一些东西,那么emp表已经别自己删掉了; 3.如果查询emp表显示不存在或者只有字段没有数据,那么emp表被自己无意中删掉了或者内容被 ...
分类:
数据库 时间:
2019-03-23 13:04:43
阅读次数:
499
refs: SSL双向认证和SSL单向认证的区别https://www.jianshu.com/p/fb5fe0165ef2 图解 https 单向认证和双向认证!https://cloud.tencent.com/developer/news/233610 SSL/TLS 双向认证(一) -- S ...
分类:
其他好文 时间:
2019-03-21 16:01:05
阅读次数:
202
http协议封装的数据包->tcp/ip->服务器 缺点:数据包中途被窃取或者被篡改。 http协议封装的数据包->ssl加密->tcp/ip->服务器:缺点:虽然安全,但是开销变大,传输数据变慢。 http的连接很简单,是无状态的;https协议是由ssl+http协议构建的可进行加密传输、身份认 ...
分类:
Web程序 时间:
2019-03-17 15:49:15
阅读次数:
308
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.Could not fetch URL https://pypi.org/simple/p ...
分类:
编程语言 时间:
2019-03-16 09:55:59
阅读次数:
877
cmd = 'python extract_tls_flow7.py -vr "{}" -o black/"{}.txt" >logs/black/"{}.log"'.format(filename, os.path.basename(filename), os.path.basename(file ...
分类:
其他好文 时间:
2019-03-15 19:34:52
阅读次数:
640
参考文件:https://www.cnblogs.com/icebutterfly/p/9489133.html 报错:get https://registry-1.docker.io/v2/:ner/http:TLS handshake timeout 或者 request canceled wh ...
分类:
Web程序 时间:
2019-03-13 22:57:51
阅读次数:
9927
kubernetes 集群之间的通信需要加密,可以使用自签 TLS 证书。具体证书如下: 1. 下载3个工具 2. 增加执行权限 3. 放到 /usr/local/bin 目录,并重命名。 4. 用下面的命令,可以导出默认配置 5. 创建一个文件 certification.sh,用于生成 kube ...
分类:
Web程序 时间:
2019-03-13 21:30:27
阅读次数:
221
HTTPS在传输数据之前需要客户端(浏览器)与服务端(网站)之间进行一次握手,在握手过程中将确立双方加密传输数据的密码信息,通常情况下会配合数字证书实现。 TLS/SSL协议不仅仅是一套加密传输的协议,更是一件经过艺术家精心设计的艺术品,TLS/SSL中使用非对称加密,对称加密,数字证书以及HASH ...
分类:
Web程序 时间:
2019-03-12 21:11:43
阅读次数:
257
Docker安装问题: Here is the error I get: Error checking TLS connection: Something went wrong running an SSH command! command : ip addr show err : exit sta ...
分类:
其他好文 时间:
2019-03-10 20:56:25
阅读次数:
345
今天尝试安装shell下的有道翻译,提示需要安装pip. 然而系统提示pip版本过期. root@mestery ~]# sudo pip install youdao pip is configured with locations that require TLS/SSL, however th ...
分类:
系统相关 时间:
2019-02-28 14:51:51
阅读次数:
184