上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: <a href="javascript:history.back(-1)"> 阅读全文
posted @ 2023-04-26 22:06 子过杨梅 阅读(29) 评论(0) 推荐(0)
摘要: <div id="pagination"> <%-- 显示翻页链接 --%> <%-- &les=<%=les%>&pu=<%=pu%>&stu=<%=stu%>--%> <a href="?page=<%= Math.max(1, currentPage - 1) %>&les=<%=les%>& 阅读全文
posted @ 2023-04-24 21:43 子过杨梅 阅读(26) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> let titles=document.querySelectorAll('.Titlename'); for(let titlle of titles){ titlle.title=titlle.innerHTML; } </scri 阅读全文
posted @ 2023-04-21 21:58 子过杨梅 阅读(26) 评论(0) 推荐(0)
摘要: <style> html,body{ height: 100%; width: 100%; } </style> table就行了 阅读全文
posted @ 2023-04-20 21:30 子过杨梅 阅读(164) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> let titles=document.querySelectorAll('.Titlename'); for(let titlle of titles){ titlle.title=titlle.innerHTML; } </scri 阅读全文
posted @ 2023-04-19 21:54 子过杨梅 阅读(19) 评论(0) 推荐(0)
摘要: <%@ page import="wangzhan.Thesql" %> <%@ page import="wangzhan.Pd_tea" %> <%@ page import="wangzhan.Pd_stu" %> <%@ page import="get.Get" %><%-- Create 阅读全文
posted @ 2023-04-18 21:00 子过杨梅 阅读(29) 评论(0) 推荐(0)
摘要: 对于那个只能访问一次的request,我用一个类封装两个字段List,分别是string字段和文件字段List,遍历一次request中的Item,按照不同的字段分别存在不同的List中,然后把装满字段的类返回到需要用到的页面 package get; import java.sql.Blob; p 阅读全文
posted @ 2023-04-17 16:43 子过杨梅 阅读(48) 评论(0) 推荐(0)
摘要: <form action="control_root.jsp" method="post" enctype="multipart/form-data"> <input type="file" accept="image/png" id="name" name="imgFile"/> </form> 阅读全文
posted @ 2023-04-15 19:17 子过杨梅 阅读(25) 评论(0) 推荐(0)
摘要: C:\Users\绿波亭\Desktop\java\web\开发模板 我电脑上呢,就不给你,气死你。 阅读全文
posted @ 2023-04-11 21:12 子过杨梅 阅读(19) 评论(0) 推荐(0)
摘要: <head> <meta charset='utf-8'><script type="text/javascript" src="page.js"></script> <style type="text/css"> #idData {color: red;border: solid;text-ali 阅读全文
posted @ 2023-04-10 22:32 子过杨梅 阅读(52) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页