摘要:
1.今天学习 编写 DBBean. 对数据库操作的基本过程如下: l 加载驱动程序; l 创建连接; l 编写SQL语句; l 创建语句对象; l 执行SQL语句; l 对结果进行处理; l 关闭相关对象。 在上面的过程中,很多操作都是相同的,不同的方面包括:不同的功能需要编写不同的SQL语句,对结 阅读全文
摘要:
1.今天学习 编写 userlist.jsp <%-- Created by IntelliJ IDEA. User: Administrator Date: 2019/9/24 Time: 20:41 To change this template use File | Settings | Fi 阅读全文