文件名称:使用JSP基于数据库完成用户登陆程序
-
所属分类:
- 标签属性:
- 上传时间:2012-09-04
-
文件大小:4.75kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1,加载驱动程序
Class.forName("……")
2,连接数据库(Connection)
Connection conn = DriverManager.getConnection("数据库连接的URL","用户名","密码")
3,操作数据库(CRUD)使用Statement,PreparedStatement
更新数据库
*insert
*update
*delete
查询数据库
*select
4,关闭数据库
conn.close();-1, load the driver Class.forName (" ... ..." ) 2, connect to the database (Connection) Connection conn = DriverManager.getConnection (" database connection URL" , " username" , " password" ) 3, the operation database (CRUD) with Statement, PreparedStatement update the database* insert* update* delete query the database* select 4, close database conn.close ()
Class.forName("……")
2,连接数据库(Connection)
Connection conn = DriverManager.getConnection("数据库连接的URL","用户名","密码")
3,操作数据库(CRUD)使用Statement,PreparedStatement
更新数据库
*insert
*update
*delete
查询数据库
*select
4,关闭数据库
conn.close();-1, load the driver Class.forName (" ... ..." ) 2, connect to the database (Connection) Connection conn = DriverManager.getConnection (" database connection URL" , " username" , " password" ) 3, the operation database (CRUD) with Statement, PreparedStatement update the database* insert* update* delete query the database* select 4, close database conn.close ()
(系统自动生成,下载前可以参看下载内容)
下载文件列表
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_conf(Statement).jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_conf.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_failure.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_success.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/person.sql
002(进阶二)_使用JSP基于数据库完成用户登陆程序/注释.txt
002(进阶二)_使用JSP基于数据库完成用户登陆程序
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_conf(Statement).jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_conf.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_failure.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/login_success.jsp
002(进阶二)_使用JSP基于数据库完成用户登陆程序/person.sql
002(进阶二)_使用JSP基于数据库完成用户登陆程序/注释.txt
002(进阶二)_使用JSP基于数据库完成用户登陆程序
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.