上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: https://packagecontrol.io/installation#st2 链接被墙了这个。 我拿来放在这里。 The simplest method of installation is through the Sublime Text console. The console is a 阅读全文
posted @ 2016-06-27 21:21 IamThat 阅读(2832) 评论(1) 推荐(1) 编辑
摘要: git cherry-pick commit-id (github 上的短号) 阅读全文
posted @ 2016-04-11 17:40 IamThat 阅读(3238) 评论(0) 推荐(0) 编辑
摘要: http://my.oschina.net/silentboy/blog/220158 当一台电脑上多个git account 的时候, 出现如下问题, $ git push origin masterERROR: Permission to UserA/touchme.git denied to 阅读全文
posted @ 2016-04-07 13:48 IamThat 阅读(538) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/22548325/java-lang-classcastexception-cannot-be-cast-to-java-lang-integerWhen you select specific columns from DB, ... 阅读全文
posted @ 2016-01-15 17:53 IamThat 阅读(227) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/neo_liu0000/article/details/6254086第六章数据类型6.1概述PostgreSQL提供了丰富的数据类型。用户可以使用CREATE TYPE命令在数据库中创建新的数据类型。PostgreSQL的数据类型被分为四种,分别是基本数据... 阅读全文
posted @ 2016-01-07 20:54 IamThat 阅读(14992) 评论(0) 推荐(0) 编辑
摘要: 最近发现autowired注入总是失败。总结下: 一个bean 要么都通过getter setter加上配置文件配置注入. 比如当temVehicleDao已经配置文件注入了。 requestIdService在类中autowired注入会无效。要么都写成注解注入。 阅读全文
posted @ 2016-01-05 18:19 IamThat 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 安装nodejs安装python 配置python 环境安装git 配置git 环境clone angularJS seed 代码。环境变量如下:C:\Program Files\nodejs\;C:\Python27;C:\Program Files\Git\bin;C:\Program File... 阅读全文
posted @ 2015-12-24 15:25 IamThat 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 网络上大部分是powermock 的用法,PowerMock有两个重要的注解: –@RunWith(PowerMockRunner.class) –@PrepareForTest( { YourClassWithEgStaticMethod.class })但是powermockito@P... 阅读全文
posted @ 2015-12-24 11:24 IamThat 阅读(9216) 评论(0) 推荐(0) 编辑
摘要: 我需要测试的方法是 public 方法: public ResponseResult subscribe(SysSubscription sysSubscription) throws JsonGenerationException, JsonMappingException, IOExceptio... 阅读全文
posted @ 2015-12-23 17:37 IamThat 阅读(2199) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/buhaiqing/archive/2012/11/04/2754187.html会从maven的Repository里查找所有支持的arche types,大概有500~600个。正因为是太多了,所以查找起来很是不方便。其实平时常用的arche typ... 阅读全文
posted @ 2015-12-21 11:45 IamThat 阅读(777) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页