http://wenku.baidu.com/view/b08f3575f46527d3240ce061.html

http://wenku.baidu.com/view/a3419558be23482fb4da4c9e.html

http://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316661.html

http://geosoft.no/development/javastyle.html

http://code.taobao.org/p/yule/src/trunk/

http://blog.csdn.net/javablogs/article/details/8849015

http://www.pudn.com/downloads107/doc/detail442147.html

https://github.com/UniversityofWarwick/j2ssh-fork

Shell in a box

http://stackoverflow.com/questions/7751843/formatting-output-of-queries-in-sqlplus

http://www.csdn.net/article/a/2011-01-18/290363

ftp://ftp.software.ibm.com/aix/tools/perftools/perfpmr

http://hougbin.iteye.com/blog/847033

http://www.oracle-base.com/dba/script.php?category=monitoring&file=sessions.sql

http://www.databasejournal.com/features/oracle/article.php/3375351/Watching-SQL-Execute-on-Oracle---Part-II.htm

http://www.oracle-wiki.net/startsqllistsqlstmtsessid

http://www.orasql.com/blog/archives/2013/03/25/97.htm

http://stackoverflow.com/questions/11414216/oracle-queries-executed-by-a-session

http://dba.stackexchange.com/questions/8828/how-do-you-show-sql-executing-on-an-oracle-database

http://chenjc-it.iteye.com/blog/1370986

http://docs.oracle.com/cd/B28359_01/server.111/b28320/dynviews_3016.htm

随机推荐

  1. netbeans ide怎么添加yii代码提示

    菜单栏选择工具->选项->php界面里的全局包含路径中选择framework这个文件夹就可以了

  2. Leetcode 100 Same Tree python

    题目: Given two binary trees, write a function to check if they are equal or not. Two binary trees are ...

  3. c语言函数注意点

    返回值的基本概念.return的作用    return 1>void可以省略return 2>可以多次使用return 3>return后面不能有其他语句   4. 函数的弱语法 ...

  4. js 异步流程控制之 avQ(avril.queue)

    废话前言 写了多年的js,遇到过最蛋疼的事情莫过于callback hell, 相信大家也感同身受. 业界许多大大也为此提出了很多不错的解决方案,我所了解的主要有: 朴灵 event proxy, 简 ...

  5. 折腾Python中的Tkinter

    折腾Python中的Tkinter 从oschina看到了关于Python的Tkinter简介: Tk图形用户界面 Tkinter 又从Python官网文档: Tkinter — Python int ...

  6. C语言的本质(22)——C标准库之字符串操作

    编译器.浏览器.Office套件等程序的主要功能都是符号处理,符号处理功能在程序中占相当大的比例,无论多复杂的符号处理都是由各种基本的字符串操作组成的,下面介绍如何用C语言的库函数做字符串初始化.取长 ...

  7. PDM使用问题总结

    1.连接postgres生成pdm 直接连postgres数据库生成的可以生成表名,但表结构为空,不知为何,后来直接用生成数据库sql脚本后转成pdm成功.但是列注释没有了. 2.sql语句生成的pd ...

  8. GetModuleHandle,AfxGetInstanceHandle使用区别

    当一个文件被映射到调用进程的地址空间时,GetModuleHandle函数得到其中某一模块的句柄. 使用GetModuleHandle函数格式:HMODULE GetModuleHandle( LPC ...

  9. hdu 1757 A Simple Math Problem_矩阵快速幂

    题意:略 简单的矩阵快速幂就行了 #include <iostream> #include <cstdio> #include <cstring> using na ...

  10. Web scraping with Python (part II) « Jean, aka Sig(gg)

    Web scraping with Python (part II) « Jean, aka Sig(gg) Web scraping with Python (part II)