- 博客(4)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 Maven + eclipse + jetty
1、首先在自己电脑上安装maven3.2版本,这一搜就好多信息就不多说了; 2、安装好之后 下载eclipse最新版 (luna)有集成maven ,然后安装一些eclipse插件:svn,mylyn,wtp,ajdt,gef;具体的连接网上搜吧,有很多的,确保版本一致; 3、然后引入一个maven项目或自己新建一个,配置好各种信息; 4、然后右键项目 run as maven buil
2014-12-25 14:50:27
420
原创 More than one row with the given identifier was found 问题
今天在用hibernate配置的时候一直出现More than one row with the given identifier was found这个问题,到最后终于
2014-09-03 17:04:16
6606
转载 list集合去除重复对象
对象重复是指对象里面的变量的值都相等,并不定是地址。list集合存储的类型是基础类型还比较好办,直接把list集合转换成set集合就会自动去除。 当set集合存储的是对象类型时,需要在对象的实体类里面重写public boolean equals(Object obj) {} 和 public int hashCode() {} 两个方法。 实体类 [html]
2014-05-15 14:59:24
746
转载 Android SDK更新 Connection to http://dl-ssl.google.com refused 解决方法
问题描述 使用SDK Manager更新时出现问题 Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused Failed to fetch URL http://dl-
2014-04-14 12:20:12
786
IE浏览器乱码问题,就是从页面传中文到action
2015-05-20
TA创建的收藏夹 TA关注的收藏夹
TA关注的人