- 博客(14)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 通过GRUB设置Linux终端分辨率
-------------------------- +-----------------+-----------------+------------------+---------------------+--------------------+| \ 分 辨 率 | |
2016-09-16 22:31:18
7032
原创 emacs添加yasnippet插件
git clone https://github.com/joaotavora/yasnippet.gitvim ~/.emacs;;load yasnippet(add-to-list 'load-path (expand-file-name "~/emacs.d/plugins/yasnippet/"))(require 'yasnippet)cd ~/.ema
2016-08-06 21:09:49
539
原创 emacs auto-complete自动补全
git clone https://github.com/auto-complete/auto-complete.gitcd auto-completemake/bin/sh: 1: cask: not found/bin/sh: 1: cask: not foundcask exec emacs -batch -Q -L . \ -l te
2016-08-04 20:05:48
1573
翻译 emacs+slime+sbcl搭建common lisp环境
转载自:http://www.open-open.com/lib/view/open1400054028504.htmlgit clone https://github.com/slime/slime.gitvim ~/.emacs(require 'slime-autoloads)
2016-08-03 08:55:52
606
原创 Raspbian wlan静态网络配置
vim /etc/network/interfaces将wlan0的配置修改成如下代码:auto0allow-hotplug wlan0#iface wlan0 inet manualiface wlan0 inet static address 192.168.0.59 netmask 255.255.255.0 gateway 192.168.
2016-08-02 21:21:41
2314
转载 Raspbain安装后的基本设置
参考文献:http://shumeipai.nxez.com/2013/10/04/configuring-raspberry-pi-support-chinese.htmlhttp://shumeipai.nxez.com/2013/08/31/raspbian-chinese-software-source.htmlhttp://www.linuxidc.com/Linux/2
2016-08-02 07:48:06
1775
转载 emacs配置color-theme
转载自:http://www.linuxidc.com/Linux/2012-10/72342.htm首先下载color-theme,下载地址为:http://www.nongnu.org/color-theme/我下载的版本为:color-theme-6.6.0.tar.gz将压缩包解压到~/.emacs.d/plugins/编辑~/.emacs添加如下内容:;;lo
2016-07-31 16:59:48
464
转载 emacs指定固定备份文件路径
转载自:http://blog.youkuaiyun.com/flytomysky/article/details/7096561修改~/.emacs添加如下内容:;;move backups to ~/emacs_backups(setq backup-directory-alist (quote (("."."~/emacs_backups"))))
2016-07-31 15:32:48
607
原创 emacs添加cscope插件
首先安装cscope,我用的raspbian,命令为:apt-get install cscope之后去cscope的官网上下载cscope的源码,因为这里面包含有cscope针对emacs的插件,将它拷贝到~/.emacs.d/plugin目录下。改文件位于,源码根目录的/contrib/xcscope/目录下。修改~/.emacs添加如下内容:(add-to-list 'l
2016-07-31 10:06:40
412
原创 emacs添加ecb
git clone https://github.com/alexott/ecb.gitvim ~/.emacs;;load ecb(add-to-list 'load-path (expand-file-name "~/.emacs.d/plugins/ecb/"))(require 'ecb)这样就在emacs中添加了ecb插件了。F10调出菜单->Tools->Sta
2016-07-30 21:45:52
532
原创 emacs括号匹配
git clone https://github.com/tsdh/highlight-parentheses.el.git ;;下载括号匹配插件,并拷贝到~/.emacs.d/中修改~/.emacs添加如下内容:;;parentheses match(add-to-list 'load-path (expand-file-name "~/.emacs.d/plugi
2016-07-30 17:47:34
950
原创 emacs显示行号(默认)
cd ~/.emacs.d/plugins/wget http://homepage1.nifty.com/blankspace/emacs/wb-line-number.el ;下载wb-line-number.el;;set line number automatically(add-to-list 'load-path (expand-file-name "~/.e
2016-07-30 10:39:06
1818
原创 emacs 添加 c 语言风格
google-c-style.el 下载地址:https://github.com/google/styleguide在 Linux 下使用命令 git clone https://github.com/google/styleguide.git ~/.emacs.d/google/styleguide在“~/”下创建文件“.emacs”添加如下内容:;;load google-c
2016-07-29 22:03:17
722
原创 raspbian 默认从控制台启动
vim /etc/X11/default-display-manager/user/sbin/lightdm ;将改行注释reboot[FAILED] Failed to start Light Display Manager.See 'systemctl status lightdm.service' for det
2016-07-28 21:23:06
2503
Linux C编程一站式学习(非扫描版)
2018-07-21
关于cfs中的vruntime的问题
2015-04-12
TA创建的收藏夹 TA关注的收藏夹
TA关注的人