Chinaunix首页 | 论坛 | 博客
  • 博客访问: 311449
  • 博文数量: 48
  • 博客积分: 4510
  • 博客等级: 中校
  • 技术积分: 556
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-05 18:19
文章分类

全部博文(48)

文章存档

2012年(1)

2011年(9)

2010年(1)

2009年(12)

2008年(25)

分类: LINUX

2011-09-26 20:08:07

1、用 printf(3) 打印 size_t 型變量時如何指定恰當的 length modifier 和 conversion specifier?
2、GCC 如何指定源文件(source code files)使用的字符編碼?使用 -finput-charset。
3、fp = fdopen(fd, ...); 其中 fp 的 file position 會被設為 fd 的 file position,而 fp 本身是有 cache 的,這樣當通過 fdopen() 將多個 fp 指向同一個 fd 的時候,通過各個 fp 讀取的內容就會顯得混亂。
4、libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authenticatio
5、Linux-PAM is a system of libraries that handle the authentication tasks of applications (services) on the system. See pam(7)
6、在 C 中如何提示用戶輸入密碼: 
7、寫代碼時關注的重心應放在簡單、可維護、可移植、安全性上,效率問題只在兩個地方考慮:一是設計階段,二是出現了效率問題後的優化階段。
8、Thoughts about the Best Introductory Language  
9、List of freely available programming books
10、和 Project Euler 類似的網站:
11、Lisp 雖不重語法(沒有太多的語法糖),但它的表達能力,尤其是它的元語言編程能力,基本上沒有那個語言能匹敵。學習了這種語言,回頭再看「你使用的語言會影响你的思維」這句話,會有不一樣的感受,對「語言不重要,重要的是思想」也會有不一樣的理解。
12、再牛逼的思想也需要通過(某種)語言來表達。把用來表達你思想的語言掌握好了,再來強調思想自然無妨。但如果表達思想的語言還沒掌握好就人云亦云的學人家強調思想,只能是徒惹人笑。
13、Gengetopt is a tool to write command line option parsing code for C programs.
14、Customizing printf  
15、Is there a printf converter to print in binary format?  
16、What is linux-gate.so.1?  
17、不要小瞧正確的使用術語:使用不準確的語言的後果就是思維混亂,同時也無法和別人有效的交流。而許多人在討論技術問題時恰恰不注意用詞用語的準確,認為這個沒有關係,最後導致越說越亂。
18、Filesystem Hierarchy Standard  
19、语言有越多的高级特性,就应该越少的追问/关注它的实现实现相关的细节,而应该把注意力放在它的逻辑语义上。
20、Container Class / Library for C
21、Are there any open source C libraries with common data structures?
22、Standard data structure library in C?
阅读(1970) | 评论(0) | 转发(0) |
0

上一篇:微博匯聚 004

下一篇:微博匯聚 006

给主人留下些什么吧!~~