- 博客(13)
- 收藏
- 关注
转载 TERM environment variable not set!
echo $TERMTERM=xtermTERM=vt100TERM=LinuxTERM=dumb/usr/bin/top -bcn 1-b参数就是为输出到文件可能其他措施而计划的。top -b -n1 > filename CPU Utilization 好理解,就是CPU的利用率 空闲内存=free+buffers+cached=total-...
2012-12-04 17:33:00
777
转载 adobe pdf reader hot-key
Keys for selecting toolsAdobe Acrobat 8 StandardHHand tool + – SpacebarTemporarily select Hand tool + – VSelect tool + – GS...
2012-10-13 23:38:00
237
转载 emacs cscope
用于查找的键绑定:C-c s s Find symbol.C-c s d Find global definition.C-c s g Find global definition (alternate binding).C-c s G Find global definition without promp...
2012-10-02 09:34:00
151
转载 postgreSQL学习1
一个数据库是一个模式的集合,而模式包含表,函数等等。 因此完整的层次是这样的:服务器,数据库,模式,表;创建数据库CREATE DATABASE dbname OWNER username; 要通过拷贝 template0 的方法创建一个数据库, 使用CREATE DATABASE dbname TEMPLATE template0;删除DROP DATABASE...
2012-09-27 18:21:00
108
转载 卸载linux的方法
今天在论坛上看到一个卸载linux的好方法,推荐给大家。已在虚拟机上试过,此方法可行。1.首先检查一下/usr/lib/syslinux下是否有mbr.bin这个文件,若有则可行!2.sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda(此步骤之后需要输入超级用户密码)3.sudo reboot转载于:https://www.c...
2012-09-17 18:11:00
176
转载 09-08 mind
当一个灵魂在空虚无聊中度过一段时间之后,如果他有自己的向往,那么爆发随之降临。未来的世界,创造软件 & 使用软件。转载于:https://www.cnblogs.com/HeXHunter/archive/2012/09/08/2676905.html...
2012-09-08 18:40:00
85
转载 vim 学习笔记(基础篇)
1 . 重复最后一个修改命令 2 u 撤销最后命令 3 U 恢复该行最初状态 4 5 ++++++++++++++++++++++++++++++++++++++++++++ 6 x 删除字符 7 X 删除光标左边字符 8 D 删除至行尾 9 C 修改至行尾 10 s 修改字符 11 S...
2012-09-08 14:02:00
121
转载 Emacs 配置
win7:C:\Documents and Settings\Administrator\AppData\Roaming\.emacs1 (load-file "e:/emacs-etc/basic")2 (load-file "e:/emacs-etc/nt")3 (load-file "e:/emacs-etc/plugin")4 (load-fi...
2012-09-08 13:58:00
101
转载 Emacs 配置program
;;;for programming 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 ;; c mode indentation 3 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4 (setq c-default-style '((c-mode . "k&r") (o...
2012-09-08 13:56:00
73
转载 Emacs 配置plugin
;;;plugin 1 (add-to-list 'load-path "e:/emacs-plugin/") 2 3 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4 ;auto-complete plugin 5 (require 'auto-complete-config) 6 (add-to-l...
2012-09-08 13:55:00
157
转载 Emacs 配置nt
;;;nt for windows;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;window-os;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;max-frame;(defun w32-restore-fra me (); "Restor...
2012-09-08 13:53:00
97
转载 Emacs 配置basic
;;;basic 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 ;;光标为竖线;方块为box 3 ;;(setq-default cursor-type 'bar) 4 (setq-default blink-matching-delay 0.5) 5 6 ;;关闭起动时的那个“开机画面” ...
2012-09-08 13:52:00
105
转载 The Ctrl & CapsLock `problem'
capslock<---spacespace<---ctrlctrl<---capslockthat's a better way to better your emacs life i think.1.windows--->keytweak,reboot required.2.*nix--->so many tools...http://ema...
2012-09-08 13:43:00
104
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人