
java
文章平均质量分 59
龙爱龙
爱IT
展开
-
java 虚拟机内存溢出
Tomcat启动后,后台抛出如下异常,前台一直无法登陆 Exception in thread ""http-bio-8080"-exec-6" java.lang.OutOfMemoryError: PermGen spaceException in thread ""http-bio-8080"-exec-9" java.lang.OutOfMemoryError:原创 2014-11-11 17:32:23 · 468 阅读 · 0 评论 -
Spring MVC 教程,快速入门,深入分析
博客分类:SPRING Spring MVC 教程快速入门资源下载:Spring_MVC_教程_快速入门_深入分析V1.1.pdfSpringMVC核心配置文件示例.rar作者:赵磊博客:http://elf8848.iteye.com目录 一、前言二、spring mvc 核心类与接口三、spring mvc 核心流程图四、转载 2015-02-13 10:39:24 · 800 阅读 · 0 评论 -
加载Properties
1、使用java.util.Properties类的load()方法示例: InputStream in = lnew BufferedInputStream(new FileInputStream(name));Properties p = new Properties();p.load(in);2、使用java.util.ResourceBundle类的getBundle()方原创 2015-04-14 15:28:36 · 409 阅读 · 0 评论 -
webservice
axis2 webservice的 编写原创 2015-09-07 10:29:15 · 265 阅读 · 0 评论 -
spring 任务调度
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1原创 2016-06-03 14:15:06 · 298 阅读 · 0 评论