- RANDOM - 类 中的静态变量bee.cloud.core.Bee
-
cookie客户端随机数
- randomAgent() - 接口 中的方法bee.cloud.ri.http.HttpClient
-
生成随机用户请求信息。
- randomFont(int, int) - 类 中的静态方法bee.tool.fonts.BFont
-
- range(long, long) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合(元素已按score从小到大排序)中的index从start到end的所有元素
- rangeByScore(double, double) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合中score ≥ min且score ≤ max的所有元素
- rangeByScore(double, double, int, int) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合中score ≥ min且score ≤ max的元素
- rangeByScore(String, double, double, int, int) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
根据关键字返回zset集合中score ≥ min且score ≤ max的元素
- rangeByScoreWithScores(double, double) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合中score ≥ min且score ≤ max的所有元素,包含分值
- rangeByScoreWithScores(double, double, int, int) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合中score ≥ min且score ≤ max的元素,包含分值
- rangeByScoreWithScores(String, double, double, int, int) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
根据关键字返回zset集合中score ≥ min且score ≤ max的元素,包含分值
- rangeWithScores(long, long) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合(元素已按score从小到大排序)中的index从start到end的所有元素,包含分值
- rangeWithScores(String, long, long) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
根据关键字返回zset集合(元素已按score从小到大排序)中的index从start到end的所有元素,包含分值
- rank(String) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回集合(元素已按score从小到大排序)中member元素的rank排名(即index,从0开始),若没有member元素,返回“null”
- rbrace() - 接口 中的方法bee.cloud.engine.db.siud.where.Where
-
右括号)
- Read - bee.cloud.engine.db.core中的接口
-
功能说明:读数据接口
- read(BufferedInputStream) - 类 中的方法bee.tool.gif.GifDecoder
-
Reads GIF image from stream
- read(InputStream) - 类 中的方法bee.tool.gif.GifDecoder
-
Reads GIF image from stream
- read(String) - 类 中的方法bee.tool.gif.GifDecoder
-
Reads GIF file from specified file/URL source (URL assumed if name contains ":/" or "file:")
- readBytes(InputStream) - 类 中的静态方法bee.tool.file.FileOperate
-
- readBytes(File) - 类 中的静态方法bee.tool.file.FileOperate
-
- Reader - bee.cloud.auth中的接口
-
功能说明:角色与资源阅读器
- readFile(String) - 类 中的静态方法bee.tool.file.FileOperate
-
- readFile(String, String) - 类 中的静态方法bee.tool.file.FileOperate
-
- readFile(InputStream) - 类 中的静态方法bee.tool.file.FileOperate
-
- readFile(InputStream, String) - 类 中的静态方法bee.tool.file.FileOperate
-
- readFile(File) - 类 中的静态方法bee.tool.file.FileOperate
-
- readFile(File, String) - 类 中的静态方法bee.tool.file.FileOperate
-
- readInputStream(File) - 类 中的静态方法bee.tool.file.FileOperate
-
- readLine(String, FileOperate.Line) - 类 中的静态方法bee.tool.file.FileOperate
-
- readLine(File, FileOperate.Line) - 类 中的静态方法bee.tool.file.FileOperate
-
- readLine(InputStream, FileOperate.Line) - 类 中的静态方法bee.tool.file.FileOperate
-
- readLine(BufferedReader, FileOperate.Line) - 类 中的静态方法bee.tool.file.FileOperate
-
- readObject(File) - 类 中的静态方法bee.tool.file.FileOperate
-
- readTree(String) - 类 中的静态方法bee.tool.Json
-
- readTree(byte[]) - 类 中的静态方法bee.tool.Json
-
- readTree(InputStream) - 类 中的静态方法bee.tool.Json
-
- readTree(File) - 类 中的静态方法bee.tool.Json
-
- readTree(URL) - 类 中的静态方法bee.tool.Json
-
- readTree(Reader) - 类 中的静态方法bee.tool.Json
-
- readValue(byte[], Class<T>) - 类 中的静态方法bee.tool.Json
-
- readValue(String, Class<T>) - 类 中的静态方法bee.tool.Json
-
- readValue(JsonNode, Class<T>) - 类 中的静态方法bee.tool.Json
-
- readValue(JsonParser) - 类 中的静态方法bee.tool.Json
-
- readValues(byte[], Class<T>) - 类 中的静态方法bee.tool.Json
-
- readValues(String, Class<T>) - 类 中的静态方法bee.tool.Json
-
- readValues(JsonNode, Class<T>) - 类 中的静态方法bee.tool.Json
-
- receive(Body) - 接口 中的方法bee.cloud.ri.mq.BeeMQ
-
接收消息
- recovery() - 接口 中的方法bee.cloud.core.db.work.Sql
-
回收资源
- Referer - 接口 中的静态变量bee.cloud.ri.http.HttpClient
-
- refresh() - 类 中的静态方法bee.cloud.core.Bee
-
系统配置更新中
-
- refreshed() - 类 中的静态方法bee.cloud.core.Bee
-
系统配置更新完成
-
- RELATION - 类 中的静态变量bee.cloud.engine.util.Const
-
- rem(String...) - 接口 中的方法bee.cloud.cache.Cache.RSet
-
删除元素,value为空时删除所有,删除所有时调用del方法
- rem(Set<String>) - 接口 中的方法bee.cloud.cache.Cache.RSet
-
删除元素,value为空时删除所有,删除所有时调用del方法
- rem(String...) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
删除元素
- rem(Set<String>) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
删除元素
- remove(String) - 接口 中的方法bee.cloud.engine.db.core.CBase
-
删除属性值
- remove(File, File) - 类 中的静态方法bee.tool.file.FileOperate
-
移动文件,包括文件夹
- remove(String, String) - 类 中的静态方法bee.tool.file.FileOperate
-
移动文件,包括文件夹
- removeDirectory(String) - 类 中的方法bee.tool.ftp.FtpUtil
-
在服务器上删除目录
- removeDirectory(String, boolean) - 类 中的方法bee.tool.ftp.FtpUtil
-
删除所有文件和目录
- removeGroup(String) - 接口 中的方法bee.cloud.ri.mq.IM.Work
-
删除群聊
- removeGroupAdmin(String, String...) - 接口 中的方法bee.cloud.ri.mq.IM.Work
-
移动群管理员
- removeGroupTeam(String, String) - 接口 中的方法bee.cloud.ri.mq.IM.Work
-
删除团队
- removeGroupTeamUser(String, String, Set<String>) - 接口 中的方法bee.cloud.ri.mq.IM.Work
-
删除团队成员
- removeGroupUser(String, String...) - 接口 中的方法bee.cloud.ri.mq.IM.Work
-
移动群成员
- removeUserFriend(String, String...) - 接口 中的方法bee.cloud.ri.mq.IM.Work
-
删除好友
- remRangeByRank(long, long) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
删除指定排名范围的成员,start ≤ index ≤ stop
(ZREMRANGEBYRANK key start stop)
- remRangeByScore(double, double) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
删除指定分数范围的成员,min ≤ score ≤ max
(ZREMRANGEBYSCORE key min max)
- Required - bee.cloud.core中的注释类型
-
功能说明:必填参数注解
- resize(int, int, boolean) - 类 中的方法bee.tool.img.Img
-
根据提供的最大宽度与最大高度,等比例计算出新的宽度与高度
- resize(BufferedImage, int, int) - 类 中的静态方法bee.tool.img.Small
-
- resize(String, String, int, int) - 类 中的静态方法bee.tool.img.Small
-
- resize(String, int, int) - 类 中的静态方法bee.tool.img.Small
-
- Resource - bee.cloud.auth中的接口
-
功能说明:数据资源
- Resource - bee.cloud.service.core.auth中的接口
-
功能说明:参与权限控制的数据源,包括数据接口、页面、页面内的按钮等
- RESULT - 类 中的静态变量bee.cloud.engine.util.Const
-
- Result() - 类 的构造器bee.cloud.engine.util.Const.Result
-
- resume(Control.Config) - 类 中的静态方法bee.tool.timer.Control
-
恢复暂停的任务
- resume(String) - 类 中的静态方法bee.tool.timer.Control
-
恢复暂停的任务
- resume() - 类 中的方法bee.tool.timer.Task
-
恢复
- revrange(long, long) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合(元素已按score从大到小排序)中的index从start到end的所有元素
- revrangeWithScores(long, long) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回zset集合(元素已按score从大到小排序)中的index从start到end的所有元素,包含分值
- revrank(String) - 接口 中的方法bee.cloud.cache.Cache.ZSet
-
返回集合(元素已按score从大到小排序)中member元素的rank排名(即index,从0开始),若没有member元素,返回“null”
- RIGHTJOIN - 接口 中的静态变量bee.cloud.engine.db.siud.Select.Join
-
- rightJoin(Class<E>, String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
-
RIGHT JOIN表
- rightJoin(Select<E>, String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
-
RIGHT JOIN子查询Select语句
- rightJoin(String, String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
-
RIGHT JOIN表
- Rmi - bee.cloud.ri中的接口
-
功能说明:远程服务调用
使用方式:通过注入方式费用
@Autowired
private Rmi rmi;
- Rmi.RmiFile - bee.cloud.ri中的类
-
- RmiFile() - 类 的构造器bee.cloud.ri.Rmi.RmiFile
-
- Role - bee.cloud.auth中的接口
-
功能说明:角色接口
- Role - bee.cloud.service.core.auth中的接口
-
功能说明:角色控制,需要业务自行实现
- rollback() - 接口 中的方法bee.cloud.core.db.work.Sql
-
事务回滚,只针对设置事务的请求有效
- round(int, int) - 类 中的静态方法bee.tool.Tool
-
获取一个区间的随机数
(数据类型)(最小值+Math.random()*(最大值-最小值+1))
- round(long, long) - 类 中的静态方法bee.tool.Tool
-
获取一个区间的随机数
(数据类型)(最小值+Math.random()*(最大值-最小值+1))
- round(float, float) - 类 中的静态方法bee.tool.Tool
-
获取一个区间的随机数
(数据类型)(最小值+Math.random()*(最大值-最小值+1))
- round(double, double) - 类 中的静态方法bee.tool.Tool
-
获取一个区间的随机数
(数据类型)(最小值+Math.random()*(最大值-最小值+1))
- rpop(String) - 接口 中的方法bee.cloud.cache.Cache
-
从key中从右边pop一个值
- rpop() - 接口 中的方法bee.cloud.cache.Cache.Stack
-
移除并返回列表 key 的尾元素。
- rpop(int) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
移除并返回列表 key 的尾元素。
- rpoplpush(String) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
原子性的从与srckey键关联的链表尾部弹出一个元素,同时再将弹出的元素插入到与dstkey键关联的链表的头部。
- rpopTB() - 接口 中的方法bee.cloud.cache.Cache.Stack
-
- rpopTB(Class<T>) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
- rpopTB(int) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
- rpopTB(int, Class<T>) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
- rpush(String, String...) - 接口 中的方法bee.cloud.cache.Cache
-
从右边push值到指定的key中
- rpush(String, List<String>) - 接口 中的方法bee.cloud.cache.Cache
-
从右边push值到指定的key中
- rpush(String...) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
将一个或多个值 value 插入到列表 key 的表尾(最右边)。
- rpush(T) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
- rpush(List<T>) - 接口 中的方法bee.cloud.cache.Cache.Stack
-
将一个或多个值 value 插入到列表 key 的表尾(最右边)。
- RSA - bee.tool.rsa中的类
-
功能说明:RSA加密与解密
- RSA() - 类 的构造器bee.tool.rsa.RSA
-
- RSA - bee.tool.string中的类
-
功能说明:对称加密,一般用于小数据,比如摘要,DES密钥加密等
RSA只能加密字符串字节长度小于53的字条串
如果需要加密的字符串字节数>53时
1)RSA先生成字符串摘要32位(md5加密),
2)再用摘要为密钥用DES加密源字符串,
3)再用RSA加密摘要
4)用3加密的字符串与2加密的字符串用冒号“:”拼接在一起输出
- RSA() - 类 的构造器bee.tool.string.RSA
-
- RSA() - 类 的构造器bee.tool.Tool.RSA
-
- RSA.Key - bee.tool.string中的类
-
密钥
- RSA.PriKey - bee.tool.string中的类
-
私钥
- RSA.PubKey - bee.tool.string中的类
-
公钥
- RSA_KEY_CODE - 类 中的静态变量bee.cloud.engine.util.Const
-
- rsToList(ResultSet, Class<T>) - 接口 中的方法bee.cloud.core.db.work.Sql
-
ResultSet转List
- rsToList(ResultSet, Class<T>, Listener) - 接口 中的方法bee.cloud.core.db.work.Sql
-
ResultSet转List
- rsToTable(ResultSet, Class<T>) - 接口 中的方法bee.cloud.core.db.work.Sql
-
ResultSet转Table
- RULE_YYYY - 注释类型 中的静态变量bee.cloud.engine.db.annotation.Split
-
- RULE_YYYYMM - 注释类型 中的静态变量bee.cloud.engine.db.annotation.Split
-
- RULE_YYYYMMDD - 注释类型 中的静态变量bee.cloud.engine.db.annotation.Split
-
- RULE_YYYYWW - 注释类型 中的静态变量bee.cloud.engine.db.annotation.Split
-
- runtimeException(String) - 类 中的静态方法bee.tool.Err
-
- runtimeException(Throwable) - 类 中的静态方法bee.tool.Err
-