📄 readme.txt
字号:
*********************************
* JDBMonitor: Version 1.0.2*
*********************************
04 May 2006
Copyright 2006-2006,by Yang Zhongke.
-----------------
1. INTRODUCTION
-----------------
JDBMonitor a flexiable JDBC Monitor for the Java(tm) platform.
With JDBMonitor,you can add the function of database execution logging to your application. It's so easy to use that the only thing you should do is appending "listenerconfig=/config.xml:url=" to the JDBC connection string of your application,without writing any code.
With JDBMonitor,you can log the database execution in many ways,for example,to console,to file or to remote client throug socket.JDBMonitor is extendible,so you can extend it to log the execution in other ways.The only thing you should do is writing a class implements the interface IDBListener.
JDBMonitor is licensed under the terms of the GNU Lesser General
Public Licence (LGPL). A copy of the licence is included in the
distribution.
Please note that JDBMonitor is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. Please refer to the licence for details.
-------------------
2. LATEST VERSION
-------------------
The latest version of this class library can be obtained from:
http://www.cownew.com
If you have an comments, suggestions or bugs to report, please send me an email:about521@163.com
------------------
3. DOCUMENT
------------------
* 2006-05-25 by YangZhongke
* in linux or unix,listenerconfig=/root/config.xml is token for classpath,
* in fact it's real file path,becasue
* in linux or unix,real file path not start with words like c:/ d:/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -