随笔分类 - tools
摘要:1 apt-get install git//ubuntu安装git 2 3 mkdir -p /var/www/gitProj //创建文件夹 4 5 cd /var/www/gitProj //进入文件夹 6 7 git init //初始化git 8 9 git config --global user.name "e"//配置文件中的用户名10 11 git config --global email "zhangjun516@126.com"//配置文件的邮箱12 13 vi index.php //创建以及编辑文件14 15 git add
阅读全文
摘要:原文地址:http://ijonas.com/software-development/nosql/412/ 1 Installing Redis 2.6.x on Ubuntu 12.04 and running with an ‘init’ script. 2 28 Replies 3 4 Documented here are steps to getting Redis 2.6.x running on Ubuntu 12.04 onwards using an init script (previous versions of Ubuntu should work too)...
阅读全文
摘要:原文地址 http://pobeta.com/ubuntu-sublime.html, 1 2 3 /* 4 sublime-imfix.c 5 Use LD_PRELOAD to interpose some function to fix sublime input method support for linux. 6 By Cjacker Huang 7 8 gcc -shared -o libsublime-imfix.so sublime_imfix.c `pkg-config --libs --cflags gtk+-2.0...
阅读全文
摘要:---恢复内容开始---sublime text 2学习(二):创建可复用的代码片段对于工程师来讲,写一个html页面的基本结构是体力活,每次去拷贝一个也麻烦,sublime text 2 提供了一个很好的复用代码片段。在菜单上点击Tools -> New Snippet,会新建一个xml文件页签: 1 <snippet> 2 <content><
浙公网安备 33010602011771号