码迷,mamicode.com
首页 >  
搜索关键字:centos zookeeper install    ( 72818个结果
安装golang的mongodb驱动mgo速记
这里介绍的方法只适用于Centos平台,测试版本为centos 6.5下载源码安装实在麻烦,这里采用比较简单的方法给GO安装mongodb驱动
分类:数据库   时间:2014-06-12 23:39:29    阅读次数:376
centos里mysql无法用localhost连接的解决方法
遇到这个问题可能是由于我未安装在默认路径导致的解决方法:由于mysql 默认的mysql.sock 是在/var/lib/mysql/mysql.sock,但linux系统总是去/tmp/mysql.sock查找,所以会报错[root@localhost ~]# find / -name mysql...
分类:数据库   时间:2014-06-12 23:05:35    阅读次数:340
APT 常用功能
apt-get install package 安装包 apt-get reinstall package 重新安装包 apt-get upgrade 更新已安装的包 #apt-get update //更新软件列表 #apt-get check //检查依赖性 apt-...
分类:其他好文   时间:2014-06-12 21:20:06    阅读次数:283
安装PHP的mongodb驱动速记
安装环境:Centos 6.5     PHP 5.3.27
分类:数据库   时间:2014-06-12 19:18:43    阅读次数:321
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
SSL:Ubuntu证书配置
CA证书的配置 Ubuntu上CA证书的配置可以通过工具ca-certificates来方便的进行。该工具默认是随Ubuntu安装的,如果没有可以通过下面的命令来安装: sudo apt-get install ca-certificates 需要安装CA证书我们只需要将其放在”/usr/share...
分类:其他好文   时间:2014-06-12 17:03:27    阅读次数:347
node.js 通过post上传图片并显示
首先编写最底层的请求处理程序requestHandler.js,首先要通过npm在项目所在的目录安装formidable,通过语句:npm install formidable安装,然后代码如下:var querystring = require("querystring");var fs = re...
分类:Web程序   时间:2014-06-12 16:44:12    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!