- 博客(9)
- 收藏
- 关注
原创 dwz框架dialog提交并刷新列表
http://note.youdao.com/noteshare?id=64b132c4c56af820ad503bfb79f728fc
2016-11-13 22:06:11 1323
转载 【js】设为首页和收藏本站
//加入收藏 function AddFavorite(sURL, sTitle) { sURL = encodeURI(sURL); try{ window.external.addFavorite(sURL, sTitle); }catch(e) {
2016-03-24 10:48:21 459
转载 SSH自动注入对象中对象为空。com.sun.jdi.InvocationException occurred invoking method
调试时候出现com.sun.jdi.InvocationException occurred invoking method 原因:因为hibernate的延迟加载引起 修改:修改hbm映射文件的对象映射lazy="false"
2015-11-29 16:23:23 5312
原创 Javassist Enhancement failed: model.AttendType; nested exception is org.hibernate.HibernateException
Javassist Enhancement failed: model.AttendType; nested exception is org.hibernate.HibernateException: Javassist Enhancement failed: model.AttendType model中没有无参构造函数。添加上去就好了
2015-11-27 16:35:05 375
原创 使用Struts2简单的基本文件上传下载实现
1.首先创建一个web项目 2.使用myeclipse自带的功能配置成struts项目 代码开始 首先是下载页面代码 <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPo
2015-11-26 16:46:13 287
原创 简单使用Struts2 实现上传下载功能
1.首先创建一个web项目 2.使用myeclipse自带的功能配置成struts项目 代码开始 首先是下载页面代码 <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort
2015-11-26 16:37:51 465
原创 SSH Spring无法注入的问题
struts设置中如果设置成spring托管 ,那么class中必须设置成bean名而不是路径下的class名 /main.jsp /login.jsp /login.jsp /main.jsp /main.jsp
2015-11-22 22:10:29 354
原创 SSH留言板 com.sun.jersey.api.container.ContainerException 错误
严重: StandardWrapper.Throwable com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes. at com.sun.jersey.server.impl.application.RootRe
2015-11-22 18:18:50 1499
原创 Exception in thread "main" java.lang.NoSuchMethodError: javax.persistence.Table.indexes()[Ljavax/per
1.model层 package model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; impor
2015-11-14 19:56:40 1845
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人