摘要:
hibernate实体类的注解Entity和Table、Id、Column、GeneratedValue引入的是javax.persistence.Entity;和javax.persistence.Table等;而不是org.hibernate.annotations.Entity;和org.hi 阅读全文
posted @ 2017-08-21 16:37
cyy_13
阅读(524)
评论(0)
推荐(0)
摘要:
如果是经常使用Spring,特别有自己新建ApplicationContext对象的经历的人,肯定见过这么几条异常消息: 1.LifecycleProcessor not initialized call 'refresh' before invoking lifecycle methods via 阅读全文
posted @ 2017-08-21 11:08
cyy_13
阅读(230)
评论(0)
推荐(0)
摘要:
最近开始深入学习spring了解到的一些spring知识分享给大家看看。 org.springframework.aop 3.1.1.RELEASE.jar spring 的面向切面编程,提供AOP(面向切面编程)实现, org.springframework.asm 3.1.1.RELEASE.j 阅读全文
posted @ 2017-08-21 11:07
cyy_13
阅读(147)
评论(0)
推荐(0)
摘要:
jta.jar 标准JTA API必要 commons collections.jar 集合类 必要 antlr.jar ANother Tool for Language Recognition 必要 asm.jar ASM字节码库 如果使用“cglib” 则必要 asm attrs.jar AS 阅读全文
posted @ 2017-08-21 11:06
cyy_13
阅读(1622)
评论(0)
推荐(0)
摘要:
<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; % 阅读全文
posted @ 2017-08-21 08:51
cyy_13
阅读(152)
评论(0)
推荐(0)
摘要:
pragma与no cache 属性值 定义页面缓存 pragma与no cache用于定义页面缓存 pragma出现在http equiv属性中,使用content属性的no cache值表示是否缓存网页 引用网址:http://www.dreamdu.com/xhtml/no cache/ 不缓 阅读全文
posted @ 2017-08-21 08:45
cyy_13
阅读(3198)
评论(0)
推荐(0)
浙公网安备 33010602011771号