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

U

ucase(String) - 类 中的静态方法bee.cloud.engine.db.siud.SQLFunc
 
UD - 类 中的静态变量bee.cloud.engine.db.siud.Siud
UPDATE + DELETE
UdpGetClientMacAddr - bee.tool.mac中的类
功能说明:获取mac地址,此功能只适用于windows系统,linux下无效
UdpGetClientMacAddr(String) - 类 的构造器bee.tool.mac.UdpGetClientMacAddr
 
unbiasnet() - 类 中的方法bee.tool.gif.NeuQuant
 
Unicode - 类 中的静态变量bee.tool.string.Encode
 
union(String...) - 接口 中的方法bee.cloud.cache.Cache.RSet
取并集,当前集合与keys的并集,如:[1,2,3]∪[2,3,4]∪[3,4,5]=[1,2,3,4,5]
union(Set<String>) - 接口 中的方法bee.cloud.cache.Cache.RSet
取并集,当前集合与keys的并集,如:[1,2,3]∪[2,3,4]∪[3,4,5]=[1,2,3,4,5]
UNION - 接口 中的静态变量bee.cloud.engine.db.siud.Select.Join
 
union(Select<T>) - 接口 中的方法bee.cloud.engine.db.siud.Select
合并多个结果集
unsigned4BytesToInt(byte[], int) - 类 中的静态方法bee.tool.Num
convert signed 4 bytes into a 32-bit integer
unsignedByteToInt(byte) - 类 中的静态方法bee.tool.Num
 
unZip(File, File) - 类 中的静态方法bee.tool.file.Compressor
 
UnZip - bee.tool.file中的类
功能说明:
UnZip() - 类 的构造器bee.tool.file.UnZip
 
unzip(String, String) - 类 中的静态方法bee.tool.file.UnZip
 
update(T, String...) - 接口 中的方法bee.cloud.core.db.work.Sql
更新数据
update(List<T>, String...) - 接口 中的方法bee.cloud.core.db.work.Sql
更新多条数据
update(String...) - 接口 中的方法bee.cloud.engine.db.core.CBase
执行更新属性值到数据库表中
update(String...) - 接口 中的方法bee.cloud.engine.db.core.Write
修改
UPDATE - 类 中的静态变量bee.cloud.engine.db.siud.Siud
UPDATE操作(二进制表示为:0100)
Update<T extends CBase> - bee.cloud.engine.db.siud中的接口
功能说明:修改数据执行器
update(T, String...) - 接口 中的方法bee.cloud.engine.db.siud.Update
修改表
update(T, Object, String...) - 接口 中的方法bee.cloud.engine.db.siud.Update
修改表(适用于更新存在数据切割的表,不能同时更新两张以上子表的数据)
Update.Set<T extends CBase> - bee.cloud.engine.db.siud中的接口
 
UPDATE_FIELDS - 类 中的静态变量bee.cloud.engine.util.Const
 
UPDATE_ID - 类 中的静态变量bee.cloud.engine.util.Const.Result
 
updateGroupTeam(String, String, Map<String, String>) - 接口 中的方法bee.cloud.ri.mq.IM.Work
修改团队信息
updateReadGroupLasttime(String, String) - 接口 中的方法bee.cloud.ri.mq.IM.Work
更新群聊最后读取消息时间
updateReadSingleLasttime(String, String) - 接口 中的方法bee.cloud.ri.mq.IM.Work
更新单聊最后读取消息时间
upload(String, Rmi.RmiFile, RmiData) - 接口 中的方法bee.cloud.ri.Rmi
上传文件
uploadFile(String, String) - 类 中的方法bee.tool.ftp.FtpUtil
上传文件到ftp服务器 在进行上传和下载文件的时候,设置文件的类型最好是: ftpUtil.setFileType(FtpUtil.BINARY_FILE_TYPE)
uploadFile(String) - 类 中的方法bee.tool.ftp.FtpUtil
上传文件到ftp服务器,上传新的文件名称和原名称一样
uploadFile(InputStream, String) - 类 中的方法bee.tool.ftp.FtpUtil
上传文件到ftp服务器
URI - 类 中的静态变量bee.cloud.engine.util.Const
 
urlDecode(String) - 类 中的静态方法bee.tool.Tool
使用指定的编码机制对 application/x-www-form-urlencoded 字符串解码。
urlDecode(String, String) - 类 中的静态方法bee.tool.Tool
使用指定的编码机制对 application/x-www-form-urlencoded 字符串解码。
urlEncode(String) - 类 中的静态方法bee.tool.Tool
使用指定的编码机制将字符串转换为 application/x-www-form-urlencoded 格式。
urlEncode(String, String) - 类 中的静态方法bee.tool.Tool
使用指定的编码机制将字符串转换为 application/x-www-form-urlencoded 格式。
User - bee.cloud.core中的接口
功能说明:
User() - 类 的构造器bee.cloud.ri.mq.IM.User
 
User - bee.cloud.service.auth.work中的接口
功能说明:
User_Agent - 接口 中的静态变量bee.cloud.ri.http.HttpClient
 
USERCACHE - 接口 中的静态变量bee.cloud.cache.Cache
存放用户登陆信息的CACHE分组(user)
UserLogin - bee.cloud.service.auth.work中的接口
功能说明:用户登录接口服务接口,实际业务中实现,并标注为@Service 同时需要配置auth分组对应的redis,所有登录与校验相关缓存都放在auth中
UserRole - bee.cloud.service.auth.work中的接口
功能说明:用户角色
using(String) - 接口 中的方法bee.cloud.engine.db.siud.Select.Join
Using关键字连接
UTF8 - 类 中的静态变量bee.tool.string.Encode
 
Util() - 类 的构造器bee.tool.Tool.Util
 
Util - bee.tool中的类
功能说明:
Utils - bee.tool.ip中的类
 
Utils() - 类 的构造器bee.tool.ip.Utils
 
UUID - 类 中的静态变量bee.cloud.engine.util.Const.Defval
32位UUID,没有横线
UUID - 类 中的静态变量bee.cloud.engine.util.Const
 
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 _ 
跳过导航链接