摘要:
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. log4j版本:log4j-core-2.7.jar log 阅读全文
摘要:
HTTP Status 500 - Wrapper cannot find servlet class com.servlet.servlet.RegServlet or a class it depends on type Exception report message Wrapper cann 阅读全文
摘要:
Database Configuration Assistant安装失败 向广大园友求助 阅读全文
摘要:
length属性:用于获取数组长度。 eg: int ar[] = new int{1,2,3} /** * 数组用length属性取得长度 */ int lenAr = ar.length;//此处lenAr=3 System.out.println("Arr length:"+lenAr); l 阅读全文
摘要:
一、oracle 11g登录服务开启 成功安装Oracle 11g后,共有7个服务,这七个服务的含义分别为:1. Oracle ORCL VSS Writer Service:Oracle卷映射拷贝写入服务,VSS(Volume Shadow Copy Service)能够让存储基础设备(比如磁盘, 阅读全文
摘要:
1.POI操作excel技术博客记录 2.SSH框架搭建记录 3.SSM框架搭建记录 4.文件上传下载记录 5.面试题整理 阅读全文
摘要:
报错信息: jsp页面报错 Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 解决方案: /WebContent/WEB-INF/lib目录下导入jstl.jar和standard.jar包 阅读全文
摘要:
tomcat报错如下: HTTP Status 404 - Servlet xxx is not available type Status report message Servlet xxx is not available description The requested resource 阅读全文
摘要:
tomcat发布工程时,在浏览器输入正确的地址,遇到如下问题: HTTP Status 500 - javax.servlet.ServletException: Wrapper cannot find servlet class xxx or a class it depends on .... 阅读全文
摘要:
涉及的核心类:Date类、SimpleDateFormat类、Calendar类 一、 Date型与long型 Date型转换为long型 Date date = new Date();//取得当前时间Date类型 long date2long = date.getTime();//Date转lon 阅读全文