最简便安装python+selenium-webdriver环境方法from:http://www.easonhan.info/python/2013/12/07/active-python-install-selenium/ 乙醇的blog。很多同学在windows搞不定python + sele...
分类:
编程语言 时间:
2014-07-03 09:15:07
阅读次数:
260
在安装Ecshop的时候,遇到两个问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically inD:\X\www\ecshop\install\includes....
分类:
其他好文 时间:
2014-07-03 06:30:25
阅读次数:
221
最近需要在MAC上做一些测试,由于测试机没有安装Java,只能自己安装,由于不能通过图形化界面访问测试机,只能通过命令行的形式来安装JAVA。1. Download the jre/jdk install package from Oracle website,use hdiutil to moun...
分类:
编程语言 时间:
2014-07-03 06:04:04
阅读次数:
297
主要参考:http://blog.fens.me/hadoop-history-source-install/其次参考:http://blog.csdn.net/adermxl/article/details/24327057环境:Windows 7 Home Premium SP1 + Virtu...
分类:
其他好文 时间:
2014-07-02 21:09:14
阅读次数:
144
sudo apt-get install erlang-manpages然后就可以用如下命令查看模块的帮助文件了:erl -man lists
分类:
其他好文 时间:
2014-07-02 10:04:25
阅读次数:
310
今天碰到一个比较坑爹的问题,在centos上用yum安装编译环境,运行:
yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel
结果导致编译cocos2d-x出现错误:
cc1plus: error: unrecognized command line option "-std=c++11"...
分类:
其他好文 时间:
2014-07-02 08:23:01
阅读次数:
290
在官网下载genymotion http://www.genymotion.cn/
然后进行以下操作
1.如果本机没有virtualbox 下载一个 可以通过指令 sudo apt-get install virtualbox-qt 进行下载
2. 将下载的genymotion做以下操作
chmod +x [INSTALLER_PATH]/genymotion-[VE...
分类:
系统相关 时间:
2014-07-02 07:40:41
阅读次数:
317
案例环境介绍: 虚拟机的版本:VMware® Workstation 8.0.3 build-703057 操作系统版本:Oracle Linux Server release 5.7 在安装虚拟机工具时,执行./vmware-install.pl 命令后一步一步操作,最后出现如下错误信息,安装程序...
分类:
数据库 时间:
2014-07-01 17:29:15
阅读次数:
745
一.安装tar zxvf haproxy-1.4.22.tar.gzcd haproxy-1.4.22make TARGET=linux26 PREFIX=/usr/local/haproxy install ( 注意要大写) 注:linux26就是linux内核的版本号可以用uname -...
分类:
其他好文 时间:
2014-07-01 16:54:10
阅读次数:
213
# Sets the target folders and the final framework product.
FMK_NAME=HovnVoipEngine
FMK_VERSION=1.0
# Install dir will be the final output to the framework.
# The following line creat...
分类:
移动开发 时间:
2014-07-01 15:36:58
阅读次数:
265