-
Struts2 Tiles 配备篇 转载
Struts2Tiles配置篇转载 一.基本包(6个) ??1.commons-logging-1.0.4.jar ??2.commons-fileupload-1.2.1.jar ??3.ognl-2.6.11.jar ??4.struts2-core-2.1.6.jar ??5.xwork-2.1.2.jar ??6.freemarker-2.3.13.jar 二.整合tiles必须包(7个)...
465
热度 -
Felix札记5-Felix Web Management Console
Felix笔记5-FelixWebManagementConsole 1.InstallWMC 1.1添加依赖: ?????一个HttpService实现 ,可选在一下服务: ?????ApacheFelixHttpService,PaxWebService,EquinoxHttpServiceImplementation. ?????可选依赖: ?????OSGiLogService:Ifins...
1187
热度 -
org.hibernate.exception.GenericJDBCException: could not execute query,
org.hibernate.exception.GenericJDBCException:couldnotexecutequery,是怎么回事啊?请高手指点运行后出现如下问题:HTTPStatus500---------------------------------------------typeExceptionreportmessagedescriptionTheserverencounte...
89
热度 -
apache+tomcat 怎么做映射
apache+tomcat如何做映射在tomcat下已部署项目,现在外网可以访问www.aigyoo.com/WebRoot然后装了一个apache2之后地址不能访问了,不知道什么原因,把apache服务关了也不行了,不清楚该如何配置成访问www.aigyoo.com就可以访问我的www.aigyoo.com/WebRoot/index.jsp呢?希望提供httpd.conf中怎么去配置,或者提供...
104
热度 -
基于XFire创建Web Service-JSR181 客户端调用错误
基于XFire创建WebService-JSR181客户端调用异常 2010-2-2321:36:45org.apache.commons.httpclient.HttpMethodDirectorexecuteWithRetry 信息:I/Oexception(java.net.ConnectException)caughtwhenprocessingrequest:Connectionrefu...
870
热度 -
java.sql.SQLException: Io 异常: The Network Adapter could not establish the
CouldnotopenJDBCConnectionfortransaction求教分析:exceptioninthread"main"org.springframework.transaction.CannotCreateTransactionException'>org.springframework.transaction.CannotCreateTransactionE...
582
热度 -
nested exception is org.springframework.beans.BeanInstantiationException:
struts2+spring+hibernate整合时出现的问题,请教高手2008-9-911:06:18org.apache.catalina.core.StandardContextlistenerStart严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.con...
503
热度 -
jar包摩擦 commons-lang3-3.1.jar 里没有NestableRuntimeException.class
jar包冲突commons-lang3-3.1.jar里没有NestableRuntimeException.class本帖最后由liuluoboliu于2013-07-0216:15:45编辑今天在做一个JSON数据访问webservice的客户端的时候,先在自己的项目中做步骤,简单的完成后就把代码copy到工作的项目中,可是遇到了一个问题,即:commons-lang2-4.jar的包中包含N...
561
热度 -
apache tomcat win停测试
apachetomcatwin下测试我用apache+2tomcat在windows下做测试,用自带工具ab测试apache地址,500并发量时响应时间10秒多,测试1000并发直接报(apr_socket_connect():由于目标计算机积极拒绝,无法连接。)。直接测试一个单独的tomcat,并发量1000时响应时间不到0.4秒,两种方式并发量100时响应时间基本一样30毫秒。 这是因为win...
503
热度 -
求 apache 2.0.58 win版本,该怎么解决
求apache2.0.58win版本apache_2.0.58-win32-x86-openssl.msi谁有2.0.58版本的安装文件啊,谢谢了color='#e78608'>------解决方案--------------------------------------------------------apache_2.0.58-win32-x86-no_ssl.msi30-Apr-2006...
4147
热度 -
ORG指令求教解决思路
ORG指令求教ORG指令指定后面数据或指令的偏移位置,但我用直接用debug,使用org0600h,并且t以后,观察各个寄存器,都没有任何变化。将如下代码使用nasm汇编之后,Assemblycodeorg07c00hmovax,csmovds,axmoves,axcallDispStrjmp$DispStr:movax,BootMessagemovbp,axmovcx,16movax,01301...
3091
热度 -
org.hibernate.hql.ast.QuerySyntaxException:解决思路
org.hibernate.hql.ast.QuerySyntaxException'>org.hibernate.hql.ast.QuerySyntaxException:我在测试使用hibernate过程中,执行hql语句,后台报了这个错,给位大侠帮我分析分析~小弟感激不尽后台错误code:2012-4-1916:39:15org.apache.catalina.core.StandardWr...
357
热度 -
2.could not insert: [xxx.entity.User]; nested exception is org.hibernate.exception
二.couldnotinsert:[xxx.entity.User];nestedexceptionisorg.hibernate.exception.org.springframework.dao.DataIntegrityViolationException:couldnotinsert:[xxx.entity.User];nestedexceptionisorg.hibernate.exce...
1044
热度 -
次次启动myeclipse 都会有这样的报错
每次启动myeclipse都会有这样的报错Javacode2012-4-1311:18:34org.apache.catalina.core.AprLifecycleListenerinit信息:LoadedAPRbasedApacheTomcatNativelibrary1.1.20.2012-4-1311:18:34org.apache.catalina.core.AprLifecycleLi...
55
热度 -
卸载linux上自带apache
卸载linux下自带apache怎么卸载linux下自带的apachelinux是CentOS6.3color='#FF8000'>------解决方案--------------------网上的例子不是有很多,楼主干嘛又要重复问呢
371
热度 -
卸载linux上自带apache
卸载linux下自带apache怎么卸载linux下自带的apachelinux是CentOS6.3color='#FF8000'>------解决方案--------------------网上的例子不是有很多,楼主干嘛又要重复问呢
97
热度 -
Struts2 commons-fileupload 在下传2M以下文件出现错误解决办法
Struts2commons-fileupload在上传2M以上文件出现异常解决方法 在上传2M以上文件出现异常如下: [@APPNAME@]ERROR[http-80-3]MultiPartRequest.parse(130)| org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException :thereques...
720
热度 -
org
问题描述 我的控制器是: importorg.springframework.beans.factory.annotation.Autowired; importorg.springframework.stereotype.Controller; importorg.springframework.validation.BindingResult; importorg.springframewo...
96
热度 -
一个关于commons-fileUpload下传文件的有关问题
一个关于commons-fileUpload上传文件的问题我用commons-fileUpload组件做了个上传文件的例子,为什么文件已经上传到后台了,但是打开时,提示文件正在被程序占用。我在上传代码中已经将输入输出流都关闭了的啊。有木有哪位童鞋遇到同样的问题呢?求高手指点!谢谢color='#FF8000'>------解决方案----------------------------------...
902
热度 -
一个关于commons-fileUpload上传文件的有关问题
一个关于commons-fileUpload上传文件的问题我用commons-fileUpload组件做了个上传文件的例子,为什么文件已经上传到后台了,但是打开时,提示文件正在被程序占用。我在上传代码中已经将输入输出流都关闭了的啊。有木有哪位童鞋遇到同样的问题呢?求高手指点!谢谢color='#e78608'>------解决方案----------------------------------...
1832
热度