?? manual.html
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JDBMonitor User Manual</title>
</head>
<body>
<h1 align="center">JDBMonitor User Manual</h1>
<p align="right"><strong>Yang Zhongke 2006 </strong></p>
<h2>Abstract</h2>
<p>This document is the operation guide of JDBMonitor.JDBMonitor is an open source project. It allows the developer to add the function of database execution logging to the application. It's so easy to use that the only thing you should do is appending "<strong><em>listenerconfig=/config.xml:url=</em></strong>" to the JDBC connection string of your application錛寃ithout writing any code.</p>
<p>With JDBMonitor,you can log the database execution in many ways,for example,to console,to file or to remote client through socket.JDBMonitor is extendible錛宻o 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.</p>
<p>JDBMonitor is licensed under the terms of the GNU Lesser General Public Licence (LGPL).聽 A copy of the licence is included in the distribution.</p>
<h2>Introduction</h2>
<p>Almost every large database application includes its own SQL execution logging function,which not only can help the developers to debug,but also can provide information for the DBA(DataBase Administrator).<br />
At the same time,a lot off code like鈥
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -