码迷,mamicode.com
首页 >  
搜索关键字:sync mirror    ( 6902个结果
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-11-17 10:34:42    阅读次数:168
简单说说Maven LocalRepo, Mirror, Remote
# 配置 - 远端有一个Remote Repository,因为在东京,所以需要在上海有一个Mirror,假设在东京的Repo叫tokyo-repo,在上海的叫sh-repo - 众所周知,maven在本地有一个缓存,一般在.m2文件夹,暂时称之为local-rep...
分类:其他好文   时间:2014-11-14 12:43:44    阅读次数:204
Linux安装mysql
1. 下载安装包: http://mirror.neu.edu.cn/mysql/Downloads/MySQL-5.5/mysql-5.5.40-linux2.6-x86_64.tar.gz2. 解压 tar vxzf mysql-5.5.40-linux2.6-x86_64.tar....
分类:数据库   时间:2014-11-14 10:30:20    阅读次数:308
Ubuntu安装NFS服务出现的问题
在/etc/exports 里面添加 /work/nfs_root *(rw,sync,no_root_squash)时出现E486: Pattern not found: work这是因为输入方式不对。正确的方法是按o进入插入模式后,即插入新的一行,从行首开始输入文字。 然后输入/work/nfs...
分类:系统相关   时间:2014-11-14 10:28:45    阅读次数:234
完整详解GCD系列(一)dispatch_async;dispatch_sync;dispatch_async_f;dispatch_sync_f
为什么要写这个系列,因为百度了一下,找了很多都是些片面的Blog,拷贝来拷贝去的,写的也很粗糙。所以,我要写这个系列,尽量把官网文档中GCD的强大功能完整的表达出来。方便自己,也方便别人,如果发现有问题,欢迎提出本教程的计划:在完整的看过GCD的官方文档之后,我实在想不出来如何用一篇文章详细完整的写...
分类:其他好文   时间:2014-11-14 06:56:03    阅读次数:310
[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 / \ ...
分类:其他好文   时间:2014-11-13 22:22:11    阅读次数:221
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 / \ ...
分类:其他好文   时间:2014-11-13 22:20:24    阅读次数:224
源码编译安装apache详解(2014-11-13)
一、下载Apache2.4及依赖包Apache官网下载:http://apache.fayea.com/apache-mirror/httpd/由于Apache依赖于APR、APR-Util和PCRE,所以需要下载:APR+APR-Util:http://mirror.bjtu.edu.cn/apache//apr/PCRE:http://sourceforge.net/projects/pcre/files/pcre/在此,笔者使用..
分类:Web程序   时间:2014-11-13 19:07:59    阅读次数:309
完整详解GCD系列(一)dispatch_async;dispatch_sync;dispatch_async_f;dispatch_sync_f
为什么要写这个系列,因为百度了一下,找了很多都是些片面的Blog,拷贝来拷贝去的,写的也很粗糙。没有一个完整的可参考系列 所以,我要写这个系列,尽量把官网文档中GCD的强大功能完整的表达出来。方便自己,也方便别人,如果发现有问题,欢迎提出...
分类:其他好文   时间:2014-11-13 09:26:13    阅读次数:161
rpmforge
[plain]viewplaincopyprint?http://apt.sw.be/redhat/el6/en/$ARCH/rpmforgehttp://archive.cs.uu.nl/mirror/dag.wieers/redhat/el6/en/$ARCH/rpmforgehttp://ftp2.lcpe.uni-sofia.bg/freshrpms/pub/dag/redhat/el6/en/$ARCH/rpmforge#http://ftp.heanet.ie/pub/freshrpms/pub/..
分类:其他好文   时间:2014-11-12 18:04:42    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!