1:创建MariaDB.repo#vim/etc/yum.repos.d/MariaDB.repo#MariaDB10.0CentOSrepositorylist-created2013-08-2313:08UTC#http://mariadb.org/mariadb/repositories/[mariadb]name=MariaDBbaseurl=http://yum.mariadb.org/10.0/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-GP..
分类:
数据库 时间:
2014-08-01 20:10:23
阅读次数:
562
设定hbase的数据目录,修改conf/hbase-site.xml hbase.cluster.distributed true The mode the clusterwill be in. Possible values are ...
分类:
其他好文 时间:
2014-08-01 18:30:52
阅读次数:
202
好文章, 简明扼要. Storage Top 10 Best Practices http://technet.microsoft.com/en-us/library/cc966534.aspx
分类:
数据库 时间:
2014-08-01 12:54:31
阅读次数:
242
链接:poj 2318
题意:有一个矩形盒子,盒子里有一些木块线段,并且这些线段坐标是按照顺序给出的,
有n条线段,把盒子分层了n+1个区域,然后有m个玩具,这m个玩具的坐标是已知的,问最后每个区域有多少个玩具
分析:从左往右,直到判断玩具是否在线段的逆时针方向为止,这个就需要用到叉积,当然可以用二分查找优化。
叉积:已知向量a(x1,y1),向量b(x2,y2),axb=x1*y2-...
分类:
其他好文 时间:
2014-08-01 10:58:32
阅读次数:
167
[转]iSCSI完全指南Posted on2008-04-01 18:57Tony Zhang阅读(2102) 评论(0)编辑收藏引:在上世纪末、本世纪初,一提到SAN(Storage Area Network),我们立刻就会想到光纤通道(FC,Fiber Channel)技术,也即那时候的SAN多...
分类:
其他好文 时间:
2014-08-01 04:46:01
阅读次数:
308
The volume label for my new USB disk is displayed as capital letters on my home PC although when I formatted this disk (FAT32) on Windows, I used lowe...
分类:
移动开发 时间:
2014-07-31 13:02:26
阅读次数:
344
Hadoop MapReduce Next Generation - Setting up a Single Node Cluster.PurposeThis document describes how to set up and configure a single-node Hadoop in...
分类:
其他好文 时间:
2014-07-30 23:41:45
阅读次数:
284
order by,distribute by,sort by,cluster by ?查询使用说明 // 根据年份和气温对气象数据进行排序,以确保所有具有相同年份的行最终都在一个reducer分区中
// 一个reduce(海量数据,速度很慢)
select year, te...
分类:
其他好文 时间:
2014-07-30 21:00:44
阅读次数:
198
集群成员:==管理节点(MGM)进程名ndb_mgmd==数据节点(DataNodes)进程名ndbd==SQL节点(SqlNodes)进程名mysqld注意:1.所有节点均不安装和启动mysql-server软件包,仅安装集群软件包mysql-cluster-gpl-7.3.6-linux-glibc2.5-x86_64.tar2.MysqlCluster采用的是NDB存储引擎,因此在..
分类:
数据库 时间:
2014-07-30 15:01:34
阅读次数:
426
Pots
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 9734
Accepted: 4099
Special Judge
Description
You are given two pots, having the volume of A and B...
分类:
其他好文 时间:
2014-07-30 12:17:03
阅读次数:
297