随笔分类 -  工具

Eclipse Maven TestNG等
摘要:1、克隆Git项目到本地(1)设置Git工具路径:file>settings>Version Control>Git(2)设置GitHub账户:file>settings>Version Control>GitHub(3)克隆git项目VCS>Checkout from Version Contro... 阅读全文
posted @ 2015-12-29 01:50 mingziday 阅读(1568) 评论(0) 推荐(0)
摘要:截图(Webpage Screenshot)是一款Chrome浏览器中的截图插件,使用它可以快速地截取网页中的全部内容。这是介绍地址:http://chromecj.com/blogging/2014-08/30.html 阅读全文
posted @ 2015-10-01 22:52 mingziday 阅读(331) 评论(0) 推荐(0)
摘要:1、给字段设置默认字符值ALTER TABLE `v_users`MODIFY COLUMN `picture` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '3.jpg' AFTER `phone`;注意... 阅读全文
posted @ 2015-09-27 11:14 mingziday 阅读(2366) 评论(0) 推荐(0)
摘要:SublimeText是一款非常好用的文本编辑工具,官方网址http://www.sublimetext.com/。这里介绍一下手动安装SublimeText皮肤的方法。(1)首先找一款你喜欢的皮肤,漂亮的皮肤风格能使编码成为一种乐趣。比如这一款https://github.com/kenwheel... 阅读全文
posted @ 2015-08-23 19:12 mingziday 阅读(1427) 评论(0) 推荐(0)
摘要:1、pom.xml文件中添加新的库在中央仓库找不到你想要的jar的时候,可以在pom.xml中添加附加的库,语法如下 java.net https://repository.jboss.org/nexus/content/group... 阅读全文
posted @ 2015-07-19 20:25 mingziday 阅读(1502) 评论(0) 推荐(0)
摘要:1、在Project Explorer中显示src、resource目录:通过Project->properties->java Build Path->Source设置2、解决JDK5中接口实现标注@OverRide报错:The method of type must override asupe... 阅读全文
posted @ 2015-07-16 00:58 mingziday 阅读(206) 评论(0) 推荐(0)
摘要:1、Eclipse中安装TestNG的方法打开Eclipse Help ->Install New Software , 然后Add "http://beust.com/eclipse"选中TestNG进行安装即可2、选中测试文件,右键,点Run As ->TestNG Test报错:Coul... 阅读全文
posted @ 2015-07-16 00:41 mingziday 阅读(482) 评论(0) 推荐(0)