上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页
摘要: //获取header Enumeration headerNames = request.getHeaderNames(); while (headerNames.hasMoreElements()) { String key = (String) headerNames.nextElement() 阅读全文
posted @ 2018-04-18 09:23 JLCUI 阅读(2151) 评论(0) 推荐(0) 编辑
摘要: package net.joystart.common.util; import java.security.MessageDigest; import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.TreeMap; import sun.misc.BASE64En... 阅读全文
posted @ 2018-04-17 16:05 JLCUI 阅读(262) 评论(0) 推荐(0) 编辑
摘要: /** * 向指定 URL 发送POST方法的请求 * * @param url * 发送请求的 URL * @param param * 请求参数,请求参数应该是 name1=value1&name2=value2 的形式。 * @return 所代表远程资源的响应结果 ... 阅读全文
posted @ 2018-04-17 16:04 JLCUI 阅读(2205) 评论(0) 推荐(0) 编辑
摘要: var st=$("#startdate").datetimebox('getValue'); var et=$('#enddate').datetimebox('getValue'); if(dateCompare(st,et)==false){ $.messager.alert('消息','失效 阅读全文
posted @ 2018-03-27 16:42 JLCUI 阅读(363) 评论(0) 推荐(0) 编辑
摘要: <input type="radio" name="address" value="0" /> <input type="radio" name="address" value="1" /> <input type="radio" name="address" value="2" /> js中 :  阅读全文
posted @ 2018-03-08 12:04 JLCUI 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 审批配置 *政府名称: 审批流程: 发起人(全部人员) 添加审批人 ... 阅读全文
posted @ 2018-03-07 12:00 JLCUI 阅读(265) 评论(0) 推荐(0) 编辑
摘要: /** * 作者:崔金龙 * @param urlPath * @param map * @return * @throws Exception */ public static String postBody(String urlPath, Map map) throws Exception { // 定义一个可关闭的httpClient的对象 Closea... 阅读全文
posted @ 2018-02-01 17:51 JLCUI 阅读(1032) 评论(0) 推荐(0) 编辑
摘要: $("#vehicleSourceID").combobox({ url:'<%=request.getContextPath()%>/rest/getcompany.jsp?companytype=1,2,5', valueField:'id', textField:'name', value:" 阅读全文
posted @ 2018-01-31 18:30 JLCUI 阅读(221) 评论(0) 推荐(0) 编辑
摘要: // 从缓存读取数据 String vehicleData = FileCache.Get("vdata_"+cityId, 5);//5分钟失效 // 保存到缓存 FileCache.Set("vdata_"+cityId, m); 阅读全文
posted @ 2018-01-24 15:06 JLCUI 阅读(307) 评论(0) 推荐(0) 编辑
摘要: JsonParser parser = new JsonParser(); JsonObject jobj = parser.parse(str).getAsJsonObject(); String msg = jobj.get("message").getAsString(); String co 阅读全文
posted @ 2018-01-12 10:37 JLCUI 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页