SSH介绍 SSH是Secure Shell Protocol的简写,由IETF网络工作小组(Network working Group)指定;在进行数据传输之前,SSH先对联机数据包通过加密技术进行加密处理,加密后在进行数据传输。确保了传递的数据安全. SSH是专为远程登录会话和其他网络服务提供的 ...
分类:
其他好文 时间:
2020-06-13 09:11:44
阅读次数:
84
题目 Description 传说中的暗之连锁被人们称为 Dark。 Dark 是人类内心的黑暗的产物,古今中外的勇者们都试图打倒它。经过研究,你发现 Dark 呈现无向图的结构,图中有 N 个节点和两类边,一类边被称为主要边,而另一类被称为附加边。 Dark 有 N – 1条主要边,并且 Dark ...
分类:
Web程序 时间:
2020-06-13 00:43:07
阅读次数:
66
解决只能通过localhost访问Elasticsearch的问题 在默认情况下Elasticsearch是无法通过外网访问的 需要绑定地址,原因如下: 具体方法为: vim /opt/es/elasticsearch-5.1.2/config/elasticsearch.yml 注意前面是我自己的 ...
分类:
其他好文 时间:
2020-06-13 00:22:29
阅读次数:
221
TensorFlow Tutorial Initialize variables Start your own session Train algorithms Implement a Neural Network 1. Exploring the Tensorflow Library To sta ...
分类:
其他好文 时间:
2020-06-12 20:31:54
阅读次数:
80
$ vi /lib/systemd/system/redis6379.service [Unit]Description=redisAfter=network.target [Service]Type=forkingPIDFile=/var/run/redis/redis_6379.pidExecS ...
分类:
其他好文 时间:
2020-06-12 19:57:36
阅读次数:
61
StringIO 它主要是用在内存读写str中。 主要用法就是: from io import StringIO f = StringIO() f.write('12345') print(f.getvalue()) f.write('54321') f.write('abcde') print(f ...
分类:
编程语言 时间:
2020-06-12 18:47:04
阅读次数:
67
SAP QM Quality Notification的凭证流 如下图是一个quality notification,单据类型是CC(customer complaint), 这个quality notification与销售的订单以及delivery note关联了,如上图。 看这个Quality ...
分类:
其他好文 时间:
2020-06-12 17:27:26
阅读次数:
53
D27 1. 向文件中添加或插入行 1)在文件的指定行后添加一行内容 $ cat info.txt Linux - Sysadmin Database - Oracle, MySQL etc. Security - Firewall, Network, Online Security etc. Co ...
分类:
系统相关 时间:
2020-06-12 14:56:35
阅读次数:
76
https://www.javaguides.net/2018/12/how-rabbitmq-works-and-rabbitmq-core-concepts.html n this quick article, we will learn what is RabbitMQ, how it wor ...
分类:
其他好文 时间:
2020-06-12 14:47:24
阅读次数:
74
新安装的centos 6.5 内网可达,外网不可达Network is unreachable 局域网ping网关都是通的,ping外网就出现 Network is unreachable 检查配置文件 ,dns设置没有问题,onboot也设置为yes. 问题原因 本地没有默认路由。 正常的默认网络 ...
分类:
其他好文 时间:
2020-06-12 14:25:55
阅读次数:
96