`
文章列表
/*读 */ import java.io.*;  import jxl.*;  import jxl.write.*;  import jxl.format.*;    class Aa{  public static void main(String args[]) {    try{    Workbook workbook = null;    try {      workbook = Workbook.getWorkbook(new File("d:\\a.xls"));  } catch (Exception e) {    ...
  jquery如何取得text,areatext,radio,checkbox,select的值,以及其他一些操作;假如我们有如下页面:  <input type="text" name="textname" id="text_id" value="">    ... 下面来看怎么取得FORM中的各种值等等; function g ...
有一种方法可以用于Spring与Struts的整合:让Action在程序中手动获得ApplicationContext实例。在这种整合策略下,Struts的Action不接受IoC容器管理,Action的代码与Spring API部分耦合,造成代码污染。 这种策略也有其好处:代码的可读性非 ...

Error listenerStart

在运行web程序时,服务器报出Error listenerStart的严重错误,导致页面无法正常访问或其他问题出现。 这类问题通常都是因为在web.xml里面添加了 <listener> <listener-class> org.springframework.web.context.ContextLoaderListener </ ...
PROBLEM You are attempting to connect to an Oracle instance using JDBC and you are receiving the following error. java.sql.SQLException: Io exception: The Network Adapter could not establish connection SQLException: SQLState (null) vendor code (17002) Any or ...
Could not create ActionMapper: WebWork will *not* work! 解决方法: 将webwork.properties的 webwork.objectFactory=spring webwork.objectFactory.spring.autoWire=name   两行去掉就可以了

Maven_Nexus_install

ref: http://www.cnblogs.com/dingyingsi/p/3776557.htmlCentos 基础开发环境搭建之Maven私服nexus1、 软件a) 下载Nexus 地址:http://www.sonatype.org/downloads/nexus-2.1.2-bundle.tar.gzb) 如无特殊说明,本文档操作用户为nexusc) nexus默认的管理员用户名密码是:admin/admin1232、 安装a) 解压 $ tar zxvf nexus-2.1.2-bundle.tar.gzb) 移动到其他目录 $ mv nexus-2.1.2 /home/n ...
java.lang.UnsupportedClassVersionError: Bad version number in .class file 解决办法: eclipse的compiler的jdk版本是6,而tomcat所用的jdk版本是1.5 eclipse的compiler的jdk版本,tomcat所用的jdk版本都设置成一致就可以了 eclipse的compiler修改方式:    preference/java/compiler: compiler comliance level: 1.5    原则上就是和tomcat的jdk保持版本一致
Global site tag (gtag.js) - Google Analytics