
项目管理
weborn_liang
08年计算机毕业,
就职过猎豹移动、阿里巴巴等IT公司。
熟练开发java web、android项目。
热衷于IT项目管理、敏捷实践、自动化。
生活就应该大胆的追寻内心的快乐。
展开
-
Eclipse插件Mylyn 简介
Mylyn(旧称Mylar)是eclipse的一个插件,用于将任务管理和上下文管理无缝集成到Eclipse中。1. 安装 下载相应的Mylyn zip包,解压缩开就是两个文件夹:features和plugins,以及一个XML文件:site.xml。将这两个文件夹拷入或者以配置方式导入合适版本的Eclipse中就可以了。2. 使用重启Eclipse,Window的prefe转载 2013-03-08 00:48:01 · 3534 阅读 · 1 评论 -
研发管理工具
Jira:bug管理系统原创 2013-11-07 14:52:09 · 1020 阅读 · 0 评论 -
插件FindBugs在Eclipse中的使用
现在有很多Java代码分析工具,findbugs是一个开源的eclipse 代码检查工具;它可以简单高效全面地帮助我们发现程序代码中存在的bug,bad smell,以及潜在隐患。针对各种问题,它并且提供了简单的修改意见供我们重构时进行参考; 通过使用它,可以一定程度上降低我们code review的工作量,并且会提高review效率。 通过findbugs找到bug,再由我们自己重构代码,可以培转载 2013-12-13 17:55:37 · 1293 阅读 · 0 评论 -
Hudson email-ext
git clone git://github.com/hudson-plugins/email-ext-plugin.git原创 2013-12-24 16:59:34 · 1259 阅读 · 0 评论 -
EGit
http://download.eclipse.org/egit/updates/原创 2014-03-08 18:09:20 · 892 阅读 · 0 评论 -
crowdin
http://crowdin.net/原创 2014-01-12 15:27:34 · 1241 阅读 · 0 评论 -
UCDetector: Unnecessary Code Detector
官网:http://www.ucdetector.org/Eclipse update site: http://ucdetector.sourceforge.net/update原创 2013-12-10 18:53:25 · 1522 阅读 · 0 评论 -
修炼之道--书单
《重构:改善既有代码的设计》原创 2013-11-30 15:47:17 · 1240 阅读 · 0 评论 -
jenkins email-ext plugin Email Template Testing
I started using the email-ext plugin. I added the plugin as "post build" step to a configuration. A job was built and now I want to send an test email. Here is what I did:- Create the folder $JE原创 2015-04-10 10:52:37 · 4546 阅读 · 0 评论