- 博客(4)
- 资源 (3)
- 收藏
- 关注
原创 SecureCRT连接Linux-Ubuntu系统
secureCRT连接Linux虚拟机_一个苦逼的IT学习者的博客-CSDN博客_securecrt连接linux虚拟机 按照此方法进行配置 service network-manager restart(重启网卡命令) 若提示密码错误 使用SecureCRT登陆,提示“Password authentication failed”原因_夜下探戈的博客-CSDN博客 ///////etc/ssh/sshd_config文件下的更改方法////// # To disable tunnel
2022-05-07 16:34:40
653
原创 TCP实现聊天室(超简单)
实现TCP聊天室本质上就是用内核链表管理多线程,再通过遍历的方式向每一个客户端发送消息的过程。 server端(服务端代码实现) #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> /* See NOTES */ #include <sys/socket.h>.
2021-05-18 17:03:12
2053
原创 二分查找(超简单)
.................................................................................................................................... #include <stdio.h> #include <string.h> int func (int *p) { int left = 0; int right = sizeof(p)/sizeo...
2021-04-30 13:44:46
97
原创 关于BMP格式图片在终端显示的具体做法(超详细)
关于BMP格式图片在终端显示的具体做法(超详细) #include <stdio.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> #include <linux/fb.h> #include <sy
2021-04-30 12:10:15
1431
3
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人