Crazy Search
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 23168
Accepted: 6513
Description
Many people like to solve hard puzzles some of which may le...
分类:
其他好文 时间:
2014-09-02 12:27:34
阅读次数:
208
查找前十条性能差的sql.SELECT * FROM (select PARSING_USER_ID,EXECUTIONS,SORTS, COMMAND_TYPE,DISK_READS,sql_text FROM v$sqlarea order BY disk_reads DESC )where R...
分类:
数据库 时间:
2014-09-02 11:50:14
阅读次数:
231
1325: A very hard problemTime Limit: 3 SecMemory Limit: 160 MBSubmit: 203Solved: 53[Submit][Status][Web Board]DescriptionCX老湿经常被人黑,被黑得多了,自己也就麻木了。于是经常听...
分类:
其他好文 时间:
2014-09-01 22:38:43
阅读次数:
335
在Unity 3D中,经常需要用到光照阴影,即Directional Light的Shadow,Shadow分为Hard Shadow和Soft Shadow。区别是Soft Shadow的阴影边缘比较平滑,接近真实,但是性能消耗大于Hard Shadow。 Lightmapping有3种选择...
分类:
其他好文 时间:
2014-08-30 12:32:39
阅读次数:
323
Attribute
SSD (Solid State Drive)
HDD (Hard Disk Drive)
Power Draw / Battery Life
(功耗/电池寿命)
Less power draw, averages 2 – 3 watts, resulting in 30+ minute battery boost√
(更...
分类:
其他好文 时间:
2014-08-29 20:07:18
阅读次数:
335
initrd的参考文档可见:
1) Linux initial RAM disk (initrd) overview, http://www.ibm.com/developerworks/linux/library/l-initrd/index.html
2) NTTdocomo-openstack / baremetal-initrd-builder, https:...
分类:
系统相关 时间:
2014-08-29 16:07:18
阅读次数:
311
一:问题描述备份控制文件时报错:RMAN>restorecontrolfilefrom'/home/oracle/backup/PROD_32_20140829.bak';Startingrestoreat29-AUG-14usingchannelORA_DISK_1RMAN-00571:=====...
分类:
数据库 时间:
2014-08-29 12:54:57
阅读次数:
450
1. 8G+ U盘一个。2. App Store 下载Maverics到本地(默认会下载到Applications)2. 打开Mac OS 磁盘工具(Disk Utility),左侧选中U盘,在右侧打开“抹掉”(Erase)面板。 格式/Format:Mac OS 扩展/Mac OS Extend....
分类:
其他好文 时间:
2014-08-29 10:43:37
阅读次数:
151
设计模式 ( 十八 ) 策略模式Strategy(对象行为型)1.概述 在软件开发中也经常遇到类似的情况,实现某一个功能有多种算法或者策略,我们能够依据环境或者条件的不同选择不同的算法或者策略来完毕该功能。如查找、排序等,一种经常使用的方法是硬编码(Hard Coding)在一个类中,如须要提...
分类:
其他好文 时间:
2014-08-28 21:10:46
阅读次数:
333
RAID(RedundantArraysofindependentDisks)磁盘阵列Hard-RAIDRAID-0:(等量模式,stripe):效能最佳当一个文件要写入RAID时,该文件会依据区块的大小切割好,之后再依序向每个硬盘会交错的存放数据,因此当你的数据要写入RAID
时,数据会被等量的放置在各个硬盘上面。举例来说,你..
分类:
其他好文 时间:
2014-08-28 09:49:30
阅读次数:
205