摘要: Anything is programmable with defined syntax and common lib.Bash Shell is created to programme to Linux command in defined grammarLinux 中的bash shell 拥有自己的一些语法,通过语法我们可以对命令进行编程,也就是脚本编写。脚本就是用一些特定的语法把要执行的命令联合起来自动执行。参考:http://wenku.baidu.com/view/e034565bbe23482fb4da4ce8.html & http://www.cnblogs.com 阅读全文
posted @ 2013-08-01 16:15 iDragon 阅读(412) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-08-01 14:47 iDragon 阅读(183) 评论(0) 推荐(0)
摘要: Programming language evolves always along with Compiler's evolvementThe Semantics of FunctionC++ supports three flavors of member functions: static, nonstatic, and virtual. Each is invoked differently; those differences are the topic of the next section. (A short quiz: Although we cannot say wit 阅读全文
posted @ 2013-08-01 13:26 iDragon 阅读(279) 评论(0) 推荐(0)