Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7390644
  • 博文数量: 1755
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16227
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1755)

文章存档

2024年(1)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: 系统运维

2018-03-30 09:35:56



安装如下
yum install libpng-devel giflib-devel libtiff-devel -y  
#wget
curl -O
tar xf emacs-25.2.tar.xz
cd emacs-25.2
./configure 
make
make install
cd ..

安装插件
git clone ~/.emacs.d

运行
emacs hello.go
根据提示,安装相应插件就OK


阅读(854) | 评论(4) | 转发(0) |
给主人留下些什么吧!~~

badb0y2018-04-03 22:57:46

https://www.jianshu.com/p/8384f6cd0f22
http://blog.sina.com.cn/s/blog_6f2d2e310102wa41.html
http://lxw1234.com/archives/2017/11/881.htm
https://blog.csdn.net/bittersweet0324/article/details/78503961
http://bbotte.com/logs-service/use-elk-processing-logs-multiple-log-file-send/
http://soft.dog/2015/12/24/beats-basic/#section

badb0y2018-04-01 22:56:35

https://juejin.im/post/5abca7176fb9a028cd452c5a

badb0y2018-04-01 22:56:23

https://juejin.im/entry/5abef9ac518825558a06becc

badb0y2018-03-30 09:46:15

go get -u github.com/nsf/gocode