BabelfishDescriptionYou have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunat...
分类:
其他好文 时间:
2014-10-29 23:47:14
阅读次数:
350
黑客和敏捷开发前段时间读了一下Paul Graham的《黑客与画家》(Hackers and Painters: Big Ideas from the Computer Age),虽说这书已经出版良久了,可是读书往往是不讲究时间的,有收获就好。这本书是文集,相对内容比較散,针对的也并不是是业内人士,...
分类:
其他好文 时间:
2014-10-28 19:25:59
阅读次数:
203
如何最大限制利用cpu?如何最快速的扫描完大表。如果大表有主键,count(*)就会走主键,oracle只需要扫描主键就能完成。
假设这个表没有主键,那么count(*)的时候只能走全表扫描,数据就非常慢。这里用full(a)强制走全表来模拟。
--找100G以上的分区表
SQL> @getsegsize_big
Enter value for tablespace_name:
Enter v...
分类:
数据库 时间:
2014-10-28 10:25:54
阅读次数:
194
Before getting down to to the business of writing some real PHP, I want to take a few minutes to explain some basics. PHP needs to be processed by the...
分类:
Web程序 时间:
2014-10-28 09:15:05
阅读次数:
314
Problem DescriptionIn many applications very large integers numbers arerequired. Some of these applications are using keys for secure transmission ofd...
分类:
其他好文 时间:
2014-10-27 17:20:34
阅读次数:
135
有两个序列a,b,大小都为n,序列元素的值任意整形数,无序;要求:通过交换a,b中的元素,使[序列a元素的和]与[序列b元素的和]之间的差最小。1. 将两序列合并为一个序列,并排序,得到sourceList2. 拿出最大元素Big,次大的元素Small3. 在余下的序列S[:-2]进行平分,得到序列...
分类:
编程语言 时间:
2014-10-27 15:31:09
阅读次数:
202
Numeric constants are high-precisionvalues.An untyped constant takes the type needed by its context.Try printingneedInt(Big)too.package main import "f...
分类:
其他好文 时间:
2014-10-26 21:08:04
阅读次数:
192
枚举定义:public enum SizeEnum { SMALL, BIG, BIGEST};public enum SizeStringEnum { SMALL("小"), BIG("大"), BIGEST("巨大"); private Strin...
分类:
编程语言 时间:
2014-10-26 15:34:13
阅读次数:
142
Machine-Learning
Maestro Michael Jordan on the Delusions of Big Data and Other Huge Engineering Efforts...
分类:
系统相关 时间:
2014-10-24 11:05:49
阅读次数:
206
一、详解时髦词汇:大数据似乎一夜之间,大数据(Big Data)变成一个IT行业中最时髦的词汇。首先,大数据不是什么完完全全的新生事物,Google的搜索服务就是一个典型的大数据运用,根据客户的需求,Google实时从全球海量的数字资产 (或数字垃圾)中快速找出最可能的答案,呈现给你,就是一个最典型...
分类:
其他好文 时间:
2014-10-24 06:55:16
阅读次数:
237