会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
啊 我们的征途是星辰大海
狂奔吧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
65
下一页
2020年10月4日
Server unexpectedly closed network connection的解决
摘要: (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 卷哭你
阅读(12276)
评论(0)
推荐(0)
2020年10月3日
C语言位域使用
摘要: 信息的存取一般以字节为单位。实际上,有时存储一个信息不必用一个或多个字节,例如,“真”或“假”用0或1表示,只需1位即可。 在计算机用于过程控制、参数检测或数据通信领域时,控制信息往往只占一个字节中的一个或几个二进制位,常常在一个字节中放几个信息 #include <stdio.h>#include
阅读全文
posted @ 2020-10-03 20:41 卷哭你
阅读(202)
评论(0)
推荐(0)
阻塞和非阻塞
该文被密码保护。
阅读全文
posted @ 2020-10-03 20:38 卷哭你
阅读(2)
评论(0)
推荐(0)
2020年10月2日
vim脚本替换字符串
摘要: (1)%s#/config/# # (2)%s/xxx/xxx/g
阅读全文
posted @ 2020-10-02 23:47 卷哭你
阅读(311)
评论(0)
推荐(0)
2020年10月1日
闭环控制系统
该文被密码保护。
阅读全文
posted @ 2020-10-01 17:56 卷哭你
阅读(0)
评论(0)
推荐(0)
实际运算放大器和理想运算放大器
该文被密码保护。
阅读全文
posted @ 2020-10-01 17:44 卷哭你
阅读(0)
评论(0)
推荐(0)
2020年9月26日
USB 设备驱动之设备描述符
该文被密码保护。
阅读全文
posted @ 2020-09-26 23:19 卷哭你
阅读(0)
评论(0)
推荐(0)
c语言整形节点打印
摘要: #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 卷哭你
阅读(157)
评论(0)
推荐(0)
2020年9月25日
C语言strcat的使用
摘要: #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 卷哭你
阅读(385)
评论(0)
推荐(0)
2020年9月23日
为什么要阅读头文件里面的API
该文被密码保护。
阅读全文
posted @ 2020-09-23 08:08 卷哭你
阅读(0)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
65
下一页
公告