码迷,mamicode.com
首页 >  
搜索关键字:unix网络编程    ( 336个结果
技术积累
1、TCP/IP HTTP协议(1)TCP报文头格式(2)TCP连接的建立与终止,三次握手、四次挥手(3)TCP的状态转移图2、UNIX网络编程(1)并发服务器,多进程、多线程编程3、数据库(1)MySQL4、服务器(1)nginx(2)Apache(3)IIS5、脚本语言(1)shell(2)P....
分类:其他好文   时间:2015-03-18 01:03:46    阅读次数:110
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; ...
分类:其他好文   时间:2015-03-15 18:15:40    阅读次数:132
UNIX网络编程3.9readn writen readline
分类:其他好文   时间:2015-03-15 15:14:36    阅读次数:127
UNIX网络编程3.5字节操纵函数3.7inet_pton,inet_ntop
分类:Web程序   时间:2015-03-15 13:45:35    阅读次数:236
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...
分类:编程语言   时间:2015-03-15 13:40:10    阅读次数:210
UNIX 网络编程笔记-CH3:套接字编程简介
IPv4套接字地址结构struct in_addr { in_addr_t s_addr; };struct sockaddr_in { uint8_t sin_len; /* length of structure (16) bytes */ ...
分类:其他好文   时间:2015-03-15 00:45:33    阅读次数:134
UNIX 网络编程笔记-CH2:TCP、UDP概貌
好久不读不用又忘得差不多了,还是感叹Richard Stevens真是太刁,25年前第一版。"Tcp state diagram fixed new" by Scil100. Licensed under CC BY-SA 3.0 via Wikimedia Commons - http://com...
分类:其他好文   时间:2015-03-14 22:59:36    阅读次数:157
UNIX网络编程2.9端口号2.10端口号与TCP并发服务器
分类:其他好文   时间:2015-03-13 20:27:29    阅读次数:159
336条   上一页 1 ... 21 22 23 24 25 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!