#include #include int rever(int n) { return -n; } int main() { int n,m,p,c; while(scanf("%d %d %d %d"...
分类:
其他好文 时间:
2015-06-16 18:48:21
阅读次数:
104
In HDFS( Hadoop Distributed File System), each data may have a lot of copies in case of data lose. This problem, every data has its own id, from 1 to ...
分类:
其他好文 时间:
2015-06-09 16:12:38
阅读次数:
101
#include//取石子(一)(23) int main(){ int x,m,n; scanf("%d",&x); while(x--){ scanf("%d%d",&n,&m); if(n%(m+1)==0&&n>m)printf("Lose\n"...
分类:
其他好文 时间:
2015-05-29 08:35:24
阅读次数:
116
快速减肥的5个方法Five ways of losing weight quicklyFive ways of losing weight quickly快速减肥的5个方法Do you want to lose weight? One of the easiest ways to lose weig...
分类:
其他好文 时间:
2015-05-28 19:42:44
阅读次数:
139
5.6定位符 ^,可以用于表示一行的开始。 $,可以用于表示一行的结尾。 \b,字符的边界,例如er\b将匹配"never ok"中的er,而不能匹配“verb”中的er。 \B,和\b的作用相反。 定位符的应用举例: a.如果要在一大段文本中执行替换任务,一定要小心,比如替换win为lose时,w...
分类:
其他好文 时间:
2015-04-30 00:53:43
阅读次数:
172
关于脑裂我们先来看看红帽的文档是如何解释的# What does "split-brain" mean?"Split brain" is a condition whereby two or more computers or groups of computers lose contact wit...
分类:
其他好文 时间:
2015-04-25 18:12:12
阅读次数:
159
阅读了《淘宝技术这十年》,里面最后一章那些牛人的事迹给我留下了很大的印象,从他们身上我觉得我收货很多,记录于此。 我觉得正明说的一句话很对,通过实践后的知识积累比只看书本有用得多。我曾经在自己的桌面上写下这么一句话,Easy to get,Easy to lose。只有那些经受了考验的知识才能深刻....
分类:
其他好文 时间:
2015-04-12 17:41:17
阅读次数:
123
枚举的基本用法 Enumerations
Enumeration
enum SomeEnumeration{
case enumeration1
case enumeration2
case enumeration3
...
}
import UIKit
enum GameEnding{
case Win
case Lose
case Draw
}
...
分类:
编程语言 时间:
2015-03-19 11:37:25
阅读次数:
142
Though you lose them early in life, your primary teeth, also called baby teeth, are essential in the development and placement of your permanent teeth...
分类:
其他好文 时间:
2015-03-13 15:50:17
阅读次数:
132
1. 打开新标签页 :tabe[dit] {file}2. 关闭标签页 :tabc[lose][!] 关闭当前标签页。 如下情形使该命令失败: - 屏幕上只有一个标签页。 ...
分类:
系统相关 时间:
2015-02-01 21:37:43
阅读次数:
199