- 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
-