-
perstnet-269
Perst开源实时数据库,据说非常不错,大家可以到此互相学习交流。(Perst open source real-time database, said to have been very good, everyone can learn from each other to this exchange.)
- 2007-10-26 10:04:57下载
- 积分:1
-
Database-connection-pool-using-steps
数据库连接池的使用步骤,比较有用,如果忘记的朋友可以看看。本人自己写的。(Database connection pool using steps, more useful, if you forget the friends can see. I wrote it myself.)
- 2013-10-31 23:22:47下载
- 积分:1
-
Versant
面向对象数据库实验,建立点线面模型,可以用来学习面向对象数据库(Object-oriented database experiments, point, line and plane model)
- 2014-01-03 08:47:07下载
- 积分:1
-
jcglxtydm
数据库课程设计,教材管理系统,本系统能够投入实际的使用并且满足基本的功能要求。要求具有极高的可靠性、安全性和易维护性,具有较高的可移植性。 本系统实现了以下的功能: (1) 查询模块:根据种类,查询教材的相关信息; (2) 征订模块:根据需要,征订员将需要征订的教材数据输入教材信息表 (3) 采购模块:采购员审核教材征订的信息,如果需要采购则通过审核,否则 删除征订的信息 ⑷ 用户管理:用(atabase of curriculum design, materials management system, the system can allocate the actual use and to meet the basic functional requirements. Requires a very high reliability, security and easy-maintenance, high portability. The system to achieve the following functions: (1) Query Module: In accordance with the type of query-related information materials (2) Subscription Module: In accordance with the needs of Subscription Subscription Members will need to enter the teaching materials data information table (3) procurement modules: Purchaser audited Subscription information materials, if required by the procurement audit, or delete subscription information ⑷ User Management: User administrators can create user information, delete users, modify user information)
- 2013-09-22 15:40:21下载
- 积分:1
-
android-follow-server
手机同步服务器中Mysql数据库,数据库变化后,手机同步变化(Mobile synchronization server Mysql database)
- 2014-07-23 16:29:01下载
- 积分:1
-
DAO_Demo
一个简单的DAO设计模式的例子。
DAO(Data Access Object,数据访问对象) 的主要功能是数据操作,在程序的标准开发架构中属于数据层的操作。(A simple example of DAO design patterns.
DAO (Data Access Object, data access object) is the main function of data manipulation, the standard development process in the program belongs to the operation of the data layer.)
- 2017-01-12 10:41:58下载
- 积分:1
-
json数据存mysql数据库java控制台程序
本文档内容包括:数据库说明,运行环境,配置文件编辑说明,及其运行方法首先,建目录名称为jsonToMysql1、数据库说明如果没有mysql数据库,需要安装,mysql数据库建表语句见目录sql下的sql文件2、运行环境需要java jdk运行环境,如果没有需要安装,并配置。3、配置文件编辑说明数据库链接、ws接口配置连接、定时器时间间隔(分钟)、数据库链接及其用户密码,定时器开关等配置在config/properties文件夹下的datasource.properties文件中4、运行方法所有的安装配置完成后,运行根目录下的run.bat,双击它就行。
- 2021-05-06下载
- 积分:1
-
datastudio
一个导出业务流程的小工具类,使用的是DB2数据库(A small export business process tools, using a DB2 )
- 2015-07-01 11:48:36下载
- 积分:1
-
ServeltTest
实现与数据库连接,并返回多值,实现多用户登陆的servlet的一个小案例(Achieved with a small case of the database connection and return value to achieve multi-user login servlet)
- 2013-05-11 00:26:36下载
- 积分:1
-
人脸识别系统源码以及数据库(ArcSoftFaceDemo)
根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo
- 2021-05-06下载
- 积分:1