- CachedMap<K,T> - Class in com.centit.support.common
-
用 ConcurrentHashMap 缓存对象,每个对象 自己维护缓存策略
- CachedMap(Function<K, T>, long, int) - Constructor for class com.centit.support.common.CachedMap
-
构造函数
- CachedMap() - Constructor for class com.centit.support.common.CachedMap
-
- CachedMap(Function<K, T>, AbstractCachedObject<?>, int) - Constructor for class com.centit.support.common.CachedMap
-
- CachedMap(Function<K, T>, long) - Constructor for class com.centit.support.common.CachedMap
-
构造函数
- CachedMap(Function<K, T>, AbstractCachedObject<?>) - Constructor for class com.centit.support.common.CachedMap
-
- CachedObject<T> - Class in com.centit.support.common
-
- CachedObject(Supplier<T>, long) - Constructor for class com.centit.support.common.CachedObject
-
- CachedObject() - Constructor for class com.centit.support.common.CachedObject
-
- CachedObject(Supplier<T>) - Constructor for class com.centit.support.common.CachedObject
-
- CachedObject(Supplier<T>, AbstractCachedObject<?>) - Constructor for class com.centit.support.common.CachedObject
-
- CachedObject(Supplier<T>, AbstractCachedObject<?>[]) - Constructor for class com.centit.support.common.CachedObject
-
- calcDatatimeSpan(Date, Date) - Static method in class com.centit.support.common.WorkTimeSpan
-
计算两个日期之间的时间差
- calcDateSpan(Date, Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- calcFormula() - Method in class com.centit.support.compiler.VariableFormula
-
- calcFormula(String) - Method in class com.centit.support.compiler.VariableFormula
-
- calcMultiFormula(String, VariableTranslate, Map<String, Function<Object[], Object>>) - Static method in class com.centit.support.compiler.VariableFormula
-
- calcSpanDays(Date, Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- calculate(String) - Static method in class com.centit.support.compiler.VariableFormula
-
- calculate(String, VariableTranslate, Map<String, Function<Object[], Object>>) - Static method in class com.centit.support.compiler.VariableFormula
-
- calculate(String, VariableTranslate) - Static method in class com.centit.support.compiler.VariableFormula
-
- calculate(String, Object) - Static method in class com.centit.support.compiler.VariableFormula
-
- calcWeek1stDay(int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- calcWeekDays(Date, Date, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
计算这个周期中 工作日的天数,不包括 周六和周日,但是因为不知道其他的假期,所以只是去掉周末
- calcWeekendDays(Date, Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
计算这个周期中的周六和周日的天数,周末的天数
- calcWeekLastDay(int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- calcWorkTimeSpan(Date, Date, Long) - Static method in class com.centit.support.common.WorkTimeSpan
-
- calcWorkTimeSpan(Date, Date) - Static method in class com.centit.support.common.WorkTimeSpan
-
- callJsFunc(String, Object...) - Method in class com.centit.support.extend.JSRuntimeContext
-
- callJsObjectMethod(Object, String, Object...) - Method in class com.centit.support.extend.JSRuntimeContext
-
- capital(Object) - Method in class com.centit.support.compiler.EmbedFuncUtils
-
- capitalization(String) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- capitalization(String, boolean) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- capitalizationCN(String) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- capitalRMB(Object) - Method in class com.centit.support.compiler.EmbedFuncUtils
-
- capitalRmbYJF(Object) - Method in class com.centit.support.compiler.EmbedFuncUtils
-
- CaptchaImageUtil - Class in com.centit.support.image
-
对辨析难度要求高的可以用 google的kaptcha ,
这个类设计就是为了辨析容易,哈哈虽然有点搞笑,但是有的用户就是有这个要求
google的kaptcha 是用方法 ,先配置bean
在类中注入这个bean
然后调用 BufferedImage bi = captchaProducer.createImage(String captchaKey);方法
着用用法就和CaptchaImageUtil的generateCaptchaImage 方法一致了
- captureScreen(String) - Static method in class com.centit.support.image.ImageOpt
-
抓屏程序 算法来做网络,测试通过
- castObjectToBigDecimal(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBigDecimal(Object, BigDecimal) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBigInteger(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBigInteger(Object, BigInteger) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToBoolean(Object) - Static method in class com.centit.support.algorithm.BooleanBaseOpt
-
- castObjectToBoolean(Object, Boolean) - Static method in class com.centit.support.algorithm.BooleanBaseOpt
-
- castObjectToBytes(Object) - Static method in class com.centit.support.algorithm.ByteBaseOpt
-
- castObjectToColor(Object) - Static method in class com.centit.support.image.ImageOpt
-
- castObjectToColor(Object, Color) - Static method in class com.centit.support.image.ImageOpt
-
- castObjectToDate(Object) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- castObjectToDouble(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToDouble(Object, Double) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToFloat(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToFloat(Object, Float) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToInputStream(Object) - Static method in class com.centit.support.file.FileIOOpt
-
- castObjectToInteger(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToInteger(Object, Integer) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToLong(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToLong(Object, Long) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToNumber(Object) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- castObjectToSqlDate(Object) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- castObjectToSqlTimestamp(Object) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- castObjectToString(Object) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
- castObjectToString(Object, String) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
- castObjectToType(Object, Class<?>) - Static method in class com.centit.support.algorithm.GeneralAlgorithm
-
- ceil(Number, int) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- changeListItem(List<T>, int, int) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
交换List中两个对象的位置
- changeSign() - Method in class com.centit.support.common.WorkTimeSpan
-
- checkArrayObject(Object) - Static method in class com.centit.support.extend.JSRuntimeContext
-
- checkcodeMatch(String, String) - Static method in class com.centit.support.image.CaptchaImageUtil
-
- checkFormula(String) - Static method in class com.centit.support.compiler.VariableFormula
-
- checkFormula() - Method in class com.centit.support.compiler.VariableFormula
-
- chineseName(String, int) - Static method in class com.centit.support.security.DesensitizeOptUtils
-
【中文姓名】只显示第一个汉字,其他隐藏为2个星号,比如:李**
- chr(int) - Static method in class com.centit.support.security.HTMLFilter
-
- clacDocumentNo(String, long, Map<String, String>) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
Deprecated.
- ClassScannerOpt - Class in com.centit.support.algorithm
-
代码来至网络 http://blog.csdn.net/sodino/article/details/19048493
感谢原创作者
- ClassScannerOpt() - Constructor for class com.centit.support.algorithm.ClassScannerOpt
-
- client(CloseableHttpClient) - Method in class com.centit.support.network.HttpExecutorContext
-
- cloneArray(T[]) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- cloneHashMap(Map<K, V>) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- cloneList(Collection<T>) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
克隆 一个 list
- cloneSet(Collection<T>) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- close(Closeable) - Static method in class com.centit.support.file.FileIOOpt
-
close the IO stream.
- closeLogFile() - Method in class com.centit.support.file.TxtLogFile
-
- CollectionsOpt - Class in com.centit.support.algorithm
-
一些通用的算法,这些算法都和具体的业务数据结构解耦
1.
- CollectionsOpt() - Constructor for class com.centit.support.algorithm.CollectionsOpt
-
- CollectionsOpt.ParentChild<T> - Interface in com.centit.support.algorithm
-
判断两个对象是否是父子关系,用于针对树形展示的数据结构进行排序
- com.centit.support.algorithm - package com.centit.support.algorithm
-
- com.centit.support.common - package com.centit.support.common
-
- com.centit.support.compiler - package com.centit.support.compiler
-
- com.centit.support.extend - package com.centit.support.extend
-
- com.centit.support.file - package com.centit.support.file
-
- com.centit.support.image - package com.centit.support.image
-
- com.centit.support.json - package com.centit.support.json
-
- com.centit.support.json.config - package com.centit.support.json.config
-
- com.centit.support.network - package com.centit.support.network
-
- com.centit.support.security - package com.centit.support.security
-
- com.centit.support.xml - package com.centit.support.xml
-
- combination(List<T>, int, Comparator<? super T>, Consumer<List<T>>) - Static method in class com.centit.support.algorithm.Mathematics
-
非递归的组合
- compareTwoComparableObject(T, T, boolean) - Static method in class com.centit.support.algorithm.GeneralAlgorithm
-
int compare(final T c1, final T c2)
等价于 ObjectUtils.compare
- compareTwoComparableObject(T, T) - Static method in class com.centit.support.algorithm.GeneralAlgorithm
-
- compareTwoDate(Date, Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
比较两个日期大小 ,避免 发生 NullPointerException 异常
Compares two Dates for ordering.
- compareTwoList(List<T>, List<T>, Comparator<T>) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
对比两个列表,判断哪些需要新增、哪些需要删除、哪些需要更新
- compareTwoObject(Object, Object, boolean) - Static method in class com.centit.support.algorithm.GeneralAlgorithm
-
- compareTwoObject(Object, Object) - Static method in class com.centit.support.algorithm.GeneralAlgorithm
-
- comparing(Function<? super T, ? extends U>, boolean) - Static method in class com.centit.support.algorithm.GeneralAlgorithm
-
- compileScript(String) - Method in class com.centit.support.extend.JSRuntimeContext
-
- compileScriptFile(String) - Method in class com.centit.support.extend.JSRuntimeContext
-
- compileScriptStream(InputStream) - Method in class com.centit.support.extend.JSRuntimeContext
-
- compress(String) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
字符串的压缩
- compress(String, String, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compress(String, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compress(File, String, ZipOutputStream, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compress(File, ZipOutputStream, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compressDirectory(File, ZipOutputStream, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compressFile(InputStream, String, ZipOutputStream, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compressFile(File, String, ZipOutputStream, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compressFile(File, ZipOutputStream, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compressFileInDirectory(String, String) - Static method in class com.centit.support.algorithm.ZipCompressor
-
- compressFiles(String, String[]) - Static method in class com.centit.support.algorithm.ZipCompressor
-
将多个文件 压缩到一个 zip 文件中
- compressFiles(String, Collection<String>) - Static method in class com.centit.support.algorithm.ZipCompressor
-
将多个文件 压缩到一个 zip 文件中
- concat(Object...) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
连接字符串 null 自动忽略 不会拼接一个 'null'
- concat(Object[], String) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
连接字符串 null 自动忽略 不会拼接一个 'null'
- concat(Collection<Object>, String) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
连接字符串 null 自动忽略 不会拼接一个 'null'
- ConstDefine - Class in com.centit.support.compiler
-
- contains(String[], String) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
- context(HttpContext) - Method in class com.centit.support.network.HttpExecutorContext
-
- convertDatetimeToString(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
返回日期字符串 "yyyy-MM-dd HH:mm:ss"
- convertDateToGMTString(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
返回日期字符串 toUTCString( ) 和 javaScript 一致
// d MMM yyyy HH:mm:ss 'GMT'
- convertDateToSmartString(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- convertDateToSmartString(Date, boolean) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- convertDateToString(Date, String) - Static method in class 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) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
返回日期字符串 "yyyy-MM-dd"
- convertStringToDate(String, String) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
This method generates a string representation of a date/time in the
format you specify on input
- convertStringToDate(String) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
This method converts a String to a date using the datePattern
- convertTimestampToString(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- convertTimeToString(Date) - Static method in class 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) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- convertToSqlDate(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
日期类型转换 从 java.util.Date 转换为 java.sql.Date 这个会截断时间
- convertToSqlTimestamp(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
日期类型转换 从 java.util.Date 转换为 java.sql.Timestamp
- convertToUtilDate(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
日期类型转换 从 java.sql.Date 转换为 java.util.Date 这个会截断时间
- convertToZipOutputStream(OutputStream) - Static method in class com.centit.support.algorithm.ZipCompressor
-
将OutputStream 转换为 ZipOutputStream 并作为 compressFile 的输入参数
这个可以用于 打包下载
- cookie(String, String) - Method in class com.centit.support.network.HttpExecutorContext
-
- cookies(Map<String, String>) - Method in class com.centit.support.network.HttpExecutorContext
-
- create() - Static method in class com.centit.support.network.HttpExecutorContext
-
- create(CloseableHttpClient) - Static method in class com.centit.support.network.HttpExecutorContext
-
- createBeanMetaDataFromType(Class<?>, int) - Static method in class com.centit.support.common.JavaBeanMetaData
-
- createBeanMetaDataFromType(Class<?>) - Static method in class com.centit.support.common.JavaBeanMetaData
-
- createBeanObject() - Method in class com.centit.support.common.JavaBeanMetaData
-
- createBeanObjectFromMap(Map<String, Object>) - Method in class com.centit.support.common.JavaBeanMetaData
-
- createCbcDencryptCipher(byte[], byte[]) - Static method in class com.centit.support.security.AESSecurityUtils
-
- createCbcEncryptCipher(byte[], byte[]) - Static method in class com.centit.support.security.AESSecurityUtils
-
- createDencryptCipher(String) - Static method in class com.centit.support.security.AESSecurityUtils
-
- createDirect(File) - Static method in class com.centit.support.file.FileSystemOpt
-
创建目录
- createDirect(String) - Static method in class com.centit.support.file.FileSystemOpt
-
创建目录
- createEncryptCipher(String) - Static method in class com.centit.support.security.AESSecurityUtils
-
- createFile(InputStream, String) - Static method in class com.centit.support.file.FileSystemOpt
-
- createHashMap(Object...) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
参数必须是 string object string object ....
- createHashMap(List<T>, Function<T, String>) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- createHashMap(String[], T[]) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- createHashSet(T...) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- createHttpClient(HttpHost, boolean, boolean) - Static method in class com.centit.support.network.HttpExecutor
-
- createHttpClient() - Static method in class com.centit.support.network.HttpExecutor
-
- createHttpClient(HttpHost) - Static method in class com.centit.support.network.HttpExecutor
-
- createHttpsClient() - Static method in class com.centit.support.network.HttpExecutor
-
- createIdIcon(String, int, int, boolean, boolean) - Static method in class com.centit.support.image.ImageOpt
-
- createIdIcon(String, int, int) - Static method in class com.centit.support.image.ImageOpt
-
- createKeepSessionHttpClient() - Static method in class com.centit.support.network.HttpExecutor
-
- createKeepSessionHttpClient(HttpHost) - Static method in class com.centit.support.network.HttpExecutor
-
- createKeepSessionHttpsClient() - Static method in class com.centit.support.network.HttpExecutor
-
- createList(T...) - Static method in class com.centit.support.algorithm.CollectionsOpt
-
- createNameIcon(String, int, Color, boolean) - Static method in class com.centit.support.image.ImageOpt
-
- createObjectFromMap(Class<T>, Map<String, Object>) - Method in class com.centit.support.algorithm.ReflectionOpt
-
- createQRImage(QrCodeConfig) - Static method in class com.centit.support.image.QrCodeGenerator
-
生成二维码流
- createQRImage(String) - Static method in class com.centit.support.image.QrCodeGenerator
-
生成二维码流
- createThumbnail(String, int, int, int, String) - Static method in class com.centit.support.image.ImageOpt
-
创建图片的缩略图 ,算法来做网络,测试通过
- createTmpFile(InputStream, String, String, File) - Static method in class com.centit.support.file.FileSystemOpt
-
创建临时文件
- createTmpFile(InputStream, String, String) - Static method in class com.centit.support.file.FileSystemOpt
-
创建临时文件
- createUtilDate(int, int, int, int, int, int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- createUtilDate(int, int, int, int, int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
根据 年、月、日、时、分、秒 创建一个日期 类型为 java.util.Date
- createUtilDate(int, int, int, int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
根据 年、月、日、时、分 创建一个日期 类型为 java.util.Date
- createUtilDate(int, int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
根据 年、月、日 创建一个日期 类型为 java.util.Date
- createXMLElement(String, String, Object) - Static method in class com.centit.support.xml.XMLObject
-
- createXMLElementFromObject(String, Object) - Static method in class com.centit.support.xml.XMLObject
-
- currentCalendarDate() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- currentDate() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
获得当前日期的字符串 ,格式为 "yyyy-MM-dd" 示例 2015-08-24
- currentDatetime() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
获得当前日期的字符串 ,格式为 "yyyy-MM-dd HH:mm:ss"
- currentSqlDate() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- currentSqlTimeStamp() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- currentTime() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- currentTimeWithSecond() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- currentUtilDate() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- cyclical() - Method in class com.centit.support.algorithm.Lunar
-
- GeneralAlgorithm - Class in com.centit.support.algorithm
-
Created by codefan on 17-9-7.
- generateCaptchaImage(String, Font) - Static method in class com.centit.support.image.CaptchaImageUtil
-
- generateCaptchaImage(String, String) - Static method in class com.centit.support.image.CaptchaImageUtil
-
- generateCaptchaImage(String) - Static method in class com.centit.support.image.CaptchaImageUtil
-
- generateCbcCipher(String, int, byte[], byte[]) - Static method in class com.centit.support.security.SM4Util
-
- generateEcbCipher(String, int, byte[]) - Static method in class com.centit.support.security.SM4Util
-
- generateKey() - Static method in class com.centit.support.security.SM4Util
-
- generateKey(int) - Static method in class com.centit.support.security.SM4Util
-
- generateKeyPair() - Static method in class com.centit.support.security.RSASecurityUtils
-
- generateKeyPair(int) - Static method in class com.centit.support.security.RSASecurityUtils
-
生成密钥对
- getAllGetterMethod(Class<?>) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getAllSetterMethod(Class<?>) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getAppendMap() - Method in class com.centit.support.common.ListAppendMap
-
- getARawWord() - Method in class com.centit.support.compiler.Lexer
-
- getARawWord(boolean) - Method in class com.centit.support.compiler.Lexer
-
- getARegularWord() - Method in class com.centit.support.compiler.Lexer
-
- getAString() - Method in class com.centit.support.compiler.Lexer
-
- getAWord() - Method in class com.centit.support.compiler.Lexer
-
过滤掉 注释
系统支持两种注释, c++(java) // /*
sql -- /*
- getAWord(boolean) - Method in class com.centit.support.compiler.Lexer
-
- getBooleanFieldValue(Object, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getBooleanGetterMethod(Class<?>, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getBuffer(int, int) - Method in class com.centit.support.compiler.Lexer
-
- getCachedObject(K) - Method in class com.centit.support.common.CachedMap
-
- getCachedTarget() - Method in class com.centit.support.common.AbstractCachedObject
-
- getCachedTarget() - Method in class com.centit.support.common.AsyncCachedObject
-
- getCachedTarget() - Method in class com.centit.support.common.CachedMap
-
- getCachedTarget() - Method in class com.centit.support.common.CachedObject
-
- getCachedTarget() - Method in class com.centit.support.common.DerivativeCachedMap
-
- getCachedValue(K) - Method in class com.centit.support.common.CachedMap
-
- getCachedValue(K) - Method in class com.centit.support.common.DerivativeCachedMap
-
- getChildren() - Method in class com.centit.support.common.TreeNode
-
- getChinaDayString(int) - Static method in class com.centit.support.algorithm.Lunar
-
- getClassList(String, boolean, Class<? extends Annotation>) - Static method in class com.centit.support.algorithm.ClassScannerOpt
-
查找带有某个注解的类
- getClassPathProperties(String) - Static method in class com.centit.support.file.PropertiesReader
-
读取classpath下文件
- getClassPathProperties(Class<?>, String) - Static method in class com.centit.support.file.PropertiesReader
-
- getClassPathProperty(String, String) - Static method in class com.centit.support.file.PropertiesReader
-
读取classpath下文件
- getClassPathProperty(Class<?>, String, String) - Static method in class com.centit.support.file.PropertiesReader
-
读取classpath下文件
- getCode() - Method in class com.centit.support.image.QrCodeConfig
-
- getCurrentMethodName() - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getCurrPos() - Method in class com.centit.support.compiler.Lexer
-
- getDataCenterId(long) - Method in class com.centit.support.algorithm.Snowflake
-
根据Snowflake的ID,获取数据中心id
- getDatePattern() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
返回常量字符串 "yyyy-MM-dd"
- getDateTimePattern() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getDay(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getDay() - Method in class com.centit.support.algorithm.Lunar
-
- getDayOfWeek(int, int, int) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
获得 年月日 对应的日期 是星期几 星期日 到星期六 为 0-6
- getDayOfWeek(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
获得 指定日期 是星期几 星期日 到星期六 为 0-6
- getDayOfWeekCN(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
获得 指定日期 是星期几 星期日 到星期六 为 "星期日","星期一","星期二","星期三","星期四","星期五","星期六"
- getDayOfYear(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getDays() - Method in class com.centit.support.common.WorkTimeSpan
-
- getDayWorkHours() - Method in class com.centit.support.common.WorkTimeSpan
-
每日工作时间(小时)
当这个值为24时,这个worktimespan就是datetimespan
- getDayWorkMilliseconds() - Method in class com.centit.support.common.WorkTimeSpan
-
每日工作时间(毫秒)
当这个值为24时,这个worktimespan就是datetimespan
- getDayWorkMinutes() - Method in class com.centit.support.common.WorkTimeSpan
-
每日工作时间(分钟)
当这个值为24时,这个worktimespan就是datetimespan
- getDayWorkSeconds() - Method in class com.centit.support.common.WorkTimeSpan
-
每日工作时间(秒)
当这个值为24时,这个worktimespan就是datetimespan
- getDeclaredField(Object, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getDeclaredField(Class<?>, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getDiffChildren() - Method in class com.centit.support.json.JsonDifferent
-
- getDiffType() - Method in class com.centit.support.json.JsonDifferent
-
- getDownText() - Method in class com.centit.support.image.QrCodeConfig
-
- getDownTextFontSize() - Method in class com.centit.support.image.QrCodeConfig
-
- getDownTextFontType() - Method in class com.centit.support.image.QrCodeConfig
-
- getErrorCorrection() - Method in class com.centit.support.image.QrCodeConfig
-
- getExceptionCode() - Method in exception com.centit.support.common.ObjectException
-
- getExcludePropPreFilter(Class<?>, String...) - Static method in class com.centit.support.json.JsonPropertyUtils
-
- getExcludePropPreFilter(Map<Class<?>, String[]>) - Static method in class com.centit.support.json.JsonPropertyUtils
-
- getExcludePropPreFilter(String[]) - Static method in class com.centit.support.json.JsonPropertyUtils
-
- getFieldJavaTypeShortName() - Method in class com.centit.support.common.JavaBeanField
-
在 ExcelImportUtil 中使用
- getFields(Object) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getFieldsByType(Object, Class<?>) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getFieldType() - Method in class com.centit.support.common.JavaBeanField
-
- getFieldValue(Object, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getFieldValue(Object, Field) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getFiled(String) - Method in class com.centit.support.common.JavaBeanMetaData
-
- getFileds() - Method in class com.centit.support.common.JavaBeanMetaData
-
- getFileExtName(String) - Static method in class com.centit.support.file.FileType
-
获取文件的后缀名
- getFileMimeType(String) - Static method in class com.centit.support.file.FileType
-
- getFilePathProperties(String) - Static method in class com.centit.support.file.PropertiesReader
-
读取非classpath下文件
- getFilePathProperty(String, String) - Static method in class com.centit.support.file.PropertiesReader
-
读取非classpath下文件
- getFileType(InputStream) - Static method in class com.centit.support.file.FileType
-
判断文件类型
- getFileType(File) - Static method in class com.centit.support.file.FileType
-
判断文件类型
- getFileType(String) - Static method in class com.centit.support.file.FileType
-
- getFirstChinesePos(String) - Static method in class com.centit.support.algorithm.StringRegularOpt
-
获得首个中文位置
- getFirstChinesePosEscapeSymbol(String) - Static method in class com.centit.support.algorithm.StringRegularOpt
-
获得首个中文位置 ,标点符号不算
- getFirstLetter(String) - Static method in class com.centit.support.algorithm.StringBaseOpt
-
获取一个汉字的拼音首字母。 GB码两个字节分别减去160,转换成10进制码组合就可以得到区位码
例如汉字“你”的GB码是0xC4/0xE3,分别减去0xA0(160)就是0x24/0x43
0x24转成10进制就是36,0x43是67,那么它的区位码就是3667,在对照表中读音为‘n’
- getFirstWord(String, int) - Static method in class com.centit.support.compiler.Lexer
-
- getFirstWord(String) - Static method in class com.centit.support.compiler.Lexer
-
- getFrameColor() - Method in class com.centit.support.image.QrCodeConfig
-
- getFreshTarget() - Method in class com.centit.support.common.CachedObject
-
- getFreshValue(K) - Method in class com.centit.support.common.CachedMap
-
- getFuncNo(String) - Static method in class com.centit.support.compiler.EmbedFunc
-
- getGenerateDateTime(long) - Method in class com.centit.support.algorithm.Snowflake
-
根据Snowflake的ID,获取生成时间
- getGetFieldValueFunc() - Method in class com.centit.support.common.JavaBeanField
-
- getGetterMethod(Class<?>, Class<?>, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getGetterMethod(Class<?>, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getHardwareAddress(InetAddress) - Static method in class com.centit.support.network.HardWareUtils
-
获得指定地址信息中的硬件地址
- getHints() - Method in class com.centit.support.image.QrCodeConfig
-
- getHour(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getHours() - Method in class com.centit.support.common.WorkTimeSpan
-
- getHttpclient() - Method in class com.centit.support.network.HttpExecutorContext
-
- getHttpContext() - Method in class com.centit.support.network.HttpExecutorContext
-
- getHttpCookies() - Method in class com.centit.support.network.HttpExecutorContext
-
- getHttpHeaders() - Method in class com.centit.support.network.HttpExecutorContext
-
- getHttpProxy() - Method in class com.centit.support.network.HttpExecutorContext
-
- getIncludePropPreFilter(Class<?>, String...) - Static method in class com.centit.support.json.JsonPropertyUtils
-
- getIncludePropPreFilter(String[]) - Static method in class com.centit.support.json.JsonPropertyUtils
-
- getJavaType() - Method in class com.centit.support.common.JavaBeanMetaData
-
- getJavaTypeName(Class<?>) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getJsObject(String) - Method in class com.centit.support.extend.JSRuntimeContext
-
- getJsObjectProperty(String, String) - Method in class com.centit.support.extend.JSRuntimeContext
-
- getJsonPath() - Method in class com.centit.support.json.JsonDifferent
-
- getLeft() - Method in class com.centit.support.common.LeftRightPair
-
- getListData() - Method in class com.centit.support.common.ListAppendMap
-
- getLocalhost() - Static method in class com.centit.support.network.HardWareUtils
-
获取本机网卡IP地址,规则如下:
- getLogoImage() - Method in class com.centit.support.image.QrCodeConfig
-
- getLunarDay() - Method in class com.centit.support.algorithm.Lunar
-
- getLunarMonth() - Method in class com.centit.support.algorithm.Lunar
-
- getLunarYear() - Method in class com.centit.support.algorithm.Lunar
-
- getMatchBestMethod(Class<?>, String, Map<String, Object>) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getMilliSecond(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getMilliseconds() - Method in class com.centit.support.common.WorkTimeSpan
-
- getMinute(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getMinutes() - Method in class com.centit.support.common.WorkTimeSpan
-
- getMonth(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getMonth() - Method in class com.centit.support.algorithm.Lunar
-
- getMsg() - Method in class com.centit.support.image.QrCodeConfig
-
- getNewData() - Method in class com.centit.support.json.JsonDifferent
-
- getNoteType() - Method in class com.centit.support.compiler.Lexer
-
- getNowDateTime4String() - Static method in class com.centit.support.algorithm.DatetimeOpt
-
获得当前时间字符串,格式为 "yyyy-MM-dd HH:mm:ss"
- getNumByte(String, int) - Static method in class com.centit.support.algorithm.NumberBaseOpt
-
- getObjectData() - Method in exception com.centit.support.common.ObjectException
-
- getObjectField() - Method in class com.centit.support.common.JavaBeanField
-
- getObjectFieldValue(Object) - Method in class com.centit.support.common.JavaBeanField
-
- getObjectFieldValue(Object, String) - Method in class com.centit.support.common.JavaBeanMetaData
-
- getObjectId() - Method in class com.centit.support.json.JsonDifferent
-
- getOffColor() - Method in class com.centit.support.image.QrCodeConfig
-
- getOldData() - Method in class com.centit.support.json.JsonDifferent
-
- getOnColor() - Method in class com.centit.support.image.QrCodeConfig
-
- getOptID(String) - Static method in class com.centit.support.compiler.VariableFormula
-
- getPadding() - Method in class com.centit.support.image.QrCodeConfig
-
- getParameterString(Object) - Static method in class com.centit.support.network.HtmlFormUtils
-
- getParameterStringArray(Object) - Static method in class com.centit.support.network.HtmlFormUtils
-
- getPath() - Method in class com.centit.support.common.TreeNode
-
获得从当前节点一直到跟节点路径上所有节点的值
- getPathCount() - Method in class com.centit.support.common.TreeNode
-
计算节点到根节点之间的层数,包括自己和根节点
- getPicType() - Method in class com.centit.support.image.QrCodeConfig
-
- getPid() - Static method in class com.centit.support.network.HardWareUtils
-
- getPraent() - Method in class com.centit.support.common.TreeNode
-
- getPropertyType(Class<?>, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getQrHeight() - Method in class com.centit.support.image.QrCodeConfig
-
- getQrWidth() - Method in class com.centit.support.image.QrCodeConfig
-
- getRandColor(int, int) - Static method in class com.centit.support.image.CaptchaImageUtil
-
- getRandomString(int) - Static method in class com.centit.support.image.CaptchaImageUtil
-
- getRandomString() - Static method in class com.centit.support.image.CaptchaImageUtil
-
- getRawTarget() - Method in class com.centit.support.common.CachedMap
-
- getRawTarget() - Method in class com.centit.support.common.CachedObject
-
- getRawTarget() - Method in class com.centit.support.common.DerivativeCachedMap
-
- getRawTarget() - Method in interface com.centit.support.common.ICachedObject
-
- getRGB(BufferedImage) - Static method in class com.centit.support.image.ImageOpt
-
- getRGB(BufferedImage, int, int, int, int, int[]) - Static method in class com.centit.support.image.ImageOpt
-
- getRight() - Method in class com.centit.support.common.LeftRightPair
-
- getRootTreeNode() - Method in class com.centit.support.common.TreeNode
-
获得根节点
- getRootValue() - Method in class com.centit.support.common.TreeNode
-
获得根节点的值
- getSecond(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getSeconds() - Method in class com.centit.support.common.WorkTimeSpan
-
- getSetFieldValueFunc() - Method in class com.centit.support.common.JavaBeanField
-
- getSetterMethod(Class<?>, Class<?>, String) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getSign() - Method in class com.centit.support.common.WorkTimeSpan
-
- getSignString() - Method in class com.centit.support.common.WorkTimeSpan
-
- getStringUntil(String) - Method in class com.centit.support.compiler.Lexer
-
- getSuperClassGenricType(Class<?>) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getSuperClassGenricType(Class<?>, int) - Static method in class com.centit.support.algorithm.ReflectionOpt
-
- getTextColor() - Method in class com.centit.support.image.QrCodeConfig
-
- getTimeout() - Method in class com.centit.support.network.HttpExecutorContext
-
- getTimeSpan() - Method in class com.centit.support.common.WorkTimeSpan
-
时间间隔精确到毫秒
- getTimeSpanDesc() - Method in class com.centit.support.common.WorkTimeSpan
-
返回时间中文描述
- getTimeSpanDescAsMillisecond() - Method in class com.centit.support.common.WorkTimeSpan
-
- getTimeSpanDescAsSecond() - Method in class com.centit.support.common.WorkTimeSpan
-
- getTopText() - Method in class com.centit.support.image.QrCodeConfig
-
- getTopTextFontSize() - Method in class com.centit.support.image.QrCodeConfig
-
- getTopTextFontType() - Method in class com.centit.support.image.QrCodeConfig
-
- getTreeNodePath() - Method in class com.centit.support.common.TreeNode
-
获得从当前节点一直到跟节点路径上所有节点
- getUrlDomain(String) - Static method in class com.centit.support.network.UrlOptUtils
-
根据URL 获取域名
- getUrlParamter(String) - Static method in class com.centit.support.network.UrlOptUtils
-
- getUuidAsBase64String() - Static method in class com.centit.support.algorithm.UuidOpt
-
- getUuidAsString() - Static method in class com.centit.support.algorithm.UuidOpt
-
- getUuidAsString22() - Static method in class com.centit.support.algorithm.UuidOpt
-
- getUuidAsString32() - Static method in class com.centit.support.algorithm.UuidOpt
-
- getUuidAsString36() - Static method in class com.centit.support.algorithm.UuidOpt
-
- getValue() - Method in class com.centit.support.common.TreeNode
-
- getValue(String, String) - Method in class com.centit.support.file.IniReader
-
- getVariableSet() - Method in class com.centit.support.compiler.DummyTranslate
-
- getVarValue(String) - Method in class com.centit.support.compiler.DummyTranslate
-
默认返回业务模型对象的属性值 , request 队形的参数
/**变量名 -》变量值的转变
变量 是用 ${变量名}
如果这个变量不存在,返回空字符串 "''"
- getVarValue(String) - Method in class com.centit.support.compiler.ObjectTranslate
-
默认返回业务模型对象的属性值 , request 队形的参数
/**变量名 -》变量值的转变
变量 是用 ${变量名}
如果这个变量不存在,返回空字符串 "''"
- getVarValue(String) - Method in interface com.centit.support.compiler.VariableTranslate
-
标识符名-》标识符值的转变
标识符 是以 字母和下划线开头的 字符串
如果变量列表中不存在这个标识符,返回标识本身的名字
- getVarValue(String) - Method in class com.centit.support.json.DefaultJSONTransformDataSupport
-
- getWeekOfMonth(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getWeekOfYear(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getWorkerId(long) - Method in class com.centit.support.algorithm.Snowflake
-
根据Snowflake的ID,获取机器id
- getYear(Date) - Static method in class com.centit.support.algorithm.DatetimeOpt
-
- getYear() - Method in class com.centit.support.algorithm.Lunar
-
- GMBaseUtil - Class in com.centit.support.security
-
- GMBaseUtil() - Constructor for class com.centit.support.security.GMBaseUtil
-
- gmtDatePattern - Static variable in class com.centit.support.algorithm.DatetimeOpt
-