09 2015 档案

摘要:exec sys.sp_readerrorlog 0, 1, 'listening' 阅读全文
posted @ 2015-09-10 11:00 雪卜 阅读(172) 评论(0) 推荐(0)
摘要:js传参处理encodeURI(encodeURI(name));java接收处理URLDecoder.decode(request.getParameter("name"), "UTF-8");即可接收正确的中文 阅读全文
posted @ 2015-09-07 10:01 雪卜 阅读(341) 评论(0) 推荐(0)
摘要:public int up2(Map map) { StringBuffer insertSQL = new StringBuffer(); insertSQL.append("insert T_Sys_Attachment"); insertSQL.app... 阅读全文
posted @ 2015-09-06 10:45 雪卜 阅读(351) 评论(0) 推荐(0)
摘要:ACTIONpublic class UploadAction extends BaseAction { private static final long serialVersionUID = 1L; @Autowired private UploadService upload... 阅读全文
posted @ 2015-09-06 10:42 雪卜 阅读(346) 评论(0) 推荐(0)