资源简介
在线小说完整的系统,能运行,JSP+MYsql在线小说网
代码片段和文件信息
package com.ch7.common;
import java.sql.*;
/**
* 鏁版嵁搴撹繛鎺ョ被
*/
public class Conn {
Connection conn = null;
Statement stmt = null;
ResultSet rs = null;
/**
* 鍔犺浇椹卞姩绋嬪簭
* */
public Conn() {
try {
Class.forName(“com.mysql.jdbc.Driver“);
} catch (java.lang.ClassNotFoundException e) {
System.err.println(e.getMessage());
}
}
/**
* 鎵ц鏌ヨ鎿嶄綔锛歴elect
* */
public ResultSet executeQuery(String sql) {
try {
conn = DriverManager
.getConnection(
“jdbc:mysql://localhost:3306/bookdb?useUnicode=true&characterEncoding=UTF-8“
“root“ “123456“);
stmt = conn.createStatement();
rs = stmt.executeQuery(sql);
} catch (SQLException ex) {
System.err.println(ex.getMessage());
}
return rs;
}
/**
* 鎵ц鏇存柊鎿嶄綔锛歩nsert銆乽pdate銆乨elete
* */
public int executeUpdate(String sql) {
int result = 0;
try {
conn = DriverManager
.getConnection(
“jdbc:mysql://localhost:3306/bookdb?useUnicode=true&characterEncoding=UTF-8“
“root“ “123456“);
stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE
ResultSet.CONCUR_READ_ONLY);
result = stmt.executeUpdate(sql);
} catch (SQLException ex) {
result = 0;
}
return result;
}
/**
* 鍏抽棴鏁版嵁搴撹繛鎺�
* */
public void close() {
try {
if (rs != null)
rs.close();
} catch (Exception e) {
e.printStackTrace(System.err);
}
try {
if (stmt != null)
stmt.close();
} catch (Exception e) {
e.printStackTrace(System.err);
}
try {
if (conn != null) {
conn.close();
}
} catch (Exception e) {
e.printStackTrace(System.err);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-12 17:20 在线小说\
文件 529 2014-06-21 17:57 在线小说\.classpath
目录 0 2014-11-12 17:20 在线小说\.myeclipse\
文件 279 2014-11-14 10:59 在线小说\.myme
文件 1612 2014-11-12 17:54 在线小说\.project
目录 0 2014-11-12 17:20 在线小说\.settings\
文件 522 2014-05-20 11:21 在线小说\.settings\.jsdtscope
文件 423 2014-05-20 11:21 在线小说\.settings\com.genuitec.eclipse.migration.prefs
文件 77 2014-05-20 11:21 在线小说\.settings\org.eclipse.core.resources.prefs
文件 364 2014-05-20 11:21 在线小说\.settings\org.eclipse.jdt.core.prefs
文件 450 2014-06-21 17:57 在线小说\.settings\org.eclipse.wst.common.component
文件 252 2014-06-21 17:58 在线小说\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2014-06-21 17:58 在线小说\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2014-06-21 17:58 在线小说\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 11761 2014-05-20 11:21 在线小说\blogdb.sql
目录 0 2014-11-12 17:20 在线小说\src\
目录 0 2014-11-12 17:20 在线小说\src\com\
目录 0 2014-11-12 17:20 在线小说\src\com\ch7\
目录 0 2014-11-12 17:20 在线小说\src\com\ch7\common\
文件 1796 2014-11-12 17:24 在线小说\src\com\ch7\common\Conn.java
文件 2312 2014-05-20 11:21 在线小说\src\com\ch7\common\DataConverter.java
文件 3545 2014-05-20 11:21 在线小说\src\com\ch7\common\DataValidator.java
文件 1401 2014-05-20 11:21 在线小说\src\com\ch7\common\MD5.java
文件 2416 2014-05-20 11:21 在线小说\src\com\ch7\common\Utility.java
目录 0 2014-11-12 17:20 在线小说\src\com\ch7\dal\
文件 3868 2014-11-14 11:00 在线小说\src\com\ch7\dal\Blog.java
文件 2195 2014-05-20 11:21 在线小说\src\com\ch7\dal\Class.java
文件 3357 2014-05-20 11:21 在线小说\src\com\ch7\dal\Comment.java
文件 3869 2014-05-20 11:21 在线小说\src\com\ch7\dal\Users.java
目录 0 2014-11-12 17:20 在线小说\src\com\ch7\model\
文件 1153 2014-11-14 10:59 在线小说\src\com\ch7\model\BlogInfo.java
............此处省略560个文件信息
相关资源
- java+jsp编写的购物网站
- jsplw555_9767982.zip
- 毕业设计论文Java、Tomcat、MySQL
- jsp写的贴吧
- 启程家教网站 java jsp 源代码 连接池
- 进销存管理系统(jsp+servlet+mssql)
- 博客系统网站JSP+SERVLET+MYSQL
- 电子相册jsp+servlet+javabean+ajax+sqlserve
- JSP基于WEB的考务管理系统的设计与实
- servlet+jsp+javabean+mysql做的简单新闻发布
- 完整的JSP网站书店项目源码
- Jsp+Servlet+Echarts实现动态数据可视化
- jsp 网上投票系统
- estore商城网站
- JSP个人博客系统完整版
- 北邮信息网络应用JSP网页实验报告
- 医院管理系统Jsp+java+mysql
- java图书管理系统+mysql
- 物流管理系统servlet+jsp的实现源代码
- java web标签chm版 包括struts1 struts2 jst
- java导出mysql数据库表到EXCEL
- java web +JSP+mySQL 购物车
- JSP教程和程序设计PPT课件
- javaWeb客户管理系统项目源码(CRM)
- 图书馆管理系统 jsp web SQL server 2005数
- 基于J2EE的WEB邮件系统设计与实现(
- JSP JAVA 高校科研管理系统
- jsp+servlet+dtree+oracle+js+jdbc 员工管理系
- jsp+access 企业门户网站
- jsp通过POI将数据从数据库导出至EXCE
评论
共有 条评论