2014-08-16 BaoXinjian一、SQL Tunning类1. 列举集中表的连接方式Answer:等连接(内连接)、非等连接、自连接、外连接(左、右、全)Or hash join/merge join/nest loop(cluster join)/index join ??连接类型定义...
分类:
数据库 时间:
2014-08-18 12:11:14
阅读次数:
398
PLSQL Developer来实现不同数据库的表结构以及表数据同步...
分类:
数据库 时间:
2014-08-18 10:48:23
阅读次数:
214
var{left表示点 root 没离开栈 vis表示点 root 有没有被访问过} i,n,m,now,time,color,top:longint; v:array[0..10001] of record start:longint;end; e:array[0..100001] of r...
分类:
其他好文 时间:
2014-08-17 22:42:52
阅读次数:
229
有SPFA模板,bellman-ford模板显然是多余的。var e:array[1..maxe]of record a,b,w:longint;end; { 距源点s距离 } dis:array[1..maxn]of longint; { 前驱 } pre:array[1..maxn]o...
分类:
其他好文 时间:
2014-08-17 22:41:02
阅读次数:
209
一般想要批量下载rtf模板我们都是用fndload来实现或者 perl download.pl来实现,今天看到一个比较有趣的方法
Hi,
Blob column 'template file data' below is just what you want, open it in PLSQL-DEVELOPER and save it as a rtf file or...
分类:
其他好文 时间:
2014-08-16 23:53:31
阅读次数:
540
oracle提供的标准包ftp
CREATE OR REPLACE PACKAGE BODY ftp AS
-- --------------------------------------------------------------------------
-- Name : http://www.oracle-base.com/dba/miscellaneous/ftp....
分类:
数据库 时间:
2014-08-16 22:34:01
阅读次数:
359
报错信息:
+---------------------------------------------------------------------------+
Plsql 程序的日志信息开始
+---------------------------------------------------------------------------+
+-----------------...
分类:
数据库 时间:
2014-08-15 12:55:58
阅读次数:
511
2014-08-11 BaoXinjian一、摘要Oracle硬解析和软解析是我们经常遇到的问题,所以需要考虑何时产生软解析何时产生硬解析,如何判断SQL的执行过程当发布一条SQL或PL/SQL命令时,Oracle会自动寻找该命令是否存在于共享池中来决定对当前的语句使用硬解析或软解析。通常情况下,S...
分类:
数据库 时间:
2014-08-15 12:08:48
阅读次数:
384
时间限制:0.75s空间限制:6M题意: 在一个n*m(n,m> 12) % 16, (record >> 8) % 16, (record >> 4) % 16, record% 16, k - r + l - 1)得到 这道题需要注意的地方有很多,不一一列举.总的来说是一道值得一做...
分类:
其他好文 时间:
2014-08-15 02:36:46
阅读次数:
240
ETS 提供“键-值” 搜索表, 驻留在内存中,速度较快。是缓存的大利器。record 作为erlang的一种数据结构,通常用于函数量传递。ETS中创建表, 对数据进行增、删、改、查 , 及关闭表常用的函数 ets:new(Name, Options) -> tid() %% 创建表 Op...
分类:
其他好文 时间:
2014-08-14 23:18:36
阅读次数:
331