Welcome![Sign In][Sign Up]
Location:
Search - mysql a

Search list

[PHP用于 mysql 的php通用接口类

Description:

  php的Mysql低层接口发展到现在,已经有三种接口类型了,分别是:Mysql、Mysqli、PDO。Mysql属于最早期的Mysql数据库接口,不支持面向对象的调用方式。Mysqli及PDO开始都支持面向对象了。
  这三种接口的使用方式上都有些少差别,例如在fetch处理方式:
mysql:
 mysql_fetch_array($result, $link);
mysqli:
 mysqli_fetch_array($result, $link);
 或
 $result->fetch_array();
PDO:
 $result->fetch();  //处理单一数据
 $result->fetchAll(); //处理所有数据
 
  如果你最初使用了某个接口开发的系统,以后更改低层接口后(更换虚拟主机时,常碰到的问题),对系统的维护是项艰巨的任务。所以针对这种情况,特意写了三个类,把这三种接口方案都封装起来,实现统一的调用接品。

详细介绍,可以查看 http://www.dssz.net/78525_yong-yumysqldiphptong-yong-jie-kou-lei.html


Platform: | Size: 12238 | Author: dssz.net | Hits:

[JSP/JavaJSP+MYSQL能飞网络办公OA系统

Description: JSP编程相关,后台采用免费开源的MYSQL数据库系统,是大家学习JSP+MYSQL的一个好例子-JSP programming related to the background of the use of free open-source MySQL database systems, we study the JSP MYSQL a good example
Platform: | Size: 1962771 | Author: 金字塔 | Hits:

[Other resourceMySQL-Short-Course

Description: Mysql short course 1. Introduction to MySQL 2. MySQL and PHP 3. Database Queries 4. The Contacts Database – HTML, PHP and MySQL code -Mysql a short course. Introduction to MySQL 2. MySQL and PHP 3. Database Queries 4. The Contacts Database-HTML, PHP and MySQL code
Platform: | Size: 26320 | Author: 文森 | Hits:

[Database systemmysql的一个专业开发程序请使用

Description: 一个专业的程序连接mysql用的ODBC连接,带列排序和按纽控件,可以备份mysql数据库,修复数据库,请使用-a professional to connect to mysql with the ODBC connection with sorting out and button control that mysql database backup, restoration database, please use
Platform: | Size: 486400 | Author: | Hits:

[MySQLMySQL的ODBC接口源码

Description: 这是一个MYSQL的ODBC接口的源码,-This is a MYSQL ODBC interface source,
Platform: | Size: 222208 | Author: 啊好啊 | Hits:

[Web ServerGbookOfCool留言本mysql

Description: 利用jsp+mysql+jdbc-odbc桥做的网络留言功能,可以上载帖子.-use jsp mysql jdbc- odbc Bridge do a voice network, on the postings.
Platform: | Size: 829440 | Author: 甘朗 | Hits:

[MySQLmysql-3.23.35.tar

Description: 介绍:MySQL是比较出名的数据库软件,真正支持多用户,多进程结构的SQL数据库服务软件,MySQL是比较简单和快速的! 现在很多流行的网站都是采用MySQL+Apache+PHP集成的!下载提供的是源代码版本! -introduced : MySQL is relatively well-known database software, the genuine support of multi-user, multi-process structure of the SQL database server software, MySQL is a relatively simple and fast! Many popular websites are using Apache MySQL PHP Integration! Download the source code version!
Platform: | Size: 10930176 | Author: 林风 | Hits:

[Internet-Network交易论坛代码(php+mysql)

Description: 典型的论坛原码,是一个使用PHP+mySQL做为数据源的二手市场程序,系统需求: 1 Linux + Apache 或者 Windows IIS/PWS 2 MySQL 3.23+:For Windows and Linux 3 Telnet 或者一个 MySQL 的 WEB 界面管理程序,phpMyAdmin 或者其它类似的。-typical forum original code, is a PHP mySQL as a source of data for the secondary market procedures, system requirements : a Linux or Windows IIS Apache/MySQL 3.23 PWS 2 : For Windows and Linux 3 MySQL Telnet or a Web interface management procedures, or phpMyAdmin similar to the other person.
Platform: | Size: 460800 | Author: 马涛 | Hits:

[Web ServerPHP-MySQL电子商务方案

Description: 这是一个电子商务系统。里面有很多提供电子商务方面有功能。希望对大家有帮助。-This is a system of electronic commerce. There are many providers of e-commerce are functional. We want to help.
Platform: | Size: 48128 | Author: 任明刚 | Hits:

[MySQLmysql中文参考手册

Description: mysqlbug 脚本通过自动确定下列很多信息来帮助你生成一份报告,但是如果一些重要的东西不见了,请在你的消息中包含它!请仔细阅读本节并且保证这里描述的所有信息包含在你的报告中。 要记住,有可能回复一条包含太多的信息消息,但不回复包含极少信息的消息,因为人们认为他们知道一个问题的原因并且假设某些细节无所谓,所以他们常常忽略事实。一个好的原则是:如果你怀疑所说的事情,继续说!在你的报告中写上几行,比因为第一次没有包含足够的信息而被迫追问和等待答案要快上千倍,而且少些麻烦。-mysqlbug script automatically determines many of the following information to help you generate a report, but if some important things are missing, please your information it contains! Please read this section and assure described here contain all the information in your report. We have to remember that there may be a response contains too much information and news, but does not contain very little information back to the news because people think they know one of the reasons for some of the details and assume that does not matter, so they often ignore the facts. A good principle is : If you suspect the things to say! In your report, write a few lines, because the first did not contain sufficient information to answer questions and to wait until 1000 times faster, but less trouble.
Platform: | Size: 455680 | Author: 段大 | Hits:

[MySQLmysql官方中文帮助文档

Description: mysql的中文帮助文档,官方的 很有用的帮助,其中包括了大量的使用信息 和mysql的api接口 都有函数的功能介绍 加紧下载吧! 很难得哦!-mysql help documentation, the official invaluable help, including a large number of the use of information and the mysql api interface of functionality has introduced intensify download! Rare!
Platform: | Size: 481280 | Author: 黎晓 | Hits:

[JSP/JavaJSP+MYSQL能飞网络办公OA系统

Description: JSP编程相关,后台采用免费开源的MYSQL数据库系统,是大家学习JSP+MYSQL的一个好例子-JSP programming related to the background of the use of free open-source MySQL database systems, we study the JSP MYSQL a good example
Platform: | Size: 1961984 | Author: 金字塔 | Hits:

[ADO-ODBCmysql-vc++

Description: 这是C++进行MySQL开发的类库。由MySQL++提供。- This is C carries on the MySQL development a kind of storehouse. Provides by MySQL.
Platform: | Size: 804864 | Author: | Hits:

[ADO-ODBCjspshop网络购物系统(mysql版) v1.2

Description: 网络购物系统, 如果遇到MD5加密文件,而又不知道的密码的, ║ ║ 请在数据库中换上这组加密的数据吧 469e80d32c0559f8 那么密码就是admin888 -online shopping system, if they MD5 encrypted documents, and do not know the password, requested in the database with a group of encrypted data so it 469e80d32c0559f8 password is admin
Platform: | Size: 1256448 | Author: 均炼 | Hits:

[Othermysql参考帮助

Description: mysql4.03数据库的参考帮助,对正在学习开源数据库mysql的朋友有帮助-mysql4.03 database of reference to help, the study is open-source database mysql help of a friend
Platform: | Size: 1459200 | Author: 李宏 | Hits:

[MySQLMySQL-Short-Course

Description: Mysql short course 1. Introduction to MySQL 2. MySQL and PHP 3. Database Queries 4. The Contacts Database – HTML, PHP and MySQL code -Mysql a short course. Introduction to MySQL 2. MySQL and PHP 3. Database Queries 4. The Contacts Database-HTML, PHP and MySQL code
Platform: | Size: 25600 | Author: 文森 | Hits:

[SMStuifei

Description: 短信平台退费系统(jsp+mysql),很不错哦!-SMS platform Refund System (jsp+ mysql), a very good oh!
Platform: | Size: 41984 | Author: | Hits:

[JSP/JavaMYSQL-CONNECTOR-JAVA-3[1]17.ZIP

Description: 在资料浩瀚的互联网中,却找不到一份最新的Mysql4.0.13与Tomcat4.1.24的整合配置文档。 在自己工作之余,总结了自己搭建JSP环境的实际经验并参照以前版本Mysql、Tomcat相关配置文章, 写了这篇配置文档。希望能给和我一样喜欢JAVA的广大初学者以作参考,以期少走些弯路;水平有限加之时间仓促,欢迎斧正!-information in the vast Internet, but one can not find a copy of the latest Mysql4.0.13 Tomcat4.1.24 integration and configuration files . In his spare time, he summed up his own structures JSP environment and in the light of actual experience of the previous version Mysql, Tomcat configuration related articles, writing the configuration file. And I hope that will give Java Like the vast reference for beginners to take fewer more detours; the fact that time is limited to rush to welcome Jackie!
Platform: | Size: 1818624 | Author: 小龙 | Hits:

[Internet-Networkmysql-data-clean-timer

Description: 在linux下每天在指定的时间里自动清除mysql数据库中的一个星期前的log数据-under daily at the designated time automatic removal mysql database of a week ago log data
Platform: | Size: 1024 | Author: sudongyi | Hits:

[ADO-ODBCMySQL

Description: mysql odbc example program
Platform: | Size: 15377408 | Author: 刘毓 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net