- 博客(6)
- 收藏
- 关注
转载 mybaits接口式编程
第一步,建工程,在mybaits-config.xml中,建立数据源,<properties resource="dbconfig.properties"></properties> <environments default="development"> <environment id="development"> <transactionManag
2017-08-27 09:29:06 269 1
转载 java.lang.OutOfMemoryError:GC overhead limit exceeded
1.0在本地测试web程序报 java.lang.OutOfMemoryError:GC overhead limit exceeded,解决办法就是在myeclipse中部署的tomcat中增加参数,-XX:-UseGCOverheadLimit OOM就是JVM内存溢出了,那GC overhead limit exceed呢? GC overhead limt exceed检查是Hotspo
2017-08-16 17:07:53 521
转载 mysql忘记密码解决办法。。。。
mysql忘记密码怎么办?第一步: 找到mysql启动文件my.ini,在mysqld下加入 skip-grant-tables 第二步: 重启mysql服务 net stop mysql net start mysql 第三步: 进入user数据库(use user) 第四步: 查询表user (select * from user) 看一下user表的字段 如果是mys
2017-08-04 08:55:13 322
转载 oracle 此处不允许有序号
这个错误原因主要是因为:根据官方资料,oracle限制nextval出现在以下方式:我犯的错误应该是第三条(一个select语句中) Restrictions on Sequence Values You cannot use CURRVAL and NEXTVAL in the following constructs: ■ A subquery in a DELETE, SELECT, o
2017-03-17 17:10:38 4223
原创 报错信息:Caused by: org.hibernate.NonUniqueObjectException: a different object with the same identifier
报错信息:Caused by: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.lbs.syebx.common.entities.Jc02#3000551332] 这是由
2017-03-15 17:04:38 1351
转载 关于anroid引入第三方库时,发生的错误解决方案
1.java.lang.NoClassDefDoundError:一般就是包名冲突了,这时候把主程序的v4包删了就可以了,因为主程序把第三方类库已经引用了,它可以用第三方的,而第三方中有一些是需要用到的,所以不能删第三方的。2.如果还发生这个错误,那么你就打开主程序的资源,看你引用的第三方库是不是绿色打钩的,如果是红色的,那么说明你就没有引入成功,这时候只需要把你的程序和你引入的第三方库放到同
2016-06-27 21:35:53 350
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人