资源列表
mysqlwrapped-1.4.tar
- MySql++ wrapper
setup.data
- mysql app setup sql code
stock
- 简单的超市管理系统,适合新手学习用,不是基于mvc开发的单一系统-simple sm system, not based on mvc
Schools
- 由学生,老师,学部,课程,教室,五个元素组成的ERD图,学校管理DATABASE的基础,新手用。-Database for school management!
ArkDBMySQL
- MYSQL数据库读取连接库,用于开发数据库软件,游戏,网页等(MYSQL database read connection Library)
MYSQL常用函数
- MySQL常用函数,常用的函数解析,祝你数据库入门,经常使用的都在里面(MySQL commonly used functions, common function analysis, I wish you a database entry, often used in the inside)
MYSQL04
- 索引种类: -普通索引 -唯一索引 -主键索引 -符合索引 -全文索引 -空间索引(Index types: - common index - unique index Primary key index - conforming to index - full text index - spatial index)
LinuxAss2
- MySQL database example
mysql_demo
- MYSQL接口调用示例,实现了连接池,采用C语言编写,有较高的参考价值-MYSQL interface calls example, to achieve a connection pool, using C language, have a high reference value
MySql_master_slave
- mysql数据中主从机器同步详细使用步骤-Mysql database master- slave sychronize
hibernate_session
- Transeint * 没有被session管理 * 在数据库中没有与之匹配的记录 Persistent * 纳入session管理 * 在数据库中有与之匹配的记录 * 当属性发生改变,在清理缓存时(脏数据检查)会自动和数据库同步 Detached * 没有被session管理 * 在数据库中存在与之匹配的记录 Session是一个持久化管理器 -Transeint* not* in the database sess
mysql_test_c++
- 以下是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数 简单操作数据库的流程 -mysql 5.0.22 study the results Descr iption and use standard c demonstration of the use of a simple API function MySQLC Database Process