1459. The Dragon of Loowater
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.
...
分类:
其他好文 时间:
2015-03-30 09:21:28
阅读次数:
137
首先明确java堆分为perm和heap, 本文只讨论heap空间。 概念说明 Eden存放新生成的对象, 它内部的对象生命周期不超过1次Minor GC。 S0、S1的S是Survivor的缩写, 它用于存放MinorGC后幸存,又不满足进入O...
分类:
其他好文 时间:
2015-03-17 08:12:12
阅读次数:
215
算法训练 Anagrams问题 时间限制:1.0s 内存限制:512.0MB问题描述 Anagrams指的是具有如下特性的两个单词:在这两个单词当中,每一个英文字母(不区分大小写)所出现的次数都是相同的。例如,“Unclear”和“Nuclear”、“Rimon”和“MinOR”都是Anagr...
分类:
编程语言 时间:
2015-03-15 13:43:35
阅读次数:
749
文件系统:rootfs:根文件系统FHS:文件系统层级标准,规定linux发行版应该创建的目录/boot:系统启动相关文件,如内核、initrd,以及grub(bootloader)/dev:设备文件 设备文件 块设备:随机访问设备;数据块;硬盘 设备号:主设备号(major)和次设备号(minor) 字符设备:..
分类:
系统相关 时间:
2015-03-14 20:13:39
阅读次数:
193
JDK 1.6 + HIVE 1.1.0 启动时抛异常:root@ubuntu:~# hiveLogging initialized using configuration in jar:file:/hive/apache-hive-1.1.0-bin/lib/hive-common-1.1.0.j...
分类:
其他好文 时间:
2015-03-14 06:06:20
阅读次数:
214
错误代码:Exception in thread "main" java.lang.UnsupportedClassVersionError: VarDemo : Unsupported major.minor version 51.0 at java.lang.ClassLoader...
分类:
编程语言 时间:
2015-03-11 09:18:48
阅读次数:
241
selectb.[value]fromsys.columnsaleftjoinsys.extended_propertiesbona.object_id=b.major_idanda.column_id=b.minor_idinnerjoinsysobjectscona.column_id=c.id...
分类:
数据库 时间:
2015-02-27 16:40:32
阅读次数:
149
I had a problem (minor annoyance) when booting up Arch linux with a USB drive connected. The problem was, upon boot I was receiving the following mess...
分类:
系统相关 时间:
2015-02-24 01:51:55
阅读次数:
300
|===================== Header Information ====================|| Major Version 3 | Minor Version 3328 ||------------------------------------...
分类:
其他好文 时间:
2015-02-11 18:04:44
阅读次数:
252
The Dragon of LoowaterOnce upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.The shores of Rellau Creek in central...
分类:
其他好文 时间:
2015-02-04 21:36:36
阅读次数:
251