对一段Oracle GoldenGate (OGG) 传输进程日志(.rpt文件)的解释...
分类:
数据库 时间:
2014-08-02 10:03:43
阅读次数:
355
题意: Given a sequence a_1,a_2,...,a_n, if we can take some of them(each a_i can only be used once), and they sum to k, then we say this sequence is a ....
分类:
移动开发 时间:
2014-08-01 18:43:02
阅读次数:
350
A data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic, financial tickers, on-line auctions, and transaction logs such as Web usage lo...
分类:
其他好文 时间:
2014-08-01 13:47:14
阅读次数:
235
Wow! Such Sequence!Time Limit: 10000/5000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2234Accepted Submission(s): 65...
分类:
其他好文 时间:
2014-08-01 13:19:31
阅读次数:
215
Problem Description
A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the fi...
分类:
其他好文 时间:
2014-08-01 09:16:21
阅读次数:
280
ORA-00845:MEMORY_TARGETnotsupportedonthissystem报错解决#mount-ttmpfsshmfs-osize=7g/dev/shm2.为了确保操作系统重启之后能生效,需要修改/etc/fstab文件shmfs/dev/shmtmpfssize=7g0实施环境源端172.16.0.173oracle173目标端172.16.0.174oracle174OGG安装前准备把两台oracle..
分类:
数据库 时间:
2014-08-01 00:14:31
阅读次数:
362
其实网上关于leetcode的题目的答案已经相当多了,这也是为啥我自己不把每道题目都贴出来的原因,觉得分析得没人好,代码也没别人的精简。不过,这道题目看到网上有不少做法跟实际要求的O(n)复杂度不太符合,所以特别粘贴出来,也正好记录下自己的一些想法。
说实话,在第二遍做这道题目的时候,我还是没能够把最为完善的解法想出来,能够想到的是利用hash表以序列值为key,1(只是简单做个标记)为v...
分类:
其他好文 时间:
2014-07-31 21:01:41
阅读次数:
165
情况描述 一天公司小张过来咨询,说是数据库查询报错了;乍一看好像是数据库有坏快了,为了排查更加详细的错误信息,决定查看一下告警日志,发现问题所在,原来是数据库的物理磁盘空间满了Writing to the above trace file is disabled for now on...Tue ....
分类:
数据库 时间:
2014-07-31 20:01:17
阅读次数:
394
Description
The inversion number of a given number sequence a1, a2, ..., an is the number of pairs (ai, aj) that satisfy i aj.
For a given sequence of numbers a1, a2, ..., an, if we move the ...
分类:
其他好文 时间:
2014-07-31 13:31:46
阅读次数:
229
Wow! Such Sequence!Time Limit: 10000/5000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2067Accepted Submission(s): 61...
分类:
其他好文 时间:
2014-07-31 12:38:26
阅读次数:
310