05 2019 档案

摘要:前端页面 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="js/jquery.js"></script> <script type="te 阅读全文
posted @ 2019-05-20 17:24 爱跳舞的程序员 阅读(1165) 评论(0) 推荐(0) 编辑
摘要:第一步:web.xml添加servlet配置 <servlet> <servlet-name>ValidCode</servlet-name> <servlet-class>com.xxx.core.web.servlet.ValidCode</servlet-class> </servlet> < 阅读全文
posted @ 2019-05-15 15:30 爱跳舞的程序员 阅读(111) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-05-10 15:46 爱跳舞的程序员 阅读(79) 评论(0) 推荐(0) 编辑
摘要:function handleLine() { var rq = $("input[name='rq']").val(); var params = { rq: rq }; $.ligerDialog.open({ url: __ctx + "/xx/jj/xx/list.ht?rq=" + rq, 阅读全文
posted @ 2019-05-08 17:42 爱跳舞的程序员 阅读(231) 评论(0) 推荐(0) 编辑
摘要://在子页面写onunload方法 window.onunload=function(){ //刷新父页面 window.opener.reload(); } window.location.reload(); //刷新当前页面. parent.location.reload(); //刷新父亲对象 阅读全文
posted @ 2019-05-08 17:38 爱跳舞的程序员 阅读(113) 评论(0) 推荐(0) 编辑
摘要:<select onclick="selectData(this)"> <option value="" >--参考名称--</option> <c:forEach items="${allSimpleLineName }" var="name"> <option value="${name}" > 阅读全文
posted @ 2019-05-08 17:30 爱跳舞的程序员 阅读(704) 评论(0) 推荐(0) 编辑
摘要:<a class="link " style="float: right;" id="closeMyWin" onclick="closeMyWin()"><span></span>关闭</a> <script type = "text/javascript" > function closeMyW 阅读全文
posted @ 2019-05-08 17:27 爱跳舞的程序员 阅读(180) 评论(0) 推荐(0) 编辑

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