码迷,mamicode.com
首页 >  
搜索关键字:virtual connect    ( 15722个结果
文件下载
header("Content-type: text/html; charset=utf-8");// 创建数据库连接$con = mysql_connect('localhost', 'root', 'root') or die('Could not connect: ' . mysql_erro...
分类:其他好文   时间:2014-07-22 22:56:55    阅读次数:216
db2数据导出导入
C:\Users\yexuxia>set db2instance=TCASHMANC:\Users\yexuxia>db2(c) Copyright IBM Corporation 1993,2007DB2 客户机 10.5.0 的命令行处理器db2 => connect to TCASHMAN u...
分类:数据库   时间:2014-07-22 22:56:14    阅读次数:348
html5 websocket + node.js 实现网页聊天室
1 client: socket.io server: node.js + express + socket.io 一个简单的聊天室 demo,没有注册,内置了一些测试用户2 client 关键代码var socket = io.connect('http://localhost:8080');.....
分类:Web程序   时间:2014-07-19 20:25:18    阅读次数:252
Configure mutiple IBM HTTP Server / Other Apache based WEB server on 1 physical server (Section 3)
This Section will continue the actual configure for IHS related files.3) Copy the httpd.conf file to httpd2.conf, and modify them.Now Virtual IP have ...
分类:Web程序   时间:2014-07-19 20:10:57    阅读次数:307
MySql 事务处理
$mysqli=@new mysqli('localhost','root','','sqldb'); if(mysqli_connect_errno()){ echo "链接错误".$mysqli->error.":".$mysqli->errno; } /...
分类:数据库   时间:2014-07-19 00:02:17    阅读次数:252
java数据库连接池dbcp的使用
近年来,随着Internet/Intranet建网技术的飞速发展和在世界范围内的迅速普及,计算机   应用程序已从传统的桌面应用转到Web应用。基于B/S(Browser/Server)架构的3层开发模式逐渐取代C/S(Client/Server)架构的开发模式,成为开发企业级应用和电子商务普遍采用的技术。 在Java语言中,JDBC(Java DataBase Connect...
分类:数据库   时间:2014-07-18 22:25:21    阅读次数:368
JspSmartUpload 实现上传
JspSmartUpload 实现上传 save() saveAs() 相对路径 SAVE_VIRTUAL 绝对路径 SAVE_PHYSICAL...
分类:Web程序   时间:2014-07-18 22:02:24    阅读次数:217
CLI命令模式下Call to undefined function mysql_connect()
背景:http访问一切正常,可以connect到数据库存取数据。但是当CLI模式时会出现Calltoundefinedfunctionmysql_connect()原因:CLI模式下没有配置php.ini文件,或者配置了php.ini,但是php.ini里没有php_mysql.dll或mysql.so模块解决:1首先执行php-m检查mysql模块是否加载2执行..
分类:数据库   时间:2014-07-17 09:47:31    阅读次数:282
Share single RDM between multiple VM's in ESX
1.Create a VM01 on esx01,Create a VM02 on esx02 2.Create the RDM on your VM01 (using the virtual, not physical)3.Add new disk to VM02 (select existing...
分类:其他好文   时间:2014-07-16 16:46:24    阅读次数:203
C++数据结构与算法_1_线性表 --顺序表的实现与分析
顺序表的实现与分析引 --线性表的抽象基类:template class LinearList { public: LinearList(); ~LinearList(); virtual int Size() const = 0; //返回线性表所能够存储的最大长度 virtual int Length() const = 0; //当前线性表的长度 ...
分类:编程语言   时间:2014-07-16 14:37:36    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!