摘要: package com.krkj.util;import java.beans.BeanInfo;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.io.FileOutputStream;i... 阅读全文
posted @ 2015-09-29 13:44 yangxu6069 阅读(126) 评论(0) 推荐(0) 编辑
摘要: package com.lavasoft.test;import java.io.*;/*** Java读取相对路径的文件** @author leizhimin 2010-1-15 10:59:43*/public class ReadFile { public static voi... 阅读全文
posted @ 2015-09-29 13:29 yangxu6069 阅读(150) 评论(0) 推荐(0) 编辑
摘要: import javax.servlet.*;import javax.servlet.http.*;import java.io.*;import java.util.*;import java.util.regex.*;import org.apache.commons.fileupload.*... 阅读全文
posted @ 2015-09-29 13:18 yangxu6069 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1 import javax.servlet.*; 2 import javax.servlet.http.*; 3 import java.io.*; 4 import java.util.*; 5 import java.util.regex.*; 6 import org.apa... 阅读全文
posted @ 2015-09-29 13:15 yangxu6069 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Struts与hibernate 整合一 何谓两者的整合? 简单的来说就是让spring来管理struts Action的创建(包括关联对象),能充分利用spring的依赖注入优势,而无须显式的获取applicationContext实例。 二 主要的方式 1 使用DelegatingRe... 阅读全文
posted @ 2015-09-29 13:09 yangxu6069 阅读(203) 评论(0) 推荐(0) 编辑