摘要:
index.html -登录->stulist.jsp (index.html传递到LoginServlet,进行登录检测及写入session,NO返回index.html界面,OK 跳转到stulist.jsp) stulist.jsp 实现对学生的增删改查及分页.(stulist.jsp检测是否 阅读全文
摘要:
1 import java.sql.Connection; 2 import java.sql.DriverManager; 3 import java.sql.PreparedStatement; 4 import java.sql.ResultSet; 5 import java.sql.SQLException; 6 7 /********** 8 * 9 *... 阅读全文
摘要:
FIFO 利用vector存储用户输入的页面号 利用queue存储内存中的页面号 LUR留坑,看到室友从网上找的代码,写的真烂。。。明天考试,祝我顺利,晚安~16.12.12 22:52 阅读全文