联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库编程(37) 
按平台查找All Java(37) 

[数据库编程] 基于深度学习下的航空领域真空羽流解决方案

蓝海大脑航天数据库一体机是以液冷服务器为平台、图数据库、时空环境知识图谱系统、GPU云的混合部署,对“图形工作站+集中存储”进行了替换。提供强大的开发组件环境和丰富的图形化管理与开发界面,极大地方便研究航天及研究真空羽流人员的使用。 (2022-09-01, Java, 285KB, 下载0次)

http://www.pudn.com/Download/item/id/1662009540533932.html

[数据库编程] zsdlize

Java语言实现Socket结构的聊天程序,分为服务器端和客户端
The Java language to realize the structure of the Socket chat program, is divided into client and server (2017-04-17, Java, 111KB, 下载1次)

http://www.pudn.com/Download/item/id/1492368636163779.html

[数据库编程] Database-Connectivity-operation

使用JDBC提供的API以JDBC-ODBC桥接器的方式连接数据库,并与数据库进行信息交互,数据的查询、更新、插入、删除等
Use API JDBC provides JDBC-ODBC bridge to connect the , and information interact with the , data query, update, insert, delete, etc. (2016-08-12, Java, 9KB, 下载2次)

http://www.pudn.com/Download/item/id/1470996618658853.html

[数据库编程] NET_HEHE

这是一个文件的上传工具,仅用于局域网,或者工作场合,同事之间相互分享文件。不过需要数据库支持或者一台公用电脑作为文件存储器。
this is a uploadfile tool (2015-12-26, Java, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/1451112312603845.html

[数据库编程] nsbsdfa

该项目的数据源的名字为friend,用Access建立的数据库friend,采用JDBC-ODBC桥接器方式访问数据库。
The name of the data source for the project is friend, a database created with Access friend, using the JDBC-ODBC bridge access to the database. (2013-12-03, Java, 482KB, 下载1次)

http://www.pudn.com/Download/item/id/2415941.html

[数据库编程] Redis-begin

Redis,典型的NoSQL数据库服务器,和BerkeleyDB相比,它可以作为服务程序独立运行于自己的服务器主机。在很多时候,人们只是将Redis视为Key/Value数据库服务器,然而事实并非如此,在目前的版本中,Redis除了Key/Value之外还支持List、Hash、Set和Ordered Set等数据结构,因此它的用途也更为宽泛。对于此种误解,Redis官网也进行了相应的澄清。和以上两种产品不同的是,Redis的License是Apache License,就目前而言,它是完全免费。
Redis, a typical NoSQL database server, and BerkeleyDB compared, it can be run independently as a service program in their own server host. In many cases, people just will Redis as a Key/Value database server, however, is not the case in the current version, Redis also supports in addition to the Key/Value List, Hash, Set and Ordered Set data structure, so it the purpose is broader. For such a misunderstanding, Redis official website the clarification. The above two products, the the Redis License Apache License, for now, it is completely free. (2012-11-04, Java, 2759KB, 下载9次)

http://www.pudn.com/Download/item/id/2036210.html

[数据库编程] JDBC

Student { String name Date birthday String homeAddress String classNumber } 请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。 要求: 1. 安装MySql,并建立Table Student,里面添加一些测试数据。 2. 用界面显示数据库中的数据。 3. 实现插入删除,修改数据的接口。 4. 显示数据的界面要求像Excel一样,可以添加,修改和删除,然后当用户所有修改结束后,点击提交,程序根据变化调用插入,删除或者修改函数,更新数据库。 5. 点击提交前发生的变动要么全部提交成功,要么一条也不提交。即当有修改提交失败的时候,前面的要求不能更新。
Student { String name Date birthday String homeAddress String classNumber } Please create a table in the database records of the above class and use interface displays data in the database, users can interface to insert, delete, and Modify data, you can modify multiple data be submitted again, this time asking for a change not successfully updated, all updates should be rolled back. Requirements: 1. Install MySql, and the establishment of Table Student, which add some test data. 2. use interface displays data in the database. 3. to achieve insert delete, modify the data interface. 4. display the data as the interface requirements such as Excel, you can add, modify, and delete, and then when the user after all the changes, Click Submit, the program according to changes in call to insert, delete or modify the function, update the database. 5. Click Submit changes occurred before the submission of either all succeed or not to submit one. That is, when there are change (2011-04-28, Java, 19KB, 下载8次)

http://www.pudn.com/Download/item/id/1510178.html

[数据库编程] executequery-src-v3.2.2.tar

Execute Query一个开源的数据库管理工具,具有:查询编辑器,数据库浏览器,生成ERD,比较数据类型,创建表格,创建索引,生成SQL脚本,导入/导出数据,导入/导出XML数据,连接管理等功能。
Execute Query an open source database management tool with: Query Editor, Database Explorer, the generated ERD, comparative data type, create table, create index, generate SQL scripts, import/export data, import/export XML data connection management and other functions. (2010-11-13, Java, 8587KB, 下载7次)

http://www.pudn.com/Download/item/id/1344344.html

[数据库编程] JavaOracle9i

Java已是构成整个Oracle环境的一部分.Java访问Oracle9i有两种基本方法:JDBC和SQLJ.0racle为开发Java程序提供了4种JDBC驱动程序,其中两种针对客户端程序如Applets,Servlets,另外两种针对服务器端或服务器内部数据库中的Java存储过程等使用.SQLJ则是把SQL嵌入Java代码中的高级语言. 给出了一个使用Oracle JDBC Thin驱动程序的实例.
Java is already constitutes part of the Oracle environment. Java there are two basic ways to access Oracle9i: JDBC and SQLJ. 0racle provided for the development of Java programs 4 JDBC driver, including two for the client program, such as Applets, Servlets, the other two for the server-side or server within the database using Java stored procedures. SQLJ is the SQL embedded in Java code in the high-level language. Gives a use Oracle JDBC Thin driver instance. (2010-05-28, Java, 176KB, 下载3次)

http://www.pudn.com/Download/item/id/1192048.html

[数据库编程] TRSBean1028

TRS JavaBeans 4.5组件集[简称TRS JavaBeans]是基于Java组件技术—JavaBeans开发的,具有良好的跨平台特性。用户应用的界面可以是基于浏览器的JSP或Java Applet,也可以是独立的Java应用程序,TRS JavaBeans为它们提供了统一的接口。
TRS JavaBeans 4.5 component set [referred to as TRS JavaBeans] components are based on Java technology-JavaBeans development, has a good cross-platform features. User interface applications can be browser-based JSP or Java Applet, it may also be independent Java applications, TRS JavaBeans to provide them with a unified interface. (2009-02-21, Java, 218KB, 下载86次)

http://www.pudn.com/Download/item/id/649928.html

[数据库编程] DataLib

各种连接数据库的.jar包,能够方便大家下载器,谢谢大家下载使用
A variety of connectivity database. Jar package, the ability to easily download all, and thank you for download (2008-01-16, Java, 711KB, 下载116次)

http://www.pudn.com/Download/item/id/395317.html

[数据库编程] jtzsb

全新的B/S结构开发方式,用纯JS+HTML实现了类似C/S的强大浏览器交互,查询及分页浏览速度提高几倍,可以成批录入数据,有完整的数据库表访问和纯web打印
err (2008-01-07, Java, 588KB, 下载17次)

http://www.pudn.com/Download/item/id/389780.html

[数据库编程] 20075513373747586

一、设置数据源    如果设置数据源,不论是服务器是tomcat还是resin,都无需更改任何文件。 数据源设置步骤:(windows操作系统) 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置 设置完数据源以后,您只须把我们给您的文件中的classes文件下复制到 网站根目录的web-inf文件夹下面; 然后重启服务器即可。
err (2007-12-31, Java, 5KB, 下载3次)

http://www.pudn.com/Download/item/id/386188.html

[数据库编程] WageQuery

采用Applet构建的客户端通过RMI查询服务器端的关系数据库(JDBC/ODBC访问)从而实现远程取数
Applet used to build client inquiries through the RMI server-side relational database (JDBC/ODBC access) in order to achieve long-distance access number (2007-12-25, Java, 638KB, 下载11次)

http://www.pudn.com/Download/item/id/382569.html

[数据库编程] synchronism

一个用于实现不同数据库数据同步的程序,用jbuider开发,在一个数据库数据修改后,通过触发器触发同步程序,同步程序通过socket与另一个数据库的同步程序通信,达到数据同步的目的
One for different database data synchronization process, using jbuider development, data modifications in a database after the synchronization process through the flip-flop trigger, synchronization procedure socket with another database synchronization process communication, to achieve the purpose of data synchronization (2007-10-16, Java, 32KB, 下载110次)

http://www.pudn.com/Download/item/id/345956.html

[数据库编程] shopping-chapter8

商场VIP消费管理系统 版权所有,未经授权,不得擅自复制,作者保留所有权利。 1.本系统开发环境 (1)操作系统:win2k。 (2)数据库:Access。 (3)编译器:j2sdk-1_4_1_02-windows-i586.exe。
malls VIP consumption Copyright Management System, without authorization, will be allowed to copy, the author All rights reserved. 1. The system development environment (1) Operating System : win2k. (2) Database : Access. (3) compiler : j2sdk- 1_4_1_02-windows-i586.exe. (2006-07-27, Java, 36KB, 下载8次)

http://www.pudn.com/Download/item/id/206122.html

[数据库编程] CS服务端工具

安装说明: 1 安装时将本服务端解压到 D:\Muserver 2 安装SQL2000 + SP3 3 建立 MuOnline 和 Ranking 数据库 4 建立SQL数据库用户 Admin和MuAdmin指定到MuOnline数据库 BobStudio指定到Ranking数据库 5 还原 D:\Muserver\服务端工具\空白数据库\ 目录里的备份文件 6 执行 D:\Muserver\服务端工具\ 目录里的 ODBC数据源自动建立.reg 7 用字符替换器搜索 127.0.0.1 替换成 127.0.0.1 [单机已可运行] 8 要修改设置请使用 D:\Muserver\服务端工具\ 里的工具进行修改
Installation instructions : 1 installation of this server to extract the D : \ SQL2000 Muserver 2 installed SP3 three established MuOnline Ranking database and the establishment of four SQL database and user Admin MuAdmin designated to MuOnline BobStudio designated database to database Ranking 5 Reduction D : \ Muserver \ server tools \ blank database \ directory of backup files implementation 6 D : \ Muserver \ server tools \ directory ODBC data sources automatically established. reg seven characters used for the replacement search 127.0.0.1 replaced 127.0.0.1 [ Single be operational] 8 to change the settings to use D : \ Muserver \ server tools \ The tools for change (2005-12-14, Java, 84KB, 下载4次)

http://www.pudn.com/Download/item/id/133419.html
12
总计:37