随笔分类 - IT-后端web-java
摘要:https://www.cnblogs.com/xyzq/p/5712079.html
阅读全文
摘要:进行刷新<script language="JavaScript"> function fresh(){ window.location.reload(); } </script> $(fresh()); 进行刷新 $("#order").bootstrapTable('refresh'); jsp
阅读全文
摘要:package com.dom;import java.util.List;import java.util.Map;public interface Hotels { 接口 public List<Map<String, Object>> select() throws Exception; pu
阅读全文
摘要:import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.ResultSetMetaData;import java.util.ArrayList;im
阅读全文
摘要:https://blog.csdn.net/han12398766/article/details/83687559 mysql安装步骤 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html jdk下载
阅读全文
摘要:服务类引入Servlet类时所继承的HttpServlet所需要的依赖<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope></d
阅读全文
摘要:function del(student_id){ $.ajax({ type:"post", url: "student_delete", data:{student_id:student_id}, success:function (data) { if (data=="success"){ a
阅读全文
摘要:$(tab()); function tab(){ $("#order").bootstrapTable({ url:'member_list', dataField: 'rows', striped: true, toolbar:'#toolbar', toolbarAlign: 'right',
阅读全文
摘要:<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+ ":"+request.getServerPort()+path+"/";%
阅读全文