搜索资源列表
mysqlJdbc
- 自己写的关于Java与数据库连接(以mysql为例)的时候的最底层的设置方案,这是用大型集成编译环境所了解不到的东西。-Their own writing on the Java and database connectivity (to mysql as an example) when the bottom of the settings program, which is integrated with large-scale understanding of the environmen
pack
- 可以从sql中读取数据输出到excel中 无需重新编译 拥有强大的配置文件 -Can read data from sql output to excel without recompilation of the configuration file has a strong
sql
- 测试数据库速度sql静态预编译bulk insert方法-Static speed test database sql bulk insert method of pre-compiled
JavaSQL
- 一个用java和sal编译的宾馆管理系统-A hotel management system using java and sal compiled
java_File_Compile_oracleSql
- JAVA文件: 1.操作类FileOperator:有创建,查找,删除文件的功能,也支持动态的把TXT文件编译成CLASS文件,并加载使用。 2.sql_Manipulator类: 支持一般的数据库操作。 3.ClassMapToTable类 支持把JAVA类映射成数据库中的数据表形式的操作。-The class of this FileOperator: Be able to create, search and delete files. Also, it i
K-Means
- 数据挖掘中的K-均值聚类算法,java语言实现。 可直接编译运行-Data Mining K-means clustering algorithm, java language.
jiaowuguanli
- 学生选课系统 使用Java编译的 内含说明文档和源码-student choose system
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. 在存储过程中,