查看分区情况SELECT * FROM information_schema.PARTITIONS WHERE table_name='table_name';PARTITION_NAME:分区的名称PARTITION_METHOD:分区的类型TABLE_ROWS:分区数据条数RANGE分区:cre...
分类:
数据库 时间:
2014-07-18 14:23:09
阅读次数:
321
建立两个数组同时存储原学校与目标学校。分别按优先原学校和优先目标学校排序,一一配对,验查是否可行。 1 #include 2 #include 3 using namespace std; 4 5 struct node { 6 int x,y; 7 }a[500010],b[5000...
分类:
其他好文 时间:
2014-07-18 12:29:12
阅读次数:
171
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:
其他好文 时间:
2014-07-18 12:12:12
阅读次数:
222
昨天在分析procd如何工作的时候,有找到过下面这样一段描述新架构boot过程的文字:1) Bootloader (uboot, redboot, adam2, grub, …)2) Linux kernel starts, tries to find the mtd partition calle...
分类:
其他好文 时间:
2014-07-17 18:14:30
阅读次数:
1080
Hadoop代码测试环境:Hadoop2.4原理:在Hadoop的MapReduce过程中,Mapper读取处理完成数据后,会把数据发送到Partitioner,由Partitioner来决定每条记录应该送往哪个reducer节点,默认使用的是HashPartitioner,其核心代码如下:/** Use {@link Object#hashCode()} to partition. */
p...
分类:
其他好文 时间:
2014-07-17 15:06:56
阅读次数:
315
故障描述:新建邮件无法发出(outlook客户端现象),新建邮件发送,自动退回草稿箱(WebMail故障现象)。故障原因:在系统服务中(Services),发现Exchange传输服务自动关闭。(根据程序日志核查是由于:传输邮件数据库,验证失败,因时间戳不匹配。)解决方案:首先进入Excha..
分类:
其他好文 时间:
2014-07-17 09:42:41
阅读次数:
223
Palindrome PartitioningGiven a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioni...
分类:
其他好文 时间:
2014-07-16 17:41:15
阅读次数:
173
早上exchange部分用户不能登录,后经过owa测试发现报http500错误,查了下资料,以下是建议1.CAS上MicrosoftExchangeForms-BasedAuthenticationService是不是在启动状态。2.打开IIS,检查OWA的认证,建议你disable所有的认证方式。3.检查OWAHTTPRedirect的设置。4.检查CAS上OWA(..
分类:
其他好文 时间:
2014-07-16 16:38:08
阅读次数:
226
Get-ExchangeCertificate|fl*查看证书,比如都分配了哪些服务,证书的thumbprint等cas更换证书new-exchangecertificate-friendlyname‘MicrosoftExchange’-generaterequest-privatekeyexportable$true-subjectname"cn=证书名称"-domainname分配的域名-pathc:\certreq.txt到处..
分类:
其他好文 时间:
2014-07-16 16:31:59
阅读次数:
393
Arbitrage
Problem Description
Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency. For example, ...
分类:
其他好文 时间:
2014-07-16 10:05:49
阅读次数:
260