跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

D

DATA - 类 中的静态变量bee.cloud.engine.util.Const
 
DataBody - bee.cloud.ri.mq中的类
功能说明:发送消息的数据体
DataBody() - 类 的构造器bee.cloud.ri.mq.DataBody
 
DataBodys - bee.cloud.ri.mq中的类
功能说明:发送消息的数据体
DataBodys() - 类 的构造器bee.cloud.ri.mq.DataBodys
 
DATASOURCE - 类 中的静态变量bee.cloud.engine.util.Const
 
DateDeserializer() - 类 的构造器bee.tool.Json.DateDeserializer
 
dateDiff(Date, Date) - 类 中的静态方法bee.tool.date.DateUtil
两个日期相减得到的毫秒数
DATEFORMAT - 类 中的静态变量bee.cloud.config.BConfig.OutConst
日期类型输出格式,参照DateFormat,默认为时间戳
DateFormat - bee.cloud.engine.db.annotation中的注释类型
功能说明:输出日期时间格式化,默认为:yyyy-MM-dd HH:mm:ss
dateFormat(String, String) - 接口 中的方法bee.cloud.engine.db.pool.DateFunc
日期字段根据格式转字段串
DateFunc - bee.cloud.engine.db.pool中的接口
功能说明:数据库日期方法转换接口,框架只实现PostgreSQL,MySQL,SQL Server,Oracle。
Dater - bee.tool.date中的类
功能说明:时间工具,可以转换为年、月、日、周、季度等
Dater(long) - 类 的构造器bee.tool.date.Dater
 
Dater(long) - 类 的构造器bee.tool.Tool.Dater
 
Dater.Between - bee.tool.date中的类
两个日期或时间戳区间
DateSerializer() - 类 的构造器bee.tool.Json.DateSerializer
 
DateUtil - bee.tool.date中的类
功能说明:
DateUtil() - 类 的构造器bee.tool.date.DateUtil
 
DateUtil() - 类 的构造器bee.tool.Tool.DateUtil
 
decode(String) - 类 中的静态方法bee.tool.rsa.Base64Utils
BASE64字符串解码为二进制数据
decode(String) - 类 中的静态方法bee.tool.string.Encode
使用UTF-8编码机制对 application/x-www-form-urlencoded 字符串解码。
decode(String, String) - 类 中的静态方法bee.tool.string.Encode
使用指定的编码机制对 application/x-www-form-urlencoded 字符串解码。
decoder(String) - 类 中的静态方法bee.tool.img.Base64
 
decoder(String, File) - 类 中的静态方法bee.tool.img.Base64
base64字符串转化成图片
decodeToFile(String, String) - 类 中的静态方法bee.tool.rsa.Base64Utils
BASE64字符串转回文件
decrDay(Date, int) - 类 中的静态方法bee.tool.date.Dater
 
decrHour(Date, int) - 类 中的静态方法bee.tool.date.Dater
 
decrMinute(Date, int) - 类 中的静态方法bee.tool.date.Dater
 
decrMonth(Date, int) - 类 中的静态方法bee.tool.date.Dater
 
decrSecond(Date, int) - 类 中的静态方法bee.tool.date.Dater
 
decrYear(Date, int) - 类 中的静态方法bee.tool.date.Dater
 
decrypt(String, String, String) - 类 中的静态方法bee.tool.ecode.AES
AES解密
decrypt(String, String) - 类 中的静态方法bee.tool.string.AES
AES解密
decrypt(String, String) - 类 中的静态方法bee.tool.string.Encrypt
解密
decrypt(String, String, int) - 类 中的静态方法bee.tool.string.Encrypt
解密
decrypt(RSA.PubKey, String) - 类 中的静态方法bee.tool.string.RSA
公钥解密,只能解密对应私钥加密的字符串
decrypt(RSA.PriKey, String) - 类 中的静态方法bee.tool.string.RSA
私钥解密,只能解密对应公钥加密的字符串
decrypt(byte[], byte[]) - 类 中的静态方法bee.tool.string.Security
解密
decrypt(String) - 类 中的静态方法bee.tool.string.Security
密码解密
decrypt(String, String) - 类 中的静态方法bee.tool.string.Security
密码解密
decrypt16(String, String, String) - 类 中的静态方法bee.tool.ecode.AES
AES解密
decryptLong(String) - 类 中的静态方法bee.tool.Num
 
decryptLong(String) - 类 中的静态方法bee.tool.string.Security
long解密
decryptLong(String, String) - 类 中的静态方法bee.tool.string.Security
long解密
decryptObject(File, String) - 类 中的静态方法bee.tool.string.Security
 
decryptObject(String, String) - 类 中的静态方法bee.tool.string.Security
 
DEF_PAGENO - 类 中的静态变量bee.cloud.engine.util.Const.Value
默认页码,默认为1,从第一页开始
DEF_PAGESIZE - 类 中的静态变量bee.cloud.engine.util.Const.Value
每页默认显示数量,默认为20,每页取20条数据
DefaultGroup - 注释类型 中的静态变量bee.cloud.core.Msg
 
DefaultTag - 注释类型 中的静态变量bee.cloud.core.Msg
 
DefaultTopic - 注释类型 中的静态变量bee.cloud.core.Msg
 
DEFINE - 接口 中的静态变量bee.cloud.engine.db.core.CBase
 
DEFVAL - 类 中的静态变量bee.cloud.engine.util.Const
 
Defval() - 类 的构造器bee.cloud.engine.util.Const.Defval
 
del(String...) - 接口 中的方法bee.cloud.cache.Cache
删除给定的一个或多个 key,不存在的 key 会被忽略。
del(Set<String>) - 接口 中的方法bee.cloud.cache.Cache
删除给定的一个或多个 key,不存在的 key 会被忽略。
Delay - bee.cloud.service.filter中的注释类型
 
delayRandom(int) - 类 中的方法bee.tool.timer.Control.Config
 
delete(Class<T>, Object...) - 接口 中的方法bee.cloud.core.db.work.Sql
删除数据
delete(Class<T>, Set<?>) - 接口 中的方法bee.cloud.core.db.work.Sql
删除数据
delete() - 接口 中的方法bee.cloud.engine.db.core.CBase
根据PK删除对应数据
delete() - 接口 中的方法bee.cloud.engine.db.core.Write
刪除
Delete<T extends CBase> - bee.cloud.engine.db.siud中的接口
功能说明:删除数据
DELETE - 类 中的静态变量bee.cloud.engine.db.siud.Siud
DELETE操作(二进制表示为:1000)
DELETE - 类 中的静态变量bee.cloud.engine.util.Const.Method
 
delete(RequestParam) - 接口 中的方法bee.cloud.ri.Rmi
通过RequestParam实现远程调用
delete(String, RequestParam) - 接口 中的方法bee.cloud.ri.Rmi
通过RequestParam实现远程调用
delete(Object, Class<T>) - 接口 中的方法bee.cloud.search.Search
根据ID删除数据
delete(Set<Object>, Class<T>) - 接口 中的方法bee.cloud.search.Search
根据ID删除数据
delete(Object, String) - 接口 中的方法bee.cloud.search.Search
根据ID删除数据
delete(Set<Object>, String) - 接口 中的方法bee.cloud.search.Search
根据ID删除数据
delete(File) - 类 中的静态方法bee.tool.file.FileOperate
删除文件 -
delete(String) - 类 中的静态方法bee.tool.file.FileOperate
删除文件
DELETE_ID - 类 中的静态变量bee.cloud.engine.util.Const.Result
 
deleteAll(String) - 类 中的静态方法bee.tool.file.FileOperate
删除文件,包括子目录
deleteAll(File) - 类 中的静态方法bee.tool.file.FileOperate
删除文件,包括子目录
deleteCookie(String) - 接口 中的方法bee.cloud.core.Bee.Resreq
删除cookie
deleteFile(String) - 类 中的方法bee.tool.ftp.FtpUtil
删除服务器上的文件
deleteResource(Set<String>) - 接口 中的方法bee.cloud.auth.Writer
从缓存中删除指定资源
deleteRole(Set<String>) - 接口 中的方法bee.cloud.auth.Writer
从缓存中删除指定角色
deleteRoleResource(String) - 接口 中的方法bee.cloud.auth.Writer
从缓存中删除当前用户资源
dels(String) - 接口 中的方法bee.cloud.cache.Cache
根据前缀删除对应的key
DES - bee.tool.ecode中的类
功能说明:DES对称加密解密 数据加密标准算法,和BASE64最明显的区别就是有一个工作密钥, 该密钥既用于加密、也用于解密,并且要求密钥是一个长度至少大于8位的字符串
DES() - 类 的构造器bee.tool.ecode.DES
 
desc(String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
降序排序
DESCRIBE - 类 中的静态变量bee.cloud.engine.util.Const
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法bee.tool.Json.DateDeserializer
 
DEVTOKEN - 类 中的静态变量bee.cloud.config.BConfig.Const
 
Dict - bee.cloud.engine.db.annotation中的注释类型
功能说明:数据字典注解,等同于Column.dict()
DICT - 类 中的静态变量bee.cloud.engine.util.Const
 
diff(String) - 接口 中的方法bee.cloud.cache.Cache.RSet
取差集,keyA-keyB,keyA为当前集合,如:[1,2,3]-[2,3,4]=1
diffMonth() - 类 中的方法bee.tool.date.Dater
与当前日期相关几年零几月 如:2021-01-02与2022-01-01相差0年11个月,表示为0.11, 2021-01-02与2022-01-03相差1年,表示为1.0, 2021-01-02与2022-02-03相差1年1个月,表示为1.01,
diffYear() - 类 中的方法bee.tool.date.Dater
与当前日期相差多少年 如:2021-01-02与2022-01-01相差0年, 2021-01-02与2022-01-03相差1年
dissolveGroup(String) - 接口 中的方法bee.cloud.ri.mq.IM.Work
解散群
DISTINCT - 类 中的静态变量bee.cloud.engine.util.Const
 
done() - 类 中的方法bee.cloud.ri.mq.IM.FileBlock
文件接收完成
doubleValue() - 类 中的方法bee.lang.Bit
 
downFile(String) - 类 中的方法bee.tool.ftp.FtpUtil
从ftp服务器上下载文件到本地
download(String, String) - 类 中的方法bee.tool.ftp.FtpUtil
从ftp服务器上下载文件到本地(不支持下载的文件名中包含中文)
DSNAME - 接口 中的静态变量bee.cloud.engine.db.core.CBase
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接