Today See>
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
随机推荐
- JSON入门之二:org.json的基本用法
java中用于解释json的主流工具有org.json.json-lib与gson,本文介绍org.json的应用. 官方文档: http://www.json.org/java/ http://de ...
- Github android客户端源代码分析之一:环境搭建
1.下载相应的包及项目,参考https://github.com/github/android/wiki/Building-From-Eclipse. 2.若需查看某些包的源文件或者javadoc,则 ...
- JQuery中如何动态修改input的type属性
代码如下: jQuery(".member_id").focus(function() { jQuery(this).val(''); }).blur(function() { i ...
- Kali Linux 新手折腾笔记
http://defcon.cn/1618.html 2014年09月29日 渗透测试 暂无评论 阅读 55,052 次 最近在折腾Kali Linux 顺便做一简单整理,至于安装就不再多扯了,估 ...
- Leetcode 242 Valid Anagram pytyhon
题目: Given two strings s and t, write a function to determine if t is an anagram of s. For example,s ...
- Android 控件属性
TextView 文字属性//文字左右居中android:layout_centerHorizontal="true"//文字垂直居中android:layout_centerVe ...
- codec ruby和json格式输出
zjtest7-frontend:/usr/local/logstash-2.3.4/config# cat geoip.conf input {stdin {} } filter { geoip { ...
- c++一些面试题目
1.What is achieved by prefixing the 'static' keyword to a file-level function or file-level variable ...
- axis2之webservice
Axis2之webservice超详细教程 Axis2是一套崭新的WebService引擎,该版本是对Axis1.x重新设计的产物.Axis2不仅支持SOAP1.1和SOAP1.2,还集成了非常流行的 ...
- JIRA官方:缺陷与事务跟踪
快速跟踪软件缺陷 JIRA的网站页面使测试人员能够快速报告.管理.跟踪缺陷.使用键盘快捷键可以很容易地导航和修改问题.你还可以从IDE直接访问JIRA问题或者通过其它各种桌面客户端.手机客户端.浏览器 ...