搜索资源列表
PHP+Mysql 人才网站系统源代码
- 运行平台:Linux 或 Win32 语言:PHP 数据库:Mysql 采用编译模板PHP+Smarty,MVC模式开发,代码与界面分离. 演示网址: www.my4422.com 除具备人才网的基本求职招聘功能外,特色功能包括:单帐号多简历管理,在线招聘系统,兼职系统; 广告系统包括:企业排名,职位排名,简历排名广告系统等,完善的后台管理功能。 数据库取用预定义表前缀,可以简单地跟论坛,CMS等网站系统完美结合。 优化的查询系统,可以应付百万级以上的数据查询
C源码连接mysql数据库
- C源码连接mysql数据库
MFC使用ado连接mysql数据库的示例
- MFC使用ado连接mysql数据库的示例,开发环境使用vs2010。代码比较详细-MFC using ado to connect mysql database example, the development environment using vs2010. Code in more detail
MyODBC
- mysql的ODBC接口程序源代码。用ODBC连接mysql数据库,已实现。-The ODBC interface mysql source code. ODBC connection with mysql database, has been achieved.
myqueue
- linux下数据库连接池源代码,简单,易用-Database Connection Pool under linux source code, simple, easy-to-use
mysql-connector-odbc-noinstall-5.1.5-win32
- mysql数据库的驱动程序压缩包,下载后,就可用于myeclipse和mysql的连接-Mysql database driver compressed package,After download, it can be used to myeclipse and mysql connection
CDataBase
- mysql C API 封装类, 主要功能为建立与关闭MySql数据库连接, 执行Sql语句以及返回查询的数据集-mysql C API package type, the main function for the establishment and closure of MySql database connection, the implementation of Sql query statement and return a data set
mysql_m
- mysql数据库连接和基本操作封装的类,包括select,insert,delete,drop,creat,replace等-mysql database connection and basic operation of the type of packaging, including select, insert, delete, drop, creat, replace, etc.
mysqlpool
- Mysql数据库连接池,仅供学习参考,巴士的很哦-Mysql database connection pool, only to learn reference, the bus is oh
mysql-connector-java-5.1.10-bin
- Java和MySQL数据库连接时,需要将mysql-connector-java-5.1.10-bin.jar复制到Java的工程中。本文件解压后的文件夹中就是mysql-connector-java-5.1.10-bin.jar。-Java and the MySQL database connection, you need to mysql-connector-java-5.1.10-bin.jar copied to the Java-project. This document fol
Android连接MySQL数据库
- Android连接MySQL数据库,可以实现查询,增加,删除,更新等基本操作
mysql-connector-java-commercial-5.1.40-bin
- 用于数据库连接jar包,连接mysql数据库的时候用的(For database connections, jar packages)
MySQLDemo
- 用java与MySQL数据库连接,返回数据库中的数据,用于传输数据。(Connect to the MySQL database with Java and return the data in the database for data transfer.)
数据库连接
- 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("
C语言连接mysql数据库
- Windows下用C语言连接Mysql程序(Using C language to connect Mysql programs under Windows)
mysql数据库连接
- mysql数据库的连接,数据库的建库,查库,删库。(The connection of the MySQL database, the operation of the database)
c3p0数据库连接池实现原理笔记
- 基于MySQL数据库的c3p0数据库连接池原理笔记 整理(The Principle notes of c3p0 database connection pool)
05通用mysql数据库连接类代码
- 通用mysql数据库连接类代码,实用有效提高数据库读写能力(General MySQL database connection class code)
Unity实现连接MySQL数据库
- 在unity 实现mysql数据库的连接操作(Implement the connection operation of the MySQL database in unity)
7.C语言MySQL数据库连接池
- C语言mysql连接池 , C语言底层实现mysql数据连接池(C language MySQL connection pool and C language bottom layer realizes MySQL data connection pool)