摘要: 转自:http://blog.csdn.net/haoel/article/details/1542340 Unix传奇(上篇) 陈皓 了解过去,a56爆大奖在线娱乐们才能知其然,更知a56爆大奖在线娱乐然。总结过去,a56爆大奖在线娱乐们才会知道a56爆大奖在线娱乐们明天该如何去规划,该如何去走。在时间的滚轮中,许许多的东西就像流星一样一闪而逝,而有些东西却能经受着 阅读全文
posted @ 2016-05-23 23:12 AndyHu518 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1. 华蓓老师主页 http://staff.ustc.edu.cn/~bhua/ 2. OSI vs TCP/IP 3. TCP header 4. TCP流量控制 1)连接建立时,接收端告诉发送端接收窗口的数值rwnd=400byte 2) 如果发生丢包,接收端回给发送端的ack字段设为1, a 阅读全文
posted @ 2016-05-23 23:06 AndyHu518 阅读(187) 评论(0) 推荐(0) 编辑
摘要: #include <sys/socket.h> 1. int socket(int domain, int type, int protocol) socket: return fd domain: AF_INET(IPv4), AF_INET6(IPv6) type: SOCK_DGRAM(udp 阅读全文
posted @ 2016-05-23 22:50 AndyHu518 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 1.查看各种目标文件的结构和内容 objdump -h SimpleSection.o 2.查看ELF文件代码段、数据段、BSS(Block Stated by Symbol)段的长度 size SimpleSection.o 注解: 程序源码被编译后主要分成两种段:程序指令和程序数据。 代码段属于 阅读全文
posted @ 2016-05-23 22:46 AndyHu518 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-23 22:41 AndyHu518 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 0. ln -s src_dir //一个参数即可在当前目录下生成一个软链接 1.git command --clone/push a branch git clone <url> --branch <branch> --single-branch [<folder>] git push remot 阅读全文
posted @ 2016-05-23 22:40 AndyHu518 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 本人跟web无缘,从来没有想去学http,现在看来,学学也是有益无害,总会要用着点滴。 RFC见这里: https://www.ietf.org/rfc/rfc2616.txt 0. URI格式 http://host[:port][abs_path] 1. Message Type (Reques 阅读全文
posted @ 2016-05-23 16:24 AndyHu518 阅读(1054) 评论(0) 推荐(0) 编辑