搜索资源列表
1s
- //JDBC驱动器名称(JDBC-ODBC桥) private String strDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver" //数据库的URL地址 private String strUrl = "jdbc:odbc:atm1" //指定要访问的数据库名称 private String strDBName = "atm1" //数据库用户名称 private String strUserName
atm_with-_jdbc_persistence
- 一个比较简单的ATM工程,实现了基本存款取款功能,转账等等功能,利用了JDBC连接数据库,以及log日志功能。-A relatively simple ATM engineering, the realization of the basic functions of deposit withdrawals, transfers and so on, use JDBC to connect to the database, as well as the log log function.