码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
在linux上面编译win32程序--使用mingw32
1.在虚拟机上安装centos6.6系统:http://mirror.symnds.com/distributions/CentOS-vault/6.5/isos/i386/CentOS-6.5-i386-bin-DVD1.iso2.更新所有软件:yum update3.为yum添加epel源:打开...
分类:Windows程序   时间:2015-04-14 16:22:49    阅读次数:271
LeetCode "Binary Tree Right Side View"
I saw a lot of BFS based solutions. And my alternative solution is this mirror-ed BST iterator one, with some book-keeping:class Solution {public: ...
分类:其他好文   时间:2015-04-13 12:22:37    阅读次数:136
ZooKeeper 的安装 以及配置说明
Zookeeper的安装和配置十分简单, 既可以配置成单机模式, 也可以配置成集群模式. 下面将分别进行介绍. 单机模式 下载zookeeper的安装包之后(http://mirror.bit.edu.cn/apache/zookeeper/), 解压到合适目录. 进入...
分类:其他好文   时间:2015-04-13 09:49:34    阅读次数:112
[LeetCode]Symmetric Tree
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...
分类:其他好文   时间:2015-04-09 21:57:21    阅读次数:131
CentOS-6.4 安装配置Tomcat7
一、下载tomcat下载最新版的tomcatcd/usr/local/srcwgethttp://mirror.bit.edu.cn/apache/tomcat/tomcat-7/v7.0.50/bin/apache-tomcat-7.0.59.tar.gz二、解压安装tomcattarzxvfapache-tomcat-7.0.59.tar.gzmvapache-tomcat-7.0.59.tar.gztomcat7三、配置环境变量vi/etc/profile..
分类:其他好文   时间:2015-04-05 18:59:34    阅读次数:2471
leetcode_num101_Symmetric Tree
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-04-04 23:50:46    阅读次数:338
开源进销存PSI - 安卓SDK国内下载地址
我搜索到这篇博客了,供大家参考: http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html?...
分类:移动开发   时间:2015-04-04 12:24:06    阅读次数:197
CentOS 5.5 64bit下源码编译安装MySQL 5.5.42
1.下载源码包MySQL5.5.42下载地址http://mysql.mirror.kangaroot.net/Downloads/MySQL-5.5/mysql-5.5.42.tar.gzcmake3.2.1下载地址http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz2.检查环境:rpm-qa|grepcmakerpm-qa|grepgccrpm-qa|grepgcc-c++3.安装篇:cmake-3.2.1通过..
分类:数据库   时间:2015-04-03 11:34:29    阅读次数:165
RHEL 6.5 64bit下源码编译安装LAMP(Apache 2.4.12、MySQL 5.5.42、PHP 5.3.10)
一、关闭防火墙及SELINUX:#iptables-F#/etc/init.d/iptablesstop#sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/sysconfig/selinux二、下载软件包:1.下载apache:http://apache.dataguru.cn//httpd/httpd-2.4.12.tar.gz2.下载mysql:http://mysql.mirror.kangaroot.net..
分类:数据库   时间:2015-04-03 11:34:28    阅读次数:206
openSUSE 国内镜像汇总
1. 北交(BJTU): http://mirror.bjtu.edu.cn/opensuse http://mirror.bjtu.edu.cn/packman/suse 2. 华中科大(HUST): http://mirrors.hust.edu.cn/opensuse/ http://mirrors.hust.edu.cn/packman/suse/ ...
分类:其他好文   时间:2015-04-03 01:36:30    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!