您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
A
AESUtils
-
net.hlinfo.opt
中的类
AES加密/解密工具,含微信平台(小程序/开放平台)加密数据解密
AESUtils()
- 类 的构造器net.hlinfo.opt.
AESUtils
allFieldIsNULL(Object)
- 类 中的静态方法net.hlinfo.opt.
Func
判断实体类中每个属性是否都为空
arrayNode()
- 类 中的静态方法net.hlinfo.opt.
Jackson
创建json数组对象
B
BigDecimalIsEmpty(BigDecimal)
- 类 中的静态方法net.hlinfo.opt.
Func
判断BigDecimal类型是否为空或者0
BigDecimalIsNotEmpty(BigDecimal)
- 类 中的静态方法net.hlinfo.opt.
Func
判断BigDecimal类型是否不为空或者0
byte2hex(byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
字节数组转成16进制字符串
C
checkPhone(String)
- 类 中的静态方法net.hlinfo.opt.
Func
验证手机号
D
date2LocalDate(Date)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
Date转LocalDate
date2LocalDateTime(Date)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
Date转LocalDateTime
date2String(Date, DateTimeFormatter)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
格式化日期
dateAddSecond(Date, int)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
时间添+秒s
dateAddSecond(Date, long)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
时间添+秒s
dec2Value(BigDecimal)
- 类 中的静态方法net.hlinfo.opt.
Func
BigDecimal转换为长整型
decrypt(byte[], byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
通过byte[]类型的密钥解密byte[]
decrypt(String, String)
- 类 中的静态方法net.hlinfo.opt.
AESUtils
通过String类型的密钥 解密String类型的密文
decrypt(String, byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
通过byte[]类型的密钥 解密String类型的密文
DEFAULT_PAGE_SIZE
- 类 中的静态变量net.hlinfo.opt.pager.
MPager
改变这个,当每页大小超过 MAX_FETCH_SIZE 时,这个将是默认的 fetchSize
deleteByPrex(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
模糊删除,keys*
deleteBySuffix(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
模糊删除,*keys
deleteObject(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
删除单个对象
deleteObject(Collection)
- 类 中的方法net.hlinfo.opt.
RedisUtils
删除集合对象
delHTMLTag(String)
- 类 中的静态方法net.hlinfo.opt.
Func
去除文本中的html
delHtmlTagOnly(String, boolean, String...)
- 类 中的静态方法net.hlinfo.opt.
Func
正则过滤指定的html标签(只过滤html标签及属性,不过滤html标签内的内容),如:
<html lang="zh-CN"><head><body>
E
EARTH_RADIUS
- 类 中的静态变量net.hlinfo.opt.
Func
我国常用三个坐标系,WGS84,、北京54及西安80,而WGS84椭球的长半轴就为6378137.0,
encrypt(byte[], byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
加密字节数据
encrypt(String, byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
通过byte[]类型的密钥加密String
encrypt(String, String)
- 类 中的静态方法net.hlinfo.opt.
AESUtils
通过String类型的密钥加密String
entity2Map(Object)
- 类 中的静态方法net.hlinfo.opt.
Func
实体对象转Map
entityToString(Object)
- 类 中的静态方法net.hlinfo.opt.
Jackson
返回指定实体对象的字符串表示
equals(String, String)
- 类 中的静态方法net.hlinfo.opt.
Func
检查两个字符串是否相等.
expire(String, long, TimeUnit)
- 类 中的方法net.hlinfo.opt.
RedisUtils
设置过期时间
expireAt(String, Date)
- 类 中的方法net.hlinfo.opt.
RedisUtils
设置过期时间
F
FfmpegUtils
-
net.hlinfo.opt
中的类
ffmpeg命令操作工具
FfmpegUtils()
- 类 的构造器net.hlinfo.opt.
FfmpegUtils
FfmpegUtils.ACodecs
-
net.hlinfo.opt
中的枚举
音频编码格式
FfmpegUtils.FormatParams
-
net.hlinfo.opt
中的类
视频编码信息
FfmpegUtils.VCodecs
-
net.hlinfo.opt
中的枚举
视频编码格式
filterEmoji(String)
- 类 中的静态方法net.hlinfo.opt.
Func
过滤掉手机端输入的表情字符
filteremoji(String)
- 类 中的静态方法net.hlinfo.opt.
Func
过滤emoji 或者 其他非文字类型的字符
formatParams
- 类 中的变量net.hlinfo.opt.
FfmpegUtils
视频编码参数
FormatParams()
- 类 的构造器net.hlinfo.opt.
FfmpegUtils.FormatParams
Func
-
net.hlinfo.opt
中的类
一些静态的工具方法
Func()
- 类 的构造器net.hlinfo.opt.
Func
Func.Times
-
net.hlinfo.opt
中的类
时间相关方法
G
gbEncoding(String)
- 类 中的静态方法net.hlinfo.opt.
Func
中文转unicode编码
generateIV(byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
生成iv
generateKey()
- 类 中的静态方法net.hlinfo.opt.
AESUtils
生成一个AES密钥对象
generateKeyString()
- 类 中的静态方法net.hlinfo.opt.
AESUtils
生成一个AES密钥字符串
generateShortUuid()
- 类 中的静态方法net.hlinfo.opt.
Func
JAVA生成短8位UUID 来源:https://blog.csdn.net/andy_miao858/article/details/9530245
genSM4key(String)
- 类 中的静态方法net.hlinfo.opt.
Func
处理SM4密钥:SM4密钥为128 bit,16字节,超过16字节截取,不足16字节的在后补0
getAge(Date)
- 类 中的静态方法net.hlinfo.opt.
Func
根据出生年月日获取年龄
getAge(String)
- 类 中的静态方法net.hlinfo.opt.
Func
根据出生年月日获取年龄
getAudioCodecLongName()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getAudioCodecName()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getAudioCodecTagString()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getBirthByIdcard(String)
- 类 中的静态方法net.hlinfo.opt.
Func
通过身份证号获取生日
getCacheInt(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的基本对象。
getCacheList(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的list对象
getCacheMap(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的Map
getCacheSet(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的set
getCollectionType(ObjectMapper, Class<?>, Class<?>...)
- 类 中的静态方法net.hlinfo.opt.
Jackson
获取泛型的Collection Type
getEducation(int)
- 类 中的静态方法net.hlinfo.opt.
Func
获取学历
getEndOfDay(Date)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
返回时间格式如:2020-02-19 23:59:59
getExpire(String, TimeUnit)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取剩余的过期时间(指定时间单位)
getExpireMin(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取剩余的过期时间(分钟)
getExpireSeconds(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取剩余的过期时间(秒)
getFfmpegBin()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
getFfprobeBin()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
getFormatParams()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
getHeight()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getId()
- 类 中的静态方法net.hlinfo.opt.
Func
生成15位数ID
getImgByHtml(String)
- 类 中的静态方法net.hlinfo.opt.
Func
在html中获取图片地址
getIntStr(String)
- 类 中的静态方法net.hlinfo.opt.
Func
过滤字符串中的非数字
getIpAddr(HttpServletRequest)
- 类 中的静态方法net.hlinfo.opt.
Func
获得访问者的IP地址, 反向代理过的也可以获得
getKey()
- 类 中的静态方法net.hlinfo.opt.
AESUtils
获取对称加密随机生成的秘钥串
getLastMonths(int, boolean)
- 类 中的静态方法net.hlinfo.opt.
Func
已过时。
getLastMonths(int, boolean)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得最近几个月
getList()
- 类 中的方法net.hlinfo.opt.
QueryPages
获取结果集
getList(Class<T>)
- 类 中的方法net.hlinfo.opt.
QueryPages
按特定泛型获取结果集,属于直接强转,不带转换
getList()
- 类 中的方法net.hlinfo.opt.
QueryResult
已过时。
获取结果集
getList(Class<T>)
- 类 中的方法net.hlinfo.opt.
QueryResult
已过时。
按特定泛型获取结果集,属于直接强转,不带转换
getListString(String, Class<T>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的list对象
getMonthDays(Date)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取指定月份任意日期的所有天集合
getNation()
- 类 中的静态方法net.hlinfo.opt.
Func
获取民族
getNowFullTimeByXAfter(int)
- 类 中的静态方法net.hlinfo.opt.
Func
获取多少分钟之后的时间
getObject(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的基本对象。
getObjectAllProperty(Class<?>)
- 类 中的静态方法net.hlinfo.opt.
Func
获取指定对象的所有属性(没有属性抛出异常)
getObjectPropertyAllKey(Class<?>)
- 类 中的静态方法net.hlinfo.opt.
Func
获取指定对象的所有属性(没有属性返回空)
getObjectPropertyValue(Object, String)
- 类 中的静态方法net.hlinfo.opt.
Func
获取指定对象的指定属性的值
getOffset()
- 类 中的方法net.hlinfo.opt.pager.
MPager
getOffset()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
getPageCount()
- 类 中的方法net.hlinfo.opt.pager.
MPager
getPageCount()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
getPageNumber()
- 类 中的方法net.hlinfo.opt.pager.
MPager
getPageNumber()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
getPager()
- 类 中的方法net.hlinfo.opt.
QueryPages
获取分页对象
getPager()
- 类 中的方法net.hlinfo.opt.
QueryResult
已过时。
获取分页对象
getPageSize()
- 类 中的方法net.hlinfo.opt.pager.
MPager
getPageSize()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
getPolicy()
- 类 中的静态方法net.hlinfo.opt.
Func
获取政治面貌
getPrintSize(long)
- 类 中的静态方法net.hlinfo.opt.
Func
将字节 B转换为KB, MB等等
getRandom(int)
- 类 中的静态方法net.hlinfo.opt.
Func
获取随机数
getRecordCount()
- 类 中的方法net.hlinfo.opt.pager.
MPager
getRecordCount()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
getSexByIdcard(String)
- 类 中的静态方法net.hlinfo.opt.
Func
通过身份证号获取生日和性别
getStartOfDay(Date)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
返回时间格式如:2020-02-17 00:00:00
getText(String, String)
- 类 中的静态方法net.hlinfo.opt.
Func
正则表达式匹配文本
getVideoCodecLongName()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getVideoCodecName()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getVideoCodecTagString()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getWidth()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
getYear()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取当前年份
H
hashKeys(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
判断key是否存在
HashUtils
-
net.hlinfo.opt
中的类
HashUtils()
- 类 的构造器net.hlinfo.opt.
HashUtils
hasNext()
- 类 中的方法net.hlinfo.opt.pager.
MPager
hasNext()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
hasPrevious()
- 类 中的方法net.hlinfo.opt.pager.
MPager
hasPrevious()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
I
incrBy(String, long)
- 类 中的方法net.hlinfo.opt.
RedisUtils
增加(自增长), 负数则为自减
indexOf(char[], char)
- 类 中的静态方法net.hlinfo.opt.
Func
返回数组中指定元素所在位置,未找到返回-1
initEncodingFormat(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
获取视频编码信息
initialize()
- 类 中的静态方法net.hlinfo.opt.
AESUtils
导入provider
initialized
- 类 中的静态变量net.hlinfo.opt.
AESUtils
isBlank(CharSequence)
- 类 中的静态方法net.hlinfo.opt.
Func
如果此字符串为 null 或者全为空白字符(包含:空格、tab 键、换行符),则返回 true
isEmpty(Object)
- 类 中的静态方法net.hlinfo.opt.
Func
对象是否为空
isFirst()
- 类 中的方法net.hlinfo.opt.pager.
MPager
isFirst()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
isIPv4Address(String)
- 类 中的静态方法net.hlinfo.opt.
Func
判断是否IPV4 地址
isIPv6Address(String)
- 类 中的静态方法net.hlinfo.opt.
Func
判断是否IPV6 地址
isIPv6HexCompressedAddress(String)
- 类 中的静态方法net.hlinfo.opt.
Func
判断是否IPV6 地址
isIPv6StdAddress(String)
- 类 中的静态方法net.hlinfo.opt.
Func
判断是否IPV6 地址
isLast()
- 类 中的方法net.hlinfo.opt.pager.
MPager
isLast()
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
isMatch(Pattern, String)
- 类 中的静态方法net.hlinfo.opt.
Func
正则匹配
isMoney(String)
- 类 中的静态方法net.hlinfo.opt.
Func
正则校验是否金额
isMP4H264()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
isMP4H265()
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
isNotBlank(CharSequence)
- 类 中的静态方法net.hlinfo.opt.
Func
如果此字符串不为 null 或者全为空白字符(包含:空格、tab 键、换行符),则返回 true
isNotMoney(String)
- 类 中的静态方法net.hlinfo.opt.
Func
正则校验是否不是钱
isNumber(CharSequence)
- 类 中的静态方法net.hlinfo.opt.
Func
是否为数字,支持包括: 1、10进制 2、16进制数字(0x开头) 3、科学计数法形式(1234E3) 4、类型标识形式(123D) 5、正负数标识形式(+123、-234)
isUSCC(String)
- 类 中的静态方法net.hlinfo.opt.
Func
判断是否统一社会信用代码
J
Jackson
-
net.hlinfo.opt
中的类
Jackson常用操作工具
Jackson()
- 类 的构造器net.hlinfo.opt.
Jackson
K
keys(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获得缓存的基本对象列表
keysPrex(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取指定前缀的一系列key 使用scan命令代替keys, Redis是单线程处理,keys命令在KEY数量较多时, 操作效率极低【时间复杂度为O(N)】,该命令一旦执行会严重阻塞线上其它命令的正常请求
L
laststr(String, int)
- 类 中的静态方法net.hlinfo.opt.
Func
截取末尾几位
list2map(List<T>, String)
- 类 中的静态方法net.hlinfo.opt.
Func
将list转为map list=[{age:1, name:'n1', addr:"a1"}, {age:2,name:"n2", addr:"a3"}] key=name 返回的map={ n1: {age:1, name:'n1', addr:"a1"}, n2: {age:2,name:"n2", addr:"a3"} }
listIsEmpty(List<?>)
- 类 中的静态方法net.hlinfo.opt.
Func
判断list是否为空
listIsNotEmpty(List<?>)
- 类 中的静态方法net.hlinfo.opt.
Func
判断list是否不为空
Localdate2Date(LocalDate)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
LocalDate转Date
LocaldateTime2Date(LocalDateTime)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
LocalDateTime转Date
longuuid()
- 类 中的静态方法net.hlinfo.opt.
Func
生成uuid并转为数字,长度共18位
longuuid(String)
- 类 中的静态方法net.hlinfo.opt.
Func
uuid转为数字,根据https://blog.csdn.net/andy_miao858/article/details/9530245改写, 前后各加了一位随机数,长度共18位
M
map2obj(Class<T>, Map)
- 类 中的静态方法net.hlinfo.opt.
Func
map转obj
MAX_FETCH_SIZE
- 类 中的静态变量net.hlinfo.opt.pager.
MPager
ResultSet 最大的 fetch size
MColDefine
-
net.hlinfo.annotation
中的注释类型
给出字段的更加精确的数据库类型描述,方便 创建数据表 This Class Powered by Nutz annotation
MColmnIgnore
-
net.hlinfo.annotation
中的注释类型
声明一个被忽略的 Java Bean属性
MColType
-
net.hlinfo.annotation
中的枚举
描述一个数据库字段类型 This Class Powered by Nutz annotation
MColumn
-
net.hlinfo.annotation
中的注释类型
声明一个 Java 字段是否有对应的数据库字段 如果数据库字段名同 JAVA 字段名不一样,通过这个注解可以进行特殊标注: @Column("数据库字段名")
需要说明的是:
如果你的 POJO
没有任何一个字段
声明了这个注解,那么所有的 Java 字段都会被认为是数据库字段。
MComment
-
net.hlinfo.annotation
中的注释类型
可以为表或字段添加相应的注释。
MDefault
-
net.hlinfo.annotation
中的注释类型
为一个字段声明默认值。
MId
-
net.hlinfo.annotation
中的注释类型
标识当前字段为一个 ID。
MIndex
-
net.hlinfo.annotation
中的注释类型
声明一个数据表的索引
monthDaysCount(Date)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取指定时间月份的总天数
monthDaysCount(int, int)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取指定年月的总天数
monthFirstDay(Date, String)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得指定时间月份的第一天
monthFirstDay()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得本月第一天,返回格式yyyy-MM-dd
monthFirstDay(String)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得本月第一天,指定返回格式
monthLastDay(Date, String)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得指定时间月份的最后一天
monthLastDay()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得本月最后一天,返回格式yyyy-MM-dd
monthLastDay(String)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获得本月最后一天,指定返回格式
move(String, int)
- 类 中的方法net.hlinfo.opt.
RedisUtils
将当前数据库的 key 移动到给定的数据库 db 当中
MPager
-
net.hlinfo.opt.pager
中的类
MPager()
- 类 的构造器net.hlinfo.opt.pager.
MPager
MPager(int)
- 类 的构造器net.hlinfo.opt.pager.
MPager
MPager(int, int)
- 类 的构造器net.hlinfo.opt.pager.
MPager
MPK
-
net.hlinfo.annotation
中的注释类型
声明一个字段为 Name Name 字段,即字符型主键。
MTable
-
net.hlinfo.annotation
中的注释类型
声明的一个 POJO 所对应的数据表名。
MTableIndexes
-
net.hlinfo.annotation
中的注释类型
声明一组数据表的索引
MTableMeta
-
net.hlinfo.annotation
中的注释类型
通过一个 Json 字符串,为这个数据对象进行更详细的设置。
MView
-
net.hlinfo.annotation
中的注释类型
一个实体,应该从何处获取。
N
net.hlinfo.annotation
- 程序包 net.hlinfo.annotation
net.hlinfo.opt
- 程序包 net.hlinfo.opt
net.hlinfo.opt.pager
- 程序包 net.hlinfo.opt.pager
notequals(String, String)
- 类 中的静态方法net.hlinfo.opt.
Func
检查两个字符串是否不相等.
now()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取时间:yyyy-MM-dd HH:mm:ss
nowDate()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取当前日期:yyyy-MM-dd
nowDateBasic()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取当前日期:yyyyMMdd
nowNumber()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取时间:yyyyMMddHHmmss
nowNumberFull()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取时间:yyyyMMddHHmmssSSS
nowYearMonth()
- 类 中的静态方法net.hlinfo.opt.
Func.Times
获取当前年月:yyyyMM
numAddPrefixZero(int)
- 类 中的静态方法net.hlinfo.opt.
Func
数字小于10,在前面加前导0
O
obj2long(Object)
- 类 中的静态方法net.hlinfo.opt.
Func
对象转长整型
objectNode()
- 类 中的静态方法net.hlinfo.opt.
Jackson
创建json对象
objectToString(Object)
- 类 中的静态方法net.hlinfo.opt.
Func
对象toString
P
PageInfo
-
net.hlinfo.opt.pager
中的接口
parseDate(String, DateTimeFormatter)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
格式化日期
percentage(int, int)
- 类 中的静态方法net.hlinfo.opt.
Func
计算百分比:如成绩及格率等
persist(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
移除 key 的过期时间,key 将持久保持
PKCS7Chr(int)
- 类 中的静态方法net.hlinfo.opt.
AESUtils
将数字转化成ASCII码对应的字符,用于对明文进行补码
PKCS7Decode(byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
删除解密后明文的补位字符
PKCS7Encode(int)
- 类 中的静态方法net.hlinfo.opt.
AESUtils
获得对明文进行补位填充的字节.
Q
QueryPages
<
T
> -
net.hlinfo.opt
中的类
封装了一个分页查询的结果集合,包括本页数据列表以及分页信息
QueryPages()
- 类 的构造器net.hlinfo.opt.
QueryPages
新建一个分页查询的结果集合
QueryPages(List<T>, MPager)
- 类 的构造器net.hlinfo.opt.
QueryPages
一个分页查询的结果集合
QueryPages(List<T>)
- 类 的构造器net.hlinfo.opt.
QueryPages
QueryResult
<
T
> -
net.hlinfo.opt
中的类
已过时。
QueryResult()
- 类 的构造器net.hlinfo.opt.
QueryResult
已过时。
新建一个分页查询的结果集合
QueryResult(List<T>, MPager)
- 类 的构造器net.hlinfo.opt.
QueryResult
已过时。
一个分页查询的结果集合
QueryResult(List<T>)
- 类 的构造器net.hlinfo.opt.
QueryResult
已过时。
R
rad(double)
- 类 中的静态方法net.hlinfo.opt.
Func
角度与弧度的换算
randomKey()
- 类 中的方法net.hlinfo.opt.
RedisUtils
从当前数据库中随机返回一个 key
redisTemplate
- 类 中的变量net.hlinfo.opt.
RedisUtils
RedisTemplate实例化对象
RedisUtils
-
net.hlinfo.opt
中的类
Redis操作工具类
RedisUtils(RedisTemplate)
- 类 的构造器net.hlinfo.opt.
RedisUtils
通过构造函数注入RedisTemplate
removeAll(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
删除指定前缀的一系列key
removeAllLineBreaks(CharSequence)
- 类 中的静态方法net.hlinfo.opt.
Func
过滤所有换行符,包括: 1.
removeChar(CharSequence, char...)
- 类 中的静态方法net.hlinfo.opt.
Func
过滤字符串中指定的多个字符,如有多个则全部过滤
rename(String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
修改 key 的名称
renameIfAbsent(String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
仅当 newkey 不存在时,将 oldKey 改名为 newkey
resetCacheData(String, T, long)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存对象数据,指定时间
resetCacheData(String, T)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存对象数据,指定时间
resetObject(String, T, Integer, TimeUnit)
- 类 中的方法net.hlinfo.opt.
RedisUtils
重置缓存基本的对象,Integer、String、实体类等,带过期时间
resetPageCount()
- 类 中的方法net.hlinfo.opt.pager.
MPager
S
sDifference(String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取两个集合的差集
sDifference(String, Collection<String>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取key集合与多个集合的差集
sDifference(String, String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
key集合与otherKey集合的差集存储到destKey中
sDifference(String, Collection<String>, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
key与多个key的差集存储到destKey中
setAudioCodecLongName(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置音频编码完整名称
setAudioCodecName(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置音频编码名称
setAudioCodecTagString(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置音频编码标签数据
setCacheData(String, T, long)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存对象数据,指定时间(分钟)
setCacheList(String, List<T>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存List数据(Redis本身的List)
setCacheMap(String, Map<String, T>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存Map
setCacheSet(String, Set<T>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存Set
setFfmpegBin(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
setFfprobeBin(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
setFieldIsEmptyToNull(T)
- 类 中的静态方法net.hlinfo.opt.
Func
将实体类中为空字符串的属性设为null
setFormatParams(FfmpegUtils.FormatParams)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
setHeight(int)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置分辨率高
setList(List<T>)
- 类 中的方法net.hlinfo.opt.
QueryPages
设置结果集
setList(List<T>)
- 类 中的方法net.hlinfo.opt.
QueryResult
已过时。
设置结果集
setListString(String, List<T>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存List数据
setObject(String, T)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存基本的对象,Integer、String、实体类等
setObject(String, T, Integer, TimeUnit)
- 类 中的方法net.hlinfo.opt.
RedisUtils
缓存基本的对象,Integer、String、实体类等,带过期时间
setPageNumber(int)
- 类 中的方法net.hlinfo.opt.pager.
MPager
setPageNumber(int)
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
设置页码
setPager(MPager)
- 类 中的方法net.hlinfo.opt.
QueryPages
设置分页对象
setPager(MPager)
- 类 中的方法net.hlinfo.opt.
QueryResult
已过时。
设置分页对象
setPageSize(int)
- 类 中的方法net.hlinfo.opt.pager.
MPager
setPageSize(int)
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
设置一页可以有多少条记录
setRecordCount(int)
- 类 中的方法net.hlinfo.opt.pager.
MPager
setRecordCount(int)
- 接口 中的方法net.hlinfo.opt.pager.
PageInfo
设置整个查询一共有多少条记录
setVideoCodecLongName(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置视频编码完整名称
setVideoCodecName(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
setVideoCodecTagString(String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置视频编码编码的标签数据
setWidth(int)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils.FormatParams
设置分辨率宽
sha3(String)
- 类 中的静态方法net.hlinfo.opt.
HashUtils
sha3加密,生成16进制字符串
sha3Hmac(String, String)
- 类 中的静态方法net.hlinfo.opt.
HashUtils
sha3 HMAC消息认证,生成16进制字符串
sIntersect(String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取两个键值的交集
sIntersect(String, Collection<String>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取key集合与多个集合的交集
sIntersectAndStore(String, String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
key集合与otherKey集合的交集存储到destKey集合中
sIntersectAndStore(String, Collection<String>, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
key集合与多个集合的交集存储到destKey集合中
sm3(String)
- 类 中的静态方法net.hlinfo.opt.
HashUtils
中国国家商用密码杂凑算法SM3
sm3加密,生成16进制SM3字符串
sm3Hmac(String, String)
- 类 中的静态方法net.hlinfo.opt.
HashUtils
中国国家商用密码杂凑算法SM3 HMAC消息认证
sm3_hmac加密,生成16进制SM3字符串
string2byte(String, String)
- 类 中的静态方法net.hlinfo.opt.
Func
将字符串转为字节数组byte[]
string2byte(String)
- 类 中的静态方法net.hlinfo.opt.
HashUtils
将字符串转为字节数组byte[]
string2Date(String)
- 类 中的静态方法net.hlinfo.opt.
Func
字符串类型日期转换成Date类型
string2Date(String, DateTimeFormatter)
- 类 中的静态方法net.hlinfo.opt.
Func.Times
格式化日期
string2Float(String)
- 类 中的静态方法net.hlinfo.opt.
Func
字符串转浮点型
string2int(String)
- 类 中的静态方法net.hlinfo.opt.
Func
字符串转整型
string2int(Object)
- 类 中的静态方法net.hlinfo.opt.
Func
对象转整型
string2Long(String)
- 类 中的静态方法net.hlinfo.opt.
Func
字符串转长整型
sUnion(String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取两个集合的并集
sUnion(String, Collection<String>)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取key集合与多个集合的并集
sUnionAndStore(String, String, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
key集合与otherKey集合的并集存储到destKey中
sUnionAndStore(String, Collection<String>, String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
key集合与多个集合的并集存储到destKey中
T
testURLConn(String)
- 类 中的静态方法net.hlinfo.opt.
Func
检测URL地址是否能正常连接
Times()
- 类 的构造器net.hlinfo.opt.
Func.Times
toJavaObject(String, Class<T>)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将json字符串反序列化为Java对象
toJsonObject(String)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将json字符串反序列化为JsonNode
toJsonObject(Object)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将对象反序列化为JsonNode
toJSONString(Object)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将对象转换为json字符串
toJSONString(Object, boolean)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将对象转换为json字符串,是否格式化输出
toList(String, Class<T>)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将json字符串反序列化为List,Collection Type方式
toList(String)
- 类 中的静态方法net.hlinfo.opt.
Jackson
将json字符串反序列化为List,TypeReference方式
toString()
- 类 中的方法net.hlinfo.opt.pager.
MPager
transcode(String, String, FfmpegUtils.VCodecs)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
简单转码,默认音频编码为AAC
transcode(String, String, FfmpegUtils.VCodecs, FfmpegUtils.ACodecs)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
简单转码
transcodeH264(String, String)
- 类 中的方法net.hlinfo.opt.
FfmpegUtils
简单转码,转码为H264编码
type(String)
- 类 中的方法net.hlinfo.opt.
RedisUtils
返回 key 所储存的值的类型
U
upperFirst(CharSequence)
- 类 中的静态方法net.hlinfo.opt.
Func
将字符串首字母大写
UUID()
- 类 中的静态方法net.hlinfo.opt.
Func
获取UUID(32位)
UUID36()
- 类 中的静态方法net.hlinfo.opt.
Func
获取UUID(36位)
V
valueOf(String)
- 枚举 中的静态方法net.hlinfo.annotation.
MColType
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法net.hlinfo.opt.
FfmpegUtils.ACodecs
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法net.hlinfo.opt.
FfmpegUtils.VCodecs
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法net.hlinfo.annotation.
MColType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法net.hlinfo.opt.
FfmpegUtils.ACodecs
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法net.hlinfo.opt.
FfmpegUtils.VCodecs
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
vo2mysqlField(Class<?>, String, String)
- 类 中的静态方法net.hlinfo.opt.
Func
将实体对象的属性转为mysql查询语句的select 和from中的字段 prex.user_name as fieldPrexuserName
vo2PgsqlField(Class<?>, String, String)
- 类 中的静态方法net.hlinfo.opt.
Func
将实体对象的属性转为Pgsql查询语句的select 和from中的字段 prex.user_name as fieldPrexuserName
vo2PgsqlField(Class<?>, String, String, boolean)
- 类 中的静态方法net.hlinfo.opt.
Func
将实体对象的属性转为Pgsql查询语句的select 和from中的字段 prex.user_name as fieldPrexuserName
vo2PgsqlField(Class<?>, String, String, String, String, boolean)
- 类 中的静态方法net.hlinfo.opt.
Func
将实体对象的属性转为Pgsql查询语句的select 和from中的字段 prex.user_name as fieldPrexuserName
W
wxDecrypt(byte[], byte[], byte[])
- 类 中的静态方法net.hlinfo.opt.
AESUtils
通过byte[]类型的密钥解密byte[],主要用于微信平台(小程序/开放平台)数据解密
wxDecrypt(String, String, String)
- 类 中的静态方法net.hlinfo.opt.
AESUtils
微信平台(小程序/开放平台)数据解密
Z
zAdd(String, String, double)
- 类 中的方法net.hlinfo.opt.
RedisUtils
添加元素,有序集合是按照元素的score值由小到大排列
zIncrementScore(String, String, double)
- 类 中的方法net.hlinfo.opt.
RedisUtils
增加元素的score值,并返回增加后的值
zRange(String, long, long)
- 类 中的方法net.hlinfo.opt.
RedisUtils
获取集合的元素, 从小到大排序
zRank(String, Object)
- 类 中的方法net.hlinfo.opt.
RedisUtils
返回元素在集合的排名,有序集合是按照元素的score值由小到大排列
zReverseRank(String, Object)
- 类 中的方法net.hlinfo.opt.
RedisUtils
返回元素在集合的排名,按元素的score值由大到小排列
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2022. All rights reserved.