上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 65 下一页
摘要: (1)apt-get remove openssh-server (2)sudo apt install openssh-server (3)sudo service ssh start (4) ps -aux | grep ssh (5)sudo apt install openssh-clien 阅读全文
posted @ 2020-10-04 09:56 卷哭你 阅读(11821) 评论(0) 推荐(0) 编辑
摘要: 信息的存取一般以字节为单位。实际上,有时存储一个信息不必用一个或多个字节,例如,“真”或“假”用0或1表示,只需1位即可。 在计算机用于过程控制、参数检测或数据通信领域时,控制信息往往只占一个字节中的一个或几个二进制位,常常在一个字节中放几个信息 #include <stdio.h>#include 阅读全文
posted @ 2020-10-03 20:41 卷哭你 阅读(194) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-03 20:38 卷哭你 阅读(2) 评论(0) 推荐(0) 编辑
摘要: (1)%s#/config/# # (2)%s/xxx/xxx/g 阅读全文
posted @ 2020-10-02 23:47 卷哭你 阅读(303) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-01 17:56 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-01 17:44 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-26 23:19 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-09-26 11:08 卷哭你 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include 阅读全文
posted @ 2020-09-25 07:54 卷哭你 阅读(347) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-09-23 08:08 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 65 下一页