摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv=" 阅读全文
posted @ 2021-03-02 01:42 梦已然清空 阅读(50) 评论(0) 推荐(0)
摘要: https://www.baidu.com/baidu?tn=monline_7_dg&ie=utf-8&wd=echarthttps://echarts.apache.org/zh/tutorial.html#5%20%E5%88%86%E9%92%9F%E4%B8%8A%E6%89%8B%20E 阅读全文
posted @ 2021-02-23 01:59 梦已然清空 阅读(72) 评论(0) 推荐(0)
摘要: 服务类引入Servlet类时所继承的HttpServlet所需要的依赖<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope></d 阅读全文
posted @ 2021-01-26 16:17 梦已然清空 阅读(104) 评论(0) 推荐(0)
摘要: function del(student_id){ $.ajax({ type:"post", url: "student_delete", data:{student_id:student_id}, success:function (data) { if (data=="success"){ a 阅读全文
posted @ 2021-01-26 15:56 梦已然清空 阅读(43) 评论(0) 推荐(0)
摘要: $(tab()); function tab(){ $("#order").bootstrapTable({ url:'member_list', dataField: 'rows', striped: true, toolbar:'#toolbar', toolbarAlign: 'right', 阅读全文
posted @ 2021-01-06 18:36 梦已然清空 阅读(78) 评论(0) 推荐(0)
摘要: <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+ ":"+request.getServerPort()+path+"/";% 阅读全文
posted @ 2021-01-05 11:30 梦已然清空 阅读(57) 评论(0) 推荐(0)