经典书籍推荐

1   网络编程书籍


Books by Richard Stevens (reverse chronological)


UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications, Prentice Hall, 1999.  

UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, Prentice Hall, 1998. 

TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols, Addison-Wesley, 1996.

TCP/IP Illustrated, Volume 2: The Implementation, Addison-Wesley, 1995.

TCP/IP Illustrated, Volume 1: The Protocols, Addison-Wesley, 1994.

Advanced Programming in the UNIX Environment, Addison-Wesley, 1992.

UNIX Network Programming, Prentice Hall, 1990. ---不是这本 以前看的这个感觉没意思 是标红色的

请访问:http://www.kohala.com/start/ 十分全面 

经典书籍推荐_第1张图片

运行方式::

说明: 开源代码很多问题 请下载修改之后的



unpv13e.tar.gz

http://vdisk.weibo.com/s/A0DASqq1oezlb/1442386058

   cd unpv12e

    ./configure    # try to figure out all implementation differences


    cd lib         # build the basic library that all programs need

    make           # use "gmake" everywhere on BSD/OS systems


    cd ../libfree  # continue building the basic library

    make


    cd ../libgai   # the getaddrinfo() and getnameinfo() functions

    make


    cd ../libroute # only if your system supports 4.4BSD style routing sockets

    make           # only if your system supports 4.4BSD style routing sockets


    cd ../libxti   # only if your system supports XTI

    make           # only if your system supports XTI


你可能感兴趣的:(经典书籍推荐)