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

AbstractCachedObject<T> - com.centit.support.common中的类
 
AbstractCachedObject() - 类 的构造器com.centit.support.common.AbstractCachedObject
 
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
 
addDeriveCache(ICachedObject<?>) - 类 中的方法com.centit.support.common.AbstractCachedObject
 
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.GeneralAlgorithm
将两个对象加+起来,可能是数字相加,也可能是字符串连接
addYears(Date, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
AESSecurityUtils - com.centit.support.security中的类
 
animalsYear() - 类 中的方法com.centit.support.algorithm.Lunar
 
appendData(JSONObject, String, Object) - 类 中的静态方法com.centit.support.json.JSONOpt
给设置json对象属性 添加新值,如果没有这个属性和设置属性一样,如果已经有属性值 则属性转换为数组
appendParamsToUrl(String, Map<String, Object>) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
appendParamToUrl(String, String) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
appendParamToUrl(String, String, Object) - 类 中的静态方法com.centit.support.network.UrlOptUtils
 
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.CollectionsOpt
 
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对象属性 添加多个新值
BooleanBaseOpt - com.centit.support.algorithm中的类
 
BOUNDARY - 类 中的静态变量com.centit.support.network.HttpExecutor
 
ByteBaseOpt - com.centit.support.algorithm中的类
 

C

CachedMap<K,T> - com.centit.support.common中的类
用 ConcurrentHashMap 缓存对象,每个对象 自己维护缓存策略
CachedMap() - 类 的构造器com.centit.support.common.CachedMap
 
CachedMap(Function<K, T>, long, int) - 类 的构造器com.centit.support.common.CachedMap
构造函数
CachedMap(Function<K, T>, AbstractCachedObject<?>, int) - 类 的构造器com.centit.support.common.CachedMap
 
CachedMap(Function<K, T>, long) - 类 的构造器com.centit.support.common.CachedMap
构造函数
CachedMap(Function<K, T>, AbstractCachedObject<?>) - 类 的构造器com.centit.support.common.CachedMap
 
CachedObject<T> - com.centit.support.common中的类
 
CachedObject() - 类 的构造器com.centit.support.common.CachedObject
 
CachedObject(Supplier<T>) - 类 的构造器com.centit.support.common.CachedObject
 
CachedObject(Supplier<T>, int) - 类 的构造器com.centit.support.common.CachedObject
 
CachedObject(Supplier<T>, AbstractCachedObject<?>) - 类 的构造器com.centit.support.common.CachedObject
 
CachedObject(Supplier<T>, AbstractCachedObject<?>[]) - 类 的构造器com.centit.support.common.CachedObject
 
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 方法一致了
captureScreen(String) - 类 中的静态方法com.centit.support.image.ImageOpt
抓屏程序 算法来做网络,测试通过
castObjectToBigDecimal(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToBigDecimal(Object, BigDecimal) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToBigInteger(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToBigInteger(Object, BigInteger) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToBoolean(Object) - 类 中的静态方法com.centit.support.algorithm.BooleanBaseOpt
 
castObjectToBoolean(Object, Boolean) - 类 中的静态方法com.centit.support.algorithm.BooleanBaseOpt
 
castObjectToBytes(Object) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
castObjectToDate(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
castObjectToDouble(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToDouble(Object, Double) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToFloat(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToFloat(Object, Float) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToInteger(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToInteger(Object, Integer) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToLong(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToLong(Object, Long) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToNumber(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
castObjectToSqlDate(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
castObjectToSqlTimestamp(Object) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
castObjectToString(Object) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
castObjectToString(Object, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
changeListItem(List<T>, int, int) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
交换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
已过时。
ClassScannerOpt - com.centit.support.algorithm中的类
代码来至网络 http://blog.csdn.net/sodino/article/details/19048493 感谢原创作者
ClassScannerOpt() - 类 的构造器com.centit.support.algorithm.ClassScannerOpt
 
client(CloseableHttpClient) - 类 中的方法com.centit.support.network.HttpExecutorContext
 
cloneArray(T[]) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
 
cloneList(List<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
 
close(Closeable) - 类 中的静态方法com.centit.support.file.FileIOOpt
close the IO stream.
closeLogFile() - 类 中的方法com.centit.support.file.TxtLogFile
 
CollectionsOpt - com.centit.support.algorithm中的类
一些通用的算法,这些算法都和具体的业务数据结构解耦 1. sortAsTree* 将list按照树形结构进行排序,这个方式是这个类最重要的一个方法,也是这个类存在的一个原因。
CollectionsOpt() - 类 的构造器com.centit.support.algorithm.CollectionsOpt
 
CollectionsOpt.ParentChild<T> - com.centit.support.algorithm中的接口
判断两个对象是否是父子关系,用于针对树形展示的数据结构进行排序
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
 
combination(List<T>, int, Comparator<? super T>, Consumer<List<T>>) - 类 中的静态方法com.centit.support.algorithm.Mathematics
非递归的组合
compareTwoComparableObject(T, T) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
int compare(final T c1, final T c2) 等价于 ObjectUtils.compare
compareTwoDate(Date, Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
比较两个日期大小 ,避免 发生 NullPointerException 异常 Compares two Dates for ordering.
compareTwoList(List<T>, List<T>, Comparator<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
对比两个列表,判断哪些需要新增、哪些需要删除、哪些需要更新
compareTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
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...) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
连接字符串 null 自动忽略 不会拼接一个 'null'
concat(Object[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
连接字符串 null 自动忽略 不会拼接一个 'null'
concat(Collection<Object>, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
连接字符串 null 自动忽略 不会拼接一个 'null'
contains(String[], String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
context(HttpContext) - 类 中的方法com.centit.support.network.HttpExecutorContext
 
convertDatetimeToString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
返回日期字符串 "yyyy-MM-dd HH:mm:ss"
convertDateToGMTString(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
返回日期字符串 toUTCString( ) 和 javaScript 一致 // d MMM yyyy HH:mm:ss 'GMT'
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"
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
 
convertToSqlDate(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
日期类型转换 从 java.util.Date 转换为 java.sql.Date 这个会截断时间
convertToSqlTimestamp(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
日期类型转换 从 java.util.Date 转换为 java.sql.Timestamp
convertToUtilDate(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
日期类型转换 从 java.sql.Date 转换为 java.util.Date 这个会截断时间
convertToZipOutputStream(OutputStream) - 类 中的静态方法com.centit.support.algorithm.ZipCompressor
将OutputStream 转换为 ZipOutputStream 并作为 compressFile 的输入参数 这个可以用于 打包下载
create() - 类 中的静态方法com.centit.support.network.HttpExecutorContext
 
create(CloseableHttpClient) - 类 中的静态方法com.centit.support.network.HttpExecutorContext
 
createBeanMetaDataFromType(Class<?>) - 类 中的静态方法com.centit.support.common.JavaBeanMetaData
 
createBeanObject() - 类 中的方法com.centit.support.common.JavaBeanMetaData
 
createBeanObjectFromMap(Map<String, Object>) - 类 中的方法com.centit.support.common.JavaBeanMetaData
 
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.algorithm.CollectionsOpt
参数必须是 string object string object ....
createHashMap(Object...) - 类 中的静态方法com.centit.support.json.JSONOpt
已过时。
createHashSet(T...) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
 
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
 
createList(T...) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
 
createMeeting(Date, Date, String, String, String, String, String, List<Pair<String, String>>) - 类 中的静态方法com.centit.support.network.OutlookMeetingUtils
新增
createObjectFromMap(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, int) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
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中的类
几乎每一个框架都有重写这个类,这个类中的方法比较多,可以归纳为一下几类: 1. create* 这类方法式创建一个日期类,不同的方法有不同的参数 2. current* 获取当前时间,不同的方法返回不同的类型,可能是 utils.Date、sql.Data、timeStamp等等 3. convert* 在土工日期类型、日期和时间 等等之间进行转换 4. equal* 判断两个日期在不同时间精度上是否相等,比如是否是同一月、同一天、同一分钟等等。
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"
DerivativeCachedMap<K,D,T> - com.centit.support.common中的类
用 ConcurrentHashMap 缓存对象,每个对象 自己维护缓存策略
DerivativeCachedMap(Function<D, T>, CachedMap<K, D>, int) - 类 的构造器com.centit.support.common.DerivativeCachedMap
构造函数
DerivativeCachedMap(Function<D, T>, CachedMap<K, D>) - 类 的构造器com.centit.support.common.DerivativeCachedMap
 
deriveCaches - 类 中的变量com.centit.support.common.AbstractCachedObject
 
DESSecurityUtils - com.centit.support.security中的类
已过时。
digits(long, int) - 类 中的静态方法com.centit.support.algorithm.UuidOpt
 
divideTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
doOperate(InputStream) - 接口 中的方法com.centit.support.network.HttpExecutor.DoOperateInputStream
 
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
 
empty() - 类 中的静态方法com.centit.support.network.HttpExecutorContext
 
emptyValue(String, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
如果字符串str为null返回"",返回 emptyValue 否则返回 str
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
 
evictCache() - 类 中的方法com.centit.support.common.CachedMap
 
evictCahce() - 类 中的方法com.centit.support.common.AbstractCachedObject
 
evictCahce() - 类 中的方法com.centit.support.common.DerivativeCachedMap
 
evictCahce() - 接口 中的方法com.centit.support.common.ICachedObject
 
evictDerivativeCahce() - 类 中的方法com.centit.support.common.AbstractCachedObject
 
evicted - 类 中的变量com.centit.support.common.AbstractCachedObject
 
evictIdentifiedCache(K) - 类 中的方法com.centit.support.common.CachedMap
 
evictIdentifiedCache(K) - 类 中的方法com.centit.support.common.DerivativeCachedMap
 
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

fetchInputStreamByUrl(HttpExecutorContext, String, String, HttpExecutor.DoOperateInputStream<T>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fetchInputStreamByUrl(HttpExecutorContext, String, HttpExecutor.DoOperateInputStream<T>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fetchInputStreamByUrl(String, HttpExecutor.DoOperateInputStream<T>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileCopy(File, File) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
fileCopy(String, String) - 类 中的静态方法com.centit.support.file.FileSystemOpt
 
fileDownload(HttpExecutorContext, String, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileDownload(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileDownload(String, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileDownload(String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
FileEncryptWithAes - com.centit.support.file中的类
 
FileEncryptWithDes - com.centit.support.file中的类
 
FileIOOpt - com.centit.support.file中的类
 
FileMD5Maker - com.centit.support.file中的类
 
FileSystemOpt - com.centit.support.file中的类
 
FileType - com.centit.support.file中的类
 
fileUpload(HttpExecutorContext, String, File) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
fileUpload(HttpExecutorContext, String, Map<String, Object>, 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.
findClassName(List<Class<?>>, String, String, boolean, Class<? extends Annotation>) - 类 中的静态方法com.centit.support.algorithm.ClassScannerOpt
 
findClassName(List<Class<?>>, String, URL, boolean, Class<? extends Annotation>) - 类 中的静态方法com.centit.support.algorithm.ClassScannerOpt
 
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(HttpExecutorContext, String, Object, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPost(HttpExecutorContext, String, Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPostWithFileUpload(HttpExecutorContext, String, Map<String, Object>, Map<String, File>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
formPut(HttpExecutorContext, 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中的类
 

G

GeneralAlgorithm - com.centit.support.algorithm中的类
Created by codefan on 17-9-7.
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
 
getCachedObject(K) - 类 中的方法com.centit.support.common.CachedMap
 
getCachedTarget() - 类 中的方法com.centit.support.common.CachedObject
 
getCachedValue(K) - 类 中的方法com.centit.support.common.CachedMap
 
getCachedValue(K) - 类 中的方法com.centit.support.common.DerivativeCachedMap
 
getChildren() - 类 中的方法com.centit.support.common.TreeNode
 
getChinaDayString(int) - 类 中的静态方法com.centit.support.algorithm.Lunar
 
getClassList(String, boolean, Class<? extends Annotation>) - 类 中的静态方法com.centit.support.algorithm.ClassScannerOpt
查找带有某个注解的类
getClassPathProperties(String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取classpath下文件
getClassPathProperties(Class<?>, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
 
getClassPathProperty(String, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取classpath下文件
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
 
getFieldJavaType() - 类 中的方法com.centit.support.common.JavaBeanField
 
getFields(Object) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFieldsByType(Object, Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFieldType() - 类 中的方法com.centit.support.common.JavaBeanField
 
getFieldValue(Object, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFieldValue(Object, Field) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getFiled(String) - 类 中的方法com.centit.support.common.JavaBeanMetaData
 
getFileds() - 类 中的方法com.centit.support.common.JavaBeanMetaData
 
getFileExtName(String) - 类 中的静态方法com.centit.support.file.FileType
获取文件的后缀名
getFileMimeType(String) - 类 中的静态方法com.centit.support.file.FileType
 
getFilePathProperties(String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取非classpath下文件
getFilePathProperty(String, String) - 类 中的静态方法com.centit.support.file.PropertiesReader
读取非classpath下文件
getFileType(InputStream) - 类 中的静态方法com.centit.support.file.FileType
判断文件类型
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
获取一个汉字的拼音首字母。
getFreshTarget() - 类 中的方法com.centit.support.common.CachedObject
 
getFreshValue(K) - 类 中的方法com.centit.support.common.CachedMap
 
getGetFieldValueFunc() - 类 中的方法com.centit.support.common.JavaBeanField
 
getGetterMethod(Class<?>, Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getGetterMethod(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
getHour(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
getHours() - 类 中的方法com.centit.support.common.WorkTimeSpan
 
getHttpclient() - 类 中的方法com.centit.support.network.HttpExecutorContext
 
getHttpContext() - 类 中的方法com.centit.support.network.HttpExecutorContext
 
getHttpHeaders() - 类 中的方法com.centit.support.network.HttpExecutorContext
 
getHttpProxy() - 类 中的方法com.centit.support.network.HttpExecutorContext
 
getIncludePropPreFilter(Class<?>, String...) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getIncludePropPreFilter(String[]) - 类 中的静态方法com.centit.support.json.JsonPropertyUtils
 
getJavaType() - 类 中的方法com.centit.support.common.JavaBeanMetaData
 
getJavaTypeName(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
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
 
getMilliSecond(Date) - 类 中的静态方法com.centit.support.algorithm.DatetimeOpt
 
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
 
getObjectField() - 类 中的方法com.centit.support.common.JavaBeanField
 
getObjectFieldValue(Object) - 类 中的方法com.centit.support.common.JavaBeanField
 
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
 
getRawTarget() - 类 中的方法com.centit.support.common.CachedMap
 
getRawTarget() - 类 中的方法com.centit.support.common.CachedObject
 
getRawTarget() - 类 中的方法com.centit.support.common.DerivativeCachedMap
 
getRawTarget() - 接口 中的方法com.centit.support.common.ICachedObject
 
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
 
getSetFieldValueFunc() - 类 中的方法com.centit.support.common.JavaBeanField
 
getSetterMethod(Class<?>, Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
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
根据URL 获取域名
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
 
header(String, String) - 类 中的方法com.centit.support.network.HttpExecutorContext
 
headers(Map<String, String>) - 类 中的方法com.centit.support.network.HttpExecutorContext
 
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中的类
 
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(HttpExecutorContext, HttpRequestBase, ResponseHandler<T>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
httpExecute(HttpExecutorContext, HttpRequestBase) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
HttpExecutor - com.centit.support.network中的类
 
HttpExecutor.DoOperateInputStream<T> - com.centit.support.network中的接口
 
HttpExecutorContext - com.centit.support.network中的类
 
HttpExecutorContext() - 类 的构造器com.centit.support.network.HttpExecutorContext
 

I

ICachedObject<T> - com.centit.support.common中的接口
 
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(HttpExecutorContext, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
inputStreamUpload(HttpExecutorContext, 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)
isArrayType(Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
判断一个类型是否是 数组[]、Collection(List)
isAssignableFrom(Class<?>) - 类 中的方法com.centit.support.common.JavaBeanField
 
isBoolean(Object) - 类 中的静态方法com.centit.support.algorithm.BooleanBaseOpt
 
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
 
isFalse(String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isFreshData(K) - 类 中的方法com.centit.support.common.CachedMap
 
isLeaf() - 类 中的方法com.centit.support.common.TreeNode
 
isLeap() - 类 中的方法com.centit.support.algorithm.Lunar
 
isMatch(String, String) - 类 中的静态方法com.centit.support.algorithm.StringRegularOpt
 
isNumber(Object) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
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等价 建议使用 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

JavaBeanField - com.centit.support.common中的类
Created by codefan on 17-9-22.
JavaBeanField() - 类 的构造器com.centit.support.common.JavaBeanField
 
JavaBeanField(Field) - 类 的构造器com.centit.support.common.JavaBeanField
 
JavaBeanMetaData - com.centit.support.common中的类
java 的内省机制实现了 javaBean 的信息获取,后面希望通过这套jdk标准的方法重写这部分内容。
jsonObjectToXMLString(Map<String, Object>) - 类 中的静态方法com.centit.support.xml.XMLObject
 
JSONOpt - com.centit.support.json中的类
对JSON对象进行操作,目前只能对一维数组进行操作, 但这不意味只能有一维数据,你可以给一维数组中的变量设置为任意值,包括数值,只是不能再次操作这个数值中的值
jsonPost(HttpExecutorContext, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(HttpExecutorContext, String, JSON, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(HttpExecutorContext, String, Object, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(HttpExecutorContext, String, Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
jsonPost(HttpExecutorContext, 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.
jsonPut(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 

K

KEEP_FRESH_PERIOD - 接口 中的静态变量com.centit.support.common.ICachedObject
 
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)); 以此类推可以返回多个数值 建议使用
KeyValuePair() - 类 的构造器com.centit.support.common.KeyValuePair
 
KeyValuePair(K, V) - 类 的构造器com.centit.support.common.KeyValuePair
 

L

listToArray(Collection<T>, Class<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将list(Collection 所以 set也可以) 转换为数组, list.toArray(T[]) 感觉不太好用,要new一个接受的数组对象
listToArray(Collection<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将list(Collection 所以 set也可以) 转换为数组, list.toArray(T[]) 感觉不太好用,要new一个接受的数组对象
logger - 类 中的静态变量com.centit.support.algorithm.ClassScannerOpt
 
logger - 类 中的静态变量com.centit.support.algorithm.ReflectionOpt
 
logger - 类 中的静态变量com.centit.support.algorithm.StringBaseOpt
 
logger - 类 中的静态变量com.centit.support.file.FileIOOpt
 
logger - 类 中的静态变量com.centit.support.file.FileMD5Maker
 
logger - 类 中的静态变量com.centit.support.file.FileType
 
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
 
logger - 类 中的静态变量com.centit.support.security.AESSecurityUtils
 
logger - 类 中的静态变量com.centit.support.security.DESSecurityUtils
已过时。
 
logger - 类 中的静态变量com.centit.support.security.Md5Encoder
 
logger - 类 中的静态变量com.centit.support.security.Sha1Encoder
 
logger - 类 中的静态变量com.centit.support.xml.XMLObject
 
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>, CollectionsOpt.ParentChild<? super T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
对排序号的树形数组结构 找到JQueryTree要的Indexes
makeRequectParams(Object, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
makeRequectParams(Object) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
mapExtNameToMimeType(String) - 类 中的静态方法com.centit.support.file.FileType
 
Mathematics - com.centit.support.algorithm中的类
 
Mathematics() - 类 的构造器com.centit.support.algorithm.Mathematics
 
maxObject(Collection<Object>) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
Md5Encoder - com.centit.support.security中的类
MD5 散列算法返回的128bit的编码,HEX编码后的长度为32Byte
mergeJSONObjectt(JSONObject, JSONObject) - 类 中的静态方法com.centit.support.json.JSONOpt
 
methodNameToField(String) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
mFileTypes - 类 中的静态变量com.centit.support.file.FileType
 
midPad(String, int, String, char) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
在中间添加 字符
midPad(String, int, String, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
minObject(Collection<Object>) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
MINUTE_MILLISECONDS - 类 中的静态变量com.centit.support.common.WorkTimeSpan
 
modTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
moveListItem(List<T>, int, int) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
移动List一个对象到新的位置
multiFormPost(HttpExecutorContext, String, Object[], Map<String, Object>, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(HttpExecutorContext, String, Object, Map<String, Object>, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(HttpExecutorContext, String, Object[], Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPost(HttpExecutorContext, String, Object, Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPut(HttpExecutorContext, String, Object[], Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
multiFormPut(HttpExecutorContext, 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
multiplyTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 

N

nextCode(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
寻找比它大一个字符串 nextCode("0000200")=="0000201" nextCode("000AZZZ")=="000BAAA"
NOT_REFRESH_PERIOD - 接口 中的静态变量com.centit.support.common.ICachedObject
 
NumberBaseOpt - com.centit.support.algorithm中的类
1. capitalization 将数据转换为大写,用户发票中的大写输出。
nvl(T, T) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
nvl2(Object, T, T) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
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
 
objectToMap(Object) - 类 中的静态方法com.centit.support.json.JSONOpt
 
objectToString(Object) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
objectToStringList(Object) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
将对象转换为 string list
objectToXMLString(String, Object) - 类 中的静态方法com.centit.support.xml.XMLObject
 
objectToXMLString(Object) - 类 中的静态方法com.centit.support.xml.XMLObject
 
of(K, V) - 类 中的静态方法com.centit.support.common.KeyValuePair
 
OFFICE2003_FILE_HEAD - 类 中的静态变量com.centit.support.file.FileType
 
OFFICE_XML_FILE_HEAD - 类 中的静态变量com.centit.support.file.FileType
 
openLogFile(String) - 类 中的方法com.centit.support.file.TxtLogFile
 
OutlookMeetingUtils - com.centit.support.network中的类
 

P

parentAndChild(T, T) - 接口 中的方法com.centit.support.algorithm.CollectionsOpt.ParentChild
 
parseDouble(String, Double) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseDouble(String) - 类 中的静态方法com.centit.support.algorithm.NumberBaseOpt
 
parseFloat(String, Float) - 类 中的静态方法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
 
permutation(List<T>, Comparator<? super T>, Consumer<List<T>>) - 类 中的静态方法com.centit.support.algorithm.Mathematics
非递归的排列
permutationAndCombination(List<T>, int, Comparator<? super T>, Consumer<List<T>>) - 类 中的静态方法com.centit.support.algorithm.Mathematics
非递归的排列与组合
plainTextHead - 类 中的静态变量com.centit.support.network.HttpExecutor
 
PropertiesReader - com.centit.support.file中的类
Properties 文件工具类
proxy(HttpHost) - 类 中的方法com.centit.support.network.HttpExecutorContext
 

Q

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

R

rawPost(HttpExecutorContext, String, byte[], boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
rawPost(HttpExecutorContext, String, byte[]) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
rawPut(HttpExecutorContext, String, byte[]) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
read(BufferedReader) - 类 中的方法com.centit.support.file.IniReader
 
readBytesFromFile(File, int) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readBytesFromFile(String, int) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readBytesFromInputStream(InputStream, int) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readDate(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readDateAsInt32(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readDatetimeAsInt64(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readDouble(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readFileToBuffer(String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
readFloat(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readInt(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readInt16(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readInt32(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readInt64(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readJarResourceToBuffer(Class<?>, String) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
readLong(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readObjectAsJsonFromFile(String, Class<T>) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readObjectFromFile(String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
readShort(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readString(byte[], int, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
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
 
readTimestampAsInt64(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readUInt16(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
readUInt32(byte[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
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.CollectionsOpt
移除String List中的所有 Blank 对象
removeBlankString(String[]) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
移除List中的所有null对象
removeNullItem(List<T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
移除List中的所有null对象
removeNullItem(T[]) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
移除List中的所有null对象
REQUESTCHECKCODE - 类 中的静态变量com.centit.support.image.CaptchaImageUtil
 
requestInputStreamPost(HttpExecutorContext, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
requestInputStreamPut(HttpExecutorContext, String, InputStream) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
resolveEntity(String, String) - 类 中的方法com.centit.support.xml.IgnoreDTDEntityResolver
 
RSASecurityUtils - com.centit.support.security中的类
 

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中的类
 
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
setFieldType(Class<?>) - 类 中的方法com.centit.support.common.JavaBeanField
 
setFieldValue(Object, String, Object, Class<?>) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
setFieldValue(Object, String, Object) - 类 中的静态方法com.centit.support.algorithm.ReflectionOpt
 
setFreshDataPair(K, T) - 类 中的方法com.centit.support.common.CachedMap
 
setFreshPeriod(int) - 类 中的方法com.centit.support.common.CachedMap
 
setFreshPeriod(int) - 类 中的方法com.centit.support.common.CachedObject
 
setFreshPeriod(int) - 类 中的方法com.centit.support.common.DerivativeCachedMap
 
setFreshtDate(K, T) - 类 中的方法com.centit.support.common.CachedMap
 
setFreshtDate(T) - 类 中的方法com.centit.support.common.CachedObject
 
setGetFieldValueFunc(Method) - 类 中的方法com.centit.support.common.JavaBeanField
 
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
 
setObjectField(Field) - 类 中的方法com.centit.support.common.JavaBeanField
 
setObjectFieldValue(Object, Object) - 类 中的方法com.centit.support.common.JavaBeanField
 
setObjectFieldValue(Object, String, Object) - 类 中的方法com.centit.support.common.JavaBeanMetaData
 
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
 
setRefresher(Function<K, T>) - 类 中的方法com.centit.support.common.CachedMap
 
setRefresher(Supplier<T>) - 类 中的方法com.centit.support.common.CachedObject
 
setRefresher(Function<D, T>) - 类 中的方法com.centit.support.common.DerivativeCachedMap
 
setSetFieldValueFunc(Method) - 类 中的方法com.centit.support.common.JavaBeanField
 
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
simpleDelete(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(HttpExecutorContext, String, Map<String, Object>) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simpleGet(HttpExecutorContext, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePost(HttpExecutorContext, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePost(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
simplePut(HttpExecutorContext, 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>, CollectionsOpt.ParentChild<? super T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将数组结构按照树形展示的形式进行排序,将所有孩子元素放到父元素的下面 深度优先的排序
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>, CollectionsOpt.ParentChild<? super T>, String) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将列表转换为tree结构的json
srotAsTreeAndToJSON2(List<T>, CollectionsOpt.ParentChild<? super T>, String) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将列表转换为tree结构的json 和 srotAsTreeAndToJSON 用不同的算法实现,这个需要额外的空间,用递归实现。
storedAsTree(List<T>, CollectionsOpt.ParentChild<? super T>) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将数组结构按照树形展示的形式进行排序,将所有孩子元素放到父元素的下面 深度优先的排序
string2xml(String) - 类 中的静态方法com.centit.support.xml.XmlUtils
 
StringBaseOpt - com.centit.support.algorithm中的类
String Utility Class This is used to encode passwords programmatically View Source
StringRegularOpt - com.centit.support.algorithm中的类
 
stringToScalarData(String, Class<T>) - 类 中的静态方法com.centit.support.algorithm.StringBaseOpt
 
subtractTwoObject(Object, Object) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 
sumObjects(Collection<Object>) - 类 中的静态方法com.centit.support.algorithm.GeneralAlgorithm
 

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>, CollectionsOpt.ParentChild<? super T>, String) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将TreeList转换为JSONArray
treeToJSONArray(List<TreeNode<T>>, String) - 类 中的静态方法com.centit.support.algorithm.CollectionsOpt
将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
 
trimStringQuoted(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中的类
 
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中的类
 
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
 
writeDate(byte[], Date, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeDateAsInt32(byte[], Date, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeDatetimeAsInt64(byte[], Date, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeDouble(byte[], double, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeFloat(byte[], float, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeInputStreamToFile(InputStream, File) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeInputStreamToFile(InputStream, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeInputStreamToOutputStream(InputStream, OutputStream) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeInt(byte[], int, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeInt16(byte[], short, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeInt32(byte[], int, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeInt64(byte[], long, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
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
 
writeLong(byte[], long, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeObjectAsJsonToFile(Object, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeObjectToFile(Object, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeShort(byte[], short, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeString(byte[], String, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeString(byte[], char[], int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeStringApendSpace(byte[], String, int, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeStringApendSpace(byte[], char[], int, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeStringAsBytes(byte[], String, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeStringToFile(String, File) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeStringToFile(String, String) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeStringToOutputStream(String, OutputStream) - 类 中的静态方法com.centit.support.file.FileIOOpt
 
writeTimestampAsInt64(byte[], Date, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeUInt16(byte[], int, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 
writeUInt32(byte[], long, int) - 类 中的静态方法com.centit.support.algorithm.ByteBaseOpt
 

X

XMLObject - com.centit.support.xml中的类
Created by codefan on 17-6-30.
xmlPost(HttpExecutorContext, String, String, boolean) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlPost(HttpExecutorContext, String, String) - 类 中的静态方法com.centit.support.network.HttpExecutor
 
xmlPut(HttpExecutorContext, 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公用操作类

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 © 2018 江苏南大先腾信息产业股份有限公司. All rights reserved.