W. Richard Stevens was an acknowledged UNIX and networking expert and the highly-respected author of several books. He was also a sought-after instructor and consultant.
Stephen A. Rago, one of the developers of UNIX System V Release 4, is currently a Principal Member of Technical Staff at Crosstor, a company created by former Bell Labs employees to develop system components and enhancements for UNIX and other systems.
发表于2024-12-22
Advanced Programming in the UNIX Environment, 3rd Edition 2024 pdf epub mobi 电子书
我读的是第二版的英文版,不得不说,英文版读起来比尤老翻译的版本顺畅的多,作者不是在堆砌技术细节,对技术原理和操作系统结构内幕也有提及,英文文笔很是流畅。 回到正题,如果真的觉得要读这本书,那就从头读下去,不要断,也不要一开始就当做一本词典。 这本书是一本越...
评分第21章,与网络打印机通信 printd.c的代码中,从863到878行,如果读的缓冲区刚好在"Content-Length:xxxx"(xxxx代表一个数字)中的数字部分截断,那得到的content-length就不是真实长度了。 求证。
评分UNIX编程环境设计到技术方向非常多,没有一个线索指引的话,很难一窥全貌;APUE就是这样一本书,按着作者设定好的章节,可以一步一步窥探UNIX系统的全貌。在一个Linux环境上,一边读书,一边实验思考,一件挺好玩儿挺有收获的事儿。 对我来说,这本书还有一个好处,就是章节比...
评分以前学习C语言的时候,就只知道编写一些简单的程序,至多也只是调用那么几个C库函数,从来没有考虑过自己的程序与所在的操作系统的关系。这一点跟开发嵌入式的单片机程序很像,因为那程序是裸跑的,单片机上没有搭载操作系统。但是真正应用广泛的,具有更强的功能的以及可移植...
评分Rich Stevens显然不是Dennis Richie, Brian Kernighan那个贝尔实验室圈子的人。他对Unix的深入了解,是自己翻烂手册、钻研系统得到的。这个切入点,和我们多数用户是一样的。所以,我们想知道的东西,也许正是Stevens关心过的。看看他在N个系统上做的代码测试和对不同标准的比...
图书标签: Linux/Unix Unix Programming C 编程 Linux 计算机 unix
Advanced Programming in the UNIX Environment is a classic text describing the programming interface to UNIX Systems. The third edition updates the material to conform to Version 4 of the Single UNIX Specification and provides examples based on four contemporary systems: FreeBSD 8.0, Linux 2.6.35, Mac OS X 10.6.7, and Solaris 10. Changes from the second edition include the removal of obsolete information and the addition of more than 70 new functions. In total, more than 450 function interfaces are presented. The authors go further than merely describing the interfaces; they illustrate how they should be used and provide insight on why things are the way they are. Topics include standards, file I/O, directory handling, processes, threads, inter-process communication, signals, network communication, and terminal handling. The book contains many small source code examples written in C, as well as several chapters that provide in-depth studies of larger examples. Regardless of what UNIX System you run, this book will help you master the subtleties of writing programs to make the most of your system.
第三版了,再学习学习。
评分第一次读这本书还是15年前,记得是尤晋元翻译的第一版,学校图书馆总是预约才能借到,翻得破破烂烂。这么多年过去,APUE的内容应该是傍身的技能里最基础、最深入骨髓的。POSIX那一套API,以及它背后蕴含的UNIX内在结构和思想,是永不过时,受用终身的。
评分第三版了,再学习学习。
评分这是unix环境高级编程的第三版吧,国内还没有啊
评分最好的linux字典,不过我基本上一页不漏地读完了,还是很有收获的啊
Advanced Programming in the UNIX Environment, 3rd Edition 2024 pdf epub mobi 电子书