自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (8)
  • 收藏
  • 关注

原创 struts2 +hibernate3.2+spring2.0

自学struts2有段时间了 今天用完全手写的方式整合了struts2 +hibernate3.2+spring2.0其中的一些技巧,和遇到的异常总结如下:(其实也没什么技巧,蛮多东西都在jar包下可以找到、、、)web.xml struts2是以拦截器的形式加载的   struts2  org.apache.struts2.dispatcher.FilterDispatche

2009-09-06 19:20:00 1990

原创 Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

 这次的任何配置文件全部都是手写的、、、第一次手写,出现了问题也不知道处在哪里、、不过异常没想象的那么多,但出现了我一个貌似以前都没看到过的异常:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListen

2009-09-02 20:10:00 35315 13

原创 org.jdom.Document is not available so the jdom converter will not load

2009-8-16 10:18:39 org.directwebremoting.util.CommonsLoggingOutput info信息: DWR Version 2.0.5 starting.2009-8-16 10:18:39 org.directwebremoting.util.CommonsLoggingOutput info信息: - Servlet Engine: Apach

2009-08-16 10:30:00 7855 4

原创 The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.p

2009-8-16 8:16:36 org.apache.catalina.core.AprLifecycleListener init信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.p

2009-08-16 08:22:00 1114

转载 资料

群近来掀起了一阵轻量级容器的热潮,这些容器能够帮助开发者将来自不同项目的组件组装成为一个内聚的应用程序。在它们的背后有着同一个模式,这个模式决定了这些容器进行组件装配的方式。人们用一个大而化之的名字来称呼这个模式:“控制反转”(Inversion of Control,IoC)。在本文中,我将深入探索这个模式的工作原理,给它一个更能描述其特点的名字——“依赖注入”(Dependency Injec

2009-07-31 06:14:00 762

原创 The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.p

运行环境是 Myeclipse6.0+struts1.3+spring2.0+hibernate3.1 +Tomcat6.0今天在练习ssh的整合,其中遇到了不少的问题,其程序报的异常和解决方案归纳:严重: action: null org.springframework.beans.factory.BeanCreationException: Error creating bean wi

2009-06-13 21:13:00 4586

原创 Just one day

不知不觉从开始写代码到现在都有二年了,二年了、、、无论从大的项目还是到小的项目,我都学会了很多。依稀还记得当初编写第一程序时,用的是C语言编写一个求圆面积的公式,当时我不会写、、、那段代码是是老师上课交了的,随后我就做在机房里,看着那陌生的开发工具,看着那陌生的代码、、、这时老师过来了手把手的交了我一遍、、、从那时我便开始了我的程序生涯、、、同时也注定着,我的一生也即将被程序化吧、、、经历了学习,

2009-03-21 14:23:00 676

xalan.jar dwr使用异常

做个extjs 与dwr结合的例子dwr2.0 jdk6.0 dwr 取不到数据 困扰了我一天 后来下载了xalan.jar 包导入工程 ok 2009-8-16 10:18:39 org.directwebremoting.util.CommonsLoggingOutput info 信息: DWR Version 2.0.5 starting. 2009-8-16 10:18:39 org.directwebremoting.util.CommonsLoggingOutput info 信息: - Servlet Engine: Apache Tomcat/6.0.10 2009-8-16 10:18:39 org.directwebremoting.util.CommonsLoggingOutput info 信息: - Java Version: 1.6.0_02 2009-8-16 10:18:39 org.directwebremoting.util.CommonsLoggingOutput info 信息: - Java Vendor: Sun Microsystems Inc. 2009-8-16 10:18:40 org.directwebremoting.util.CommonsLoggingOutput info 信息: Probably not an issue: org.jdom.Document is not available so the jdom converter will not load. This is only an problem if you wanted to use it. 2009-8-16 10:18:40 org.directwebremoting.util.CommonsLoggingOutput info 信息: Probably not an issue: org.jdom.Element is not available so the jdom converter will not load. This is only an problem if you wanted to use it.

2009-08-16

一个关于递归读取xml 并返回到javaBean的小例子

Avalon读取xml 没写成通用的 但是我用递归的算法 还是将xml中的内容赋值给了 我写的特定的javabean

2009-08-03

homework avalon 通用解析xml

这是我写的一个通过avalon通用解析xml的方法,不过没写完,我想带回家再写,但公司的任何东西不能带出项目室,服务器使用了代理的、、、其它的网站又打不开,没办法了只好借助csdn的上传了,大家不要下啊!还没写完、、、等写完了 我一定搞上来!

2009-07-31

extjs开发指南 新手必备

新手学习extjs必备的 上面有很多经典的小例子 我刚开始学习也是从这本书开始的 ,感觉比较基础

2009-07-30

今天的作业 avalon 解析xml

avalon 解析xml 的文件 内容 不知道怎么解析 回去了下载一个通用的算法 看搞不搞的定 没办法 今天晚上又要熬夜了、、、

2009-07-30

dwr 关于返回结果的相关配置

通过dwr 返回 数组,集合到页面 dwr.xml的相关配置

2009-07-27

java 实用jar包 集合

各种数据库的链接包 ssh整合需要的包 j2ee 开发长用包集合 以及 struts2.0

2009-07-24

MYSQL v4.1中文参考手册

MYSQL v4.1中文参考手册,包含mysql常用语法以及高级语法

2009-05-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除