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

A

addChild(T) - 类 中的方法com.centit.support.common.TreeNode
 
addChild(TreeNode<T>) - 类 中的方法com.centit.support.common.TreeNode
 
addDays(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
addDays(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
addExclude(Class<?>, String) - 类 中的方法com.centit.support.json.JsonPropertyPreFilters
 
addHours(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
addHours(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
addMilliseconds(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
addMinutes(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
addMinutes(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
addMonths(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
addSeconds(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
addSeconds(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
addTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
addYears(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
AESSecurityUtils - com.centit.support.security中的类
 
AESSecurityUtils() - 类 的构造器com.centit.support.security.AESSecurityUtils
 
animalsYear() - 类 中的方法com.centit.support.algorithm.Lunar
 
appendData(JSONObject, String, Object) - 类 中的静态方法com.centit.support.json.JSONOpt
给设置json对象属性 添加新值,如果没有这个属性和设置属性一样,如果已经有属性值 则属性转换为数组
appendParamToUrl(String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
APPLICATION_FORM_URLENCODED - 类 中的静态变量com.centit.support.network.HttpExecutor
 
applicationFormHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
applicationJSONHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
applicationOctetStream - 类 中的静态变量com.centit.support.network.HttpExecutor
 
apply(JSONSerializer, Object, String) - 类 中的方法com.centit.support.json.JsonPropertyPreFilters
 
arrayToJSONArray(Object) - 类 中的静态方法com.centit.support.json.JSONOpt
 
arrayToJSONArray(Object, boolean, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
将一个对象转换为JSON对象 methodOnly 和 fieldOnly 不能同时为 true
arrayToJSONArray(Object, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
arrayToList(T[]) - 类 中的静态方法com.centit.support.algorithm.ListOpt
 
attainExpressionValue(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 

B

batchAppendData(JSONObject, String, Object[]) - 类 中的静态方法com.centit.support.json.JSONOpt
给设置json对象属性 添加多个新值
batchAppendData(JSONObject, String, Collection<Object>) - 类 中的静态方法com.centit.support.json.JSONOpt
给设置json对象属性 添加多个新值
BOUNDARY - 类 中的静态变量com.centit.support.network.HttpExecutor
 

C

calcDatatimeSpan(Date, Date) - 类 中的静态方法com.centit.support.common.WorkTimeSpan
计算两个日期之间的时间差
calcSpanDays(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
calcWeek1stDay(int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
calcWeekDays(Date, Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
计算这个周期中 工作日的天数,不包括 周六和周日,但是因为不知道其他的假期,所以只是去掉周末
calcWeekendDays(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
计算这个周期中的周六和周日的天数,周末的天数
calcWeekLastDay(int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
calcWorkTimeSpan(Date, Date, Long) - 类 中的静态方法com.centit.support.common.WorkTimeSpan
 
calcWorkTimeSpan(Date, Date) - 类 中的静态方法com.centit.support.common.WorkTimeSpan
 
capitalization(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
capitalization(String, boolean) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
CaptchaImageUtil - com.centit.support.image中的类
对辨析难度要求高的可以用 google的kaptcha , 这个类设计就是为了辨析容易,哈哈虽然有点搞笑,但是有的用户就是有这个要求 google的kaptcha 是用方法 ,先配置bean 在类中注入这个bean 然后调用 BufferedImage bi = captchaProducer.createImage(String captchaKey);方法 着用用法就和CaptchaImageUtil的generateCaptchaImage 方法一致了
CaptchaImageUtil() - 类 的构造器com.centit.support.image.CaptchaImageUtil
 
captureScreen(String) - 类 中的静态方法com.centit.support.image.ImageOpt
抓屏程序 算法来做网络,测试通过
castObjectToDate(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
castObjectToDouble(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToInteger(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToLong(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
changeListItem(List<T>, int, int) - 类 中的静态方法com.centit.support.algorithm.ListOpt
交换List中两个对象的位置
changeSign() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
checkcodeMatch(String, String) - 类 中的静态方法com.centit.support.image.CaptchaImageUtil
 
chr(int) - 类 中的静态方法com.centit.support.security.HTMLFilter
 
clacDocumentNo(String, long, Map<String, String>) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
文号、档案号、规则生成算法,
cloneArray(T[]) - 类 中的静态方法com.centit.support.algorithm.ListOpt
 
cloneList(List<T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
 
close(Closeable) - 类 中的静态方法com.centit.support.file.FileIOOpt
close the IO stream.
closeLogFile() - 类 中的方法com.centit.support.file.TxtLogFile
 
com.centit.support.algorithm - 程序包 com.centit.support.algorithm
 
com.centit.support.common - 程序包 com.centit.support.common
 
com.centit.support.file - 程序包 com.centit.support.file
 
com.centit.support.image - 程序包 com.centit.support.image
 
com.centit.support.json - 程序包 com.centit.support.json
 
com.centit.support.network - 程序包 com.centit.support.network
 
com.centit.support.security - 程序包 com.centit.support.security
 
com.centit.support.xml - 程序包 com.centit.support.xml
 
compareTwoDate(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
compareTwoDouble(Double, Double) - 类 中的方法com.centit.support.algorithm.NumberBaseOpt
 
compareTwoInteger(Integer, Integer) - 类 中的方法com.centit.support.algorithm.NumberBaseOpt
 
compareTwoList(List<T>, List<T>, Comparator<T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
对比两个列表,判断哪些需要新增、哪些需要删除、哪些需要更新
compareTwoLong(Long, Long) - 类 中的方法com.centit.support.algorithm.NumberBaseOpt
 
compress(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
字符串的压缩
compress(String, String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compress(String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compress(File, String, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compress(File, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compressDirectory(File, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compressFile(File, String, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compressFile(File, ZipOutputStream, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
compressFileInDirectory(String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
 
concat(Object[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
连接字符串
concat(Collection<Object>, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
连接字符串
contains(String[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
convertDatetimeToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
返回日期字符串 "yyyy-MM-dd HH:mm:ss"
convertDateToString(Date, String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
This method generates a string representation of a date's date/time in the format you specify on input
convertDateToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
返回日期字符串 "yyyy-MM-dd"
convertSqlDate(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
日期类型转换 从 java.util.Date 转换为 java.sql.Date 这个会截断时间
convertSqlTimestamp(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
日期类型转换 从 java.util.Date 转换为 java.sql.Timestamp
convertStringToDate(String, String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
This method generates a string representation of a date/time in the format you specify on input
convertStringToDate(String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
This method converts a String to a date using the datePattern
convertTimestampToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
convertTimeToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
This method generates a string representation of a date based on the System Property 'dateFormat' in the format you specify on input
convertTimeWithSecondToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
convertToZipOutputStream(OutputStream) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
将OutputStream 转换为 ZipOutputStream 并作为 compressFile 的输入参数 这个可以用于 打包下载
convertUtilDate(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
日期类型转换 从 java.sql.Date 转换为 java.util.Date 这个会截断时间
createDencryptCipher(String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
 
createDencryptCipher(String) - 类 中的静态方法com.centit.support.security.DESSecurityUtils
 
createDirect(File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
创建目录
createDirect(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
创建目录
createEncryptCipher(String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
 
createEncryptCipher(String) - 类 中的静态方法com.centit.support.security.DESSecurityUtils
 
createFile(InputStream, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
createHashMap(Object...) - 类 中的静态方法com.centit.support.json.JSONOpt
 
createHttpClient(HttpHost, boolean, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createHttpClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createHttpClient(HttpHost) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createHttpsClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createJSONOArray(Object...) - 类 中的静态方法com.centit.support.json.JSONOpt
 
createJSONObject(Object...) - 类 中的静态方法com.centit.support.json.JSONOpt
 
createKeepSessionHttpClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createKeepSessionHttpClient(HttpHost) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createKeepSessionHttpsClient() - 类 中的静态方法com.centit.support.network.HttpExecutor
 
createMeeting(Date, Date, String, String, String, String, String, List<Pair<String, String>>) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
新增
createObjectByMap(Class<T>, Map<String, Object>) - 类 中的方法com.centit.support.algorithm.ReflectionOpt
 
createThumbnail(String, int, int, int, String) - 类 中的静态方法com.centit.support.image.ImageOpt
创建图片的缩略图 ,算法来做网络,测试通过
createTmpFile(InputStream, String, String, File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
创建临时文件
createTmpFile(InputStream, String, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
创建临时文件
createUtilDate(int, int, int, int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
根据 年、月、日、时、分、秒 创建一个日期 类型为 java.util.Date
createUtilDate(int, int, int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
根据 年、月、日、时、分 创建一个日期 类型为 java.util.Date
createUtilDate(int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
根据 年、月、日 创建一个日期 类型为 java.util.Date
createXMLElement(String, String, Object) - 类 中的静态方法com.centit.support.xml.XMLObject
 
createXMLElementFromObject(String, Object) - 类 中的静态方法com.centit.support.xml.XMLObject
 
currentCalendarDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
currentDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
获得当前日期的字符串 ,格式为 "yyyy-MM-dd" 示例 2015-08-24
currentDatetime() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
获得当前日期的字符串 ,格式为 "yyyy-MM-dd HH:mm:ss"
currentSqlDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
currentSqlTimeStamp() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
currentTime() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
currentTimeWithSecond() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
currentUtilDate() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
cyclical() - 类 中的方法com.centit.support.algorithm.Lunar
 

D

DatetimeOpt - com.centit.support.algorithm中的类
 
DatetimeOpt() - 类 的构造器com.centit.support.algorithm.DatetimeOpt
 
DAY_MILLISECONDS - 类 中的静态变量com.centit.support.common.WorkTimeSpan
 
decodeBase64(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
Decode a string using Base64 encoding.
decodeString(String) - 类 中的静态方法com.centit.support.xml.XmlUtils
 
decrypt(String, String, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithAes
文件采用AS算法解密文件
decrypt(InputStream, OutputStream, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithAes
文件采用AS算法解密文件
decrypt(File, File, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithAes
文件采用AES算法解密文件
decrypt(String, String, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithDes
文件采用DES算法解密文件
decrypt(InputStream, OutputStream, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithDes
文件采用DES算法解密文件
decrypt(File, File, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithDes
文件采用DES算法解密文件
decrypt(byte[], String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
解密字节数组
decrypt(byte[], String) - 类 中的静态方法com.centit.support.security.DESSecurityUtils
解密字节数组
decrypt(String, Key) - 类 中的静态方法com.centit.support.security.RSASecurityUtils
解密算法
decryptBase64String(String, String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
用base64解码再用Des解密
decryptBase64String(String, String) - 类 中的静态方法com.centit.support.security.DESSecurityUtils
用base64解码再用Des解密
DEFAULT_DAY_WORK_MILLISECONDS - 类 中的静态变量com.centit.support.common.WorkTimeSpan
默认每日工作时间
DEFAULT_DAY_WORK_MINUTES - 类 中的静态变量com.centit.support.common.WorkTimeSpan
 
deleteDirect(File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
deleteDirect(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
deleteFile(File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
deleteFile(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
删除成功 或者文件本来就不存在 false
deleteMeeting(String, Date, Date, String, String, String, String, String, List<Pair<String, String>>) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
 
deleteStringByQuote(String, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
copyProperties(),删除备份条件的后缀,如"value_CODE"过滤成"value"
DESSecurityUtils - com.centit.support.security中的类
 
DESSecurityUtils() - 类 的构造器com.centit.support.security.DESSecurityUtils
 
digits(long, int) - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 
downloadFile(String, int, String, String, String, String, String) - 类 中的静态方法com.centit.support.network.FtpExecutor
Description: 从FTP服务器下载文件
downloadFile(String, int, String, String, Proxy, String, String, String) - 类 中的静态方法com.centit.support.network.FtpExecutor
 

E

elementToJSONObject(Element) - 类 中的静态方法com.centit.support.xml.XMLObject
 
elementToObject(Element) - 类 中的静态方法com.centit.support.xml.XMLObject
 
encode(byte[]) - 类 中的静态方法com.centit.support.security.Md5Encoder
 
encode(String) - 类 中的静态方法com.centit.support.security.Md5Encoder
 
encode(byte[]) - 类 中的静态方法com.centit.support.security.Sha1Encoder
 
encode(String) - 类 中的静态方法com.centit.support.security.Sha1Encoder
 
encodeBase64(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
Encode a string using Base64 encoding.
encodePassword(String, String) - 类 中的静态方法com.centit.support.security.Md5Encoder
先腾框架默认的密码算法
encodePasswordAsJasigCas(String, String, int) - 类 中的静态方法com.centit.support.security.Md5Encoder
encoding password for spring JA-SIG Cas
encodePasswordAsSpringSecurity(String, String) - 类 中的静态方法com.centit.support.security.Md5Encoder
encoding password for spring security 目前框架中的密码都是这样加密的
encodePasswordWithDoubleMd5(String, String) - 类 中的静态方法com.centit.support.security.Md5Encoder
先腾框架双重加密算法: 客户端 用md5将密码加密一下传输到后台,后台将密码再用salt加密一下放入数据库中 这个算法可以用于后台设置密码时使用,正常验证和以前一样。
encodeString(String) - 类 中的静态方法com.centit.support.xml.XmlUtils
 
encodeURIComponent(String) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
encrypt(String, String, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithAes
文件file进行加密并保存目标文件destFile中
encrypt(InputStream, OutputStream, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithAes
文件file进行加密并保存目标文件destFile中
encrypt(File, File, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithAes
 
encrypt(String, String, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithDes
文件file进行加密并保存目标文件destFile中
encrypt(InputStream, OutputStream, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithDes
文件file进行加密并保存目标文件destFile中
encrypt(File, File, String) - 类 中的静态方法com.centit.support.file.FileEncryptWithDes
文件file进行加密并保存目标文件destFile中
encrypt(byte[], String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
加密字节数组
encrypt(byte[], String) - 类 中的静态方法com.centit.support.security.DESSecurityUtils
加密字节数组
encrypt(String, Key) - 类 中的静态方法com.centit.support.security.RSASecurityUtils
加密方法
encryptAndBase64(String, String) - 类 中的静态方法com.centit.support.security.AESSecurityUtils
用Des加密再用base64编码
encryptAndBase64(String, String) - 类 中的静态方法com.centit.support.security.DESSecurityUtils
用Des加密再用base64编码
equalOnDay(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
equalOnHour(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
equalOnMinute(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
equalOnSecond(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
existFile(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
判断文件是否存在
extMimeTypeMap - 类 中的静态变量com.centit.support.file.FileType
 
extractFileName(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
获取文件名
extractFullFileName(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
获取文件名
extraFileName(CloseableHttpResponse) - 类 中的静态方法com.centit.support.network.HttpExecutor
 

F

fileCopy(File, File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
fileCopy(String, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
fileDownload(CloseableHttpClient, HttpContext, String, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileDownload(CloseableHttpClient, String, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
FileEncryptWithAes - com.centit.support.file中的类
 
FileEncryptWithAes() - 类 的构造器com.centit.support.file.FileEncryptWithAes
 
FileEncryptWithDes - com.centit.support.file中的类
 
FileEncryptWithDes() - 类 的构造器com.centit.support.file.FileEncryptWithDes
 
FileIOOpt - com.centit.support.file中的类
 
FileIOOpt() - 类 的构造器com.centit.support.file.FileIOOpt
 
FileMD5Maker - com.centit.support.file中的类
 
FileMD5Maker() - 类 的构造器com.centit.support.file.FileMD5Maker
 
FileSystemOpt - com.centit.support.file中的类
 
FileSystemOpt() - 类 的构造器com.centit.support.file.FileSystemOpt
 
FileType - com.centit.support.file中的类
 
FileType() - 类 的构造器com.centit.support.file.FileType
 
fileUpload(CloseableHttpClient, HttpContext, String, Map<String, Object>, File) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileUpload(CloseableHttpClient, String, Map<String, Object>, File) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileUpload(CloseableHttpClient, HttpContext, String, File) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileUpload(CloseableHttpClient, String, File) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fillZeroForString(String, int) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
用"0"填补string
filter(String) - 类 中的方法com.centit.support.security.HTMLFilter
given a user submitted input String, filter out any invalid or restricted html.
findFiles(String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
在本文件夹下查找
findFiles(String, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
获取文件 可以根据正则表达式查找
findFilesByExt(String, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
获取指定目录下特定后缀名的文件
findJsonObject(JSONObject, String[]) - 类 中的静态方法com.centit.support.json.JSONOpt
获取一个json对象的属性,skeys是json属性数组,a.b 这样的属性对应的数组为{'a','b'}
findJsonObject(JSONObject, String) - 类 中的静态方法com.centit.support.json.JSONOpt
获取一个json对象的属性,path是json属性 可以有多层,用'.'
forceGetFieldValue(Object, Field) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
forceGetProperty(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
forceSetProperty(Object, String, Object) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
formPost(CloseableHttpClient, HttpContext, String, Object, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPost(CloseableHttpClient, String, Object, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPost(CloseableHttpClient, String, Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPostWithFileUpload(CloseableHttpClient, HttpContext, String, Map<String, Object>, Map<String, File>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPostWithFileUpload(CloseableHttpClient, String, Map<String, Object>, Map<String, File>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPut(CloseableHttpClient, HttpContext, String, Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPut(CloseableHttpClient, String, Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fromDatatimeSpan(Date, Date) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
fromNumber(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
fromNumberAsHour(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
fromNumberAsMillisecond(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
fromNumberAsSecond(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
fromString(String) - 类 中的方法com.centit.support.common.WorkTimeSpan
 
FtpExecutor - com.centit.support.network中的类
 
FtpExecutor() - 类 的构造器com.centit.support.network.FtpExecutor
 

G

generateCaptchaImage(String) - 类 中的静态方法com.centit.support.image.CaptchaImageUtil
 
generateKeyPair() - 类 中的静态方法com.centit.support.security.RSASecurityUtils
 
generateKeyPair(int) - 类 中的静态方法com.centit.support.security.RSASecurityUtils
生成密钥对
getAllGetterMethod(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getAllSetterMethod(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getBooleanFieldValue(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getBooleanGetterMethod(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getChildren() - 类 中的方法com.centit.support.common.TreeNode
 
getChinaDayString(int) - 类 中的静态方法com.centit.support.algorithm.Lunar
 
getClassPathProperties(String, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取classpath下文件
getClassPathProperties(String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取classpath下文件
getClassPathProperties(Class<?>, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
 
getClassPathProperty(Class<?>, String, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取classpath下文件
getCurrentMethodName() - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getDatePattern() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
返回常量字符串 "yyyy-MM-dd"
getDateTimePattern() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getDay(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getDay() - 类 中的方法com.centit.support.algorithm.Lunar
 
getDayOfWeek(int, int, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
获得 年月日 对应的日期 是星期几 星期日 到星期六 为 0-6
getDayOfWeek(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
获得 指定日期 是星期几 星期日 到星期六 为 0-6
getDayOfWeekCN(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
获得 指定日期 是星期几 星期日 到星期六 为 "星期日","星期一","星期二","星期三","星期四","星期五","星期六"
getDayOfYear(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getDays() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getDayWorkHours() - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(小时) 当这个值为24时,这个worktimespan就是datetimespan
getDayWorkMilliseconds() - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(毫秒) 当这个值为24时,这个worktimespan就是datetimespan
getDayWorkMinutes() - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(分钟) 当这个值为24时,这个worktimespan就是datetimespan
getDayWorkSeconds() - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(秒) 当这个值为24时,这个worktimespan就是datetimespan
getDeclaredField(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getDeclaredField(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getExcludePropPreFilter(Class<?>, String...) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getExcludePropPreFilter(Map<Class<?>, String[]>) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getExcludePropPreFilter(String[]) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getFields(Object) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFieldsByType(Object, Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFieldValue(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFieldValue(Object, Field) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFileExtName(String) - 类 中的静态方法com.centit.support.file.FileType
获取文件的后缀名
getFileMimeType(String) - 类 中的静态方法com.centit.support.file.FileType
 
getFilePathProperties(String, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取非classpath下文件
getFilePathProperties(String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取非classpath下文件
getFileType(File) - 类 中的静态方法com.centit.support.file.FileType
判断文件类型
getFileType(String) - 类 中的静态方法com.centit.support.file.FileType
 
getFirstChinesePos(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
获得首个中文位置
getFirstChinesePosEscapeSymbol(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
获得首个中文位置 ,标点符号不算
getFirstLetter(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
getGetterMethod(Class<?>, Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getGetterMethod(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getGetterName(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getHour(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getHours() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getIncludePropPreFilter(Class<?>, String...) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getIncludePropPreFilter(String[]) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getKey() - 类 中的方法com.centit.support.common.KeyValuePair
 
getLeft() - 类 中的方法com.centit.support.common.KeyValuePair
 
getLunarDay() - 类 中的方法com.centit.support.algorithm.Lunar
 
getLunarMonth() - 类 中的方法com.centit.support.algorithm.Lunar
 
getLunarYear() - 类 中的方法com.centit.support.algorithm.Lunar
 
getMilliseconds() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getMinute(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getMinutes() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getMonth(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getMonth() - 类 中的方法com.centit.support.algorithm.Lunar
 
getNowDateTime4String() - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
获得当前时间字符串,格式为 "yyyy-MM-dd HH:mm:ss"
getNumByte(String, int) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
getParameterString(Object) - 类 中的静态方法com.centit.support.network.HtmlFormUtils
 
getParameterStringArray(Object) - 类 中的静态方法com.centit.support.network.HtmlFormUtils
 
getPath() - 类 中的方法com.centit.support.common.TreeNode
获得从当前节点一直到跟节点路径上所有节点的值
getPathCount() - 类 中的方法com.centit.support.common.TreeNode
计算节点到根节点之间的层数,包括自己和根节点
getPraent() - 类 中的方法com.centit.support.common.TreeNode
 
getPropertyType(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getRandColor(int, int) - 类 中的静态方法com.centit.support.image.CaptchaImageUtil
 
getRandomString(int) - 类 中的静态方法com.centit.support.image.CaptchaImageUtil
 
getRandomString() - 类 中的静态方法com.centit.support.image.CaptchaImageUtil
 
getRGB(BufferedImage) - 类 中的静态方法com.centit.support.image.ImageOpt
 
getRGB(BufferedImage, int, int, int, int, int[]) - 类 中的静态方法com.centit.support.image.ImageOpt
 
getRight() - 类 中的方法com.centit.support.common.KeyValuePair
 
getRootTreeNode() - 类 中的方法com.centit.support.common.TreeNode
获得根节点
getRootValue() - 类 中的方法com.centit.support.common.TreeNode
获得根节点的值
getSecond(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getSeconds() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getSign() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getSignString() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getSuperClassGenricType(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getSuperClassGenricType(Class<?>, int) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getTimeSpan() - 类 中的方法com.centit.support.common.WorkTimeSpan
时间间隔精确到毫秒
getTimeSpanDesc() - 类 中的方法com.centit.support.common.WorkTimeSpan
返回时间中文描述
getTimeSpanDescAsMillisecond() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getTimeSpanDescAsSecond() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getTreeNodePath() - 类 中的方法com.centit.support.common.TreeNode
获得从当前节点一直到跟节点路径上所有节点
getUrlDomain(String) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
getUrlParamter(String) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
getUuidAsString() - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 
getUuidAsString32() - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 
getUuidAsString36() - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 
getValue() - 类 中的方法com.centit.support.common.KeyValuePair
 
getValue() - 类 中的方法com.centit.support.common.TreeNode
 
getValue(String, String) - 类 中的方法com.centit.support.file.IniReader
 
getWeekOfMonth(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getWeekOfYear(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getYear(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getYear() - 类 中的方法com.centit.support.algorithm.Lunar
 

H

handleResponse(HttpResponse) - 类 中的方法com.centit.support.network.InputStreamResponseHandler
 
handleResponse(HttpResponse) - 类 中的方法com.centit.support.network.Utf8ResponseHandler
 
HOUR_MILLISECONDS - 类 中的静态变量com.centit.support.common.WorkTimeSpan
 
HTMLFilter - com.centit.support.security中的类
Refrence : https://github.com/finn-no/xss-html-filter HTML filtering utility for protecting against XSS (Cross Site Scripting).
HTMLFilter() - 类 的构造器com.centit.support.security.HTMLFilter
Default constructor.
HTMLFilter(boolean) - 类 的构造器com.centit.support.security.HTMLFilter
Set debug flag to true.
HTMLFilter(Map<String, Object>) - 类 的构造器com.centit.support.security.HTMLFilter
Map-parameter configurable constructor.
HtmlFormUtils - com.centit.support.network中的类
 
HtmlFormUtils() - 类 的构造器com.centit.support.network.HtmlFormUtils
 
htmlSpecialChars(String) - 类 中的静态方法com.centit.support.security.HTMLFilter
 
htmlString(String) - 类 中的静态方法com.centit.support.network.HtmlFormUtils
直接 org.apache.commons.lang3.StringEscapeUtils.unescapeHtml4 或者调用 org.springframework.web.util.HtmlUtils.htmlUnescape
htmlValue(String) - 类 中的静态方法com.centit.support.network.HtmlFormUtils
请调用直接 org.apache.commons.lang3.StringEscapeUtils.unescapeHtml4 或者 org.springframework.web.util.HtmlUtils.htmlEscape
htmlValue(String[]) - 类 中的静态方法com.centit.support.network.HtmlFormUtils
 
htmlValue(Object) - 类 中的静态方法com.centit.support.network.HtmlFormUtils
 
httpExecute(CloseableHttpClient, HttpContext, HttpRequestBase, HttpHost) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
httpExecute(CloseableHttpClient, HttpContext, HttpRequestBase) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
httpExecute(CloseableHttpClient, HttpRequestBase, HttpHost) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
httpExecute(CloseableHttpClient, HttpRequestBase) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
HttpExecutor - com.centit.support.network中的类
 
HttpExecutor() - 类 的构造器com.centit.support.network.HttpExecutor
 

I

IgnoreDTDEntityResolver - com.centit.support.xml中的类
 
IgnoreDTDEntityResolver() - 类 的构造器com.centit.support.xml.IgnoreDTDEntityResolver
 
ImageOpt - com.centit.support.image中的类
 
indexOf(String[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
返回字符串在数组中的第一次出现的位置,找不到返回-1
IniReader - com.centit.support.file中的类
 
IniReader(String) - 类 的构造器com.centit.support.file.IniReader
 
InputStreamResponseHandler - com.centit.support.network中的类
 
InputStreamResponseHandler() - 类 的构造器com.centit.support.network.InputStreamResponseHandler
 
inputStreamUpload(CloseableHttpClient, HttpContext, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
inputStreamUpload(CloseableHttpClient, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
inputStreamUpload(CloseableHttpClient, HttpContext, String, Map<String, Object>, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
inputStreamUpload(CloseableHttpClient, String, Map<String, Object>, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
INSTANCE - 类 中的静态变量com.centit.support.network.InputStreamResponseHandler
 
INSTANCE - 类 中的静态变量com.centit.support.network.Utf8ResponseHandler
 
invokeBinaryOpt(T, String, T) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
invokeNoParamFunc(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
invokePrivateMethod(Object, String, Object...) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
isAlwaysMakeTags() - 类 中的方法com.centit.support.security.HTMLFilter
 
isArray(Object) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
判断一个对象是否是 数组[]、Collection(List)
isChinese(char) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
判断是否为中文
isChineseEscapeSymbol(char) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
判断是否为中文,剔除标点符号
isDate(String, Calendar) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isDate(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isDatetime(String, Calendar) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isDatetime(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isDigit(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isLeaf() - 类 中的方法com.centit.support.common.TreeNode
 
isLeap() - 类 中的方法com.centit.support.algorithm.Lunar
 
isMatch(String, String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isNumber(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isNumberType(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
isNvl(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
判断字符串是否为空(null || ""),是:true,否:false
isNvl(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
判断字符串是否为空(null || ""),是:true,否:false 和StringUtils中的isBlank等价
isOffice2003File(File) - 类 中的静态方法com.centit.support.file.FileType
 
isOffice2003File(String) - 类 中的静态方法com.centit.support.file.FileType
 
isOffice2003FileByExtName(String) - 类 中的静态方法com.centit.support.file.FileType
 
isOfficeFile(File) - 类 中的静态方法com.centit.support.file.FileType
 
isOfficeFile(String) - 类 中的静态方法com.centit.support.file.FileType
 
isOfficeFileByExtName(String) - 类 中的静态方法com.centit.support.file.FileType
 
isPrimitiveType(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
isPrimitiveType 判断一个类型是否是基础类型 int boolean void float double char 或者单值类型 String Date Integer Float Double, scalar
isRoot() - 类 中的方法com.centit.support.common.TreeNode
判断是否为根节点
isScalarType(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
isScalarType 判断一个类型是否是基础类型 int boolean void float double char 或者单值类型 String Date Integer Float Double, scalar
isString(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isStripComments() - 类 中的方法com.centit.support.security.HTMLFilter
 
isTime(String, Calendar) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isTime(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isTrue(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 

J

jsonObjectToXMLString(Map<String, Object>) - 类 中的静态方法com.centit.support.xml.XMLObject
 
JSONOpt - com.centit.support.json中的类
对JSON对象进行操作,目前只能对一维数组进行操作, 但这不意味只能有一维数据,你可以给一维数组中的变量设置为任意值,包括数值,只是不能再次操作这个数值中的值
JSONOpt() - 类 的构造器com.centit.support.json.JSONOpt
 
jsonPost(CloseableHttpClient, HttpContext, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, HttpContext, String, JSON, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, HttpContext, String, Object, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, String, Object, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, String, Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, String, JSON, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(CloseableHttpClient, String, JSON) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
JsonPropertyPreFilters - com.centit.support.json中的类
Created with IntelliJ IDEA.
JsonPropertyPreFilters(Class<?>[]) - 类 的构造器com.centit.support.json.JsonPropertyPreFilters
 
JsonPropertyPreFilters() - 类 的构造器com.centit.support.json.JsonPropertyPreFilters
 
JsonPropertyUtils - com.centit.support.json中的类
Created with IntelliJ IDEA.
JsonPropertyUtils() - 类 的构造器com.centit.support.json.JsonPropertyUtils
 
jsonPut(CloseableHttpClient, HttpContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPut(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 

K

keyPairFromJson(String) - 类 中的静态方法com.centit.support.security.RSASecurityUtils
 
keyPairToJson(KeyPair) - 类 中的静态方法com.centit.support.security.RSASecurityUtils
 
KeyValuePair<K,V> - com.centit.support.common中的类
key value 数值对; 我们经常想在一个方法中返回多个值,比如返回错误编号和错误文字说明,有 KeyValuePair 就很方便 return new KeyValuePair(Integer,String)(5,"error message"); 返回三个值可以用 return new KeyValuePair ( Integer,KeyValuePair(String,Object))(5, new KeyValuePair(String,Object)("error message",otherObje)); 以此类推可以返回多个数值 建议使用 org.apache.commons.lang3.tuple.MutablePair 为什么会有这个类是因为写这个类的时候我不知道有MutablePair类。
KeyValuePair() - 类 的构造器com.centit.support.common.KeyValuePair
 
KeyValuePair(K, V) - 类 的构造器com.centit.support.common.KeyValuePair
 

L

ListOpt - com.centit.support.algorithm中的类
一些通用的算法,这些算法都和具体的业务数据结构解耦
ListOpt() - 类 的构造器com.centit.support.algorithm.ListOpt
 
ListOpt.ParentChild<T> - com.centit.support.algorithm中的接口
判断两个对象是否是父子关系,用于针对树形展示的数据结构进行排序
listToArray(Collection<T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
 
logger - 类 中的静态变量com.centit.support.algorithm.ReflectionOpt
 
logger - 类 中的静态变量com.centit.support.algorithm.StringBaseOpt
 
logger - 类 中的静态变量com.centit.support.file.FileMD5Maker
 
logger - 类 中的静态变量com.centit.support.file.TxtLogFile
 
logger - 类 中的静态变量com.centit.support.json.JSONOpt
 
logger - 类 中的静态变量com.centit.support.network.FtpExecutor
 
logger - 类 中的静态变量com.centit.support.network.HttpExecutor
 
logger - 类 中的静态变量com.centit.support.network.OutlookMeetingUtils
 
logger - 类 中的静态变量com.centit.support.network.SendMailExecutor
 
logger - 类 中的静态变量com.centit.support.network.UrlOptUtils
 
Lunar - com.centit.support.algorithm中的类
 
Lunar() - 类 的构造器com.centit.support.algorithm.Lunar
 
Lunar(Calendar) - 类 的构造器com.centit.support.algorithm.Lunar
 
Lunar(Date) - 类 的构造器com.centit.support.algorithm.Lunar
 

M

mailHost - 类 中的静态变量com.centit.support.network.OutlookMeetingUtils
 
mailHost - 类 中的静态变量com.centit.support.network.SendMailExecutor
 
mailPassword - 类 中的静态变量com.centit.support.network.OutlookMeetingUtils
 
mailPassword - 类 中的静态变量com.centit.support.network.SendMailExecutor
 
mailUser - 类 中的静态变量com.centit.support.network.OutlookMeetingUtils
 
mailUser - 类 中的静态变量com.centit.support.network.SendMailExecutor
 
makeFileMD5(File) - 类 中的静态方法com.centit.support.file.FileMD5Maker
 
makeFileMD5(InputStream) - 类 中的静态方法com.centit.support.file.FileMD5Maker
 
makeJqueryTreeIndex(List<T>, ListOpt.ParentChild<? super T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
对排序号的树形数组结构 找到JQueryTree要的Indexes
makeRequectParams(Object, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
makeRequectParams(Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
mapExtNameToMimeType(String) - 类 中的静态方法com.centit.support.file.FileType
 
Md5Encoder - com.centit.support.security中的类
MD5 散列算法返回的128bit的编码,HEX编码后的长度为32Byte
Md5Encoder() - 类 的构造器com.centit.support.security.Md5Encoder
 
mergeJSONObjectt(JSONObject, JSONObject) - 类 中的静态方法com.centit.support.json.JSONOpt
 
methodNameToField(String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
mFileTypes - 类 中的静态变量com.centit.support.file.FileType
 
MINUTE_MILLISECONDS - 类 中的静态变量com.centit.support.common.WorkTimeSpan
 
moveListItem(List<T>, int, int) - 类 中的静态方法com.centit.support.algorithm.ListOpt
移动List一个对象到新的位置
multiFormPost(CloseableHttpClient, HttpContext, String, Object[], Map<String, Object>, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(CloseableHttpClient, String, Object[], Map<String, Object>, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(CloseableHttpClient, HttpContext, String, Object, Map<String, Object>, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(CloseableHttpClient, String, Object, Map<String, Object>, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(CloseableHttpClient, String, Object[], Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(CloseableHttpClient, String, Object, Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPut(CloseableHttpClient, HttpContext, String, Object[], Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPut(CloseableHttpClient, HttpContext, String, Object, Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiPartApplicationFormHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
multiPartTypeHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
multiplyString(String, int) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
用"0"填补string

N

nextCode(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
寻找比它大一个字符串 nextCode("0000200")=="0000201" nextCode("000AZZZ")=="000BAAA"
NumberBaseOpt - com.centit.support.algorithm中的类
 
NumberBaseOpt() - 类 的构造器com.centit.support.algorithm.NumberBaseOpt
 
nvlAsBlank(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
如果输入的字符串为null返回""

O

objectToJSON(Object) - 类 中的静态方法com.centit.support.json.JSONOpt
将一个对象转换为JSON, 如果是 数值 或者 实现collect接口 则转换为 JSONArray否则转换为JSONObject
objectToJSON(Object, boolean, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSON(Object, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSONObject(Object) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSONObject(Object, boolean, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSONObject(Object, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSONString(Object) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSONString(Object, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToJSONString(Object, boolean, boolean, boolean) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToString(Object) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
objectToXMLString(Object) - 类 中的静态方法com.centit.support.xml.XMLObject
 
openLogFile(String) - 类 中的方法com.centit.support.file.TxtLogFile
 
OutlookMeetingUtils - com.centit.support.network中的类
 
OutlookMeetingUtils() - 类 的构造器com.centit.support.network.OutlookMeetingUtils
 

P

parentAndChild(T, T) - 接口 中的方法com.centit.support.algorithm.ListOpt.ParentChild
 
parseDouble(String, Double) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseDouble(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseInteger(String, Integer) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseInteger(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseLine(String) - 类 中的方法com.centit.support.file.IniReader
 
parseLong(String, Long) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseLong(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
plainTextHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
PropertiesReader - com.centit.support.file中的类
Properties 文件工具类
PropertiesReader() - 类 的构造器com.centit.support.file.PropertiesReader
 

Q

quotedString(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 

R

rawPost(CloseableHttpClient, HttpContext, String, byte[], boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
rawPost(CloseableHttpClient, String, byte[], boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
rawPost(CloseableHttpClient, String, byte[]) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
rawPut(CloseableHttpClient, HttpContext, String, byte[]) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
rawPut(CloseableHttpClient, String, byte[]) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
read(BufferedReader) - 类 中的方法com.centit.support.file.IniReader
 
readFileToBuffer(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
readJarResourceToBuffer(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
readObjectAsJsonFromFile(String, Class<T>) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readObjectFromFile(String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromFile(File, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromFile(File) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromFile(String, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromFile(String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromInputStream(InputStream, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromInputStream(InputStream) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readStringFromRead(Reader) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
ReflectionOpt - com.centit.support.algorithm中的类
提供一些反射方面缺失功能的封装.
release(String, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
解压到指定目录
release(File, String) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
解压文件到指定目录
removeBlankString(List<String>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
移除String List中的所有 Blank 对象
removeBlankString(String[]) - 类 中的静态方法com.centit.support.algorithm.ListOpt
移除List中的所有null对象
removeNullItem(List<T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
移除List中的所有null对象
removeNullItem(T[]) - 类 中的静态方法com.centit.support.algorithm.ListOpt
移除List中的所有null对象
REQUESTCHECKCODE - 类 中的静态变量com.centit.support.image.CaptchaImageUtil
 
requestInputStreamPost(CloseableHttpClient, HttpContext, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
requestInputStreamPost(CloseableHttpClient, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
requestInputStreamPut(CloseableHttpClient, HttpContext, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
requestInputStreamPut(CloseableHttpClient, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
resolveEntity(String, String) - 类 中的方法com.centit.support.xml.IgnoreDTDEntityResolver
 
RSASecurityUtils - com.centit.support.security中的类
 
RSASecurityUtils() - 类 的构造器com.centit.support.security.RSASecurityUtils
 

S

saveSubImage(BufferedImage, Rectangle) - 类 中的静态方法com.centit.support.image.ImageOpt
对图像进行
SECOND_MILLISECONDS - 类 中的静态变量com.centit.support.common.WorkTimeSpan
 
sections - 类 中的变量com.centit.support.file.IniReader
 
seekEndOfMonth(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
seekEndOfYear(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
sendEmail(String[], String, String, String) - 类 中的静态方法com.centit.support.network.SendMailExecutor
 
sendEmail(String, String, String, String) - 类 中的静态方法com.centit.support.network.SendMailExecutor
 
sendEmail(String[], String, String, String, List<File>) - 类 中的静态方法com.centit.support.network.SendMailExecutor
 
sendEmail(String, String, String, String, List<File>) - 类 中的静态方法com.centit.support.network.SendMailExecutor
 
SendMailExecutor - com.centit.support.network中的类
 
SendMailExecutor() - 类 的构造器com.centit.support.network.SendMailExecutor
 
sendTextEmail(String, String, String, String, List<String>, String, int) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
通过smtp协议发送邮件的方法
sendTextEmail(String, String, List<String>) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
 
SESSIONCHECKCODE - 类 中的静态变量com.centit.support.image.CaptchaImageUtil
 
setAttribute(JSONObject, String, Object) - 类 中的静态方法com.centit.support.json.JSONOpt
 
setCalendar(Calendar) - 类 中的方法com.centit.support.algorithm.Lunar
 
setChildren(List<TreeNode<T>>) - 类 中的方法com.centit.support.common.TreeNode
 
setDate(Date) - 类 中的方法com.centit.support.algorithm.Lunar
 
setDayWorkHours(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(小时) 当这个值为24时,这个worktimespan就是datetimespan
setDayWorkMilliseconds(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(毫秒) 当这个值为24时,这个worktimespan就是datetimespan
setDayWorkMinutes(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(分钟) 当这个值为24时,这个worktimespan就是datetimespan
setDayWorkSeconds(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
每日工作时间(秒) 当这个值为24时,这个worktimespan就是datetimespan
setKey(K) - 类 中的方法com.centit.support.common.KeyValuePair
 
setMailServer(String, String, String) - 类 中的静态方法com.centit.support.network.SendMailExecutor
 
setMailServer(String, String, String, int) - 类 中的静态方法com.centit.support.network.SendMailExecutor
 
setOutlookServer(String, String, String) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
 
setOutlookServer(String, String, String, int) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
 
setPraent(TreeNode<T>) - 类 中的方法com.centit.support.common.TreeNode
 
setTimeSpan(long) - 类 中的方法com.centit.support.common.WorkTimeSpan
时间间隔精确到毫秒
setValue(V) - 类 中的方法com.centit.support.common.KeyValuePair
 
setValue(T) - 类 中的方法com.centit.support.common.TreeNode
 
Sha1Encoder - com.centit.support.security中的类
Secure Hash Algorithm 安全散列算法 算法比MD5效率低(算法复杂度高)所以更为安全 SHA-1 散列算法返回的160bit的编码,HEX编码后的长度为40Byte
Sha1Encoder() - 类 的构造器com.centit.support.security.Sha1Encoder
 
simpleDelete(CloseableHttpClient, HttpContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleDelete(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(CloseableHttpClient, HttpContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(CloseableHttpClient, HttpContext, String, Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(CloseableHttpClient, HttpContext, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(CloseableHttpClient, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(CloseableHttpClient, String, Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePost(CloseableHttpClient, HttpContext, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePost(CloseableHttpClient, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePost(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePut(CloseableHttpClient, HttpContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePut(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
smartPraseDate(String) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
smtpPort - 类 中的静态变量com.centit.support.network.OutlookMeetingUtils
 
smtpPort - 类 中的静态变量com.centit.support.network.SendMailExecutor
 
sortAsTree(List<T>, ListOpt.ParentChild<? super T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
将数组结构按照树形展示的形式进行排序,将所有孩子元素放到父元素的下面 深度优先的排序
splitImage(BufferedImage, int) - 类 中的静态方法com.centit.support.image.ImageOpt
 
splitUrlParamter(String) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
sqlMatchToRegex(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
srotAsTreeAndToJSON(List<T>, ListOpt.ParentChild<? super T>, String) - 类 中的静态方法com.centit.support.algorithm.ListOpt
将列表转换为tree结构的json
srotAsTreeAndToJSON2(List<T>, ListOpt.ParentChild<? super T>, String) - 类 中的静态方法com.centit.support.algorithm.ListOpt
将列表转换为tree结构的json 和 srotAsTreeAndToJSON 用不同的算法实现,这个需要额外的空间,用递归实现。
storedAsTree(List<T>, ListOpt.ParentChild<? super T>) - 类 中的静态方法com.centit.support.algorithm.ListOpt
将数组结构按照树形展示的形式进行排序,将所有孩子元素放到父元素的下面 深度优先的排序
string2xml(String) - 类 中的静态方法com.centit.support.xml.XmlUtils
 
StringBaseOpt - com.centit.support.algorithm中的类
String Utility Class This is used to encode passwords programmatically View Source
StringBaseOpt() - 类 的构造器com.centit.support.algorithm.StringBaseOpt
 
StringRegularOpt - com.centit.support.algorithm中的类
 
StringRegularOpt() - 类 的构造器com.centit.support.algorithm.StringRegularOpt
 

T

toJSONObject(String) - 类 中的方法com.centit.support.common.TreeNode
 
toJSONObject() - 类 中的方法com.centit.support.common.TreeNode
 
toNumber() - 类 中的方法com.centit.support.common.WorkTimeSpan
默认单位分钟
toNumberAsMillisecond() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
toNumberAsSecond() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
toString() - 类 中的方法com.centit.support.algorithm.Lunar
 
toString() - 类 中的方法com.centit.support.common.TreeNode
 
toString() - 类 中的方法com.centit.support.common.WorkTimeSpan
默认到分钟
toStringAsMillisecond() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
toStringAsSecond() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
TreeNode<T> - com.centit.support.common中的类
 
TreeNode() - 类 的构造器com.centit.support.common.TreeNode
 
TreeNode(T) - 类 的构造器com.centit.support.common.TreeNode
 
treeToJSONArray(List<T>, ListOpt.ParentChild<? super T>, String) - 类 中的静态方法com.centit.support.algorithm.ListOpt
将TreeList转换为JSONArray
treeToJSONArray(List<TreeNode<T>>, String) - 类 中的静态方法com.centit.support.algorithm.ListOpt
将TreeList转换为JSONArray
trimDateString(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
trimDigits(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
trimNumber(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
trimString(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
truncateFileExtName(String) - 类 中的静态方法com.centit.support.file.FileType
获取文件的名称 ,去掉后缀名
truncateToDay(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
truncateToMonth(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
truncateToYear(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
TxtLogFile - com.centit.support.file中的类
这个类是用来对纯文本的文件追加文本内容 可以用来写操作日志 他有两组函数,一组静态函数打开、写入、关闭 一次完成 一组是类成员函数,可以打开,重复写入,关闭, 两组成员函数用于不同的场合
TxtLogFile() - 类 的构造器com.centit.support.file.TxtLogFile
 

U

unCompress(byte[]) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
字符串的解压
updateMeeting(String, Date, Date, String, String, String, String, String, List<Pair<String, String>>) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
更新已预订过的会议
uploadFile(String, int, String, String, String, String, InputStream) - 类 中的静态方法com.centit.support.network.FtpExecutor
Description: 向FTP服务器上传文件
uploadFile(String, int, String, Proxy, String, String, String, InputStream) - 类 中的静态方法com.centit.support.network.FtpExecutor
 
uppercaseCN(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
urlAddMethodParameter(String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
UrlOptUtils - com.centit.support.network中的类
 
UrlOptUtils() - 类 的构造器com.centit.support.network.UrlOptUtils
 
Utf8ResponseHandler - com.centit.support.network中的类
copy from BasicResponseHandler
Utf8ResponseHandler() - 类 的构造器com.centit.support.network.Utf8ResponseHandler
 
utilDateToIcalDatetime(Date) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
 
UuidOpt - com.centit.support.algorithm中的类
 
UuidOpt() - 类 的构造器com.centit.support.algorithm.UuidOpt
 
uuidToString32(UUID) - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 
uuidToString36(UUID) - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 

W

WorkTimeSpan - com.centit.support.common中的类
工作时间差值, dayWorkHours 每日工作时间,如果这个值为24就是自然时间
WorkTimeSpan() - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(Date, Date, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(Date, Date) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(String) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(String, long, long, long, long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(long, long, long, long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(String, long, long, long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(String, long, long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(long, long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(String, long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(long, long, long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
WorkTimeSpan(long) - 类 的构造器com.centit.support.common.WorkTimeSpan
 
writeInputStreamToFile(InputStream, File) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeInputStreamToFile(InputStream, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeInputStreamToOutputStream(InputStream, OutputStream) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeLog(String, String, boolean, boolean) - 类 中的静态方法com.centit.support.file.TxtLogFile
 
writeLog(String, String) - 类 中的静态方法com.centit.support.file.TxtLogFile
 
writeLog(String, boolean, boolean) - 类 中的方法com.centit.support.file.TxtLogFile
 
writeLogEx(String, String, boolean, boolean) - 类 中的静态方法com.centit.support.file.TxtLogFile
 
writeLogEx(String, boolean, boolean) - 类 中的方法com.centit.support.file.TxtLogFile
 
writeObjectAsJsonToFile(Object, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeObjectToFile(Object, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeStringToFile(String, File) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeStringToFile(String, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeStringToOutputStream(String, OutputStream) - 类 中的静态方法com.centit.support.file.FileIOOpt
 

X

XMLObject - com.centit.support.xml中的类
Created by codefan on 17-6-30.
XMLObject() - 类 的构造器com.centit.support.xml.XMLObject
 
xmlPost(CloseableHttpClient, HttpContext, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlPost(CloseableHttpClient, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlPost(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlPut(CloseableHttpClient, HttpContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlPut(CloseableHttpClient, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlStringToJSONObject(String) - 类 中的静态方法com.centit.support.xml.XMLObject
 
xmlStringToObject(String) - 类 中的静态方法com.centit.support.xml.XMLObject
 
xmlTextHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
XmlUtils - com.centit.support.xml中的类
XML公用操作类
XmlUtils() - 类 的构造器com.centit.support.xml.XmlUtils
 

Z

ZipCompressor - com.centit.support.algorithm中的类
 
A B C D E F G H I J K L M N O P Q R S T U W X Z 
跳过导航链接

Copyright © 2017. All rights reserved.