1、需要扩展安装yum -y install make bison gcc-c++ cmake ncurses ncurses-devel2、下载Mysql5.6.19wget ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/mysq....
分类:
数据库 时间:
2014-08-02 18:09:03
阅读次数:
389
题目: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-07-31 02:28:25
阅读次数:
376
安装只要 yum -y installnfs-utils即可一、NFS服务器的设定NFS服务器的设定可以通过/etc/exports这个文件进行,设定格式如下:分享目录主机名称或者IP(参数1,参数2)/arm2410s10.22.22.*(rw,sync,no_root_squash)可以设定的参...
分类:
其他好文 时间:
2014-07-30 20:16:04
阅读次数:
346
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:
其他好文 时间:
2014-07-30 14:48:53
阅读次数:
216
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define bug cout\n"
#define MAXN 10001;
char same[]={"AHIMO0TUVWXY18"};
bool mirror(st...
分类:
其他好文 时间:
2014-07-30 10:03:43
阅读次数:
236
infoq 上微信后台存储架构视频很是值得认真一听,大概内容摘要如下:主要内容:同城分布式强一致,园区级容灾KV存储系统- sync 序列号发生器 移动互联网场景下,频繁掉线重连,使用 sync 消息协议是非常理想的。相比于推送协议,更加可靠、实现简洁(不需要考虑离线消息)。从陌陌分享看,也使用s....
分类:
微信 时间:
2014-07-27 22:25:09
阅读次数:
692
Description
A number is called a Mirror number if on lateral inversion, it gives the same number i.e it looks the same in a mirror. For example 101 is a mirror number while 100 is not.
Given two ...
分类:
其他好文 时间:
2014-07-27 11:10:22
阅读次数:
204
MySQL下载地址:ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/http://mirrors.sohu.com/mysql/1.查看服务器版本:[root@mysql ~]#cat /etc/redhat-releaseCentOS...
分类:
数据库 时间:
2014-07-26 00:25:56
阅读次数:
447
这次实验的Lync后端存储安装的是SQLServer2012,配置了高可用,两台做Mirror,一台做见证服务器,实现故障的自动转移,SQLServer的安装需要.netFramwork3.5的支持,所以在安装SQL之前,我们先来安装.netFramework3.5安装完.netFramework3.5后,我们开始第一台SQLServer2012的安..
分类:
其他好文 时间:
2014-07-24 23:43:44
阅读次数:
480
Suse 创建NFS共享文件夹
服务端的配置:
1.编辑nfs服务的配置文件
/software/suse11 *(rw,sync,no_root_squash,no_all_squash)
注释:
/software/suse11 是打算共享出去的目录
* 表示可以访问的IP范围,这里是所有ip地址都可以访问,当然也可以写上机器名来代替。或者192.168.5.0/24以指...
分类:
其他好文 时间:
2014-07-24 23:39:23
阅读次数:
438