- 博客(8)
- 收藏
- 关注
转载 用Vundle安装solarized主题的方法
1.在.vimrc中加入 Bundle 'Solarized' 2.重启gvim,并执行 :BundleInstall 3.将solarized.vim文件放入.vim下的colors文件夹内(如果没有则自己创建) mkdir ~/.vim/colors cd ~/.vim/bundle/Solarized/colors cp solarized.vim ~/.vim/color...
2018-12-10 10:07:37
1009
原创 建立文件夹下所有文件名list
1. 不包含子文件夹下文件名 dir /b/a-d > list.txt 2. 包含所有子文件夹所有文件名 dir/s/b/a-d > list.txt
2018-07-30 13:40:10
1143
转载 ARM assembler in Raspberry Pi
http://thinkingeek.com/arm-assembler-raspberry-pi/
2018-03-09 13:29:13
243
转载 Emacs环境搭建
Function List: M-x imenu (defun list-funcs (arg) "List functions in buffer." (interactive "p") (message "functions");;; (list-matching-lines "^\\bstatic\\b*\\binline\\b*[ ]*[A-Za-z_ (
2018-01-24 17:38:42
198
原创 Emacs 配置
;; Added by Package.el. This must come before configurations of ;; installed packages. Don't delete this line. If you don't want it, ;; just comment it out by adding a semicolon to the start of the...
2018-01-24 15:49:35
299
原创 CAN相关各层协议列举
应用层 Application layer CANOpen、DeviceNet、J1939、iCAN 表示层 presentation layer 会话层 session layer 传输层 Transport layer 网络层 Network layer
2018-01-12 11:33:10
1864
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人