以Red Hat Enterprise Linux 5为例进行讲解。相关系列:linux下jdk的安装linux下ant的安装linux下redis的安装linux下svn的安装linux下nginx的安装linux下graphviz的安装linux下doxygen的安装
分类:
系统相关 时间:
2014-07-07 22:28:43
阅读次数:
308
字典树。 1 #include 2 #include 3 #include 4 5 #define MAXN 50005 6 #define MAXL 25 7 8 typedef struct Trie { 9 bool f;10 Trie *next[26];11 ...
分类:
其他好文 时间:
2014-07-07 21:20:46
阅读次数:
181
1准备工具uputty_V0.63.0.0.43510830.exe------》用于连接到Linux服务器uWinscp------》用于将windows与Linux服务器文件互传2操作步骤复制代理至Linux服务器在SCOM安装光盘中,找到Linux服务器代理打开Wincap工具,将用于Linux服务器的SCOM代理,复制到Linux服务器根目录下1域..
分类:
系统相关 时间:
2014-06-29 21:01:51
阅读次数:
3924
Almost one year ago, I checked how different cache settings affected KVM storage subsystem performance. Results were very clear: to obtain good I/O sp...
分类:
系统相关 时间:
2014-06-29 19:47:59
阅读次数:
448
http://acm.hdu.edu.cn/showproblem.php?pid=1250大数斐波那契%08d是什么东西,为什么我用flag交不上,唉,不刷大数了,没劲。暑假再讲。就是交不上#include #include #include #include using namespace st...
分类:
其他好文 时间:
2014-06-29 19:22:20
阅读次数:
200
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2014-06-27 12:55:53
阅读次数:
235
枚举类型是JDK5.0的新特征。Sun引进了一个全新的关键字enum来定义一个枚举类。下面就是一个典型枚举类型的定义:public enum Color{ RED,BLUE,BLACK,YELLOW,GREEN } 显然,enum很像特殊的class,实际上enum声明定义的类型就是一个类。...
分类:
其他好文 时间:
2014-06-27 10:59:37
阅读次数:
257
$$\bex \supp \hat u\subset \sed{2^{j-2}\leq |\xi|\leq 2^j} \ra \cfrac{1}{C}2^{jk}\sen{f}_{L^p} \leq \sen{D^k f}_{L^p}\leq C2^{jk} \sen{f}_{L^p}; \eex$...
分类:
其他好文 时间:
2014-06-27 10:57:00
阅读次数:
201
veridata实验举例(4)验证veridata查找出updata、delete操作导致的不同步现象
续接:《veridata实验举例(3)验证veridata查找出insert操作导致的不同步现象》,地址:点击打开链接
环境:
Item
Source System
Target System
Platform
Red...
分类:
其他好文 时间:
2014-06-27 10:07:36
阅读次数:
289
虚拟机:VMware 9.0
OS:Window Server 2003 Enterprise (32 Bit)
Clusterware:10.2.0.1->10.2.0.4
Database:10.2.0.1->10.2.0.5
以前习惯了在Linu环境下搭建玩RAC,昨天第一次尝试在Windows上玩了一把,诱人肯定会觉得很不屑,觉得Windows平台没什么实用价值,谁说不是呢...