码迷,mamicode.com
首页 >  
搜索关键字:sync mirror    ( 6902个结果
入住博客园
入住博客园,先秀段代码: 1 public class Singleton { 2 3 private static Singleton instance ; 4 5 6 private Singleton() { 7 } 8 9 10 public sync...
分类:其他好文   时间:2014-06-12 17:18:26    阅读次数:315
【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-06-10 11:51:42    阅读次数:213
yum nfs
服务器配置编辑/etc/exports,在文件中列出,要共享的目录。书写规则是:共享目录主机(参数)。并且每条规则占据一行。例如:/mnt/mp3 192.168.10.168(ro,sync, no_root_squash)上面的规则代表将/mnt/mp3目录以读写同步方式共享给主机192.168...
分类:其他好文   时间:2014-06-09 13:23:49    阅读次数:378
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 ...
分类:其他好文   时间:2014-06-08 18:12:04    阅读次数:248
Maven3(1.下载maven安装与配置)
(系统:win8.1专业版)1.访问官网:从maven官网下载mavenhttp://maven.apache.org/download.cgi2.下载:点击红色圈住的link地址 进行下载(我这出现无法访问下载地址所以我选择不同的mirror进行下载)我选择的是 下图这个进行进行的下载3.解压并配...
分类:其他好文   时间:2014-06-07 06:56:17    阅读次数:330
linux服务器架设——rsync
rsnc remote sync 远程同步安装包:rsync-3.0.6-4.el5_7.1.x86_64.rpm rpm -ivh rsync-3.0.6-4.el5_7.1.x86_64.rpm 本地模式只需要安装rsync即可:rsync -av /secbox /backup 备份到本地rs...
分类:系统相关   时间:2014-06-06 15:07:58    阅读次数:416
国内常用Linux镜像站点
网易镜像站点 http://mirrors.163.com/搜狐镜像站点 http://mirrors.sohu.com/阿里云镜像站点 http://mirrors.aliyun.com/北京理工大学镜像站点 IPV4 http://mirror.bit.edu.cn/web/IPV6 http....
分类:系统相关   时间:2014-06-02 19:54:49    阅读次数:410
LeetCode: Symmetric Tree [101]
【题目】 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 following is not: 1 / 2 2 \ 3 3 No...
分类:其他好文   时间:2014-06-02 10:56:14    阅读次数:237
用debian 7.5 cd/dvd 搭建局域网mirror镜像源来批量网络无人值守安装debian
1、图形化最小安装debian7.5操作系统2、更改debian的apt源配置文件/etc/apt/sources.listroot@duan:~#cat/etc/apt/sources.list debhttp://ftp.de.debian.org/debianwheezymaincontribnon-free deb-srchttp://ftp.de.debian.org/debianwheezymaincontribnon-free3、更新apt,并..
分类:其他好文   时间:2014-06-02 10:35:03    阅读次数:379
DS4000在LVM层面mirror的问题
DS4000在LVM层面mirror的问题 方案: 两台DS4000,通过两台SAN交换机,交叉连接到两台P55A服务器,两台DS4000上的之间LUN在AIXLVM上建立mirror关系。 环境: DS4700×2;P55A(HBA×2)×2;B16×2。 过程: B16上划分zone,4700上做RAID、LUN,P55A识别一切正常。 P55A的AI..
分类:其他好文   时间:2014-06-02 04:03:50    阅读次数:428
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!