[home,webapp]操作页面新增帮助链接,完善自定义和阈值帮助文档

This commit is contained in:
tomsun28
2022-03-05 20:49:57 +08:00
parent 36926f0fa2
commit cf79f5ec63
16 changed files with 885 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ public class JdbcCommonCollect extends AbstractCollect {
* 查询多行数据, 通过查询返回结果集的列名称,和查询的字段映射
* eg:
* 查询字段one tow three four
* 查询SQLselect one, tow, three, four from book limit 1;
* 查询SQLselect one, tow, three, four from book;
* @param statement 执行器
* @param sql sql
* @param columns 查询的列头(一般是数据库表字段,也可能包含特殊字段,eg: responseTime)