1003 Emergency (25分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities ...
分类:
其他好文 时间:
2020-02-02 15:43:47
阅读次数:
85
ss常用分析套接字相关的分析,功能和netstat类似,但比netstat速度更快、功能更多 常用选项: -s:打印出统计信息 -t:打印出tcp相关的信息(默认显示ESTAB相的信息) -l:打印出listen相关的连接 -n:不解析域名、协议、端口号等 -4:只显示ipv4的连接 用法示例一:显 ...
分类:
其他好文 时间:
2020-02-01 12:57:03
阅读次数:
113
As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some ro ...
分类:
其他好文 时间:
2020-01-31 12:10:59
阅读次数:
88
Several ports (8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. The server may already b e running in another process, or a ...
分类:
其他好文 时间:
2020-01-31 10:37:59
阅读次数:
84
PAT 甲级 Advanced 1134 Vertex Cover (25) [hash散列] ...
分类:
其他好文 时间:
2020-01-29 17:36:02
阅读次数:
63
上回书说到(以下省略100字) 说到底还是要自己写一个PC和Arduino 通信的程序,毕竟还是要集成到咱的系统上来。 c# 其实本身是有串口通信的类库的 arduino也自带软硬串行通信类库 两个类库一对话,一切就成了。 哦,我用的vb,哈哈哈 Imports System.IO.Ports Pu ...
分类:
其他好文 时间:
2020-01-29 14:34:56
阅读次数:
222
1. 部署elasticsearch + kibana 2. 部署fluentd 参考网站:https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd elasticsearch 修改 fluentd es ...
分类:
其他好文 时间:
2020-01-28 23:28:21
阅读次数:
130
netcat 网络工具中的“瑞士军刀”( 小身材,大智慧) 侦听模式/ 传输模式 telnet /获取banner信息 nc -nv IP Port 传输文本信息(可实现两台电脑的“聊天”) A: nc -l -p 4444 B: nc -nv 1.1.1.1 4444 传输文件/ 目录 加密传输文 ...
分类:
Web程序 时间:
2020-01-28 15:29:42
阅读次数:
122
1、修改redis.conf文件,在bind 127.0.0.1 后面添加本机地址(若为阿里云服务器,请填写内网IP,不要写外网IP) 2、查看防火墙是否开放6379端口: firewall-cmd --zone=public --list-ports 如果结果中有 6379/TCP则直接跳至第4步 ...
分类:
其他好文 时间:
2020-01-28 12:37:32
阅读次数:
323
linux 安装redis 完整步骤 最近在linux服务器上需要安装redis,来存放数据,增加用户访问数据的速度,由于是第一次安装,于是在百度上搜了一篇文章,按照这篇博客,顺利安装好了,因此将博主的文章拷过来记录一下,方便以后使用,也为需要的朋友提供一个方便, 参考博文地址:https://ww ...
分类:
系统相关 时间:
2020-01-27 19:04:42
阅读次数:
71