随笔分类 -  IT-后端web-java

摘要:https://www.cnblogs.com/xyzq/p/5712079.html 阅读全文
posted @ 2021-03-14 19:57 梦已然清空 编辑
摘要:进行刷新<script language="JavaScript"> function fresh(){ window.location.reload(); } </script> $(fresh()); 进行刷新 $("#order").bootstrapTable('refresh'); jsp 阅读全文
posted @ 2021-03-03 02:17 梦已然清空 编辑
摘要:package com.dom;import java.util.List;import java.util.Map;public interface Hotels { 接口 public List<Map<String, Object>> select() throws Exception; pu 阅读全文
posted @ 2021-03-03 01:50 梦已然清空 编辑
摘要:import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.ResultSetMetaData;import java.util.ArrayList;im 阅读全文
posted @ 2021-03-03 01:45 梦已然清空 编辑
摘要:https://blog.csdn.net/han12398766/article/details/83687559 mysql安装步骤 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html jdk下载 阅读全文
posted @ 2021-02-21 01:15 梦已然清空 编辑
摘要:服务类引入Servlet类时所继承的HttpServlet所需要的依赖<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope></d 阅读全文
posted @ 2021-01-26 16:17 梦已然清空 阅读(97) 评论(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 梦已然清空 阅读(41) 评论(0) 推荐(0) 编辑
摘要:$(tab()); function tab(){ $("#order").bootstrapTable({ url:'member_list', dataField: 'rows', striped: true, toolbar:'#toolbar', toolbarAlign: 'right', 阅读全文
posted @ 2021-01-06 18:36 梦已然清空 阅读(71) 评论(0) 推荐(0) 编辑
摘要:<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+ ":"+request.getServerPort()+path+"/";% 阅读全文
posted @ 2021-01-05 11:30 梦已然清空 阅读(54) 评论(0) 推荐(0) 编辑

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