11月 07

[荐]LinuxCast与Codecademy

LinuxCast:全方位的Linux学习与交流平台。一个提供免费的专业Linux视频、教学、问答及交流平台。LinuxCast以视频+在线问答的形式为您提供了一种全新的、简单的Linux学习方式,而内容却更加专业 Linux学习从此不再晦涩难懂。……【阅读全文】

3月 08

[转]Linux Shell学习与实践系列

Linux Today上有一系列Linux Shell学习与实践短文,现汇总如下。
此主题的内容仍在继续更新中,有兴趣的朋友可以持续关注Linux Today。

  • Linux Shell学习系列

linux crontab应用和实例
linux命令基础:文件和目录的操作命令
yum常用命令介绍和yum源下载
Linux命令基础:用户、组管理命令
Bash shell的十个技巧提升linux操作效率
linux系统的命令使用规范
文件显示命令:cat、more、less、tail、touch详解
Shell的使用简述
改变文件或目录存取权限命令: chown,chmod,umask
联机帮助命令:man、help
有关进程管理的命令:ps、kill、sleep
linux中用date命令获取昨天、明天或多天前后的日期
较完整的Bash快捷键,让命令更有效率
linux shell 脚本中”2>&1″的含义解释
Linux常用命令大全速查备忘
Linux sed 批量替换字符串和更多用法
Linux下2种定时执行任务方法
Linux Shell 脚本编程速查笔记<上>
Linux Shell 脚本编程速查笔记<下>
Linux Shell 编程常用技巧、实例(一)
Linux Shell 编程常用技巧、实例(二)
Linux Shell 编程常用技巧、实例(四)
Linux Shell 常用命令总结
Continue reading

11月 28

程序代码中的缩进与大括号风格

  • K&R style

Named after Kernighan & Ritchie, because the examples in K&R are formatted this way. Also called `kernel style’ because the Unix kernel is written in it, and the `One True Brace Style’ (abbrev. 1TBS) by its partisans. In C code, the body is typically indented by eight spaces (or one tab) per level, as shown here. Four spaces are occasionally seen in C, but in C++ and Java four tends to be the rule
rather than the exception.……【阅读全文】

4月 14

【转载】编程与女人(四则)

之一

程序员就像男人,语言就像女人,每个男人都想要很多女人,却很少有男人能真正了解一个女人。

之二

男人都像Python,总喜欢更美的(Beautiful is better than ugly);
又想遇到像Perl一样的女人,因为有多种方式可以用(There is more than one way to do it)。
Continue reading