上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 81 下一页
摘要: SQL TYPE 1:for bind value sql , first create a good plan with literal and with good profile. then use sqlT to replace the profile‘’s good plan to bind 阅读全文
posted @ 2018-08-19 17:48 feiyun8616 阅读(453) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/lukeUnique/article/details/79331779 https://mauro-pagano.com/2014/10/27/when-the-going-gets-tough-the-tough-get-going-aka-sqlt-x 阅读全文
posted @ 2018-08-15 17:47 feiyun8616 阅读(314) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/steadfast123/article/details/46965125 阅读全文
posted @ 2018-08-12 15:42 feiyun8616 阅读(182) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/python2014/article/details/21231971 麻省理工的随机走动模块,还不错,三天搞懂了,不过懂得不彻底。 记录下修改的代码 import math, random, pylab class Location(object): # 阅读全文
posted @ 2018-08-11 16:48 feiyun8616 阅读(779) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/liyong199012/article/details/8948952 游标的概念: 游标是SQL的一个内存工作区,由系统或用户以变量的形式定义。游标的作用就是用于临时存储从数据库中提取的数据块。在某些情况下,需要把数据从存放在磁盘的表中调到计算机内 阅读全文
posted @ 2018-08-09 18:47 feiyun8616 阅读(158) 评论(0) 推荐(0)
摘要: 3. When lowering the value of COMPATIBLE: You cannot start the database with lower compatibility, unless restoring from a backup. This is because data 阅读全文
posted @ 2018-08-06 14:51 feiyun8616 阅读(548) 评论(0) 推荐(0)
摘要: ##c##写法 #include<iostream>using namespace std;class Rectangle{public: int j;void area(int X=0,int Y=0,int A=0,int B=0);private:int x,y,a,b;};void Rect 阅读全文
posted @ 2018-07-16 17:24 feiyun8616 阅读(348) 评论(0) 推荐(0)
摘要: ###########说明1: 1 Swingbench 简述 1.1 概述 这是Oracle UK的一个员工在一个被抛弃的项目的基础上开发的。目前稳定版本2.2,最新版本2.3,基于JDK1.5。该工具是免费的,可以在作者的网站上自由下载,并且拥有详细的使用文档。除了Swingbench,作者还开 阅读全文
posted @ 2018-07-12 17:14 feiyun8616 阅读(2519) 评论(0) 推荐(0)
摘要: 1.long 字段的无法使用OGG 同步 2.clob字段的导入导出Bug , 生产使用network-link 导入导出太慢了,本地导入导出速度会快3到4倍 。但是测试环境的情况却相反 测试环境和生产环境测试结果如下: 最后还是以生产环境的数据为主。 原因有2点,第一 : 测试环境的网络没有拥塞, 阅读全文
posted @ 2018-07-09 22:25 feiyun8616 阅读(1892) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/kerrycode/archive/2012/05/13/2454614.html 你对ORACLE约束的了解如何?比较模糊还是相当透彻?如果你对下面几个问题了如指掌的话,恭喜你,你已经对约束掌握得比较好了,不用看这篇文章了。ORACLE的约束有啥功能 阅读全文
posted @ 2018-07-09 22:09 feiyun8616 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 81 下一页