会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
21
下一页
2015年3月16日
UNIX网络编程4.7fork和exec函数4.8并发服务器4.9close函数4.10getsockname getpeername
摘要:
阅读全文
posted @ 2015-03-16 12:49 孙永杰
阅读(525)
评论(0)
推荐(0)
2015年3月15日
UNIX网络编程第4章4.5listen函数4.6accept函数
摘要: #include #include "../lib/unpsunyj.h" // Daytime server that prints client IP address and port int main(int argc, char **argv) { int listenfd; ...
阅读全文
posted @ 2015-03-15 17:09 孙永杰
阅读(488)
评论(0)
推荐(0)
UNIX网络编程第4章基本TCP套接字编程
摘要:
阅读全文
posted @ 2015-03-15 15:33 孙永杰
阅读(248)
评论(0)
推荐(0)
UNIX网络编程3.9readn writen readline
摘要:
阅读全文
posted @ 2015-03-15 14:00 孙永杰
阅读(732)
评论(0)
推荐(0)
UNIX网络编程3.5字节操纵函数3.7inet_pton,inet_ntop
摘要:
阅读全文
posted @ 2015-03-15 13:09 孙永杰
阅读(260)
评论(0)
推荐(0)
UNIX网络编程第3章套接字编程简介3.2套接字地址结构3.3值结果参数3.4字节排序函数
摘要: 1: #include 2: #include "../lib/unpsunyj.h" 3: 4: int main(int argc, char **argv) 5: { 6: union { 7: short s; 8: char c[sizeo...
阅读全文
posted @ 2015-03-15 12:13 孙永杰
阅读(261)
评论(0)
推荐(0)
2015年3月13日
UNIX网络编程2.11缓冲区大小及限制2.11.1TCP输出2.11.2UDP输出2.12标准因特网服务
摘要:
阅读全文
posted @ 2015-03-13 21:08 孙永杰
阅读(314)
评论(0)
推荐(0)
UNIX网络编程2.9端口号2.10端口号与TCP并发服务器
摘要:
阅读全文
posted @ 2015-03-13 19:40 孙永杰
阅读(408)
评论(0)
推荐(0)
UNIX网络编程2.6.5观察分组2.7TIME_WAIT
摘要:
阅读全文
posted @ 2015-03-13 18:16 孙永杰
阅读(502)
评论(0)
推荐(0)
UNIX网络编程2.6TCP的建立和终止
摘要:
阅读全文
posted @ 2015-03-13 17:38 孙永杰
阅读(581)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
21
下一页