生成~/.dircolors dircolors?-p?>?~/.dircolors 鉴于蓝色在terminator很难看,修改目录颜色和777文件夹颜色: sed?-ie?‘s/DIR?01;34/DIR?01;33/g‘?~/.dircolors
sed?-ie?‘s/OTHER_WRITABLE?34;42/OTHER...
分类:
系统相关 时间:
2014-10-12 08:48:58
阅读次数:
213
1、terminator的安装
打开终端; sudo apt-get install terminator
2、terminator的快捷键
Ctrl+Shift+O
Split terminals Horizontally.(上下开新窗口)
Ctrl+Shift+E
Split terminals Vertically.(垂直开...
分类:
系统相关 时间:
2014-09-05 13:02:01
阅读次数:
508
该模块基于asyncore简化了异步客户端和服务器,并使其更容易元素处理由任意的字符串结束,或者是可变长度的的协议。它提供了抽象类async_chat,提供collect_incoming_data()和found_terminator()方法。循环和asyncore的一样,有2种信道:asyncore.dispatcher和asynchat.async_c..
分类:
编程语言 时间:
2014-08-15 18:07:39
阅读次数:
242
一.安装:1.在gitHub上下载cocoaPods。2.在Terminator(也就是终端)中输入以下命令:sudo gem install cocoapods二.使用:(配置podfile+安装命令)场景1:利用CocoaPods,在项目中导入AFNetworking类库AFNetworking...
分类:
其他好文 时间:
2014-07-12 16:00:25
阅读次数:
188
KEYBINDINGSThe following keybindings can be used to control Terminator:Ctrl+Shift+OSplit terminals Horizontally.(上下开新窗口)Ctrl+Shift+ESplit terminals Ve...
分类:
其他好文 时间:
2014-06-16 14:07:12
阅读次数:
244