- 博客(4)
- 收藏
- 关注
原创 xml特殊字符问题
<br />在配置struts的时候出现错误提示<br /><forward name="initStatus" path="/lyInfo.do?method=initQuery&entrance=status"></forward><br /> <br />错误提示:The reference to entity "entrance" must end with the ";" delimiter<br /> <br />应改为:<br /><forward name="initStatus" path
2011-03-22 16:24:00
417
原创 多双引号问题
严重: Servlet.service() for servlet jsp threw exceptionorg.apache.jasper.JasperException: /jsp/customer/customer.jsp(254,25) Attribute value request.getAttribute("url").toString() is quoted with " which must be escaped when used within the value
2011-03-22 15:52:00
568
原创 数据库导入导出工具类
<br />只在MySQL中测试过,可将数据库中的数据导出到指定文件,也可从包含insert语句的文件中导入数据到数据库。<br /> <br />去掉导出的方法exportDatas()中的注释可将表结构等也导出。<br /> <br />package cn.com.kingkit.rmdbs.comm.util;import java.io.BufferedReader;import java.io.FileOutputStream;import java.io.IOException
2010-07-13 17:23:00
364
原创 压缩文件工具类
package com.kingkit.vote.util;import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOEx
2010-07-10 12:03:00
334
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人