跳过导航链接
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 _ 

I

ID - 类 中的静态变量bee.cloud.engine.db.siud.Siud
INSERT + DELETE
ID - 类 中的静态变量bee.cloud.engine.util.Const
 
IDKEY - 类 中的静态变量bee.cloud.core.Bee
cookie客户端KEY
Ignore - bee.cloud.engine.db.annotation中的注释类型
功能说明:输出到前端时忽略此属性
IM - bee.cloud.ri.mq中的接口
功能说明:IM消息
IM.Body - bee.cloud.ri.mq中的类
消息体
IM.Check - bee.cloud.ri.mq中的接口
校验机制
IM.CmdBody - bee.cloud.ri.mq中的类
命令消息
IM.FILE_STATE - bee.cloud.ri.mq中的枚举
文件状态enum
IM.FileBlock - bee.cloud.ri.mq中的类
服务器接收的文件块消息,用户将大文件分块上传后再进行组装,这里所表示的是一个文件块
IM.FileInfo - bee.cloud.ri.mq中的类
业务系统收到用户发送的文件进行处理(保存)后的文件信息
IM.Group - bee.cloud.ri.mq中的类
团队、分组、群,管理
IM.IMException - bee.cloud.ri.mq中的异常错误
消息类型错误描述
IM.ImFile - bee.cloud.ri.mq中的类
用户发送的文件信息
IM.NewMsgNum - bee.cloud.ri.mq中的类
新消息数量,上一次离线后收到的消息数量
IM.On - bee.cloud.ri.mq中的接口
消息业务回调事件
IM.Oninfo - bee.cloud.ri.mq中的类
上线与下线相关信息
IM.Online - bee.cloud.ri.mq中的类
单服务器在线人数
IM.ORIGIN - bee.cloud.ri.mq中的枚举
消息来源
IM.SIGN - bee.cloud.ri.mq中的枚举
标志类消息
IM.TYPE - bee.cloud.ri.mq中的枚举
消息类型,注意:不能修改与顺序不能变,可以向后增加,数据库中存储的是枚举对应的ordinal值
IM.User - bee.cloud.ri.mq中的类
用户信息
IM.Work - bee.cloud.ri.mq中的接口
业务数据处理接口
ImageType - bee.tool.img中的类
功能说明:
ImageType() - 类 的构造器bee.tool.img.ImageType
 
ImageType.Type - bee.tool.img中的枚举
 
IMException(String) - 异常错误 的构造器bee.cloud.ri.mq.IM.IMException
 
ImFile() - 类 的构造器bee.cloud.ri.mq.IM.ImFile
 
Img - bee.tool.img中的类
 
Img(byte[]) - 类 的构造器bee.tool.img.Img
 
Img(InputStream) - 类 的构造器bee.tool.img.Img
 
Img(String) - 类 的构造器bee.tool.img.Img
 
Img(BufferedImage) - 类 的构造器bee.tool.img.Img
 
Img(File) - 类 的构造器bee.tool.img.Img
 
Img(URL) - 类 的构造器bee.tool.img.Img
 
Img(InputStream, int, int) - 类 的构造器bee.tool.img.Water.Img
 
Img(URL, int, int) - 类 的构造器bee.tool.img.Water.Img
 
Img(InputStream, int, int) - 类 的构造器bee.tool.img.Water2.Img
 
Img(URL, int, int) - 类 的构造器bee.tool.img.Water2.Img
 
Import - bee.cloud.core.db中的接口
功能说明:数据导入服务,实现类通过@Service方式注入到SpringBoot容器中
Import.Info - bee.cloud.core.db中的类
导入数据信息
IMPORT_DATA - 类 中的静态变量bee.cloud.cache.Cache.Key
导入数据记录数,HashMap格式 {id}:当次导入ID num:导入数量 total:导入总数量 sign:导入标志,0-导入中,1-导入完成,9-导入失败 info:导入信息 start_time:开始时间 end_time:结束时间
importData(VSql) - 接口 中的方法bee.cloud.core.db.work.Sql
导入数据
in(Object...) - 接口 中的方法bee.cloud.engine.db.siud.where.Where.Operator
WHERE 子句中的IN(in)操作符:语法
INCLUDE_PATTERN - 类 中的静态变量bee.tool.string.Html
 
incr(String) - 接口 中的方法bee.cloud.cache.Cache
将 key 中储存的数字值增一。
incr(String, long) - 接口 中的方法bee.cloud.cache.Cache
将 key 所储存的值加上增量 increment 。
incrby(String, double) - 接口 中的方法bee.cloud.cache.Cache.ZSet
如果已经存在元素member,则该元素的score增加increment;否则向集合中添加该元素,其score的值为increment
Info() - 类 的构造器bee.cloud.core.db.Import.Info
 
init(JsonNode) - 类 中的方法bee.cloud.ri.mq.IM.Body
用json对象初始化消息体
init(JsonNode) - 类 中的方法bee.cloud.ri.mq.IM.CmdBody
用json对象初始化消息体,json中需要包含{"cmd","命令字符串","tip":"命令提示字符串","data":"Json格式的数据体"}
init(Map<String, String>) - 类 中的方法bee.cloud.ri.mq.IM.Group
初始化基本信息
init(Map<String, String>) - 类 中的方法bee.cloud.ri.mq.IM.User
初始化基本信息
init(String) - 类 中的静态方法bee.tool.string.Bson
 
innerJoin(Class<E>, String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
INNER JOIN表
innerJoin(Select<E>, String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
INNER JOIN子查询Select语句
innerJoin(String, String...) - 接口 中的方法bee.cloud.engine.db.siud.Select
INNER JOIN表
INNERJOIN - 接口 中的静态变量bee.cloud.engine.db.siud.Select.Join
 
inputStream2Byte(InputStream) - 类 中的静态方法bee.tool.Tool
功能描述:InputStream转Byte
inputStream2Byte(InputStream, int) - 类 中的静态方法bee.tool.Tool
 
inputStream2Byte(InputStream, long, int) - 类 中的静态方法bee.tool.Tool
 
insert(T, String...) - 接口 中的方法bee.cloud.core.db.work.Sql
插入单条数据
insert(List<T>, String...) - 接口 中的方法bee.cloud.core.db.work.Sql
插入多条数据
insert() - 接口 中的方法bee.cloud.engine.db.core.CBase
新增数据,只插入不为空的属性值
insert() - 接口 中的方法bee.cloud.engine.db.core.Write
新增數據
Insert<T extends CBase> - bee.cloud.engine.db.siud中的接口
功能说明:插入数据操作
insert(T) - 接口 中的方法bee.cloud.engine.db.siud.Insert
需要插入数据的table
INSERT - 类 中的静态变量bee.cloud.engine.db.siud.Siud
INSERT操作(二进制表示为:0010)
instace(File, File) - 类 中的静态方法bee.tool.string.HtmlTool
压缩目录
instance(JsonNode) - 接口 中的方法bee.cloud.engine.db.core.CBase
通过JSON数据初始化实例
instance(Map<String, String>) - 接口 中的方法bee.cloud.engine.db.core.CBase
通过Map数据初始化实例
instance(ResultSet) - 接口 中的方法bee.cloud.engine.db.core.CBase
通过ResultSet数据初始化实例
instance(RequestParam) - 接口 中的方法bee.cloud.engine.db.core.CBase
通过RequestParam数据初始化实例
instence() - 类 中的静态方法bee.tool.date.Dater
 
instence(long) - 类 中的静态方法bee.tool.date.Dater
 
instence(Date) - 类 中的静态方法bee.tool.date.Dater
 
instence(LocalDate) - 类 中的静态方法bee.tool.date.Dater
 
instence(LocalDateTime) - 类 中的静态方法bee.tool.date.Dater
 
instence(String) - 类 中的静态方法bee.tool.date.Dater
通过日期字符串构造Dater,
int2byte(int, byte[], int) - 类 中的静态方法bee.tool.Num
int to byte
int2bytes(int) - 类 中的静态方法bee.tool.Num
将Integer类型转为bytes数组
inter(String...) - 接口 中的方法bee.cloud.cache.Cache.RSet
取交集,当前集合与keys的交集,如:[1,2,3]∩[2,3,4]∩[3,4,5]=[3]
interval - 类 中的变量bee.tool.file.FileMonitor.Filter
轮询间隔时间,默认为 5 秒
interval(int) - 类 中的方法bee.tool.timer.Control.Config
 
Interval - bee.tool.timer中的类
功能说明:时钟任务
Interval(Date) - 类 的构造器bee.tool.timer.Interval
设定指定任务在指定时间time执行
Interval(Date, long) - 类 的构造器bee.tool.timer.Interval
安排指定的任务在指定的时间开始进行重复的固定延迟执行。
Interval(int) - 类 的构造器bee.tool.timer.Interval
安排在指定延迟后执行指定的任务。
Interval(int, long) - 类 的构造器bee.tool.timer.Interval
安排指定的任务从指定的延迟后开始进行重复的固定延迟执行。
intValue() - 类 中的方法bee.lang.Bit
 
inxbuild() - 类 中的方法bee.tool.gif.NeuQuant
 
ioFileFilter - 类 中的变量bee.tool.file.FileMonitor.Filter
IO文件过滤器,需要org.apache.commons.io支持,默认为空,监控所有目录和文件
IP - 类 中的静态变量bee.cloud.engine.util.Const
 
IPEntry() - 类 的构造器bee.tool.ip.IPSeeker.IPEntry
 
IPLocation() - 类 的构造器bee.tool.ip.IPSeeker.IPLocation
 
IPSeeker - bee.tool.ip中的类
用来读取QQwry.dat文件,以根据ip获得好友位置,QQwry.dat的格式是 一.
IPSeeker.IPEntry - bee.tool.ip中的类
一条IP范围记录,不仅包括国家和区域,也包括起始IP和结束IP
IPSeeker.IPLocation - bee.tool.ip中的类
用来封装ip相关信息,目前只有两个字段,ip所在的国家和地区
IS_AVAILABLE - 注释类型 中的静态变量bee.cloud.engine.db.annotation.TableName
 
IS_OUT_NULLVALUE - 类 中的静态变量bee.cloud.engine.util.Const
是否输入空值属性
isAutoCommit() - 接口 中的方法bee.cloud.core.db.work.Sql
带事务提交模式,为 true 表示启用自动提交模式;为 false 表示禁用自动提交模式
isBase() - 枚举 中的方法bee.cloud.engine.config.sqlmap.QEnum.QType
是否为基础字段,String、Number等为基础字段
isBaseType(T) - 类 中的静态方法bee.tool.Tool
判断对象是否为基础类型
isBaseType(Class<?>) - 类 中的静态方法bee.tool.Tool
判断对象是否为基础类型
isBoolean() - 枚举 中的方法bee.cloud.engine.config.sqlmap.QEnum.QType
 
isBytes() - 枚举 中的方法bee.cloud.engine.config.sqlmap.QEnum.QType
 
isCache() - 接口 中的方法bee.cloud.core.db.work.Sql
当前操作是否支持从缓存中取数据标志,默认为true优化从缓存取数据
isCaller(Class<?>) - 类 中的静态方法bee.tool.Tool
 
isDatetime() - 枚举 中的方法bee.cloud.engine.config.sqlmap.QEnum.QType
 
isDateType(T) - 类 中的静态方法bee.tool.Tool
判断对象是否为日期类型
isDateType(Class<?>) - 类 中的静态方法bee.tool.Tool
判断对象是否为日期类型
isEmpty(String) - 类 中的静态方法bee.tool.string.Format
 
isEmpty(Object) - 类 中的静态方法bee.tool.string.Format
判断Object对象是否为空,其中Map,Collection等对象没有元素就表示为空
isEmpty(String) - 类 中的静态方法bee.tool.Tool
判断字符串是否为空,null或空字符串""
isEmpty(Object) - 类 中的静态方法bee.tool.Tool
判断Object对象是否为空,其中Map,Collection等对象没有元素就表示为空
isEmptys(String...) - 类 中的静态方法bee.tool.string.Format
只要有一个为空就返回true
isEmptys(Object...) - 类 中的静态方法bee.tool.string.Format
判断Object对象是否为空,只要有一个对象空返回true,其中Map,Collection等对象没有元素就表示为空
isEmptys(String...) - 类 中的静态方法bee.tool.Tool
只要有一个为空就返回true
isEmptys(Object...) - 类 中的静态方法bee.tool.Tool
判断Object对象是否为空,只要有一个对象空返回true,其中Map,Collection等对象没有元素就表示为空
isEncryptPK() - 类 中的静态方法bee.cloud.config.BConfig.OutConst
是否加密输出主键或ID字段
isEncryptPK(String) - 类 中的静态方法bee.cloud.config.BConfig.OutConst
是否加密输出主键,默认为true,加密输出
isHttpOnly() - 类 中的方法bee.cloud.core.Bee.Cookie
 
isInit() - 类 中的静态方法bee.cloud.config.BConfig
 
isJoin() - 接口 中的方法bee.cloud.core.db.work.VSql
是否为join查询
isLogin() - 接口 中的方法bee.cloud.ri.http.HttpClient
客户端是否已经登录标志
isMobile(String) - 类 中的静态方法bee.tool.string.Format
判断字符串是否手机
isNull() - 接口 中的方法bee.cloud.engine.db.siud.where.Where.Operator
是否为空表达式 找出字段为空的数据 select * from 表 where 字段 is null
isNullProperty() - 类 中的静态方法bee.cloud.config.BConfig.OutConst
获取属性nullProperty的值。
isNumber() - 枚举 中的方法bee.cloud.engine.config.sqlmap.QEnum.QType
是否为整形类型(integer,int,bigint,long)
isNumber(T) - 类 中的静态方法bee.tool.Tool
 
isNumeric(String) - 类 中的静态方法bee.tool.string.Format
判断字符串是不是纯数字
isNumeric(String) - 类 中的静态方法bee.tool.Tool
判断字符串是不是纯数字
isSecure() - 类 中的方法bee.cloud.core.Bee.Cookie
 
isShow() - 类 中的方法bee.cloud.service.core.ShowApi
是否显示API接口
isStarted() - 类 中的静态方法bee.cloud.core.Bee
繁言是否启动与配置更新完成民
isTraceOn() - 类 中的方法bee.cloud.ri.mq.ACK
获取是否开启消息跟踪
isTuomin() - 接口 中的方法bee.cloud.engine.db.core.CBase
当前实例脱敏状态
isType(String) - 枚举 中的静态方法bee.cloud.engine.config.sqlmap.QEnum.QType
 
isValue(String) - 接口 中的方法bee.cloud.engine.db.core.CBase
判断字段属性值是否存在
isVisitor() - 接口 中的静态方法bee.cloud.core.Visitor
验证登陆者信息,验证成功返回在线用户实例对象,验证失败抛出未登录异常 code:-2(前端统一处理, 跳转至登录页让用户重新登录)
isVisitor(Class<T>) - 接口 中的静态方法bee.cloud.core.Visitor
验证登陆者信息,验证成功返回在线用户实例对象,验证失败抛出未登录异常 code:-2(前端统一处理, 跳转至登录页让用户重新登录)
isWindows() - 类 中的静态方法bee.tool.Tool
 
ITEM - 类 中的静态变量bee.cloud.engine.util.Const
 
Item(int, int) - 类 的构造器bee.tool.img.Water.Item
 
Item(int, int) - 类 的构造器bee.tool.img.Water2.Item
 
IU - 类 中的静态变量bee.cloud.engine.db.siud.Siud
INSERT + UPDATE;
IUD - 类 中的静态变量bee.cloud.engine.db.siud.Siud
INSERT + UPDATE + DELETE
IUID - 类 中的静态变量bee.cloud.engine.util.Const.Defval
短整形UUID
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 _ 
跳过导航链接