上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 【问题】 JSON对象取值"succeeded"和字符串常量"succeeded"判断相等为false。 代码: var obj = JSON.parse(data);//JSON字符串转对象 var stat = "\""+obj.submitStatus+"\""; console.log(ty 阅读全文
posted @ 2020-06-24 09:26 musecho 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/xinghuo0007/article/details/72637762?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.no 阅读全文
posted @ 2020-06-23 23:00 musecho 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 更新数据库中多个字段时要注意: (要更新的字段)set后的字段用,连接,where条件用and连接。 UPDATE apply_check SET checked=1,result_tutor_no=20170002 WHERE stu_no=20171530 and tutorNo=2017000 阅读全文
posted @ 2020-06-22 14:38 musecho 阅读(8091) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_39268603/article/details/80003265 jsp发请求 <script> <%-- 请求所有导师信息--%> $(function () { $.ajax({ url: "/showTutorsListServlet" 阅读全文
posted @ 2020-06-20 10:51 musecho 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 我用<%=%>输出在<%%>内定义的变量apply,<%=apply%>的值为failed,然后黄色警告JQuery.Deferred exception: successedis not defined ReferenceError: failed is not define at HTMLDoc 阅读全文
posted @ 2020-06-17 15:09 musecho 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_37212970/article/details/96438987 报错:jsonObj is not defined at HTMLInputElement.onclick 源代码:拼接html html += "<td><input typ 阅读全文
posted @ 2020-06-13 20:38 musecho 阅读(3238) 评论(0) 推荐(0) 编辑
摘要: JQuery 参考视频:https://www.bilibili.com/video/BV1JJ41177di?p=26 一、JQuery是什么 JQuery库,里面存在大量的Javascript函数 JQuery文档:https://jquery.cuishifeng.cn/source.html 阅读全文
posted @ 2020-06-06 14:16 musecho 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 【参考】https://blog.csdn.net/wltsysterm/article/details/79169417 阅读全文
posted @ 2020-06-04 22:51 musecho 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 看项目servlet和jsp的包导了没 【参考】https://www.cnblogs.com/fengnan/p/9311943.html 看web.xml里入口文件配了没 <welcome-file-list> <welcome-file>login.jsp</welcome-file> </w 阅读全文
posted @ 2020-06-04 22:46 musecho 阅读(1836) 评论(0) 推荐(0) 编辑
摘要: (二)登录功能实现 1. 编写前端页面 若jsp页面中文乱码:在jsp中指定页面显示的编码为GBK 添加page命令 <%@ page language="java" contentType="text/html; charset=GBK" %> 参考:https://www.cnblogs.com 阅读全文
posted @ 2020-05-31 21:15 musecho 阅读(5764) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页