
spring
文章平均质量分 58
laiahu
喜欢打篮球等
展开
-
学习笔记--ssh的配置文件
1. applicationContext.xml文件 http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http:原创 2008-09-04 09:09:00 · 788 阅读 · 0 评论 -
Hibernate Annotation笔记
来源:http://shenzhenchufa.blog.51cto.com/730213/291787 Hibernate Annotation笔记 (1) 简介: 在过去几年里,Hibernate不断发展,几乎成为Java数据库持久性的事实标准。它非常强大、灵活,而且具备了优异的性能。在本文中,我们将了解如何使用Java 5 注释来简化Hibernate代码,并使持久层的编转载 2012-08-22 18:22:24 · 745 阅读 · 0 评论 -
Spring的组件自动扫描机制
来源:http://blog.163.com/qqabc20082006@126/blog/static/2292852520091128103316534/ Spring的组件自动扫描机制 2009-12-28 10:33:16| 分类: Spring|字号 订阅 Spring将所有的bean都纳入到IOC中创建、管理和维护。对于大型的项目而言,项目中会有成百上千个bean转载 2012-08-22 18:21:19 · 1033 阅读 · 0 评论 -
第三方相关包下载地址
第三方包下载地址:http://www.opencms.org/en/events/sprints/08september/topic_libs/version-changes.html原创 2009-12-16 17:48:00 · 544 阅读 · 0 评论 -
用ssh,往数据库插入中文时,出错,不是中文时,能正确插入数据库. 解决方法
1、问题:用ssh,往数据库插入中文时,出错,不是中文时,能正确插入数据库.即出现 ORA-01461: can bind a LONG value only for insert into a LONG column 解决方法:将原来用的是ojdbc14.jar 10.1.0.2.0,去下了一个ojdbc14.jar 10.2.0.3.0换上,立马就好了。来源: http://ww原创 2009-12-16 17:43:00 · 1136 阅读 · 0 评论 -
(转)使用Tomcat的jmx服务
本文来源:http://blog.youkuaiyun.com/joliny/archive/2008/01/18/2051534.aspxhttp://www.blogjava.net/happyy2k/archive/2009/04/22/266881.html 1. 使用JDK1.5自带的JConsole程序查看Tomcat的JMX服务 要让JConsole能查看到Tomcat的转载 2009-08-05 15:57:00 · 784 阅读 · 0 评论 -
spring-quartz学习
1.配置文件 applicationContext-quartz.xml http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/be原创 2009-07-31 17:40:00 · 1541 阅读 · 0 评论 -
strust与spring结合
0.加载struts 在web.xtm中 action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml 1 action *.do 1.加载spring应用环境 在web.xml用 contextConfigLocat原创 2009-03-12 15:44:00 · 1012 阅读 · 0 评论