DEven ParityInput:Standard InputOutput:Standard OutputWe have a grid of sizeNxN. Each cell of the grid initially contains a zero(0) or a one(1).Thepar...
分类:
其他好文 时间:
2014-08-05 00:14:48
阅读次数:
341
1、uptime
[root@smgsim02 ~]# uptime
15:08:15 up 98 days, 4:19, 2 users, load average: 0.07, 0.29, 0.14
当前时间 系统运行至今的时间 多少用户登录当前系统 分别是1分钟,5分钟,15分钟前至今的负载情况
load average是队列平均长度,在队列中等待执行的进程数...
分类:
系统相关 时间:
2014-08-04 17:48:07
阅读次数:
400
SGU 407
407. Number of Paths in the Empire
Time limit per test: 0.75 second(s)
Memory limit: 65536 kilobytes
input: standard
output: standard
During the period of Tsam dynasty ruling...
分类:
编程语言 时间:
2014-08-04 17:46:17
阅读次数:
294
ASCII table and descriptionASCII stands for American Standard Code for Information Interchange. Computers can only understand numbers, so an ASCII cod...
分类:
其他好文 时间:
2014-08-04 17:31:17
阅读次数:
336
一、什么是loadaverage? linux系统中的Load对当前CPU工作量的度量(WikiPedia:thesystemloadisameasureoftheamountofworkthatacomputersystemisdoing)。也有简单的说是进程队列的长度。 LoadAverage就是一段时间(1分钟、5分钟、15分钟)内平均Load。 我们可以通过系统命令"w"查..
分类:
系统相关 时间:
2014-08-03 23:35:07
阅读次数:
575
Problem FReverse PrimeInput:Standard InputOutput:Standard OutputThere are a few 7 digit positive numbers whose reverse number is a prime number and le...
分类:
其他好文 时间:
2014-08-03 23:07:36
阅读次数:
469
先上题目:strcmp() Anyone?Time Limit:2000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusDescriptionJ?strcmp()? Anyone?Input:Standard InputOutput:...
分类:
其他好文 时间:
2014-08-03 22:55:36
阅读次数:
275
Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8:
http://docs.oracle.com/javase/8/docs/api/index.html...
分类:
编程语言 时间:
2014-08-02 12:56:03
阅读次数:
400
认识JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的...
分类:
编程语言 时间:
2014-08-02 01:29:42
阅读次数:
272
1.Activity启动模式在Android系统中,Activity的四种启动模式standard(默认)singleTopsingleTasksingleInstance该四种启动模式在AndroidManifest.xml中配置每一activity中参数设置android:launchMode2...
分类:
移动开发 时间:
2014-08-01 18:46:52
阅读次数:
261