会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
奋斗的孩子
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
···
51
52
53
54
55
56
57
58
59
60
下一页
2016年6月2日
struts2 参数注入 方法拦截器
摘要: web.xml: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee"
阅读全文
posted @ 2016-06-02 00:25 敬畏之心+持之以恒
阅读(777)
评论(0)
推荐(0)
编辑
2016年5月31日
Hibernate 中 联合主键映射 组合关系映射 大对象映射(或者说文本大对象,二进制数据大对象)
摘要: Clob:文本大对象,最长4G Blob:二进制数据大对象,最长4G util: public class HibUtil { private static SessionFactory sessionFactory; static{ //获取配置信息 hibernate.cfg.xml Confi
阅读全文
posted @ 2016-05-31 00:48 敬畏之心+持之以恒
阅读(260)
评论(0)
推荐(0)
编辑
2016年5月29日
struts2 模拟令牌机制防止表单重复提交
摘要: web.xml: <?xml version="1.0" encoding="UTF-8"?><web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLS
阅读全文
posted @ 2016-05-29 22:42 敬畏之心+持之以恒
阅读(236)
评论(0)
推荐(0)
编辑
struts2 自带的 token防止表单重复提交拦截器
摘要: 在struts2中,我们可以利用struts2自带的token拦截器轻松实现防止表单重复提交功能! 1. 在相应的action配置中增加: <interceptor-ref name="token"></interceptor-ref> <result name="invalid.token">/e
阅读全文
posted @ 2016-05-29 21:20 敬畏之心+持之以恒
阅读(1302)
评论(0)
推荐(0)
编辑
2016年5月22日
struts2 标签
摘要: web.xml: <?xml version="1.0" encoding="UTF-8"?><web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"xmlns:xsi="http://www.w3.or
阅读全文
posted @ 2016-05-22 23:43 敬畏之心+持之以恒
阅读(146)
评论(0)
推荐(0)
编辑
2016年5月20日
struts2 上传文件
摘要: web.xml: <?xml version="1.0" encoding="UTF-8"?><web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"xmlns:xsi="http://www.w3.or
阅读全文
posted @ 2016-05-20 00:46 敬畏之心+持之以恒
阅读(188)
评论(0)
推荐(0)
编辑
2016年5月15日
什么样的数据应该放入缓存
摘要: 把数据放入缓存,有三个标准: 1.数据量不大 2.访问频率高 3.数据更改频率低
阅读全文
posted @ 2016-05-15 11:35 敬畏之心+持之以恒
阅读(1620)
评论(0)
推荐(0)
编辑
2016年5月9日
关于struts2输出excel表
摘要: web.xml: <web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaL
阅读全文
posted @ 2016-05-09 07:58 敬畏之心+持之以恒
阅读(317)
评论(0)
推荐(0)
编辑
2016年5月7日
关于异常的一点认识
摘要: 在异常中最大的类是Throwable,分为二个子类:Exception,Error Exception:是程序可以处理的异常 Error:表示JVM错误,一般程序无法处理 Exception与RuntimeException的区别: 1.如果抛出的是Exception的类型,则必须使用try...c
阅读全文
posted @ 2016-05-07 23:10 敬畏之心+持之以恒
阅读(241)
评论(0)
推荐(0)
编辑
2016年5月2日
spring 整合 hibernate xml配置
摘要: spring 整合 hibernate: hibernate :对数据库交互 spring: ioc aop 整合点: 1.sessionFactory对象不再由hibernate生成,交由spring生成,也就是说数据库连接信息 全局配置 映射文件的配置 由spring完成 2.ioc 管理dao
阅读全文
posted @ 2016-05-02 13:31 敬畏之心+持之以恒
阅读(631)
评论(0)
推荐(0)
编辑
上一页
1
···
51
52
53
54
55
56
57
58
59
60
下一页