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

A

ACCEPTED - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
请求已经被接受 202
AesUtil - cn.com.jeeweb.common.util中的类
AES对称加密,对明文进行加密、解密处理
AesUtil() - 类 的构造器cn.com.jeeweb.common.util.AesUtil
 
AjaxResult - cn.com.jeeweb.common.pojo中的类
操作消息提醒
AjaxResult() - 类 的构造器cn.com.jeeweb.common.pojo.AjaxResult
初始化一个新创建的 AjaxResult 对象,使其表示一个空消息。
AjaxResult(int, String) - 类 的构造器cn.com.jeeweb.common.pojo.AjaxResult
初始化一个新创建的 AjaxResult 对象
AjaxResult(int, String, Object) - 类 的构造器cn.com.jeeweb.common.pojo.AjaxResult
初始化一个新创建的 AjaxResult 对象

B

BAD_METHOD - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
不允许的http方法 405
BAD_REQUEST - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
参数列表错误(缺少,格式不匹配) 400
BeanValidatorUtil - cn.com.jeeweb.common.util中的类
JSR303 Validator(Hibernate Validator)工具类.
BeanValidatorUtil() - 类 的构造器cn.com.jeeweb.common.util.BeanValidatorUtil
 
BooleanUtil - cn.com.jeeweb.common.util中的类
Boolean 工具类
BooleanUtil() - 类 的构造器cn.com.jeeweb.common.util.BooleanUtil
 

C

changeParagraphText(XWPFDocument, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
替换段落文本
changeTable(XWPFDocument, Map<String, String>, List<String[]>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
替换表格对象方法
changeTableText(XWPFDocument, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
替换表格文本
changeValue(String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
匹配传入信息集合与模板
changWord(String, String, Map<String, String>, List<String[]>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
已过时。
changWord(String, Map<String, String>, List<String[]>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
已过时。
changWord(String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
已过时。
CharsetUtil - cn.com.jeeweb.common.util中的类
Charset 工具类
CharsetUtil() - 类 的构造器cn.com.jeeweb.common.util.CharsetUtil
 
charToInt(String) - 类 中的静态方法cn.com.jeeweb.common.util.CharUtil
字符 转 数字
CharUtil - cn.com.jeeweb.common.util中的类
Char 工具类
CharUtil() - 类 的构造器cn.com.jeeweb.common.util.CharUtil
 
checkText(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
判断文本中时候包含$
cn.com.jeeweb.common.constant - 程序包 cn.com.jeeweb.common.constant
 
cn.com.jeeweb.common.pojo - 程序包 cn.com.jeeweb.common.pojo
 
cn.com.jeeweb.common.util - 程序包 cn.com.jeeweb.common.util
 
cn.com.jeeweb.common.util.http - 程序包 cn.com.jeeweb.common.util.http
 
cn.com.jeeweb.common.util.json - 程序包 cn.com.jeeweb.common.util.json
 
cn.com.jeeweb.common.util.poi - 程序包 cn.com.jeeweb.common.util.poi
 
CODE_TAG - 类 中的静态变量cn.com.jeeweb.common.pojo.AjaxResult
状态码
CodecUtil - cn.com.jeeweb.common.util中的类
编码解码工具类
说明: new sun.misc.BASE64Encoder().encode(bytes)将在未来版本中删除, 由 java.util.Base64.getEncoder().encodeToString(bytes) 替代
CodecUtil() - 类 的构造器cn.com.jeeweb.common.util.CodecUtil
 
CollectionUtil - cn.com.jeeweb.common.util中的类
Collection 工具类
CollectionUtil() - 类 的构造器cn.com.jeeweb.common.util.CollectionUtil
 
CONFLICT - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
资源冲突,或者资源被锁 409
CONSOLE - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
convertReflectionExceptionToUnchecked(Exception) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
将反射时的checked exception转换为unchecked exception.
copyDirectory(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
复制整个目录的内容,如果目标目录存在,则不覆盖
copyDirectoryCover(String, String, boolean) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
复制整个目录的内容
copyFile(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
复制单个文件,如果目标文件存在,则不覆盖
copyFileCover(String, String, boolean) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
复制单个文件
CREATED - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
对象创建成功 201
createDirectory(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
创建目录
createFile(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
创建单个文件
createObjectNode(Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
创建 节点 对象
CurrentLineInfo - cn.com.jeeweb.common.util中的类
当前类信息工具类
CurrentLineInfo() - 类 的构造器cn.com.jeeweb.common.util.CurrentLineInfo
 

D

DATA_TAG - 类 中的静态变量cn.com.jeeweb.common.pojo.AjaxResult
数据对象
DateRange - cn.com.jeeweb.common.pojo中的类
简单的Java对象
日期范围
DateRange() - 类 的构造器cn.com.jeeweb.common.pojo.DateRange
 
DateUtil - cn.com.jeeweb.common.util中的类
日期工具类
DateUtil() - 类 的构造器cn.com.jeeweb.common.util.DateUtil
 
debug - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
debug(String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
System.out.pringln 的方式,控制台输入日志
debug(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
控制台输出 或者 文件输出
debugFormat(String, String, Object...) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
String.format 的方式格式化 控制台输出 或者 文件输出
decodeBase64(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
Base64解码.
decodeBase64String(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
Base64解码.
decodeHex(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
Hex解码.
decryptByCBC(String, String, String) - 类 中的静态方法cn.com.jeeweb.common.util.AesUtil
CBC模式-解密操作, CBC 模式可以用IV, ECB 模式不能用 IV
decryptByECB(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.AesUtil
ECB模式-解密操作
DEFAULT_CHARSET - 类 中的静态变量cn.com.jeeweb.common.util.CharsetUtil
默认 CharSet
DEFAULT_CHARSET_NAME - 类 中的静态变量cn.com.jeeweb.common.util.CharsetUtil
默认 CharSet
deleteDirectory(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
删除目录及目录下的文件
deleteFile(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
删除单个文件
delFile(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
删除文件,可以删除单个文件或文件夹
dePwd(String) - 类 中的静态方法cn.com.jeeweb.common.util.PasswordUtil
密码解密
Digests - cn.com.jeeweb.common.util中的类
支持SHA-1/MD5消息摘要的工具类.
Digests() - 类 的构造器cn.com.jeeweb.common.util.Digests
 

E

eachTable(List<XWPFTableRow>, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
遍历表格
encodeBase64(byte[]) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
Base64编码.
encodeBase64(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
Base64编码.
encodeHex(byte[]) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
Hex编码.
encryptByCBC(String, String, String) - 类 中的静态方法cn.com.jeeweb.common.util.AesUtil
CBC模式-加密操作, CBC 模式可以用IV, ECB 模式不能用 IV
encryptByECB(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.AesUtil
ECB模式-加密操作
enPwd(String) - 类 中的静态方法cn.com.jeeweb.common.util.PasswordUtil
密码加密
entryptPassword(String) - 类 中的静态方法cn.com.jeeweb.common.util.PasswordUtil
生成安全的密码,生成随机的16位salt并经过1024次 sha-1 hash
error() - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回错误消息
error(String) - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回错误消息
error(String, Object) - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回错误消息
error(int, String) - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回错误消息
ERROR - 类 中的静态变量cn.com.jeeweb.common.pojo.Result
 
error - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
error(String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
System.out.pringln 的方式,控制台输入日志
error(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
控制台输出 或者 文件输出
errorFormat(String, String, Object...) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
String.format 的方式格式化 控制台输出 或者 文件输出
errPrintln(Object) - 类 中的静态方法cn.com.jeeweb.common.util.SystemUtil
控制台打印输入
escapeHtml(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
HTML 转码.
escapeXml(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
XML 转码.
ExcelUtil - cn.com.jeeweb.common.util.poi中的类
Excel工具类
ExcelUtil() - 类 的构造器cn.com.jeeweb.common.util.poi.ExcelUtil
 
Exceptions - cn.com.jeeweb.common.util中的类
关于异常的工具类.
Exceptions() - 类 的构造器cn.com.jeeweb.common.util.Exceptions
 
extractMessage(ConstraintViolationException) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换ConstraintViolationException中的Set中为List.
extractMessage(Set<? extends ConstraintViolation>) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换Set为List
extractPropertyAndMessage(ConstraintViolationException) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换ConstraintViolationException中的Set为Map.
extractPropertyAndMessage(Set<? extends ConstraintViolation>) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换Set为Map.
extractPropertyAndMessageAsList(ConstraintViolationException) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换ConstraintViolationException中的Set为List.
extractPropertyAndMessageAsList(Set<? extends ConstraintViolation>) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换Set为List.
extractPropertyAndMessageAsList(ConstraintViolationException, String) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换ConstraintViolationException中的Set为List.
extractPropertyAndMessageAsList(Set<? extends ConstraintViolation>, String) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
辅助方法, 转换Set为List.

F

FILE - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
FileUtil - cn.com.jeeweb.common.util中的类
文件操作工具类
实现文件的创建、删除、复制、压缩、解压以及目录的创建、删除、复制、压缩解压等功能
FileUtil() - 类 的构造器cn.com.jeeweb.common.util.FileUtil
 
FORBIDDEN - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
访问受限,授权过期 403
format(Date, String...) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
日期格式化, 默认(yyyy-MM-dd)
formatDate(Date, String) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
日期格式化
formatDay() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
格式化当前日期 (yyyy-MM-dd)
formatDay(Date) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
格式化日期 (yyyy-MM-dd)
formatDayTime() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
格式化当前日期 (yyyy-MM-dd HH:mm:ss)
formatDayTime(Date) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
格式化日期 (yyyy-MM-dd HH:mm:ss)
formatUTC(Date, String) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
得到UTC时间,类型为字符串

G

generateSalt(int) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
生成随机的 byte[] 作为salt.
getAccessibleField(Object, String) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
循环向上转型, 获取对象的DeclaredField, 并强制设置为可访问.
getAccessibleMethod(Object, String, Class<?>...) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
getAccessibleMethodByName(Object, String) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
getByteByFileName(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
根据文件路径将文件读取为byte
getClassGenricType(Class) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
通过反射, 获得Class定义中声明的泛型参数的类型, 注意泛型必须定义在父类处 如无法找到, 返回Object.class. eg. public UserDao extends HibernateDao
getClassGenricType(Class, int) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
通过反射, 获得Class定义中声明的父类的泛型参数的类型.
getClassName() - 类 中的静态方法cn.com.jeeweb.common.util.CurrentLineInfo
类名
getCollectionType(Class<?>, Class<?>...) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
获取泛型的Collection Type
getCurrentDate() - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
getData() - 类 中的方法cn.com.jeeweb.common.pojo.Result
 
getDateAfter(Date, int) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取n天之后的时间
getDateAfterMinute(Date, int) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取n分钟后的时间
getDateBefore(Date, int) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取n天之前的时间
getDateBeforeMinute(Date, int) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取n分钟前的时间
getDay() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
得到当天字符串 格式(dd)
getEndDate() - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
getFieldValue(Object, String) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
直接读取对象属性值, 无视private/protected修饰符, 不经过getter函数.
getFileName() - 类 中的静态方法cn.com.jeeweb.common.util.CurrentLineInfo
java文件名
getFileNameNoSuffix(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
获取文件名称,不带后缀
getFileSuffix(String) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
获取文件名后缀, 如: .doc 小写,带小数点
getHour() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
得到当天字符串 格式(HH)
getImageFileType(File) - 类 中的静态方法cn.com.jeeweb.common.util.ImageUtil
Discription:[getImageFileType,获取图片文件实际类型,若不是图片则返回null]
getIni(String) - 类 中的静态方法cn.com.jeeweb.common.util.Ini4jUtil
获取 class path 路径下的配置文件
getLineNumber() - 类 中的静态方法cn.com.jeeweb.common.util.CurrentLineInfo
当前代码是第几行
getMapper() - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
返回mapper,忽略未知参数、使用long解析时间
getMessage() - 类 中的方法cn.com.jeeweb.common.pojo.Result
 
getMethodName() - 类 中的静态方法cn.com.jeeweb.common.util.CurrentLineInfo
当前方法名字
getMonth() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
得到当前月份字符串 格式(MM)
getRandomCode(int) - 类 中的静态方法cn.com.jeeweb.common.util.StringUtil
生成一个可选长度的随机数列
getSection(Ini, String) - 类 中的静态方法cn.com.jeeweb.common.util.Ini4jUtil
获取配置文件的 Section
getSection(String) - 类 中的静态方法cn.com.jeeweb.common.util.Ini4jUtil
获取默认配置文件的 Section
获取 class path 路径下的配置文件, 默认 fileName=wanmo-system-ini.conf
getStackTraceAsString(Throwable) - 类 中的静态方法cn.com.jeeweb.common.util.Exceptions
将 ErrorStack 转化为 String.
getStartDate() - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
getState() - 类 中的方法cn.com.jeeweb.common.pojo.Result
 
getURLConnection(String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
getURLConnection
getURLConnection(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
getURLConnection
getURLConnection(String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
getURLConnection
getURLConnection(String, String, String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
getURLConnection
getURLConnection(String, String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
根据 Protocol 判断返回 HttpURLConnection
getUserClass(Object) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
 
getValue(Profile.Section, String) - 类 中的静态方法cn.com.jeeweb.common.util.Ini4jUtil
获取配置文件的 value
getWeek() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
得到当前星期字符串 格式(E)星期几
getYear() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
得到当前年份字符串 格式(yyyy)
gracefulShutdown(ExecutorService, int, int, TimeUnit) - 类 中的静态方法cn.com.jeeweb.common.util.Threads
按照ExecutorService JavaDoc示例代码编写的Graceful Shutdown方法.

H

HASH_ALGORITHM - 类 中的静态变量cn.com.jeeweb.common.util.PasswordUtil
 
HASH_INTERATIONS - 类 中的静态变量cn.com.jeeweb.common.util.PasswordUtil
 
HttpStatus - cn.com.jeeweb.common.constant中的类
Http 返回状态码
HttpStatus() - 类 的构造器cn.com.jeeweb.common.constant.HttpStatus
 
HttpURLConnectionUtil - cn.com.jeeweb.common.util.http中的类
Http 请求工具类
HttpURLConnectionUtil() - 类 的构造器cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
 

I

IdGen - cn.com.jeeweb.common.util中的类
封装各种生成唯一性ID算法的工具类.
IdGen() - 类 的构造器cn.com.jeeweb.common.util.IdGen
 
ImageUtil - cn.com.jeeweb.common.util中的类
图片文件工具类
ImageUtil() - 类 的构造器cn.com.jeeweb.common.util.ImageUtil
 
info - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
info(String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
System.out.pringln 的方式,控制台输入日志
info(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
控制台输出 或者 文件输出
infoFormat(String, String, Object...) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
String.format 的方式格式化 控制台输出 或者 文件输出
Ini4jUtil - cn.com.jeeweb.common.util中的类
INI 格式文件工具类
Ini4jUtil() - 类 的构造器cn.com.jeeweb.common.util.Ini4jUtil
 
iniDefault - 类 中的静态变量cn.com.jeeweb.common.util.Ini4jUtil
获取 class path 路径下的配置文件, 默认 fileName=wanmo-system-ini.conf
insertTable(XWPFTable, List<String[]>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
为表格插入数据,行数不够添加新行
inString(String, String...) - 类 中的静态方法cn.com.jeeweb.common.util.StringUtil
是否包含字符串
INTERNAL_ERROR - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
系统内部错误 500
intToChar(int) - 类 中的静态方法cn.com.jeeweb.common.util.CharUtil
数字 转 字符
invokeGetter(Object, String) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
调用Getter方法.
invokeMethod(Object, String, Class<?>[], Object[]) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
直接调用对象方法, 无视private/protected修饰符.
invokeMethodByName(Object, String, Object[]) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
直接调用对象方法, 无视private/protected修饰符, 用于一次性调用的情况,否则应使用getAccessibleMethodByName()函数获得Method后反复调用.
invokeSetter(Object, String, Object) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
调用Setter方法, 仅匹配方法名。
isCausedBy(Exception, Class<? extends Exception>...) - 类 中的静态方法cn.com.jeeweb.common.util.Exceptions
判断异常是否由某些底层的异常引起.
isEmpty(List<?>) - 类 中的静态方法cn.com.jeeweb.common.util.CollectionUtil
是否为空
isEmpty(Set<?>) - 类 中的静态方法cn.com.jeeweb.common.util.CollectionUtil
是否为空
isExcel2003(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.ExcelUtil
 
isExcel2007(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.ExcelUtil
 
isHttpUrl(String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
判断是否是 HTTP URL
isImage(File) - 类 中的静态方法cn.com.jeeweb.common.util.ImageUtil
Discription:[isImage,判断文件是否为图片]
isLinux() - 类 中的静态方法cn.com.jeeweb.common.util.SystemUtil
是否是 Linux 系统
isMacOS() - 类 中的静态方法cn.com.jeeweb.common.util.SystemUtil
是否是 MacOS 系统
isMacOSX() - 类 中的静态方法cn.com.jeeweb.common.util.SystemUtil
是否是 MacOSX 系统
isNotEmpty(List<?>) - 类 中的静态方法cn.com.jeeweb.common.util.CollectionUtil
是否不为空
isNotEmpty(Set<?>) - 类 中的静态方法cn.com.jeeweb.common.util.CollectionUtil
是否不为空
isWindows() - 类 中的静态方法cn.com.jeeweb.common.util.SystemUtil
是否是 Windows 系统
isWord2003(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
 
isWord2007(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
 

J

JacksonUtil - cn.com.jeeweb.common.util.json中的类
Jackson可以轻松的将Java对象转换成json对象和xml文档,同样也可以将json、xml转换成Java对象..
JacksonUtil() - 类 的构造器cn.com.jeeweb.common.util.json.JacksonUtil
 
jsonCollectionType(String, JavaType) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
该方法有时有问题
jsonToList(String, Class<T>) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
将 json 转为 List, 该方法有时有问题

K

keyGenerate() - 类 中的静态方法cn.com.jeeweb.common.util.AesUtil
生成AES的秘钥,秘钥进行了Base64编码的字符串

L

LOG_LEVEV - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
LogUtil - cn.com.jeeweb.common.util中的类
日志工具类:track,debug,info,warn,error
LogUtil() - 类 的构造器cn.com.jeeweb.common.util.LogUtil
 

M

main(String[]) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
 
main(String[]) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
 
makeAccessible(Method) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
改变private/protected的方法为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨。
makeAccessible(Field) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
改变private/protected的成员变量为public,尽量不调用实际改动的语句,避免JDK的SecurityManager抱怨。
MapUtil - cn.com.jeeweb.common.util中的类
Map 工具类
MapUtil() - 类 的构造器cn.com.jeeweb.common.util.MapUtil
 
md5(byte[]) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对输入字符串进行md5散列.
md5(byte[], int) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对输入字符串进行md5散列.
md5(InputStream) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对文件进行md5散列.
METHOD_GET - 类 中的静态变量cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
 
METHOD_POST - 类 中的静态变量cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
 
MOVED_PERM - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
资源已被移除 301
MSG_TAG - 类 中的静态变量cn.com.jeeweb.common.pojo.AjaxResult
返回内容

N

NO_CONTENT - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
操作已经执行成功,但是没有返回数据 204
normalShutdown(ExecutorService, int, TimeUnit) - 类 中的静态方法cn.com.jeeweb.common.util.Threads
直接调用shutdownNow的方法, 有timeout控制.取消在workQueue中Pending的任务,并中断所有阻塞函数.
NOT_FOUND - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
资源,服务未找到 404
NOT_IMPLEMENTED - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
接口未实现 501
NOT_MODIFIED - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
资源没有被修改 304
nowCalendar() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取当前 Calendar
nowDate() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取当前 Date
nowLong() - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取当前 Long

O

osName - 类 中的静态变量cn.com.jeeweb.common.util.SystemUtil
操作系统 名称
outPrintln(Object) - 类 中的静态方法cn.com.jeeweb.common.util.SystemUtil
控制台打印输入
outputLog(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
日志输出

P

parse(String) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
日期字符串解析
PasswordUtil - cn.com.jeeweb.common.util中的类
密码 加密解密工具类
PasswordUtil() - 类 的构造器cn.com.jeeweb.common.util.PasswordUtil
 
pastDays(Date) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取过去的天数
pastHour(Date) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取过去的小时
pastMinutes(Date) - 类 中的静态方法cn.com.jeeweb.common.util.DateUtil
获取过去的分钟
preZeros(int, int) - 类 中的静态方法cn.com.jeeweb.common.util.StringUtil
数字前补零
PropertiesUtil - cn.com.jeeweb.common.util中的类
从 properties 获取配置属性值
PropertiesUtil() - 类 的构造器cn.com.jeeweb.common.util.PropertiesUtil
 
put(String, Object) - 类 中的方法cn.com.jeeweb.common.pojo.AjaxResult
方便链式调用

R

randomLong() - 类 中的静态方法cn.com.jeeweb.common.util.IdGen
使用SecureRandom随机生成Long.
readJson(byte[], Class) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
读取JSON数据: 从 byte[]
readJson(InputStream, Class<T>) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
读取JSON数据: 从 InputStream
readJson(String, Class<T>) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
读取JSON数据: 从字符串
readJson(File, Class<T>) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
读取JSON数据: 从文件
readTree(String) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
JSON 字符串解析为 JsonNode
Reflections - cn.com.jeeweb.common.util中的类
反射工具类.
Reflections() - 类 的构造器cn.com.jeeweb.common.util.Reflections
 
replaceWord(String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
根据模板生成新word文档
replaceWord(String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
 
requestAsFile(String, String, String, Map<String, String>, File) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
requestAsString(String, String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
requestAsString_1(String, String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
requestAsString_2(String, String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
Result - cn.com.jeeweb.common.pojo中的类
简单的Java对象
结果消息, 默认 SUCCESS
Result() - 类 的构造器cn.com.jeeweb.common.pojo.Result
 
Result(Object) - 类 的构造器cn.com.jeeweb.common.pojo.Result
 
Result(String) - 类 的构造器cn.com.jeeweb.common.pojo.Result
 
Result(int, String) - 类 的构造器cn.com.jeeweb.common.pojo.Result
 
Result(Object, String) - 类 的构造器cn.com.jeeweb.common.pojo.Result
 
Result(Throwable) - 类 的构造器cn.com.jeeweb.common.pojo.Result
 

S

SALT_SIZE - 类 中的静态变量cn.com.jeeweb.common.util.PasswordUtil
 
SEE_OTHER - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
重定向 303
sendGet(String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定URL发送GET方法的请求
sendGet(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定URL发送GET方法的请求
sendGet(String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定URL发送GET方法的请求
sendGet(String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定URL发送GET方法的请求
sendPost(String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定 URL 发送POST方法的请求
sendPost(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定 URL 发送POST方法的请求
sendPost(String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定 URL 发送POST方法的请求
sendPost(String, String, Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定 URL 发送POST方法的请求
sendPostAsFile(String, String, File) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
sendPostAsFile(String, String, Map<String, String>, File) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
sendPostAsFileForJson(String, String, File) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
发起 HTTP 请求并获取结果
sendPostForJson(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
向指定 URL 发送POST方法的请求,且请求体是 JSON 格式的字符串
setCurrentDate(String) - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
setData(Object) - 类 中的方法cn.com.jeeweb.common.pojo.Result
 
setEndDate(String) - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
setFieldValue(Object, String, Object) - 类 中的静态方法cn.com.jeeweb.common.util.Reflections
直接设置对象属性值, 无视private/protected修饰符, 不经过setter函数.
setStartDate(String) - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
sha1(byte[]) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对输入字符串进行sha1散列.
sha1(byte[], byte[]) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对输入字符串进行sha1散列.
sha1(byte[], byte[], int) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对输入字符串进行sha1散列.
sha1(InputStream) - 类 中的静态方法cn.com.jeeweb.common.util.Digests
对文件进行sha1散列.
sleep(long) - 类 中的静态方法cn.com.jeeweb.common.util.Threads
sleep等待,单位为毫秒,忽略InterruptedException.
sleep(long, TimeUnit) - 类 中的静态方法cn.com.jeeweb.common.util.Threads
sleep等待,忽略InterruptedException.
StringUtil - cn.com.jeeweb.common.util中的类
字符串工具类
StringUtil() - 类 的构造器cn.com.jeeweb.common.util.StringUtil
 
SUCCESS - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
操作成功 200
success() - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回成功消息
success(Object) - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回成功数据
success(String) - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回成功消息
success(String, Object) - 类 中的静态方法cn.com.jeeweb.common.pojo.AjaxResult
返回成功消息
SUCCESS - 类 中的静态变量cn.com.jeeweb.common.pojo.Result
 
SystemUtil - cn.com.jeeweb.common.util中的类
系统工具类
SystemUtil() - 类 的构造器cn.com.jeeweb.common.util.SystemUtil
 

T

Threads - cn.com.jeeweb.common.util中的类
线程相关工具类.
Threads() - 类 的构造器cn.com.jeeweb.common.util.Threads
 
toBoolean(String) - 类 中的静态方法cn.com.jeeweb.common.util.BooleanUtil
将字符串 转为 boolean.
toJsonString(Object) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
java对象转换成JSON字符串
java对象、List、Map
toParamMap(String) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
将字符串 (name1=value1&name2=value2)的形式,转为 Map 形式
toParamStr(Map<String, String>) - 类 中的静态方法cn.com.jeeweb.common.util.http.HttpURLConnectionUtil
将map转为 参数字符串:name1=value1&name2=value2 的形式
toString() - 类 中的方法cn.com.jeeweb.common.pojo.DateRange
 
toString(Object, String) - 类 中的静态方法cn.com.jeeweb.common.util.StringUtil
如果对象为空,则使用defaultVal值 see: Objects.toString(o, defaultVal)
track - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
track(String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
System.out.pringln 的方式,控制台输入日志
track(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
控制台输出 或者 文件输出
trackFormat(String, String, Object...) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
String.format 的方式格式化 控制台输出 或者 文件输出

U

UNAUTHORIZED - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
未授权 401
unchecked(Exception) - 类 中的静态方法cn.com.jeeweb.common.util.Exceptions
将 CheckedException 转换为 UncheckedException.
unescapeHtml(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
HTML 解码.
unescapeXml(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
XML 解码.
UNSUPPORTED_TYPE - 类 中的静态变量cn.com.jeeweb.common.constant.HttpStatus
不支持的数据,媒体类型 415
urlDecode(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
URL 解码, Encode默认为UTF-8.
urlEncode(String) - 类 中的静态方法cn.com.jeeweb.common.util.CodecUtil
URL 编码, Encode默认为UTF-8.
uuid() - 类 中的静态方法cn.com.jeeweb.common.util.IdGen
封装JDK自带的UUID, 通过Random数字生成, 中间无-分割.

V

validateExcel(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.ExcelUtil
验证是否是EXCEL文件
validatePassword(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.PasswordUtil
验证密码
validateWithException(Validator, Object, Class<?>...) - 类 中的静态方法cn.com.jeeweb.common.util.BeanValidatorUtil
调用JSR303的validate方法, 验证失败时抛出ConstraintViolationException.
validateWord(String) - 类 中的静态方法cn.com.jeeweb.common.util.poi.WordUtil
验证是否是 word 文件

W

warn - 类 中的静态变量cn.com.jeeweb.common.util.LogUtil
 
warn(String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
System.out.pringln 的方式,控制台输入日志
warn(String, String) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
控制台输出 或者 文件输出
warnFormat(String, String, Object...) - 类 中的静态方法cn.com.jeeweb.common.util.LogUtil
String.format 的方式格式化 控制台输出 或者 文件输出
WordUtil - cn.com.jeeweb.common.util.poi中的类
Word 工具类
WordUtil() - 类 的构造器cn.com.jeeweb.common.util.poi.WordUtil
 
writeJson(File, T) - 类 中的静态方法cn.com.jeeweb.common.util.json.JacksonUtil
写入JSON数据:到 文件
writeToFile(String, String, boolean) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
写入文件
writeToFile(String, String, String, boolean) - 类 中的静态方法cn.com.jeeweb.common.util.FileUtil
写入文件
A B C D E F G H I J K L M N O P R S T U V W 
跳过导航链接

Copyright © 2022. All rights reserved.