码迷,mamicode.com
首页 >  
搜索关键字:brew port sudo install    ( 71753个结果
YCSB-0.1.3安装使用
1. 下载YCSB 0.1.3:wget https://github.com/brianfrankcooper/YCSB/archive/0.1.3.tar.gz2. 解压缩:tar zxvf 0.1.3.tar.gz3.安装ant:sudo yum install ant4.把hadoop和hb...
分类:其他好文   时间:2014-07-22 23:08:34    阅读次数:412
redis配置文件解析
Redis是一个简单高效的内存KV数据库,基本上下载源码make install,编译完成,然后进入src目录运行redis-server即可运行。就是因为这么简单往往有朋友直接运行,将没有密码的redis暴漏外网,最终数据被泄漏。鉴于这些血泪的教训,有必要来说一下redis的配置文件,当然这也比较...
分类:其他好文   时间:2014-07-22 23:07:55    阅读次数:378
virtualbox 4.3.10 ubuntu 12.04 mount share folder bug
virtualbox 4.3.10 不能mount共享文件夹,这是一个bug,参考如下链接https://www.virtualbox.org/ticket/12879执行以下命令即可:sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAd...
分类:其他好文   时间:2014-07-22 23:07:55    阅读次数:334
Python 入门笔记
#安装1.进入Eclipse, Help->Install New Software,点击Add按钮:Name: PyDev(随意) Location: http://pydev.org/updates2.选择PyDev下的PyDev for Eclipse,别的都不要选,否则依赖检查那关过不去。按...
分类:编程语言   时间:2014-07-22 23:07:35    阅读次数:415
ubuntu 安装Firefox 29.0
下载Firefox 29.0% cd ~/Downloads% sudo cp firefox-29.0.tar.bz2 /opt% cd /opt% sudo tar -xvjf firefox-29.0.tar.bz2然后% sudo ln -sf /opt/firefox/firefox /....
分类:其他好文   时间:2014-07-22 23:06:13    阅读次数:311
centos6.X安装cgdb
yum install readline-develyum install readlineokcgdb配置命令:http://cgdb.sourceforge.net/docs/cgdb.html/Configuring-CGDB.html#Configuring-CGDB
分类:数据库   时间:2014-05-01 16:24:45    阅读次数:1102
java中数组,列表,集合的基本用法
java,数组,list,map
分类:编程语言   时间:2014-05-01 16:02:53    阅读次数:382
lrzsz安装方法
1、从下面的地址下载 lrzsz-0.12.20.tar.gzhttps://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz2、查看里面的INSTALL文档了解安装参数说明和细节3、解压文件代码如下:tar zxvf lrzsz-0.12.20.tar.gz4、进...
分类:其他好文   时间:2014-05-01 15:05:56    阅读次数:302
Selenium自动化测试问题
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:*** LOG add...
分类:其他好文   时间:2014-05-01 15:00:46    阅读次数:292
在Windows系统上实现轻量级的线程间及进程间消息队列
Windows没有message queue累世的IPC内核对象,使得在在处理IPC时少了一种传递消息的手段。利用Windows的Naming Object可以实现一套简单的Inter-Thread消息队列。这里并不使用socket,因为一旦使用socket,就得负责port管理,很麻烦,另外在对外...
分类:编程语言   时间:2014-05-01 02:30:44    阅读次数:555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!