摘要: var json = { "id":"12", "name":"admin"}$.ajax({ type: "post", url: "${ctx}/cabinet/controlRelation.shtml?pmethod=deleteOpinion", //data: "para="+para, 此处data可以为 a=1&b=2类... 阅读全文
posted @ 2018-10-24 16:20 观海听涛丶 阅读(562) 评论(0) 推荐(0) 编辑
摘要: String str = new String(request.getParameter("参数名").getBytes("iso-8859-1"), "utf-8"); 阅读全文
posted @ 2018-10-12 17:57 观海听涛丶 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zfox2017/p/7676237.html https://www.cnblogs.com/lelehellow/p/6802043.html 阅读全文
posted @ 2018-10-12 17:03 观海听涛丶 阅读(165) 评论(0) 推荐(0) 编辑
摘要: select * from MES_MACHINE_RECORD t where length(t.bar_code2)<10 ; 阅读全文
posted @ 2018-10-11 17:11 观海听涛丶 阅读(14567) 评论(0) 推荐(1) 编辑
摘要: 1、页面引用<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 2、整形判断: <c:if test="${TEST == 1}"> </c:if> 3、判断非空: <c:if test="${empty TEST}"> TE 阅读全文
posted @ 2018-10-09 16:57 观海听涛丶 阅读(3806) 评论(0) 推荐(0) 编辑
摘要: 遍历tr 阅读全文
posted @ 2018-10-09 16:50 观海听涛丶 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 1、引用第三方js<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> 2、 IP:returnCitySN['cip'] 地址:returnCitySN['cname'] 阅读全文
posted @ 2018-09-30 16:08 观海听涛丶 阅读(748) 评论(0) 推荐(0) 编辑
摘要: ctrl+alt + t 选中代码,按快捷键可直接try catch 此段代码 阅读全文
posted @ 2018-09-30 12:20 观海听涛丶 阅读(5599) 评论(0) 推荐(0) 编辑
摘要: 1、在实现类中 CTRL+O 快捷键,会弹出所有方法 2、选择service中的方法,会自动重写 阅读全文
posted @ 2018-09-30 10:21 观海听涛丶 阅读(27975) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2018-09-29 15:33 观海听涛丶 阅读(198) 评论(0) 推荐(0) 编辑