2010年9月12日
摘要: If you want to be a good programmer, you just program ever day for two years, you will be an excellent programmer.If you want to be a world-class programmer, you can program every day for ten years, o... 阅读全文
posted @ 2010-09-12 23:06 oyzway 阅读(306) 评论(0) 推荐(0)
摘要: Chapter 1: Powerful CD Command Hacks __Linux 101 HacksHack 1. Use CDPATH to define the base directory forcd command[代码]To make this change permanent, add export CDPATH=/etc to your ~/.bash_profileSimi... 阅读全文
posted @ 2010-09-12 18:22 oyzway 阅读(424) 评论(2) 推荐(0)
摘要: 推荐一本好书——《Linux 101 Hacks》一本关于Linux使用技巧的免费电子书籍。-----------------------以下摘自一个很欣赏的师兄的博客-----------------------《Linux 101 Hacks》是一本关于 Linux 使用技巧的免费电子书籍。本书总计 140 页,包含 12 章,讲解了 101 个 hack,涉及的内容包... 阅读全文
posted @ 2010-09-12 16:28 oyzway 阅读(776) 评论(0) 推荐(0)
摘要: str1 = str2 str1与str2是否相同 str1 != str2 str1与str2是否不同 str1 str2 str1是否大于str2 -n str1 str1长度是否大于0 -z str1 str1长度是否为0 阅读全文
posted @ 2010-09-12 14:45 oyzway 阅读(312) 评论(0) 推荐(0)