2015年1月15日

Jenkins integration for AngularJS code coverage

摘要: Install Jenkins plugins'Cobertura'and 'HTML Publisher'1. add Post-build Actions "Publish HTML reports"2. add Post-build Actions "Publish Cobertura Cov... 阅读全文

posted @ 2015-01-15 13:30 jmbkeyes 阅读(248) 评论(0) 推荐(0)

AngularJS code converage

摘要: karma-coverageThe easiest way is to keepkarma-coverageas a devDependency in yourpackage.json. More details refer tohttps://github.com/karma-runner/kar... 阅读全文

posted @ 2015-01-15 13:21 jmbkeyes 阅读(355) 评论(0) 推荐(0)

error: Unable to find vcvarsall.bat while install python library by pip install or python setup.py install.

摘要: Python 2.7 会搜索 Visual Studio 2008. 如果你电脑上没有这个版本的话,比如只有: 1.Visual Studio 2010,在cmd里面执行:SET VS90COMNTOOLS=%VS100COMNTOOLS%2. Visual Studio 2012 的话:SET V... 阅读全文

posted @ 2015-01-15 13:12 jmbkeyes 阅读(253) 评论(0) 推荐(0)

MySQL execute dynamic sql script.

摘要: SET @sql = (SELECT IF( (SELECT COUNT(*) FROM usher_network_log ) > 1000000, "SELECT 0", "select * from Configuration"));PREPARE stm... 阅读全文

posted @ 2015-01-15 13:09 jmbkeyes 阅读(448) 评论(0) 推荐(0)

ZBar Installer

摘要: ZBar Install.For windows:http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10-setup.exe/downloadAfter install, add the zbar folder path to P... 阅读全文

posted @ 2015-01-15 13:07 jmbkeyes 阅读(364) 评论(0) 推荐(0)

导航