摘要: History cmd is for list Bash's log of the historical cmd you typed 1. List last n commands 2. Execute cmd No.n 3. Execute last cmd or 4. Execute comma 阅读全文
posted @ 2016-10-03 23:13 _shadowFax 阅读(545) 评论(0) 推荐(0) 编辑
摘要: Intro Sometime we want to record cmd and outputs in the interactive shell sessions. However history cmd cannot do this. So we need cmd line recording 阅读全文
posted @ 2016-09-28 23:16 _shadowFax 阅读(280) 评论(0) 推荐(0) 编辑
摘要: The alias cmd list your current aliases. For example : alias Use alias to shorten a long cmd in current shell session: alias [name=['command']] Use un 阅读全文
posted @ 2016-09-25 00:13 _shadowFax 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 1. 占用资源的任务,尤其那些影响速度的工作 比如排序,哈希,递归等等。 2. 大量使用数学运算 尤其是浮点运算,比如任意精度的计算或者复数计算等等,这类使用C++会好很多。 3. 跨平台的(适用于C或者Java) 4. 复杂的程序,比如需要对象编程,类型检测等 5. 关键应用(一旦出错不会危及公司业务的) 6. 需要安全性的任务 7. 由若干互相依赖的子模块组成的项... 阅读全文
posted @ 2016-09-19 01:10 _shadowFax 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Open your browser with documentation for the element at the editor's caret Press Shift+F1 (View | External Documentation). You must have the path to y 阅读全文
posted @ 2016-01-30 16:02 _shadowFax 阅读(262) 评论(0) 推荐(0) 编辑