搜索资源列表
phpMyAdmin-2.10.1-all-languages-utf-8-only
- phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields-phpMyAdmin
courier-authlib-0.58
- 提供邮件服务认证功能,可单独调用。支持mysql、ldap、pam认证。- The Courier authentication library provides authentication services for other Courier applications. In this context, the term "authentication" refers to the following functions: 1. Take a use
MySQL-5.1-Manual_zh
- MySQL5.1 中文手册 这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版。 -------------------------------------------------------------------------------- MySQL 5.1参考手册 前言 1. 一般信息 2. 安装MySQL 3. 教程 4. MySQL程序概述 5. 数据库管理 6.
load_user_list
- * load_user_list * 模型: 把users表加载到内存 * 命令行编译 gcc load_user_list.c -L D:\c\lib\ -lmysql -llibmysql * 五千多行的东西,从读取到保存文件,只需一瞬间 * mysql_options(&mysql,MYSQL_SET_CHARSET_NAME,"utf8") * 这句要加在mysql_real_connect之前 * * Arcadia 20
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