12 2020 档案

摘要:import ( "bufio" "bytes" "encoding/binary" ) // Encode 将消息编码 func Encode(message string) ([]byte, error) { // 读取消息的长度,转换成int32类型(占4个字节) var length = i 阅读全文
posted @ 2020-12-17 09:35 ruanqin 阅读(74) 评论(0) 推荐(0)
摘要:1. vim /etc/ssh/sshd_config 2.设置链接时长 ClientAliveCountMax 30(时间:min) 阅读全文
posted @ 2020-12-01 16:47 ruanqin 阅读(127) 评论(0) 推荐(0)