官网源被墙,可以使用一个国内源进行安装,如果不行,可以参考github的wiki页面。https://github.com/facebook/hhvm/wiki/Mirror以debianwheezy安装环境为例。1、修改软件源echo"debhttp://mirrors.163.com/debian/wheezymainnon-freecontrib">/etc/apt/sources.list
echo"d..
分类:
其他好文 时间:
2015-02-02 07:17:44
阅读次数:
579
用过?Sketch?的朋友应该都知道一个叫?Mirror?的功能,它可以将你的设计稿放到手机上预览,为设计师们提高了不少效率。而今天我要介绍的?jimu Mirror?,和?Sketch Mirror?类似,可以将 Android 的 xml 实时...
分类:
移动开发 时间:
2015-02-01 16:16:29
阅读次数:
1973
内地开源镜像网站http://mirrors.163.com/http://mirrors.sohu.com/http://mirror.lzu.edu.cn/http://mirrors.tuna.tsinghua.edu.cn/http://mirrors.xmu.edu.cn/http://m...
分类:
Web程序 时间:
2015-01-31 00:16:41
阅读次数:
112
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the f...
分类:
编程语言 时间:
2015-01-30 09:04:26
阅读次数:
242
1.介质准备注:由于Mysql5.5源码编译采用的CMAKE方式,所以事先下载cmake的安装包和MySQL5.5的安装包下载地址如下:http://mysql.mirror.kangaroot.net/Downloads/MySQL-5.5/http://www.cmake.org/files/v2.8/cmake-2.8.10.2.tar.gz下载完成之后上传到指定的服务器上。2.安装依..
分类:
数据库 时间:
2015-01-29 10:37:29
阅读次数:
264
ubuntu 安装mysql,使用mysql-5.5.28-linux2.6-x86_64.tar.gz。先从官网下载:http://nchc.dl.sourceforge.net/project/mysql.mirror/MySQL%205.5.28/mysql-5.5.28-linux2.6-x86_64.tar.gz. 接下来是安装步骤,我...
分类:
数据库 时间:
2015-01-28 18:08:09
阅读次数:
209
一、环境准备
1、下载nutch2.3源代码
wget http://mirror.bit.edu.cn/apache/nutch/2.3/apache-nutch-2.3-src.tar.gz或者下载正在开发中的最新版本
svn co https://svn.apache.org/repos/asf/nutch/branches/2.x
2、选择使用的数据库类型,以hbase为例...
分类:
系统相关 时间:
2015-01-28 17:59:01
阅读次数:
520
wget http://mirror.bjtu.edu.cn/apache/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gztar -xf hadoop-2.6.0.tar.gzexport HADOOP_INSTALL=/home/zcw/hadoop-2....
分类:
其他好文 时间:
2015-01-27 21:50:51
阅读次数:
274
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:
其他好文 时间:
2015-01-27 00:14:03
阅读次数:
145
第一步,下载emacs文件。 我是在http://mirror.bjtu.edu.cn/gnu/emacs/windows/ 下载的,文件名是emacs-24.4-bin-i686-pc-mingw32.zip第二步,安装emacs 安装emacs很简单,只要把第一步下载的文件解压到一个目录即可.....