- HANZI_PATTERN - 类 中的静态变量bee.tool.Pinyin
-
- has(String) - 接口 中的方法bee.cloud.cache.Cache.RSet
-
判断元素是否存在,sismember
- hasClient(String) - 接口 中的方法bee.cloud.ri.mq.IM
-
检查to对应的连接是否在本服务器
- HASH - 类 中的静态变量bee.cloud.engine.util.Const
-
- hashCode() - 类 中的方法bee.lang.Bit
-
- hasSign(String) - 类 中的静态方法bee.cloud.config.BConfig.CachePrefix
-
- having(Cnd) - 接口 中的方法bee.cloud.engine.db.siud.Select
-
可选的 HAVING 子句有如下形式:HAVING SUM(OrderPrice)<2000
- hdel(String, String...) - 接口 中的方法bee.cloud.cache.Cache
-
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
- hdel(String, Set<String>) - 接口 中的方法bee.cloud.cache.Cache
-
删除哈希表 key 中的一个或多个指定域,不存在的域将被忽略。
- height - 类 中的变量bee.tool.img.VerifyCode.Img
-
- hexists(String, String) - 接口 中的方法bee.cloud.cache.Cache
-
查看哈希表 key 中,给定域 field 是否存在。
- hexStr2Str(String) - 类 中的静态方法bee.tool.string.Format
-
十六进制转换成为string类型字符串
- hexStr2Str(String) - 类 中的静态方法bee.tool.Tool
-
十六进制转换成为string类型字符串
- hexStringToString(String) - 类 中的静态方法bee.tool.string.AES
-
十六进制转换成为string类型字符串
- hget(String, String) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中给定域 field 的值。
- hgetAll(String) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中,所有的域field和值。
- hgets(String, String...) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中给定域 field 的值。
- hgets(String, Set<String>) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中给定域 field 的值。
- hgets(Set<String>, String...) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中给定域 field 的值。
- hgets(Set<String>, Set<String>) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中给定域 field 的值。
- hgetTable(String) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中,所有的域field和值。
- hgetTable(String, Class<T>) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中,所有的域field和值。
- hincrBy(String, String, long) - 接口 中的方法bee.cloud.cache.Cache
-
为哈希表 key 中的域 field 的值加上增量 increment 。
- hincrBy(String, String) - 接口 中的方法bee.cloud.cache.Cache
-
为哈希表 key 中的域 field 的值加1 。
- hkeys(String) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中的所有域field。
- hlen(String) - 接口 中的方法bee.cloud.cache.Cache
-
返回哈希表 key 中域的数量。
- hset(String, Map<String, String>) - 接口 中的方法bee.cloud.cache.Cache
-
将哈希表 key 中的域 field 的值设为 value 。
- hset(String, T) - 接口 中的方法bee.cloud.cache.Cache
-
将哈希表 key 中的域 field 的值设为 table 。
- hset(T) - 接口 中的方法bee.cloud.cache.Cache
-
通过tablename缓存Table表,
存储的KEY键为:<dsname:tablename:pkvalue, Table>
- hset(String, String, String) - 接口 中的方法bee.cloud.cache.Cache
-
将哈希表 key 中的域 field 的值设为 value 。
- Html - bee.tool.string中的类
-
功能说明:
- Html() - 类 的构造器bee.tool.string.Html
-
- Html() - 类 的构造器bee.tool.Tool.Html
-
- HtmlTool - bee.tool.string中的类
-
功能说明:
- Http - bee.cloud.ri.http中的接口
-
功能说明:HTTP接口
- Http - bee.tool中的类
-
功能说明:
- Http() - 类 的构造器bee.tool.Http
-
- Http.Method - bee.cloud.ri.http中的枚举
-
请求方法
- Http.Multipart - bee.cloud.ri.http中的类
-
上传多媒体文件类
- Http.Response - bee.cloud.ri.http中的接口
-
返回结果
- Http.Type - bee.cloud.ri.http中的枚举
-
响应数据格式
- HTTP_METHOD - 类 中的静态变量bee.cloud.engine.util.Const
-
- HttpClient - bee.cloud.ri.http中的接口
-
功能说明:Http请求客户端
- humpName(String) - 类 中的静态方法bee.tool.Tool
-
将name转为驼峰命名方式