linux 内核网络协议栈阅读理解--带详尽注释以及相关流程调用注释,对理解内核协议栈源码很有帮助 对理解阅读 linux 协议栈源码很用帮助 github 地址: https://github.com/y123456yz/Reading-and-comprehense-linux-Kernel-n
分类:
系统相关 时间:
2016-02-07 09:48:31
阅读次数:
281
# Compilers Principles# reading notes# 2016.02.03# victor1 引论1.1 编译流程 begin: 源程序 # front end: 与源代码有关 A.字符流-->[词法分析]--> B.符号流-->[语法分析]--> C.语法树-->[语义分析
分类:
其他好文 时间:
2016-02-05 12:00:18
阅读次数:
136
So far we only had effects that write something to the external world, we are not yet reading anything from the external world into our app. This less
分类:
Web程序 时间:
2016-02-03 00:16:20
阅读次数:
225
程序员必读书单 2014-12-24 0 Comentários 原文链接:http://lucida.me/blog/developer-reading-list/ 关于 本文把程序员所需掌握的关键知识总结为三大类19个关键概念,然后给出了掌握每个关键概念所需的入门书籍,必读书籍,以及延伸阅读。旨
分类:
其他好文 时间:
2016-01-30 13:24:59
阅读次数:
159
转载:http://www.itokit.com/2012/0515/73932.html服务器放在局域网内进行测试时,数据库的访问速度还是很快。但当服务器放到外网后,数据库的访问速度就变得非常慢。后来在网上发现解决方法,my.cnf里面添加[mysqld]skip-name-resolve这样速度...
分类:
数据库 时间:
2016-01-25 10:02:16
阅读次数:
159
OverviewDocker can build images automatically by reading the instructions from aDockerfile, a text file that contains all the commands, in order, need...
分类:
其他好文 时间:
2016-01-23 23:12:51
阅读次数:
263
Reading With Purpose: A grand experimentThis is the preface to a set of notes I'm writing for a seminar this semester. It will be a fun and bumpy ride...
分类:
其他好文 时间:
2016-01-18 20:36:07
阅读次数:
215
Peter got a new snow blower as a New Year present. Of course, Peter decided to try it immediately. After reading the instructions he realized that it ...
分类:
其他好文 时间:
2016-01-15 06:23:57
阅读次数:
218
apt-get update 出现 这种错误Reading package lists... DoneW: There is no public key available for the following key IDs:7638D0442B90D010W: There is no public...
分类:
其他好文 时间:
2016-01-13 09:21:37
阅读次数:
161
NSFileManager判断一个给定路劲是否为文件夹[self.fileManagerfileExistsAtPath:isDirectory:];用于执行一般的文件系统操作 (reading and writing is done via NSData, et. al.).主要功能包括:从一个文...
分类:
其他好文 时间:
2016-01-08 13:05:36
阅读次数:
215