2014年12月23日

ajax调用action后返回list给list.jsp,显示为xml文档

摘要: struts2中使用的是map来保存数据的,所以这里绑定的值是key和value1 2 3 4 5 6 7 8 阅读全文

posted @ 2014-12-23 19:06 hellofking 阅读(237) 评论(0) 推荐(0) 编辑

javascript判断浏览器

摘要: 1 function getExplorer() { 2 //IE 3 if (navigator.userAgent.indexOf("MSIE")>=0) 4 { 5 9 }10 //Firefox11 else i... 阅读全文

posted @ 2014-12-23 19:06 hellofking 阅读(119) 评论(0) 推荐(0) 编辑

使用poi3.9的jar输出excel

摘要: // 取得模板文件存放的路径ReadFilePath = ServletActionContext.getServletContext().getRealPath(ExcelTemplateFilePath);// 取得临时模板文件存放的路径SaveFilePath = ServletActionC... 阅读全文

posted @ 2014-12-23 19:04 hellofking 阅读(1133) 评论(0) 推荐(0) 编辑

access 2007 vba 开发中学到的知识(一)

摘要: 使用ado连接本身的数据库,需要先创建一个 adodb.connection的连接对象 Set cn = CreateObject("ADODB.Connection") 数据库的提供者 cn.Provider = "Microsoft.ACE.OLEDB.12.0" CurrentProject.... 阅读全文

posted @ 2014-12-23 19:01 hellofking 阅读(281) 评论(0) 推荐(0) 编辑

导航