passer1991

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页

2013年6月13日

在javaEE 中获得web的路径

摘要: ServletActionContext.getServletContext().getRealPath("/upload/index"); 阅读全文

posted @ 2013-06-13 11:55 passer1991 阅读(91) 评论(0) 推荐(0) 编辑

2013年6月6日

java连接mysql 乱码的问题的解决方法

摘要: conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=GBK","root","1qazusB1114~"); 阅读全文

posted @ 2013-06-06 15:05 passer1991 阅读(109) 评论(0) 推荐(0) 编辑

2013年6月3日

office 2013

摘要: http://www.ihacksoft.com/office-2013-vol-retail-activation.htmlhttp://www.ihacksoft.com/no-office-kms-licenses-were-found.html 阅读全文

posted @ 2013-06-03 16:21 passer1991 阅读(157) 评论(0) 推荐(0) 编辑

Caused by: java.net.UnknownHostException: struts.apache.org

摘要: Caused by: java.net.UnknownHostException: struts.apache.org如果将struts的版本号修改后还是不行,就是可以将dtd文件下载到本机,然后用相对路径的方式引用dtd文件。将stuts-..dtd 文件下载到tomcat6_01\webapps\extGanttMvc\WEB-INF\classes中,然后将struts.xml中的xml头修改为以下方式:<!DOCTYPEstrutsPUBLIC"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN 阅读全文

posted @ 2013-06-03 10:39 passer1991 阅读(1530) 评论(0) 推荐(0) 编辑

2013年5月29日

xml schema中的命名空间

摘要: http://blog.csdn.net/zjl_wzw/article/details/3041349http://wenku.baidu.com/view/e3e0257c8e9951e79b892798.htmlhttp://blog.sina.com.cn/s/blog_9844e5a8010108f3.html 阅读全文

posted @ 2013-05-29 23:33 passer1991 阅读(116) 评论(0) 推荐(0) 编辑

2013年5月26日

正则表达式30分钟入门教程

摘要: http://www.cnblogs.com/deerchao/archive/2006/08/24/zhengzhe30fengzhongjiaocheng.html 阅读全文

posted @ 2013-05-26 08:44 passer1991 阅读(78) 评论(0) 推荐(0) 编辑

2013年5月23日

jQuery Ajax 全解析

摘要: http://www.cnblogs.com/qleelulu/archive/2008/04/21/1163021.html 阅读全文

posted @ 2013-05-23 11:29 passer1991 阅读(88) 评论(0) 推荐(0) 编辑

2013年5月22日

POI操作Excel常用方法总结

摘要: POI操作Excel常用方法总结使用poi解析Excel 阅读全文

posted @ 2013-05-22 12:02 passer1991 阅读(122) 评论(0) 推荐(0) 编辑

jsp导出excel

摘要: 使用jsp实现word、excel格式报表打印作者:丁丁出处:博客2010-12-21 07:25 因为ms word和excel的文档都支持html文本格式,因此可以先用word或excel做好模版,另存为Web页,然后将该html改成jsp,将数据部分动态填入即可,不用很辛苦的调整格式 word页面只要在jsp头设置如下指令:以下是代码片段: %@page contentType="application/msword;charset=GBK" % excel如下:以下是代码片段: %@page contentType="application/vnd.ms- 阅读全文

posted @ 2013-05-22 10:31 passer1991 阅读(242) 评论(0) 推荐(0) 编辑

2013年5月20日

js去除空格正则

摘要: http://www.cnblogs.com/zhangnanblog/archive/2012/02/11/2347170.html 阅读全文

posted @ 2013-05-20 15:33 passer1991 阅读(70) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页

导航