大纲:一、概述二、什么是性能调优?(what)三、为什么需要性能调优?(why)四、什么时候需要性能调优?(when)五、什么地方需要性能调优?(where)六、什么人来进行性能调优?(who)七、怎么样进行性能调优?(How)八、总结注,硬件配置:CUPXeonE5620x28核心,内存16G,硬盘RAID10..
分类:
其他好文 时间:
2014-07-15 11:44:32
阅读次数:
460
题意:变形的约瑟夫环模型,每个人有一个数字a,从第K个人开始出列,如果数字是正的,就往后数a个人出列,如果书负数,就往反方向数。然后用最基本的线段树处理约瑟夫环的方法即可但是题目要求的是第x个出列的人的名字,x为1-N中约数最多的数中的最小的那个。这里需要求反素数,即不大于N约数最多的。写起来比较多...
分类:
其他好文 时间:
2014-07-15 08:50:32
阅读次数:
241
题目大意: 给你奇数个奶牛的产奶量,求产奶量的中位数。解题思路。 sort排序。代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #includ...
分类:
其他好文 时间:
2014-07-14 08:13:04
阅读次数:
154
The concept of prototype in JavaScript is very confusing, especially to those who come with a C++/JAVA/... background. As an OOP langauge, JavaScript is very different from the languages with class. I...
分类:
编程语言 时间:
2014-07-09 12:55:02
阅读次数:
253
Who Gets the Most Candies?
Time Limit: 5000MS
Memory Limit: 131072K
Total Submissions: 9416
Accepted: 2868
Case Time Limit: 2000MS
Description
N children are s...
分类:
其他好文 时间:
2014-07-09 12:46:35
阅读次数:
234
Who's in the Middle
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 31015
Accepted: 17991
Description
FJ is surveying his herd to find the most average c...
分类:
其他好文 时间:
2014-07-08 19:43:07
阅读次数:
164
伯乐人才网6月9日发表了《写给即将入行的程序员的一封信》,翻译自《An
open letter to those who want to start programming》,我的朋友(他在本站的id是Mailper)告诉我,他希望在酷壳上看到一篇更具操作性的文章。因为他也是喜欢编程和技术的家伙,于是,我让他把他的一些学习Python和Web编程的一些点滴总结一下。于是他给我发来了一些他的心得...
分类:
其他好文 时间:
2014-07-08 16:20:52
阅读次数:
453
Who's in the Middle
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 31149
Accepted: 18073
Description
FJ is surveying his herd to find the most average cow...
分类:
其他好文 时间:
2014-07-08 13:30:10
阅读次数:
144
1.Linux可以看成是由四个部门组成:内核,用户界面,文件结构,工具2.Linux终端可以分成四类:串行终端,物理终端,虚拟终端,图形终端使用tty命令查看当前登录的终端Who命令查看当前登录的用户和占用的tty号码3.如果在查看系统中出现乱码,可以用exportLANG=US_en解决4.相对路..
分类:
系统相关 时间:
2014-07-08 09:04:50
阅读次数:
297
Patchouli's Spell Cards
Time Limit: 7 Seconds
Memory Limit: 65536 KB
Patchouli Knowledge, the unmoving great library, is a magician who has settled down in the Scarlet Devil Mansion (紅魔館...
分类:
其他好文 时间:
2014-07-04 08:34:34
阅读次数:
347