摘要: the way of restart: sudo /opt/lampp/lampp restartconfig root: /opt/lampp/etc/httpd.conf /opt/lampp/etc/httpd-xampp.conf in each file we should change the deny config to allowand one more thing is to change the rights of htdocs directory, with the order below: sudo chmod a+w -R /opt/lampp/htdocs... 阅读全文
posted @ 2014-04-07 22:56 yedeying 阅读(152) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/zhanglong0426/archive/2010/10/07/1845268.html:qx 开始记录宏,并将结果存入寄存器xq 退出记录模式@x 播放记录在x寄存器中的宏命令稍微解释一下,当在normal模式下输入:qx后,你对文本的所有编辑动作将会被记录下来,再次输入q即退出了记录模式,然后输入@x对刚才记录下来的命令进行重复,此命令后可跟数字,表示要重复多少次,比如@x20,可以重复20次。这个在文本的批处理中是非常有用的。同时编辑多个文件在vim众多的插件中,有一个叫minibuffer的插件,就是下面所说的标签页功能了,可以支持同时编 阅读全文
posted @ 2014-04-07 20:13 yedeying 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1 runtime! debian.vim 2 "设置编码 3 set encoding=utf-8 4 set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936 5 set fileencodings=utf-8,ucs-bom,chinese 6 7 "语言设置 8 set langmenu=zh_CN.UTF-8 9 10 "设置语法高亮 11 syntax enable 12 syntax on 13 14 "设置配色方案 15 colorscheme torte 16 17 " 阅读全文
posted @ 2014-04-07 20:06 yedeying 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 安装ssh:sudo apt-get install openssh-serversudo /etc/init.d/ssh start 将主机中vmware8的网络改为自动获取ip,就可以ping通了安装sublime-text: sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer lampp config: https://www.apachefriends.org/zh_cn/index.htm... 阅读全文
posted @ 2014-04-07 05:13 yedeying 阅读(145) 评论(0) 推荐(0) 编辑