一 、报错Dynamic Performance Tables not
accessible,Automatic Statistics disabled for this sessionYou can disable
statistics in the preference menu, or obt...
分类:
数据库 时间:
2014-05-09 16:39:54
阅读次数:
467
写在前面:作者水平有限,欢迎不吝赐教,一切以最新源码为准。InnoDB redo
log首先介绍下Innodb redo log是什么,为什么需要记录redo log,以及redo
log的作用都有哪些。这些作为常识,只是为了本文完整。InnoDB有buffer pool(简称bp)。bp是数据库页...
分类:
数据库 时间:
2014-05-08 12:47:11
阅读次数:
573
1. 制作Debian Live USB。
2. 安装grub-pc
3. 挂载/和/boot
4. grub-install
5. mount --bind ...
......
安装GI时出现错误 [INS-20802] Automatic storage Management Configuration Failed....
分类:
其他好文 时间:
2014-05-06 22:45:34
阅读次数:
379
这道题要求空间复杂度为O(1),则只能采用Morris
Traversal进行中序遍历!!这个了解了之后,难点在于如何定位到两个被交换了的节点?我就被困在这里几个小时!!!(允许我为自己的愚蠢表示下悲伤吧!!!)参考了discuss中前辈的算法,才发现很简单!!!我们只需要这样来看问题,BST的中序...
分类:
其他好文 时间:
2014-05-06 12:55:19
阅读次数:
301
题目描述:1038. Recover the Smallest Number
(30)Given a collection of number segments, you are supposed to recover the
smallest number from them. For examp...
分类:
其他好文 时间:
2014-05-04 10:49:34
阅读次数:
308
Problem I
Automatic Poetry
Input: standard input
Output: standard output
Time Limit: 2 seconds
Memory Limit: 32 MB
“Oh God”, Lara Croft exclaims, “it’s one of these dumb rid...
分类:
其他好文 时间:
2014-05-02 22:51:52
阅读次数:
352
原因:PowerDesigner生成的约束名字相同 解决办法: 1、改一下约束的名字,双击约束, 在
Integrity 选项卡下面的 constraint name 修改名字。 2、也可以右键错误信息选择:Automatic Correction。
分类:
其他好文 时间:
2014-04-29 17:13:46
阅读次数:
757
1.创建一个物理Standby数据库 详细见11g Physical Standby配置
2.Standby数据库取消managed recovery ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
CANCEL;3.主库配置 1)主库修改LOG_AR...
分类:
数据库 时间:
2014-04-28 13:48:42
阅读次数:
787