📄 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 + -