摘要:
Terminator:Ctr + U 快速删除终端中输入的命令Vim::%d 删除文件中的全部内容nG / ngg :快速跳转到指定行 阅读全文
摘要:
通用:DoxygenGraphVizJava:Class Visualizer 阅读全文
摘要:
http://www.tutorialspoint.com/sqlite/select 查询结果 format:.header on.mode column.timer onshow the table creating syntaxsqlite> SELECT sql FROM sqlite_ma... 阅读全文
摘要:
OS: Ubuntu12.04 (win7 的virtualbox) 试了好多版本,virtualbox 安装不能全屏, VB4.0.20 + Ubuntu12.04各种妥 源配置: 通过修改 /etc/apt/source.list 实现, 源的话不同版本的Ubuntu 不一样,网上搜索的时候注意 阅读全文
摘要:
以下代码段的作用是? function addN(n){ var adder = function(x){ return n+x; } return adder; } 这段代码展现出了js 不同于其他语言的一个特性,first ... 阅读全文
摘要:
1.the use of 'with open... as ...'2.the use of pickle(dump and load)for Step1:the 'with open ... as...' is the short format of 'try...except...finally... 阅读全文
摘要:
1.the using of exception2.file oprationimport os>>> try: data = open('sketch.txt') for each in data: try: (role,message) = eac... 阅读全文
摘要:
1.publish2.update print_lolPS:for Step 1.write the code in to a py file. put the py file into a folder named nester. new a py file named 'setup' and t... 阅读全文