lidaye2396

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页

2020年12月4日 #

摘要: 员工培训系统: 登录界面: <%@ page language="java" contentType="text/ html; charset=UTF-8" pageEncoding="UTF-8" import = "java.util.*"%> <!DOCTYPE html> <html> <h 阅读全文
posted @ 2020-12-04 11:11 lidaye2396 阅读(45) 评论(0) 推荐(0) 编辑

2020年12月3日 #

摘要: 员工培训系统: javabean层: job: package bean; public class job { private String JID; private String Jname; public job() {} public String getJID() { return JID 阅读全文
posted @ 2020-12-03 11:11 lidaye2396 阅读(27) 评论(0) 推荐(0) 编辑

2020年12月2日 #

摘要: 图书管理系统,dao层: package bean; import java.sql.*; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.util.*; public class 阅读全文
posted @ 2020-12-02 11:11 lidaye2396 阅读(59) 评论(0) 推荐(0) 编辑

2020年12月1日 #

摘要: 图书管理系统: servlet: package sevlet; import java.time.*; import java.time.format.DateTimeFormatter; import java.text.*; import java.io.IOException; import 阅读全文
posted @ 2020-12-01 11:11 lidaye2396 阅读(31) 评论(0) 推荐(0) 编辑

2020年11月29日 #

摘要: 图书管理系统: 图书模糊查询界面1: <%@ page language="java" contentType="text/ html; charset=UTF-8" pageEncoding="UTF-8" import = "java.util.*"%> <%@page import="bean 阅读全文
posted @ 2020-11-29 11:11 lidaye2396 阅读(46) 评论(0) 推荐(0) 编辑

2020年11月28日 #

摘要: 图书管理系统: 浏览图书界面: <%@ page language="java" contentType="text/ html; charset=UTF-8" pageEncoding="UTF-8" import = "java.util.*"%> <%@page import="bean.re 阅读全文
posted @ 2020-11-28 11:11 lidaye2396 阅读(29) 评论(0) 推荐(0) 编辑

2020年11月27日 #

摘要: 图书管理系统: 还书界面1: <%@ page language="java" contentType="text/ html; charset=UTF-8" pageEncoding="UTF-8" import = "java.util.*"%> <%@page import="bean.rea 阅读全文
posted @ 2020-11-27 11:11 lidaye2396 阅读(33) 评论(0) 推荐(0) 编辑

2020年11月26日 #

摘要: 图书管理学系统: 添加读者界面: <%@ page language="java" contentType="text /html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta charset=" 阅读全文
posted @ 2020-11-26 11:11 lidaye2396 阅读(33) 评论(0) 推荐(0) 编辑

2020年11月25日 #

摘要: 图书管理系统; 添加图书信息界面: <%@ page language="java" contentType="text /html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta charset= 阅读全文
posted @ 2020-11-25 14:11 lidaye2396 阅读(38) 评论(0) 推荐(0) 编辑

2020年11月24日 #

摘要: 图书管理系统: 借书界面1: <%@ page language="java" contentType="text/ html; charset=UTF-8" pageEncoding="UTF-8" import = "java.util.*"%> <%@page import="bean.rea 阅读全文
posted @ 2020-11-24 11:11 lidaye2396 阅读(25) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页