摘要:
画ASCII图工具 ASCIIFlow https://textik.com 使用 Graph Easy 绘制 ASCII 图 - 简书 (jianshu.com) 纯文本流程图软件 - ioDraw http://patorjk.com/ https://www.degraeve.com/ Cha
阅读全文
posted @ 2023-10-13 11:05
开源侠
阅读(20)
推荐(0)
摘要:
BGP — VyOS 1.3.x (equuleus) documentation 协议地图 - IP报文格式大全(html) - 华为 (huawei.com) 思科相关 Protocol Registries (iana.org) IP 路由 - 故障排除技术说明 - Cisco Cisco B
阅读全文
posted @ 2023-05-10 19:55
开源侠
阅读(37)
推荐(0)
摘要:
https://docs.python.org/zh-cn/3/index.html Python Enhancement Proposals https://peps.python.org/# PEP 8 – Style Guide for Python Code https://peps.pyt
阅读全文
posted @ 2024-09-07 11:08
开源侠
阅读(43)
推荐(0)
摘要:
<ThemeList> <Theme Name="dark1130" > <DisplayColors> <Item Name="DefaultText" Color="#e0e0e0" /> <Item Name="WindowBackground" Color="#001515" /> <Ite
阅读全文
posted @ 2024-06-12 15:15
开源侠
阅读(10)
推荐(0)
摘要:
类型 16位平台 32位平台 64位平台 char 1个字节 1个字节 1个字节 short 2个字节 2个字节 2个字节 int 2个字节 4个字节 4个字节 unsigned int 2个字节 4个字节 4个字节 float 4个字节 4个字节 4个字节 double 8个字节 8个字节 8个字
阅读全文
posted @ 2024-06-12 14:55
开源侠
阅读(31)
推荐(0)
摘要:
c语言中的sizeof()是如何分辨数组名和指针的? - 醉卧沙场的回答 - 知乎 https://www.zhihu.com/question/464844221/answer/1940453834
阅读全文
posted @ 2024-01-31 14:05
开源侠
阅读(5)
推荐(0)
摘要:
https://www.jb51.net/books/500784.html 一个报文的路由器之旅 中文PDF版 2.89MB 7 协议报文之旅
阅读全文
posted @ 2024-01-30 15:04
开源侠
阅读(18)
推荐(0)
摘要:
服务端将接受客户端发送的数据并将其转换成大写形式,然后再发送给客户端,客户端将发送一个字符串给服务器,并显示来自服务器的响应内容。 服务器 点击查看代码 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/
阅读全文
posted @ 2023-12-19 16:31
开源侠
阅读(82)
推荐(0)
摘要:
以下是使用C语言写的一段代码,实现两个线程共享一个套接字,其中一个线程使用sendmsg函数不断发送消息到该套接字,另一个线程使用recvmsg函数不断接收该套接字的消息,并打印出来的功能 点击查看代码 #include <stdio.h> #include <stdlib.h> #include
阅读全文
posted @ 2023-12-15 10:52
开源侠
阅读(65)
推荐(0)
摘要:
网络通信协议大图 http://www.colasoft.com.cn/download/network-protocol-map-2020.pdf IP报文格式大全(html) https://support.huawei.com/enterprise/zh/doc/EDOC1100174722/
阅读全文
posted @ 2023-12-14 16:33
开源侠
阅读(11)
推荐(0)
摘要:
https://mp.weixin.qq.com/s/jiPMUk6zUdOY6eKxAjNDbQ
阅读全文
posted @ 2023-12-14 16:17
开源侠
阅读(14)
推荐(0)
摘要:
pool->sector->blocks pool is organized as sectors , and new sectors ared added when there is more blocks needed. mem_block_creat_pool(zg, blk_size , n
阅读全文
posted @ 2023-12-13 17:11
开源侠
阅读(13)
推荐(0)