搜索资源列表
dzsd
- 电子书店说明 本站基本功能如下: 首页(index.jsp) 图书选购,(可按分类方式查找图书,或通过关键字进行查询) 购物车功能. 查看图书详细情况。 用户注册. 用户登录. 查看用户的订单信息. 修改用户个人信息。 后台管理部份: 商店图书管理:添加,修改,删除,查看。 用户信息管理:查看,修改,删除。 订单信息管理:查看订单清单,更新订单付款,出货状态。删除订单。 数据库设计时采用Oracle进行的,可以用所
tokyocabinet-1.4.17.tar.gz
- Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
showMysql
- 连接Mysql,分页显示数据表内容的简单代码-Connect Mysql, page shows the contents of a simple data table code. .
c
- java实现与数据库的连接..例如``有一张数据库的表``里面有几条数据``怎么用java将数据库表内的数据显示在java的表单属性内java实现对数据库的增,删,改,查.四种方法 -Implementation and the database connection java .. for example, `` there is a database table which has several data `` `` how to use java data within the da
Oracle_9i_TheCompleteReference
- Oracle 9i The Complete Reference 详细的介绍了oracle 9i数据库的数据结构,表结构对应的像结构体中的数据类型 还有Java在Oracle中的运用以及pl/sqlplus的相关内容-Oracle 9i The Complete Reference describes in detail the data structure of oracle 9i database, table structure like the structure of the corr
jOOQ-2.3.2-full
- jOOQ generates a simple Java representation of your database schema. Every table, view, stored procedure, enum, UDT is a class. jOOQ implements an easy-to-use active record pattern. It is NOT an OR-mapper, but provides a 1:1 mapping between tables/vi
MySQLManagement-tools
- java写的一个mysql数据库的表的管理工具-a mysql database table management tool written in java
TimeSchedule
- 1. 解压,然后将文件导入Eclipse; 2. 运行该程序前,要先安装mysql; 3. 安装完mysql后,下载mysql-connector-java-5.1.22; 4. 将mysql-connector-java-5.1.22放入JDK中,方法见本人博客博文《java数据库编程的前期准备——mysql-connector-java-5.1.22》; 5. 在源包中的TaskDatabases.java中修改user变量和password变量(两者
DBToExcel
- (1)、通过java jdbc实现连接数据库的功能; (2)、从数据库中读取相应表中的数据存储到Map里面; (3)、将Map里的数据通过文件流的形式写入到相应Excel表中,并设置相关保存格式。 -(1) through java JDBC to connect to the database (2), read from the database data is stored in the corresponding table inside to Map (3) Map d
myswing
- 用java实现数据库pay中person表的查询-Using java database query table pay in person
databaseApplication
- 基于java的mysal数据库应用,学生选课系统。工程文件,包含mysql建表文件-Mysal java-based applications, student elective system. Project file that contains the file mysql built table
JdbcApp
- 利用JAVA在MYsql上实现JDBC,创建一张简单表。-Use JDBC JAVA implementation on MYsql, create a simple table.
HbaseTest
- java使用hbase-api实现数据库及数据的基本操作,包括新建、修改、删除表;插入、查询、修改数据等,模板代码-Java to use hbase- API realize the basic operation of the and data, including new, modify, delete table Insert, query, modify data, etc., the template code
Java_oracle_creat_inset_delete
- JAVA连接oracle进行建表、插入数据、删除的操作;-JAVA to build connection oracle table, insert data, delete operation
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,
Assignment1
- Assignment:Core Java Guidelines: 1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color. 2.In client program we are fetching the results which has status as pending . 3.Aft
HBase-authoritative-guide-
- 本书探讨了如何通过使用与HBase高度集成的Hadoop将HBase的可伸缩性变得简单《把大型数据集分布到相对廉价的商业服务器集群中;使用本地Java客户端,或者通过提供了REST、Avro和Thrift应用编程接口的网关服务器来访问HBase;了解HBase架构的细节,包括存储格式、预写日志、后台进程等;在HBase中集成MapReduce框架;了解如何调节集群、设计模式、拷贝表、导人 批量数据和除节点等。 本书适合使用HBase进行数据库开发的高级数据库研发人员阅读。-This boo
OracleTuning-master2
- oracle tuning (table space,log buffer ...)
CodeHelper
- 根据数据库表自动生成实体类,包括c#版本和java版本(Automatically generate entity classes based on the database table, including the c# version and the Java version)