- dataMap - 类 中的变量com.byhealth.h5.core.bean.db.RecordBean
-
数据Map, 可以是更新数据或者插入数据
- DB_DRIVER_CLASS - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
The class of the JDBC driver
- DB_INITIAL_POOL_SIZE - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
The number of connections to initialise the pool with
- DB_MAX_IDLE_TIME - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
Number of seconds after which an idle connection will be closed
- DB_MAX_POOL_SIZE - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
数据库最大的连接池数量
- DB_MAX_STATEMENTS - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
The maximum number of prepared statements to cache
- DB_MAX_STATEMENTS_PER_CONNECTION - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
The maximum number of prepared statements to cache per connection
- DB_MIN_POOL_SIZE - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
The minimum number of connections to pool
- DB_PASSWORD - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
数据库用户密码
- DB_URL - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
数据库链接地址
- DB_USER - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
数据库用户账号
- debug(String) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(String, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(String, Object, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(String, Object[]) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(String, Throwable) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(Marker, String) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(Marker, String, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(Marker, String, Object, Object) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(Marker, String, Object[]) - 类 中的静态方法com.byhealth.h5.util.Log
-
- debug(Marker, String, Throwable) - 类 中的静态方法com.byhealth.h5.util.Log
-
- DEFAULT_ERROR - 类 中的静态变量com.byhealth.h5.config.ErrorConfig
-
默认错误
- DEFAULT_EXIST_FILE_NAME - 类 中的静态变量com.byhealth.h5.config.GlobalConfig
-
默认已经存在的文件名称 byhealth-h5-1.3.jar开始支持
- deleteFile(String) - 类 中的方法com.byhealth.h5.core.FileService
-
删除文件
- doService(T, String, RoutingContext) - 类 中的方法com.byhealth.h5.core.FileService
-
处理业务逻辑
- doService(T, RoutingContext) - 类 中的方法com.byhealth.h5.core.HttpService
-
处理业务逻辑
- DUPLICATE_LOGIN_ERROR - 类 中的静态变量com.byhealth.h5.config.ErrorConfig
-
账号重复登录