-
基于PHP的
基于PHP的简单图书管理系统,实现了增删改查的基本功能,适合初学者!
- 2022-02-03 20:35:58下载
- 积分:1
-
mysql导入数据至hbase
导入mysql中的结构型数据到hbase中,支持在hbase中自动建表,copy数据至hbase。
完成了sql型数据库与no-sql的链接,hbase中而已查找到完整的表结构。
- 2022-04-12 17:43:55下载
- 积分:1
-
OA系统
PHP开发的OA系统,主要功能有日程管理,设备预约,文档管理,还有简易工作流功能。面向中小企业的独立门户网站。导入简易,可2次开发。
- 2023-07-25 03:05:07下载
- 积分:1
-
THis a web framework that use to do text parsing and extraction and update the t...
THis a web framework that use to do text parsing and extraction and update the text extract in a notepad file into the website. Using Django and mysql.-THis is a web framework that use to do text parsing and extraction and update the text extract in a notepad file into the website. Using Django and mysql.
- 2022-09-08 00:45:03下载
- 积分:1
-
ecshop最原始版本
ecshop最原始版本,现在什么版本的都有,并且官网的更新后,之前的版本也下载不到了,如果想知道怎么处理一下BUG,还是用以前的版本结合现在的版本一起看,才会更直观,更快速的处理好你所面对的问题。
- 2023-06-20 21:45:05下载
- 积分:1
-
数据库课程实习要求: 实习题目:工程企业管理系统(部分) 使用软件:SQLServer2000,Delphi7.0...
数据库课程实习要求: 实习题目:工程企业管理系统(部分) 使用软件:SQLServer2000,Delphi7.0-training courses database requirements : practical topics : project management system (part of) the use of software : MS, Delphi7.0
- 2022-07-04 12:29:13下载
- 积分:1
-
在线商品销售
public class DBConnection {
private Connection connection;
private String db_Name = "qian";
private String db_User = "root";
private String db_Password = "lubing";
public DBConnection(){
this.getConection();
}
/*
* 得到Connection对象。
*/
public Connection getConection(){
try {
// 加载数据库驱动
Class.forName("com.mysql.jdbc.Driver");
// 指定连接数据库的URL
String url = "jdbc:mysql://localhost:3306/" + db_Name;
// 通过DriverManager的getConnection()建立连接
connection = DriverManager.getConnection(url, db_User, db_Password);
if (connection == null) {
System.out.println("数据连接出错了!");
}
} catch (Exception e) {
e.printStackTrace();
}
return connection ;
}
/*
* 关闭数据集/语句/连接对象
*/
public void close(Resul
- 2022-01-26 04:27:59下载
- 积分:1
-
农林系统
这是我们的随堂作业 简单的一个适用于农业的小型系统
- 2022-02-09 18:04:49下载
- 积分:1
-
PESCMS TEAM任务管理系统
PESCMS TEAM是一款以GPLv2协议进行开源的任务管理系统。
PESCMS TEAM任务管理系统 2.0.0 更新日志:2016-02-25
全新的界面设计,全面兼容PC(IE8+和现代浏览器)和移动端(安卓和苹果)。
PESCMS架构调整为最新的2.8版本。
前端框架amazeui升级为2.5版。
任务编辑器从UM切换为UE,更加优雅的内容编写方式。
- 2023-02-02 03:10:04下载
- 积分:1
-
对于MYSQL的介绍我感觉这本书不错,希望对于有所帮助
对于MYSQL的介绍我感觉这本书不错,希望对于有所帮助-For the MYSQL introduction of this book I feel good, hoping for help
- 2022-05-24 14:30:36下载
- 积分:1