- 浏览: 20949 次
- 性别:
- 来自: 沧州
最新评论
文章列表
笔记本USB鼠标如何设置左手鼠标
- 博客分类:
- 其他
控制面板--> 鼠标 --> 硬件
看看有没有usb外置鼠标,如果有就
控制面板-鼠标,双击打开,单击鼠标键选项卡,将"切换主要和次要的按钮"前的方框打上小对号,确定。
控制面板-鼠标-按钮-习惯左手,确定。
控制面板-鼠标-按钮-单击切换USB外接鼠标按键前的方框,确定。
org.springframework.orm.hibernate3.HibernateSystemException: Found two representations of
same collection:
com.kuandai.t4.pojo.UserInfo.moveInfos; nested exception is org.hibernate.HibernateException: Found
two representations of same collection:
com.kuandai.t4.pojo.UserInfo.moveInfos
Caused by ...
- 2009-07-10 14:59
- 浏览 3810
- 评论(0)
org.springframework.dao.DataIntegrityViolationException: could not insert:
[com.kuandai.t4.pojo.TroubleInfo];
nested exception is org.hibernate.exception.ConstraintViolationException: could not insert:
[com.kuandai.t4.pojo.TroubleInfo]
Caused by: org.hibernate.exception.ConstraintViolationExcept ...
- 2009-07-10 14:57
- 浏览 8902
- 评论(0)
<c3p0-config>
<default-config>
<!--当连接池中的连接耗尽的时候c3p0一次同时获取的连接数。Default: 3 -->
<property name="acquireIncrement">3</property>
<!--定义在从数据库获取新连接失败后重复尝试的次数。Default: 30 -->
<property name="acquireRetryAttempts" ...
- 2009-07-10 14:50
- 浏览 771
- 评论(0)
因为Hibernate是对类查询的
在hql="from constructInfo tea where constructId =?";中,
constructInfo 是数据库中的表,而ConstructInfo 对应的类是ConstructInfo.java ,现在只需要将constructInfo 改为ConstructInfo 就可以了,
- 2009-07-03 13:31
- 浏览 2290
- 评论(0)
1.SSH使用时,出现could not initialize proxy - the owning Session was closed 时的解决方案。
could not initialize proxy - the owning Session was closed
解决、
第一步、去掉hibernate的延迟加载
<filter>
<filter-name>hibernateFilter</filter-name>
<filter-class>
org.springframework.orm.hibernate3 ...
- 2009-07-03 13:28
- 浏览 3337
- 评论(0)