自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

XDGG的专栏

沧海遗珠, 自在情怀深处.

  • 博客(2)
  • 资源 (8)
  • 收藏
  • 关注

转载 strtok and strtok_r

<br />函数名:   strtok     <br />  功     能:   查找由在第二个串中指定的分界符分隔开的单词     <br />  用     法:   char   *strtok(char   *str1,   char   *str2);     <br />  程序例:     <br />    <br />  #include   <string.h>     <br />  #include   <stdio.h>     <br />    <br />  int  

2011-03-30 09:55:00 282

原创 emacs + etags + cscope + ecb阅读代码

在固定目錄下, 如$HOME下爲/usr/include/下的文件創建TAGS.include, 用文件的絕對路徑, 不用相對路徑, 然後在項目文件夾下用--etags-include將其包含進來:$: etags -R /usr/include -o TAGS.include$: etags -R /directory/for/coreutils/and/gnulibs/ -o TAGS.gnu$: cd ${DIRECTORY_FOR_PROJECT}$: etags -a --etags-includ

2011-03-26 22:16:00 898

open-iscsi 手册.pdf

Linux Open-iSCSI 手册页, PDF 格式. iscsiadm 命令不好用, 门槛高, 因此特攒文档, 与大家分享.

2020-03-06

open-iscsi.readme.html

iscsiadm 很多行为并不明确, 因此特攒手册, 供大家分享. HTML 格式, 可直接打印成 PDF.

2020-03-06

深入理解Linux虚拟内存管理

Linux is developed with a stronger practical emphasis than a theoretical one. When new algorithms or changes to existing implementations are suggested, it is common to request code to match the argument. Many of the algorithms used in the Virtual Memory (VM) system were designed by theorists, but the implementations have now diverged considerably from the theory. In part, Linux does follow the traditional development cycle of design to implementation, but hanges made in reaction to how the system behaved in the “real world” and intuitive decisions by developers are more common.

2019-01-11

Revised 7 Report on the Algorithmic Language Scheme

Revised 7 Report on the Algorithmic Language Scheme

2019-01-11

Streaming Systems - Tyler Akidau

这本书绝不仅仅是在讲流式处理,它的真名是"总结过去10年大数据处理发展的历史,Google的经验; 提出新的理论,升维我们的思维模式,降维打击我们的复杂问题;展现目前的行业趋势,预测未来的行业走势….",这本书几乎影响了我对所有分布式系统的理解。

2019-01-11

思维导图 linux 程序设计入门

用ubuntu下freemap制作的思维导图, 帮助linux编程初学者整理脉络.

2011-03-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除