12 2014 档案

摘要:在网上搜了很多资料都没有搞定,一般都有以下几种说法:方法1:在后台中先获得字符串的iso-8859-1编码形式数组,再使用此数组实例一个UTF-8编码形式String类型字符串.页面提交的url为:leavesp?work=部门主管审批后台处理:String inStr=request.getPar... 阅读全文
posted @ 2014-12-31 14:20 溜溜达达 阅读(650) 评论(0) 推荐(0)
摘要:webResources.class.getClassLoader().getResource("").getPath() +"sys_variable.properties"; 阅读全文
posted @ 2014-12-23 16:54 溜溜达达 阅读(134) 评论(0) 推荐(0)
摘要:table{ 2 width:200px; 3 table-layout: fixed; 4 } 5 .autocut{ 6 overflow:hidden; 7 white-space:nowrap; 8 text-overflow:ellipsis; 9... 阅读全文
posted @ 2014-12-18 16:29 溜溜达达 阅读(1038) 评论(0) 推荐(0)
摘要:--> ... 阅读全文
posted @ 2014-12-05 11:27 溜溜达达 阅读(418) 评论(0) 推荐(0)
摘要:/** * 导入和导出Excel文件类 * 支持2003(xls)和2007(xlsx)版本的Excel文件 * * @author yxm */ public class OperationExcelForPOI { public static void main(St... 阅读全文
posted @ 2014-12-04 10:39 溜溜达达 阅读(280) 评论(0) 推荐(0)
摘要:/***这个日期格式的转化,可以用一个类SimpleDateFormat,*你这种好像不行,特殊的就要特殊处理,*下面的只是一个简单的方法,还有其他的方法**/publicclassTest{privateStringmonthChange(Stringmonth){Stringresult=nul... 阅读全文
posted @ 2014-12-04 10:36 溜溜达达 阅读(254) 评论(0) 推荐(0)