07 2017 档案

摘要:Connection conn = null; Statement stmt = null; ResultSet rs = null; try{ Class.forName("com.mysql.jdbc.Driver"); String dbNmae = "logall"+para... 阅读全文
posted @ 2017-07-27 14:51 JLCUI 阅读(172) 评论(0) 推荐(0) 编辑
摘要:public List getSalesRegisterConfigList() { Connection conn = null; Statement stmt = null; ResultSet rs = null; List resultList = new ArrayList(); try{ ... 阅读全文
posted @ 2017-07-27 11:26 JLCUI 阅读(113) 评论(0) 推荐(0) 编辑
摘要:上级菜单/sysMenu/combolist'"> @RequestMapping("/combolist") public void combolist(HttpServletRequest request,HttpServletResponse response){ List list = null; Map p... 阅读全文
posted @ 2017-07-18 14:24 JLCUI 阅读(1764) 评论(0) 推荐(0) 编辑
摘要:$(function($) { $('#tg').treegrid({ url:'/sysMenu/list', rownumbers: false, treeField: 'name', checkbox:true, ascadeCheck:tr... 阅读全文
posted @ 2017-07-18 14:18 JLCUI 阅读(1027) 评论(0) 推荐(0) 编辑
摘要:@Override public List getControlresultList(Map params) throws Exception { Logger log = Logger.getLogger(RemoteControlController.class); List resultList = new ArrayList(); Connection conn = n... 阅读全文
posted @ 2017-07-18 11:22 JLCUI 阅读(232) 评论(0) 推荐(0) 编辑
摘要:重点跟踪 重点跟踪 SN: 注册状态: 开始时间: ... 阅读全文
posted @ 2017-07-10 14:11 JLCUI 阅读(341) 评论(0) 推荐(0) 编辑
摘要:var page = $('#zdgz').datagrid('options').pageNumber;//pageNumber为datagrid的当前页码 var rows = $('#zdgz').datagrid('options').pageSize;//多少条数据 设定当前页码 $("# 阅读全文
posted @ 2017-07-05 10:57 JLCUI 阅读(1043) 评论(0) 推荐(0) 编辑
摘要:function ajaxLoading(){ $("<div class=\"datagrid-mask\"></div>").css({display:"block",width:"100%",height:$(window).height()}).appendTo("body"); $("<d 阅读全文
posted @ 2017-07-04 16:08 JLCUI 阅读(250) 评论(0) 推荐(0) 编辑
摘要:@RequestMapping("/importExcel") public void importExcel(HttpServletResponse response, HttpServletRequest request) { MessageResult message = new MessageResult(); MultipartHttp... 阅读全文
posted @ 2017-07-04 16:08 JLCUI 阅读(210) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.common.payment.wxpay.util; import java.util.UUID; public class NonceStringUtil { public synchronized static String getUUID() { UUID uuid = UUID.randomUUID(); ... 阅读全文
posted @ 2017-07-04 15:39 JLCUI 阅读(152) 评论(0) 推荐(0) 编辑
摘要:@RequestMapping("/downExcel") public void downExcel(HttpServletResponse response, HttpServletRequest request) { try { response.setContentType("text/html;charset=utf-8"); ... 阅读全文
posted @ 2017-07-04 14:48 JLCUI 阅读(222) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示