搜索资源列表
mysqltest.rar
- 使用Mysql 的C语言API函数编写的连接Mysql服务器并发送基本的操作指令。,Using the C language API of mysql function to prepare the connection Mysql server and send the operation of basic instructions.
c+++sql+studentclasssystem
- 成绩管理系统,用C++语言编写,使用sql_server为数据库-Performance management system, using C++ Languages, use the database sql_server
orcl-employee
- 实现的三层架构模型,连接orcle数据库,使用c#语言编写-Achieve the three-tier architecture model, connect orcle database, using the c# language
tongxunlu
- 使用C++语言编写的通讯录管理系统,可以实现查询,插入,删除,修改,管理等有关通讯录得各种功能-C++ language using the address book management system that can achieve query, insert, delete, modify, and management functions related to contacts were
mongodb-learning-manual
- MongoDB是一个可扩展、高性能的下一代数据库,由C++语言编写, 旨在为web应用提供可扩展的高性能数据存储解决方案。本文介绍了MongoDB的相关知识和使用方法-MongoDB is a scalable, high-performance next-generation database prepared by the C++ language designed for web applications to provide scalable, high-performance da
mysqlPP
- Mysql++是官方发布的、一个为MySQL设计的C++语言的API,这个API的作用是使工作更加简单且容易。 Mysql++为Mysql的C-Api的再次封装,它用STL(Standard Template Language)开发并编写,并为C++开发程序员提供象操作STL容器一样方便的操作数据库的一套机制。 解压后包括lib库、dll库以及相应的.h文件。解压后里面还有一个word文档说明了如何配置与使用。-MySQL++ is a C++ wrapper for MySQL’s
redis-3.0.0-rc3.tar
- Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。定义redis是一个key-value存储系统。-Redis is an open source use ANSI C language, support network, it can also be memory-based per
C#期末课程设计学生社团管理子系统
- 使用C#语言编写的宿舍管理系统,使用SQL Server 2005数据库+visual studio(The use of C# language dormitory management system)
workTools
- Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API(Redis is an open source, log and Key-Value database that is written and supported by ANSI C language, supported by network, and can be persisted based on memory. It also provides AP
SQL语言基础1(1)
- --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com