在struts2-core-2.1.8.1.jar的org.apache.struts2包下面的default.properties资源文件里可以查到常用的常量配置,这些不用刻意的记住:忘记的时候可以查询。总结长用的的常量配置如下面:
...
分类:
其他好文 时间:
2014-05-20 01:57:44
阅读次数:
355
导入commons-beanutils-1.8.3.jar及commons-logging-1.1.3.jar使用commons-beanutils-1.8.3.jar包时需要同时使用commons-logging-1.1.3.jar包,因为需要写日志。package
com.wzh.test.be...
分类:
编程语言 时间:
2014-05-20 01:37:25
阅读次数:
384
spring框架jar包1、下载spring源包spring地址:http://www.springsource.org/download我下的是spring-framework-3.1.0.RELEASE-with-docs.zip下载依赖包:spring-framework-3.0.5.RELE...
分类:
编程语言 时间:
2014-05-19 20:20:20
阅读次数:
394
简单搭建xfire开源软件的webservice开发及其步骤:1、创建好一个web工程,引入xfire下的jar包,注意lib下的和xfire-all.jar2、定义接口;Java代码packagecom.iteye.webservice;publicinterfaceIHelloService{p...
分类:
Web程序 时间:
2014-05-19 11:06:49
阅读次数:
303
今天有个任务是要删除VM上的某个文件夹下的两个jar包。不过这个任务没有分配给我,而是分配给俺的师傅,哈哈。不过我还是自己动手写了一些脚本在本地模拟一下删除某个指定文件。build.xml
--> ...
分类:
其他好文 时间:
2014-05-19 07:36:08
阅读次数:
412
s2sh的整合,首先我们新建一个项目:web项目我们加入struts2的jar包,需要如果你是struts2.2.1的话需要多加入一个javassist-3.7.ga.jar包,需要加入五个jar:commons-fileupload-1.2.1.jarcommons-logging-1.0.4.j...
分类:
其他好文 时间:
2014-05-18 19:19:33
阅读次数:
351
① 编写Servlet并编译成class文件,编译时,将servlet-api.jar文件(在/common/lib 目录下)加入到classpath中;
② 将编译好的class文件拷贝到应用的WEB-INF/classes/下(如/myapp/WEB-INF/classes/);
③ 在web.xml中进行配置 、,具体可参见下面的web.xml。
这里引用myeclipse默认生成的...
分类:
编程语言 时间:
2014-05-18 14:35:21
阅读次数:
351
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
在ecplise中使用内存数据的客端户,前提要准备要下载两个jar包
commons-pool2-2.0.jar http://download.csdn.net/detail/f765961322/7357673;
jedis-2.4.2.jar http://download.csdn.net/detail/f765961322/7357681;
前提...
分类:
数据库 时间:
2014-05-18 04:31:42
阅读次数:
320
Hadoop1.1.2版本没有直接适合Eclipse的安装插件,需要手动打包jar文件。我的系统配置:VMware
Workstation10CentOS-6.5-i386hadoop-1.1.2eclipse_SDK_3.7.2_win32系统配置说明: 我的电脑是Win7
32位的,安装了VMw...
分类:
系统相关 时间:
2014-05-17 21:37:29
阅读次数:
339