资源简介
主要是银行去存转账系统的源代码,里面附上了mysql的数据库源码
代码片段和文件信息
package com.shao.DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import com.mysql.jdbc.PreparedStatement;
import com.shao.model.user;
public class ExecuteSQL {
protected static String dbClassName = “com.mysql.jdbc.Driver“;
protected static String dbUrl = “jdbc:mysql://localhost:3306/atm“;
protected static String dbUser = “root“;
protected static String dbPwd = “root“;
private static Connection conn = null;
private ExecuteSQL() {
try {
if (conn == null) {
Class.forName(dbClassName).newInstance();
conn = DriverManager.getConnection(dbUrl dbUser dbPwd);
}
else
return;
} catch (Exception ee) {
ee.printStackTrace();
}
}
//重写executeQuer方法
//返回ResultSet结果集
private static ResultSet executeQuery(String sql) {
try {
if(conn==null)
new ExecuteSQL();
return conn.createStatement().executeQuery(sql);//ResultSet.TYPE_SCROLL_SENS
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 418 2017-06-17 14:07 ATM_MySql\.classpath
文件 385 2017-06-16 21:06 ATM_MySql\.project
文件 598 2017-06-16 21:06 ATM_MySql\.settings\org.eclipse.jdt.core.prefs
文件 988 2017-06-20 19:07 ATM_MySql\atm.sql
文件 4005 2017-06-20 16:38 ATM_MySql\bin\com\shao\DAO\ExecuteSQL.class
文件 781 2017-06-19 21:09 ATM_MySql\bin\com\shao\if
文件 1649 2017-06-19 21:09 ATM_MySql\bin\com\shao\if
文件 923 2017-06-19 21:09 ATM_MySql\bin\com\shao\if
文件 925 2017-06-19 21:09 ATM_MySql\bin\com\shao\if
文件 925 2017-06-19 21:09 ATM_MySql\bin\com\shao\if
文件 2287 2017-06-19 21:09 ATM_MySql\bin\com\shao\if
文件 2380 2017-06-20 15:35 ATM_MySql\bin\com\shao\if
文件 939 2017-06-20 15:35 ATM_MySql\bin\com\shao\if
文件 2655 2017-06-20 15:35 ATM_MySql\bin\com\shao\if
文件 761 2017-06-20 15:33 ATM_MySql\bin\com\shao\if
文件 2109 2017-06-20 15:33 ATM_MySql\bin\com\shao\if
文件 825 2017-06-20 15:33 ATM_MySql\bin\com\shao\if
文件 3239 2017-06-20 15:33 ATM_MySql\bin\com\shao\if
文件 2152 2017-06-20 15:34 ATM_MySql\bin\com\shao\if
文件 2831 2017-06-20 15:34 ATM_MySql\bin\com\shao\if
文件 3216 2017-06-20 15:34 ATM_MySql\bin\com\shao\if
文件 2867 2017-06-20 15:34 ATM_MySql\bin\com\shao\if
文件 2589 2017-06-20 15:35 ATM_MySql\bin\com\shao\if
文件 945 2017-06-20 15:35 ATM_MySql\bin\com\shao\if
文件 2652 2017-06-20 15:35 ATM_MySql\bin\com\shao\if
文件 923 2017-06-20 16:38 ATM_MySql\bin\com\shao\model\user.class
文件 46825 2017-06-16 21:37 ATM_MySql\bin\signButton.jpg
文件 3190 2017-06-20 16:38 ATM_MySql\src\com\shao\DAO\ExecuteSQL.java
文件 2985 2017-06-19 21:09 ATM_MySql\src\com\shao\if
文件 3542 2017-06-20 15:35 ATM_MySql\src\com\shao\if
............此处省略26个文件信息
相关资源
- 6908d19c7e04dbde289b4dec5403d7fb.rar
- 泛函分析:理论和应用.pdf
- _源代码.rar
- sogoupinyin-2.2.0.0102-2.zip
- 模式分析的核方法中文版和英文版合
- zw_qq_41143492-10381309-学生考试系统.zip
- zw_feifan50-9720417-MissionPlanner1.3.32PlayUA
- zw_weixin_42810059-10567648-数学分析考研笔
- 刺客.rar
- zw_DXF转G代码.zip
- 彩票开发源码.zip
- 斯坦福-IntroductiontoRobotics.zip
- zw_gephi-0.8.2-beta.setup.zip
- zw_嵌入式网络那些事(完整中文版)
- zw_WINDOWSAPI程序设计参考大全.zip
- zw_ssm-crm-new.zip
- zw_SolidWorks2014中文版基础教程.zip
- zw_Altera官方元件封装库.zip
- zw_AutofacIOC.zip
- zw_ionicDemo.zip
- Location虚拟定位ios12.1破解版.zip
- 流体模拟插件NextLimitRealFlowC4D2.6.5.00
- 老虎淘宝客v6.0.15.zip
- iSkysoft Video Converter Ultimate 5.1简体中文
- 20180704全彩种彩票网站源码.rar
- 暗影2MAC12系统安装clover.zip
- fdt_4_09_03.exe
- pkg-win.zip
- PRML最全资料集合.zip
- 数据可视化驾驶舱.zip
评论
共有 条评论