如果要查看存储过程或者函数的执行过程,可以用debug的模式。PLSQL Developer提供了debug功能,以函数为例:1. 找到你要debug的函数,然后右击—>选择“Add debug information”,如图:2. 右击函数->选择Test,进入debug模式的窗口。如图:3.在T...
分类:
数据库 时间:
2014-08-12 17:02:14
阅读次数:
244
Saving data to a database is ideal for repeating or structured data, such as contact information. This class assumes that you are familiar with SQL da...
分类:
移动开发 时间:
2014-08-11 17:21:12
阅读次数:
521
Information DisturbingTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:358664-bit integer IO format:%I64d Java cl...
分类:
其他好文 时间:
2014-08-11 17:16:22
阅读次数:
226
1 package com.mall.information.pushemail; 2 3 import java.net.URL; 4 import java.net.URLEncoder; 5 import java.util.Date; 6 import java.util.P...
分类:
其他好文 时间:
2014-08-11 17:03:22
阅读次数:
217
Tablet is a lightweight, high-performance graphical viewer for next-generation sequence assemblies and alignmentsDownload Tablet : Information & Compu...
分类:
其他好文 时间:
2014-08-11 11:33:12
阅读次数:
284
O(n) complexity, have a traversal for the tree. Get the information of all children, then traverse the tree again.
#include
#include
#include
#include
using namespace std;
class Node {
pub...
分类:
其他好文 时间:
2014-08-10 13:00:30
阅读次数:
238
$.kw = { title : "System information", //默认标题 可修改 speed : 400, //默认速度 可修改 buttonName : "确定", //确定按钮默认名称 可修改 content : "Co...
分类:
移动开发 时间:
2014-08-08 20:46:16
阅读次数:
213
VS2008 如何将Release版本设置可以调试的DEBUG版本只需设置三个部分:项目->属性->C/C++->General->Debug Information Format->Program Database for Edit & Continue (/ZI) 项目->属性->C/C++->...
分类:
其他好文 时间:
2014-08-08 15:37:06
阅读次数:
258
1 #!/usr/bin/python 2 3 read = file('thread-1554-1-1.html','r') 4 wr = file('list','w') 5 6 while 1: 7 line=read.readline() 8 if 'href' in ...
分类:
编程语言 时间:
2014-08-08 12:27:06
阅读次数:
629
脚本如下 : select concat(round(sum(data_length/1024/1024),2),‘MB‘) as data,table_name from information_schema.tables where table_schema=‘db_name‘ and table_name=‘table_name‘; 注:人老了,记忆不好,...
分类:
数据库 时间:
2014-08-07 13:32:00
阅读次数:
260