Multi-level Multi-select plugin

摘要: Property file:Country[tab]CityUnited States[tab]San FranciscoUnited States[tab]ChicagoMexico[tab]Mexico CityMexico[tab]CancunNotice: tab key must be i... 阅读全文
posted @ 2015-05-18 15:58 Newbie wang 阅读(560) 评论(0) 推荐(0) 编辑

cucumber learning : http://www.cnblogs.com/puresoul/category/340832.html

摘要: linkGenerate cucumber report by json websiteSample as json file for cucumber report:[ { "keyword": "Feature", "name": "Hello World Feature", ... 阅读全文
posted @ 2015-05-15 10:47 Newbie wang 阅读(421) 评论(0) 推荐(0) 编辑

Opensuse enable sound and mic card

摘要: Install application pavucontrolRun pavucontrolYou will see the configuration about sound card and mic card.If can not solve it, Kmix shoud be used and... 阅读全文
posted @ 2015-05-11 14:44 Newbie wang 阅读(177) 评论(0) 推荐(0) 编辑

Shell displays color output

摘要: 格式: echo "/033[字背景颜色;字体颜色m字符串/033[控制码"如果单纯显示字体颜色可以固定控制码位0m。格式: echo "/033[字背景颜色;字体颜色m字符串/033[0m"字背景颜色范围:40 - 4940:黑 41:深红 42:绿 43:黄色 44:蓝色 45:紫色 46:深绿... 阅读全文
posted @ 2015-05-04 10:30 Newbie wang 阅读(328) 评论(0) 推荐(0) 编辑

python display color output

摘要: 起因在开发项目过程中,为了方便调试代码,经常会向stdout中输出一些日志,默认的这些日志就直接显示在了终端中。而一般的应用服务器,第三方库,甚至服务器的一些通告也会在终端中显示,这样就搅乱了我们想要的信息。解决我们可以通过对有用的信息设置不同颜色来达到醒目的效果,因为我平时都是在linux下开发,... 阅读全文
posted @ 2015-05-04 10:29 Newbie wang 阅读(808) 评论(0) 推荐(0) 编辑

Git command line

摘要: # Pull the repo from mastergit pull# Create branch for myself in localgit branch john/jenkins_code# switch to myself branch of localgit checkout john/... 阅读全文
posted @ 2015-04-10 15:10 Newbie wang 阅读(291) 评论(0) 推荐(0) 编辑

How to generate ssh key only for github and not conflict with original key

摘要: 3生成SSH公钥$ ssh-keygen -t rsa -C "your_email@youremail.com"#ssh-keygen -t dsa -C "your_email@youremail.com" # Creates a new ssh key using the provided e... 阅读全文
posted @ 2015-04-10 15:08 Newbie wang 阅读(245) 评论(0) 推荐(0) 编辑

远程出发jenkins jobs

摘要: wget -O - -q "http://jenkins_server/job/ttt/buildWithParameters?TEST1=Value"wget -O - -q "http://jenkins_server/job/ttt/buildWithParameters?token=toke... 阅读全文
posted @ 2015-03-26 16:36 Newbie wang 阅读(173) 评论(0) 推荐(0) 编辑

Pinyin 输入法安装 opensuse 13 gnome

摘要: 1 安装 拼音输入法 zypper in pinyin (scim 包含)2 安装包 scim,scim-m17n,scim-pinyin,scim-qtimm,scim-tables,scim-tables-zh 可以通过yast23.Do not forget reboot machine, i... 阅读全文
posted @ 2015-03-24 17:25 Newbie wang 阅读(364) 评论(0) 推荐(0) 编辑

Makefile 如何轻松搞定

摘要: 最近在学习Linux下的C编程,买了一本叫《Linux环境下的C编程指南》读到makefile就越看越迷糊,可能是我的理解能不行。 于是google到了以下这篇文章。通俗易懂。然后把它贴出来,方便学习。 后记,看完发现这篇文章和《Linux环境下的C编程指南》的makefile一章所讲述的惊人的相似... 阅读全文
posted @ 2014-12-21 15:32 Newbie wang 阅读(733) 评论(0) 推荐(0) 编辑