码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
Leetcode 树 Symmetric Tree
本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie Symmetric Tree  Total Accepted: 13991 Total Submissions: 44240 Given a binary tree, check whether it is a mirror of itself ...
分类:其他好文   时间:2014-05-14 00:52:07    阅读次数:372
R的安装
通过R的官网下载页面http://www.r-project.org/,选择了mac下的中国北京的镜像下载软件页面,http://mirror.bjtu.edu.cn/cran/给出了多个文件,有英语四级&选择恐惧症的我苦恼了,硬着头皮看完了,为了避免各位日后受苦,我翻译一下。原版如下:前两个是为了...
分类:其他好文   时间:2014-05-12 21:17:12    阅读次数:370
Windows平台下PHP开发环境的配置
Windows平台下PHP开发环境的配置一、基本环境1、Windows XP 32位2、Apache 2.2.25,下载地址:http://mirror.bit.edu.cn/apache/httpd/binaries/win32/httpd-2.2.25-win32-x86-openssl-0.9...
分类:Windows程序   时间:2014-05-12 03:00:52    阅读次数:442
git-push(1) Manual Page
git-push(1) Manual Page NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:其他好文   时间:2014-05-09 20:46:06    阅读次数:370
CentOS 6.4 服务器版安装教程(超级详细图解)
附:CentOS 6.4下载地址32位:http://mirror.centos.org/centos/6.4/isos/i386/CentOS-6.4-i386-bin-DVD1to2.torrent64位:http://mirror.centos.org/centos/6.4/isos/x86_...
分类:其他好文   时间:2014-05-09 15:25:39    阅读次数:354
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 / \ ...
分类:其他好文   时间:2014-05-09 09:28:18    阅读次数:253
使用Haproxy对MariaDB做负载均衡
服务器环境:安装vim/etc/apt/sources.list.d/mariadb.list#添加以下两句 debhttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain deb-srchttp://mirror.yongbok.net/mariadb/repo/5.5/ubuntuprecisemain apt-keyadv--recv-keys--keyserverkeyserver.ubuntu.com0xcbc..
分类:数据库   时间:2014-05-09 06:50:15    阅读次数:538
yum 安装方法
1、删除redhat原有的yum源#rpm-aq|grepyum|xargsrpm-e--nodeps2、下载新的yum安装包这里我们使用CentOS的yum源#wgethttp://mirror.centos.org/centos/6.0/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm#wgethttp://mirror.centos.org/centos/6.0/os/i386/Package..
分类:其他好文   时间:2014-05-08 16:40:46    阅读次数:286
yum配置
我們需要用yum進行linux的更新或者軟件的安裝時,會發現速度比較慢,這時我們應該修改下mirror。vim /etc/yum.repos.d/CentOS-Base.repo (提示:有些系統中CentOS-Base.repo.save,其實是一樣的,只不過要在修改後把".save"去掉,因為只...
分类:其他好文   时间:2014-05-08 12:28:37    阅读次数:319
LeetCode OJ - Symmetric Tree && Same Tree
这两道题,大同小异。 我都是用BFS,在遍历的过程,判断结构是否相同/对称,值是否相同。下面是AC代码: 1 /** 2 * Given a binary tree, check whether it is a mirror of itself (ie, symmetric aroun...
分类:其他好文   时间:2014-05-05 09:48:26    阅读次数:401
2345条   上一页 1 ... 232 233 234 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!