首页>代码>java servlet+jsp+jdbc+jstl开发java web简单学生信息管理系统(含模糊查找,分页)>/jsp01/src/main/java/xyz/haiyao/dao/StuDao.java
package xyz.haiyao.dao; import xyz.haiyao.pojo.Student; import java.sql.SQLException; import java.util.List; public interface StuDao { int PAG_SIZE=5; public List<Student> findStudentByPage(int currentPage) throws SQLException; public int findStuCount() throws SQLException; public Student getStu(int id) throws Exception; List<Student> findAll(); public int insertStu(Student student) throws SQLException; public int updateStu(Student student) throws SQLException; public int deleteStu(Integer id) throws SQLException; public List<Student> readStu (String name) throws SQLException; }

lxm2440226414 LV2
2024年6月10日
dabacar LV1
2024年5月27日
asddwh LV13
2023年12月29日
颜菜菜 LV2
2023年12月14日
jiemomo LV12
2023年11月2日
dsadasdSDASD LV1
2023年10月31日
蹇金金 LV7
2023年10月31日
hongdongdong LV14
2023年6月25日
qq2901732871 LV9
2023年5月20日
wenyunasd LV1
2023年3月21日

dongandmin LV8
2024年12月27日
ma406805131 LV19
2024年12月27日
krispeng LV14
2024年9月10日
时光海 LV2
2024年6月30日
3334004690 LV10
2024年6月28日
赵鑫cdsaljkdfsa LV11
2024年6月26日
TY0165 LV20
2024年6月26日
liyan54188 LV2
2024年6月25日
lxm2440226414 LV2
2024年6月10日
勿念时光 LV1
2024年5月31日