Nginx 模块概述Nginx 模块有三种角色:处理请求并产生输出的 Handler 模块 ;处理由 Handler 产生的输出的 Filter (滤波器)模块;当出现多个后台服务器时, Load-balancer (负载均衡器)模块负责选择其中一个后台服务器发送请求;通常,服务器启动时,任何 Ha...
分类:
其他好文 时间:
2015-01-19 14:09:36
阅读次数:
189
基本环境准备;[root@localhost~]#vim/etc/sysconfig/network(修改主机名)NETWORKING=yesHOSTNAME=node1.dragon.com(这里每台主机自行修改为node1,2,3)[root@localhost~]#vim/etc/hosts(修改主机文件,分别指向node1,2,3)127.0.0.1localhostlocalhost.localdomainlocalho..
分类:
其他好文 时间:
2015-01-19 06:59:25
阅读次数:
401
Meet Lucid Fusion
https://docs.lucidworks.com/display/fusion/Getting+Started
http://zh.hortonworks.com/partner/lucidworks/
https://lucidworks.com/blog/noob-notes-fusion-first-look/
hadoop@ha...
分类:
其他好文 时间:
2015-01-16 13:09:53
阅读次数:
264
2014-02-03 Created By BaoXinjianOracle 双机/RAC/Dataguard的区别 Data Guard 是Oracle的远程复制技术,它有物理和逻辑之分,但是总的来说,它需要在异地有一套独立的系统,这是两套硬件配置可以不同的系统,但是这两套系统的软件结构保持一致,...
分类:
数据库 时间:
2015-01-15 23:32:50
阅读次数:
433
准备工作:1、笔记本4G内存 ,操作系统WIN72、工具VMware Workstation3、虚拟机:CentOS6.4共五台4、搭建好Hadoop集群( 方便Spark可从HDSF上读取文件,进行实验测试)实验环境:Hadoop HA集群:Iphostnamerole192.168.249.13...
分类:
其他好文 时间:
2015-01-15 12:38:41
阅读次数:
237
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [?2,1,?3,4,?1,2,1,?5,4],
the contiguous subarray [4,?1,2,1] ha...
分类:
其他好文 时间:
2015-01-13 21:46:20
阅读次数:
181
准备工作1、实验拓扑图2、实验时最好事先关闭防火墙与SELinux(两节点都要配置)node1,node2:[root@node~]#serviceiptablesstop[root@node~]#vim/etc/selinux/configSELINUX=disabled3、节点之前主机名互相解析:一定确保主机名和uname-n一致[root@node~]#vim/etc/hosts10.10.0..
分类:
Web程序 时间:
2015-01-13 20:03:43
阅读次数:
244
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [?2,1,?3,4,?1,2,1,?5,4],
the contiguous subarray [4,?1,2,1] ha...
分类:
其他好文 时间:
2015-01-12 13:07:22
阅读次数:
149
Hadoop2.6集群环境搭建(HDFS HA+YARN)原来4G内存也能任性一次。准备工作:1、笔记本4G内存 ,操作系统WIN7 (屌丝的配置)2、工具VMware Workstation3、虚拟机:CentOS6.4共四台虚拟机设置:每台机器:内存512M,硬盘40G,网络适配器:NAT模式选...
分类:
其他好文 时间:
2015-01-12 11:32:39
阅读次数:
217