上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页
摘要: 上级菜单/sysMenu/combolist'"> @RequestMapping("/combolist") public void combolist(HttpServletRequest request,HttpServletResponse response){ List list = null; Map p... 阅读全文
posted @ 2017-07-18 14:24 JLCUI 阅读(1762) 评论(0) 推荐(0) 编辑
摘要: $(function($) { $('#tg').treegrid({ url:'/sysMenu/list', rownumbers: false, treeField: 'name', checkbox:true, ascadeCheck:tr... 阅读全文
posted @ 2017-07-18 14:18 JLCUI 阅读(1020) 评论(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 阅读(337) 评论(0) 推荐(0) 编辑
摘要: var page = $('#zdgz').datagrid('options').pageNumber;//pageNumber为datagrid的当前页码 var rows = $('#zdgz').datagrid('options').pageSize;//多少条数据 设定当前页码 $("# 阅读全文
posted @ 2017-07-05 10:57 JLCUI 阅读(1041) 评论(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 阅读(248) 评论(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 阅读(151) 评论(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 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1.mysql 2.use 库名(evrental) 3.show tables (这个命令后会出现 ->符合后然后;回车) 阅读全文
posted @ 2017-06-30 15:03 JLCUI 阅读(895) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页