Hibernate
猪娃娃Lisa
这个作者很懒,什么都没留下…
展开
-
hibernate_annotation
package com.chai.model;import org.hibernate.Session;import org.hibernate.SessionFactory;import org.hibernate.cfg.AnnotationConfiguration;import org.hibernate.cfg.Configuration;import c原创 2013-08-24 13:10:16 · 415 阅读 · 0 评论 -
Struts2 blob(转)
最近在项目中第一次使用 struts2,在将文件上传到数据库(oracle9i)中时,出现了一个奇怪的问题,就是当上传的文件比较小时(先这样说,因为没有查阅相关文档也没有测试这个值为多少),可以正常上传到数据库中,但当我上传了一个为300多K的图片是出现如下错误: 不允许的操作: streams type cannot be used in batching 在网上查阅时,有个哥原创 2013-08-24 13:11:29 · 613 阅读 · 0 评论 -
SSH高效分页
package com.yizhou.common.test;/** * * Copyright @ 2008 YIZHOU SOFTWARE Co. Ltd. * All right reserved. * * @author xuxinlong * * mail: longxx888@163.com * */public class原创 2013-08-24 13:11:54 · 537 阅读 · 0 评论 -
hibernate_annotation
package com.chai.model;import org.hibernate.Session;import org.hibernate.SessionFactory;import org.hibernate.cfg.AnnotationConfiguration;import org.hibernate.cfg.Configuration;import c...原创 2010-07-28 15:48:06 · 73 阅读 · 0 评论 -
Ubuntu 系统优化
Ubuntu8.04系列二-系统优化篇 文章欢迎转载,转载请注明出处:嘉骏苑http://luckiss.blogcn.com 原文出处:http://luckiss.blogcn.com/diary,15151058.shtml Ubuntu8.04讲过以下步骤优化后,性能会得到明显提高 1。选择合适的Ubuntu版本 在系统安装篇已经说过了,32...原创 2011-06-14 16:29:04 · 140 阅读 · 0 评论