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

A

addCache(String, T) - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
addCache(String, T) - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
addCache(String, T) - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
addCache(String, T) - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
addHeader(HttpServletResponse, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
addHeader(HttpRequest, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
addHttpCookieValue(HttpServletResponse, Cookie) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
addHttpHeaderValue(HttpServletResponse, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
AesException - cn.aotcloud.wx.utils中的异常错误
 
AgentResult - cn.aotcloud.entity中的类
 
AgentResult() - 类 的构造器cn.aotcloud.entity.AgentResult
 
Application - cn.aotcloud.entity中的类
 
Application() - 类 的构造器cn.aotcloud.entity.Application
 
AppQueryParam - cn.aotcloud.entity中的类
 
AppQueryParam() - 类 的构造器cn.aotcloud.entity.AppQueryParam
 
args - 类 中的静态变量cn.aotcloud.utils.RestartSpringboot
 
asciiQueryChars - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
Attempt<V> - cn.aotcloud.retry中的接口
An attempt of a call, which resulted either in a result returned by the call, or in a Throwable thrown by the call.
AttemptTimeLimiter<V> - cn.aotcloud.retry中的接口
A rule to wrap any single attempt in a time limit, where it will possibly be interrupted if the limit is exceeded.
AttemptTimeLimiters - cn.aotcloud.retry中的类
Factory class for instances of AttemptTimeLimiter
ATTR_TARGET_HOST - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
ATTR_TARGET_URI - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 

B

BaseProxyServlet - cn.aotcloud.proxy中的类
 
BaseProxyServlet() - 类 的构造器cn.aotcloud.proxy.BaseProxyServlet
 
BeanCopyUtil - cn.aotcloud.utils中的类
 
BeanCopyUtil() - 类 的构造器cn.aotcloud.utils.BeanCopyUtil
 
beforeQuery(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - 类 中的方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
beforeUpdate(Executor, MappedStatement, Object) - 类 中的方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
block(long) - 接口 中的方法cn.aotcloud.retry.BlockStrategy
Attempt to block for the designated amount of time.
BlockStrategies - cn.aotcloud.retry中的类
Factory class for BlockStrategy instances.
BlockStrategy - cn.aotcloud.retry中的接口
This is a strategy used to decide how a retryer should block between retry attempts.
BodyReaderHttpServletRequestWrapper - cn.aotcloud.openapi.filter中的类
 
BodyReaderHttpServletRequestWrapper(HttpServletRequest) - 类 的构造器cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
build() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Builds the retryer.
buildHttpClient(HttpClientBuilder) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildProxyCookiePath(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildRequestConfig() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildSocketConfig() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildSqlSessionFactory() - 类 中的方法cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
 
buildSqlSessionFactory() - 类 中的方法cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 

C

C3P0Properties - cn.aotcloud.prop中的类
 
C3P0Properties() - 类 的构造器cn.aotcloud.prop.C3P0Properties
 
CacheStorage<T> - cn.aotcloud.cache中的接口
 
call(Callable<V>) - 接口 中的方法cn.aotcloud.retry.AttemptTimeLimiter
 
call(Callable<V>) - 类 中的方法cn.aotcloud.retry.Retryer
Executes the given callable.
call() - 类 中的方法cn.aotcloud.retry.Retryer.RetryerCallable
Makes the enclosing retryer call the wrapped callable.
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
callWithTimeout(Callable<T>, long, TimeUnit, boolean) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
已过时。
callWithTimeout(Callable<T>, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
callWithTimeout(Callable<T>, long, TimeUnit, boolean) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
已过时。
Use one of the other call[Uninterruptibly]WithTimeout() or run[Uninterruptibly]WithTimeout() methods. This method is scheduled to be removed in Guava 23.0.
callWithTimeout(Callable<T>, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
canExecute(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canExecute(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canRead(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canRead(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canWrite(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canWrite(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
captureName(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
将字符串的首字母转大写
CharacterEscapeInterceptor - cn.aotcloud.mybatis.plus中的类
自定义拦截器方法,处理模糊查询中包含特殊字符(_、%、\)
CharacterEscapeInterceptor() - 类 的构造器cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
checkServerTrusted(X509Certificate[], String) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
closeConnectionsScheduled(PoolingHttpClientConnectionManager) - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
closeQuietly(Closeable) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
cn.aotcloud.cache - 程序包 cn.aotcloud.cache
 
cn.aotcloud.constants - 程序包 cn.aotcloud.constants
 
cn.aotcloud.entity - 程序包 cn.aotcloud.entity
 
cn.aotcloud.exception - 程序包 cn.aotcloud.exception
 
cn.aotcloud.logger - 程序包 cn.aotcloud.logger
 
cn.aotcloud.mapper - 程序包 cn.aotcloud.mapper
 
cn.aotcloud.mybatis - 程序包 cn.aotcloud.mybatis
 
cn.aotcloud.mybatis.plus - 程序包 cn.aotcloud.mybatis.plus
 
cn.aotcloud.openapi.filter - 程序包 cn.aotcloud.openapi.filter
 
cn.aotcloud.prop - 程序包 cn.aotcloud.prop
 
cn.aotcloud.proxy - 程序包 cn.aotcloud.proxy
 
cn.aotcloud.redis - 程序包 cn.aotcloud.redis
 
cn.aotcloud.retry - 程序包 cn.aotcloud.retry
 
cn.aotcloud.utils - 程序包 cn.aotcloud.utils
 
cn.aotcloud.wx.utils - 程序包 cn.aotcloud.wx.utils
 
CodecUtils - cn.aotcloud.utils中的类
 
CodecUtils() - 类 的构造器cn.aotcloud.utils.CodecUtils
 
CollectionSafeUtil - cn.aotcloud.utils中的类
 
CollectionSafeUtil() - 类 的构造器cn.aotcloud.utils.CollectionSafeUtil
 
compress(File, String) - 类 中的静态方法cn.aotcloud.utils.FileZipUtils
压缩
compressNoParentZip(File, ZipOutputStream, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
 
compressToZip(String, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
压缩为zip格式,支持文件、文件夹的压缩
compressToZip(File, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
压缩为zip格式,支持文件、文件夹的压缩
CompressUtil - cn.aotcloud.utils中的类
压缩工具类
CompressUtil() - 类 的构造器cn.aotcloud.utils.CompressUtil
 
ComputeSignatureError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
computeSleepTime(Attempt) - 接口 中的方法cn.aotcloud.retry.WaitStrategy
Returns the time, in milliseconds, to sleep before retrying.
connectionRequestTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
connectTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
containsSqlScriptDelimiters(String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
context - 类 中的静态变量cn.aotcloud.utils.RestartSpringboot
 
copy(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
copy(InputStream, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
copyInputStream() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
备份流
copyProperties(Object, Object) - 类 中的静态方法cn.aotcloud.utils.BeanCopyUtil
 
copyProxyCookie(HttpServletRequest, HttpServletResponse, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyRequestHeader(HttpServletRequest, HttpRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyRequestHeaders(HttpServletRequest, HttpRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyResponseEntity(HttpResponse, HttpServletResponse, HttpRequest, HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyResponseHeader(HttpServletRequest, HttpServletResponse, Header) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyResponseHeaders(HttpResponse, HttpServletRequest, HttpServletResponse) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
create(ExecutorService) - 类 中的静态方法cn.aotcloud.retry.SimpleTimeLimiter
Creates a TimeLimiter instance using the given executor service to execute method calls.
createDir(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
createHttpClient() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
createHttpInputMessage(HttpHeaders, String) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
createProxyCookie(HttpServletRequest, HttpCookie) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
createTarget(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
createX509TrustManager() - 类 中的静态方法cn.aotcloud.utils.HttpTrustUtil
 
cryptoeEtityContent(HttpServletResponse, HttpServletRequest, InputStream, long) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 

D

DateAutoFillHandler - cn.aotcloud.mybatis.plus中的类
 
DateAutoFillHandler() - 类 的构造器cn.aotcloud.mybatis.plus.DateAutoFillHandler
 
DbAdminMapper - cn.aotcloud.mapper中的接口
 
debug(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
debug(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
decodeScopes(String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
DecryptAESError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
DecryptMsg(String, String, String, String) - 类 中的方法cn.aotcloud.wx.utils.WXBizMsgCrypt
检验消息的真实性,并且获取解密后的明文.
DEFAULT_BLOCK_COMMENT_END_DELIMITER - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default end delimiter for block comments within SQL scripts: "*/".
DEFAULT_BLOCK_COMMENT_START_DELIMITER - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default start delimiter for block comments within SQL scripts: "/*".
DEFAULT_COMMENT_PREFIX - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default prefix for single-line comments within SQL scripts: "--".
DEFAULT_COMMENT_PREFIXES - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default prefixes for single-line comments within SQL scripts: ["--"].
DEFAULT_STATEMENT_SEPARATOR - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default statement separator within SQL scripts: ";".
delete(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
deleteCache(String) - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
deleteCache(String) - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
deleteCache(String) - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
deleteCache(String) - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
destroy() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
doExecute(HttpServletRequest, HttpServletResponse, HttpRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
doForwardIP - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doHandleCompression - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doHandleRedirects - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doLog - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doPreserveCookies - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doPreserveHost - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doSendUrlFragment - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
downloadFileRanges(HttpServletRequest, HttpServletResponse, Long, String, String, InputStream) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
支持断点续传的驱动下载

E

encodeScopes(Set<String>) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
encodeUriQuery(CharSequence, boolean) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
EncryptAESError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
EncryptMsg(String, String, String) - 类 中的方法cn.aotcloud.wx.utils.WXBizMsgCrypt
将企业微信回复用户的消息加密打包.
EOF_STATEMENT_SEPARATOR - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
End of file (EOF) SQL statement separator: "^^^ END OF SCRIPT ^^^".
errCode() - 枚举 中的方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
 
errMsg() - 枚举 中的方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
 
error(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
error(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
error(Throwable) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
error(String, Throwable) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
escapeChar(String) - 类 中的静态方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
ExceptionUtil - cn.aotcloud.exception中的类
 
ExceptionUtil() - 类 的构造器cn.aotcloud.exception.ExceptionUtil
 
exceptionWait(Class<T>, Function<T, Long>) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an amount of time based on the Exception that occurred.
executeBase(String, Map<String, String>, String, Map<String, String>, String) - 类 中的方法cn.aotcloud.utils.URLConnectionClient
 
executeSqlScript(Connection, Resource) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String[], String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script.
exists(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
exists(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
exponentialWait() - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an exponential amount of time after the first failed attempt, and in exponentially incrementing amounts after each failed attempt up to Long.MAX_VALUE.
exponentialWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an exponential amount of time after the first failed attempt, and in exponentially incrementing amounts after each failed attempt up to the maximumTime.
exponentialWait(long, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an exponential amount of time after the first failed attempt, and in exponentially incrementing amounts after each failed attempt up to the maximumTime.
extract(String) - 类 中的静态方法cn.aotcloud.wx.utils.XMLParse
提取出xml数据包中的加密消息

F

FALLBACK_STATEMENT_SEPARATOR - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Fallback statement separator within SQL scripts: "\n".
fibonacciWait() - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an increasing amount of time after the first failed attempt, and in Fibonacci increments after each failed attempt up to Long.MAX_VALUE.
fibonacciWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an increasing amount of time after the first failed attempt, and in Fibonacci increments after each failed attempt up to the maximumTime.
fibonacciWait(long, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an increasing amount of time after the first failed attempt, and in Fibonacci increments after each failed attempt up to the maximumTime.
FileUtil - cn.aotcloud.utils中的类
 
FileUtil() - 类 的构造器cn.aotcloud.utils.FileUtil
 
FileZipUtils - cn.aotcloud.utils中的类
 
FileZipUtils() - 类 的构造器cn.aotcloud.utils.FileZipUtils
 
fixedTimeLimit(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.AttemptTimeLimiters
For control over thread management, it is preferable to offer an ExecutorService through the other factory method, AttemptTimeLimiters.fixedTimeLimit(long, TimeUnit, ExecutorService).
fixedTimeLimit(long, TimeUnit, ExecutorService) - 类 中的静态方法cn.aotcloud.retry.AttemptTimeLimiters
 
fixedWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a wait strategy that sleeps a fixed amount of time before retrying.
flashBackCheck(String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 

G

generate(String, String, String, String) - 类 中的静态方法cn.aotcloud.wx.utils.XMLParse
生成xml消息
get() - 接口 中的方法cn.aotcloud.retry.Attempt
Returns the result of the attempt, if any.
get(String) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
get(String, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
getAbsolutePath(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getAcceptedIssuers() - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
getAccessKeyId() - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
getAccessKeySecret() - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
getAcquireIncrement() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getAcquireRetryAttempts() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getAcquireRetryDelay() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getAdmins() - 类 中的方法cn.aotcloud.entity.Application
 
getAdmins() - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
getAgentSecret() - 类 中的方法cn.aotcloud.entity.Application
 
getAgentSecret() - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
getAgentSt() - 类 中的方法cn.aotcloud.entity.Application
 
getAttemptNumber() - 接口 中的方法cn.aotcloud.retry.Attempt
The number, starting from 1, of this attempt.
getAttribute(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getAutomaticTestTable() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getBodyString() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
getBodyString(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
获取请求体字符
getBodyString(BodyReaderHttpServletRequestWrapper) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getCache(String) - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
getCache(String) - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
getCache(String) - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
getCache(String) - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
getCharacterEncoding(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getCheckoutTimeout() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getCode() - 异常错误 中的方法cn.aotcloud.wx.utils.AesException
 
getConfigParam(String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getConnectionCustomizerClassName() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getConnectionTesterClassName() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getConnManager() - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
getContentType(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getContentType(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getContextClassLoaderSource() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getCookieNamePrefix(String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getCookieValue(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
getDataSourceName() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getDebugEnabled() - 类 中的静态方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
getDelaySinceFirstAttempt() - 接口 中的方法cn.aotcloud.retry.Attempt
The delay since the start of the first attempt, in milliseconds.
getDriverClass() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getDz() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getDz() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getDz() - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
getErrcode() - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
getErrmsg() - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
getExceptionCause() - 接口 中的方法cn.aotcloud.retry.Attempt
Gets the exception thrown by the call
getExceptionInfo(Exception) - 类 中的静态方法cn.aotcloud.exception.ExceptionUtil
 
getExtensions() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getFactoryClassLocation() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getFilenameFromPath(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getFirstPinYin(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
获取中文的拼音首字母
getFirstUpPinYin(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
获取中文的大写拼音首字母
getHeader(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaderMap(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getHeaderMap(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaderNames(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaders(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaderValue(HttpServletRequest, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getHeaderValue(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getHostIp() - 类 中的静态方法cn.aotcloud.utils.IpUtils
获取IP地址
getHostName() - 类 中的静态方法cn.aotcloud.utils.IpUtils
获取主机名
getHttpClientBuilder() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getHttpServletRequestFromThreadLocal() - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getIdleConnectionTestPeriod() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getInitialPoolSize() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getInputStream() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
getIP(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getIPAddress(HttpServletRequest, boolean) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getIscInterfaceSignKey() - 类 中的方法cn.aotcloud.entity.AgentResult
 
getIscInterfaceSignPubKey() - 类 中的方法cn.aotcloud.entity.AgentResult
 
getIscSecret() - 类 中的方法cn.aotcloud.entity.AgentResult
 
getJdbcUrl() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getLastFailedAttempt() - 异常错误 中的方法cn.aotcloud.retry.RetryException
Returns the last failed attempt
getMapKeyComparator() - 类 中的方法cn.aotcloud.utils.MapSortUtil
 
getMaxAdministrativeTaskTime() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxConnectionAge() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxIdleTime() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxIdleTimeExcessConnections() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxPoolSize() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxStatements() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxStatementsPerConnection() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMd5HexString(InputStream) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
getMessage(Throwable) - 类 中的静态方法cn.aotcloud.exception.ExceptionUtil
 
getMethodList(Class<?>, TableInfo) - 类 中的方法cn.aotcloud.mybatis.plus.InsertBatchSqlInjector
 
getMinPoolSize() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMultistageReverseProxyIp(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
从多级反向代理中获得第一个非unknown IP地址
getName(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getNumberOfFailedAttempts() - 异常错误 中的方法cn.aotcloud.retry.RetryException
Returns the number of failed attempts
getNumHelperThreads() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getOverrideDefaultPassword() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getOverrideDefaultUser() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getParameter(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getParameterMap(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getParameterNames(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getParameterValue(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getParameterValue(HttpServletRequest, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getParameterValues(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getParent(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getPassword() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getPassword() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getPassword(RedisSafeProperties, RedisProperties) - 类 中的方法cn.aotcloud.redis.RedisConfig
 
getPath(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getPinYin(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
将字符串转成拼音
getPlatforms() - 类 中的方法cn.aotcloud.entity.Platforms
 
getPreferredTestQuery() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getPrintWriter(HttpServletResponse) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getPropertyCycle() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getProxyClient() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getProxyCookieName(HttpCookie) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getPw() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getPw() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getPw() - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
getQueryString(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getQueryString(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getReader() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
getRealCookie(String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getRemoteHost(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getRequestAttribute(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getRequestURL(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getResult() - 接口 中的方法cn.aotcloud.retry.Attempt
Gets the result of the call
getRoleType() - 类 中的方法cn.aotcloud.entity.RoleMenuPermissionParam
 
getSecret() - 类 中的方法cn.aotcloud.entity.Application
 
getSecret() - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
getSecretResource() - 类 中的方法cn.aotcloud.entity.InstallPackage
 
getSecretScan() - 类 中的方法cn.aotcloud.entity.InstallPackage
 
getSHA1(String, String, String, String) - 类 中的静态方法cn.aotcloud.wx.utils.SHA1
用SHA1算法生成安全签名
getSha1HexString(InputStream) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
getSql(Configuration, BoundSql, String) - 类 中的静态方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
getSSLRestTemplate(int, int, int, int, int) - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
getSt() - 类 中的方法cn.aotcloud.entity.Application
 
getStatementCacheNumDeferredCloseThreads() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getString(String) - 类 中的静态方法cn.aotcloud.utils.StringSafeUtil
 
getStringList(List<String>) - 类 中的静态方法cn.aotcloud.utils.CollectionSafeUtil
 
getTargetHost(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getTargetUri(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getTargetUri() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getTrustTemplate() - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
getUn() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getUn() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getUnreturnedConnectionTimeout() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getUrl() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getUser() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getUserInfo(boolean, boolean) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
getUserInfo(boolean) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
getUsername() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getUTF8restTemplate() - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 

H

handleRequestException(HttpRequest, HttpResponse, Exception) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
hasContentType(String, String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
hasException() - 接口 中的方法cn.aotcloud.retry.Attempt
Tells if the call threw an exception or not
hasResult() - 接口 中的方法cn.aotcloud.retry.Attempt
Tells if the call returned a result or not
HikariProperties - cn.aotcloud.prop中的类
 
HikariProperties() - 类 的构造器cn.aotcloud.prop.HikariProperties
 
hopByHopHeaders - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
HttpRequestUtil - cn.aotcloud.utils中的类
 
HttpRequestUtil() - 类 的构造器cn.aotcloud.utils.HttpRequestUtil
 
HttpServletUtil - cn.aotcloud.utils中的类
 
HttpServletUtil() - 类 的构造器cn.aotcloud.utils.HttpServletUtil
 
HttpTrustManager() - 类 的构造器cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
HttpTrustUtil - cn.aotcloud.utils中的类
 
HttpTrustUtil() - 类 的构造器cn.aotcloud.utils.HttpTrustUtil
 
HttpTrustUtil.HttpTrustManager - cn.aotcloud.utils中的类
 
HttpUtil - cn.aotcloud.utils中的类
 
HttpUtil() - 类 的构造器cn.aotcloud.utils.HttpUtil
 

I

IllegalAesKey - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
IllegalBuffer - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
incrementingWait(long, TimeUnit, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy that sleeps a fixed amount of time after the first failed attempt and in incrementing amounts of time after each additional failed attempt.
info(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
info(boolean, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
info(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
info(boolean, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
init() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
initTarget() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
insert(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
InsertBatchSqlInjector - cn.aotcloud.mybatis.plus中的类
 
InsertBatchSqlInjector() - 类 的构造器cn.aotcloud.mybatis.plus.InsertBatchSqlInjector
 
insertFill(MetaObject) - 类 中的方法cn.aotcloud.mybatis.plus.DateAutoFillHandler
 
InstallPackage - cn.aotcloud.entity中的类
 
InstallPackage() - 类 的构造器cn.aotcloud.entity.InstallPackage
 
intercept(Invocation) - 类 中的方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
intercept(Invocation) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
intercept(Invocation, Method) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
internalIp(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
检查是否为内部IP地址
IOUtils - cn.aotcloud.utils中的类
 
IOUtils() - 类 的构造器cn.aotcloud.utils.IOUtils
 
IpUtils - cn.aotcloud.utils中的类
获取IP方法
IpUtils() - 类 的构造器cn.aotcloud.utils.IpUtils
 
isAutoCommitOnClose() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isBreakAfterAcquireFailure() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isClientTrusted(X509Certificate[]) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
isDebugEnabled() - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
isDebugUnreturnedConnectionStackTraces() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isDirectory(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
isFile(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
isForceIgnoreUnresolvedTransactions() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isForceSynchronousCheckins() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isForceUseNamedDriverClass() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isLocalhostAddr(String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
isPrivilegeSpawnedThreads() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isServerTrusted(X509Certificate[]) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
isSuccess() - 类 中的方法cn.aotcloud.entity.WeiXinResult
判断请求是否成功
isTestConnectionOnCheckin() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isTestConnectionOnCheckout() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isUnknown(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
检测给定字符串是否为未知,多用于检测HTTP请求相关
isUsesTraditionalReflectiveProxies() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 

J

jobError(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
jobInfo(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
join(WaitStrategy...) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Joins one or more wait strategies to derive a composite wait strategy.

K

keys() - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
keys() - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
keys() - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
keys() - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 

L

length(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
lettuceConnectionFactory(RedisSafeProperties, RedisProperties) - 类 中的方法cn.aotcloud.redis.RedisConfig
 
listFiles(File, FileFilter) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
listFiles(File, FilenameFilter) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
LOCAL_127 - 类 中的静态变量cn.aotcloud.utils.HttpRequestUtil
 
LOCAL_IPV6 - 类 中的静态变量cn.aotcloud.utils.HttpRequestUtil
 
localErrMsg() - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
localErrMsg(String) - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
LOCALHOST - 类 中的静态变量cn.aotcloud.utils.HttpRequestUtil
 
LOG_ENABLE - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
logger - 类 中的变量cn.aotcloud.logger.LoggerHandle
 
logger - 类 中的静态变量cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
logger - 类 中的变量cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
logger - 类 中的变量cn.aotcloud.prop.C3P0Properties
 
logger - 类 中的变量cn.aotcloud.prop.HikariProperties
 
logger - 类 中的变量cn.aotcloud.prop.RedisSafeProperties
 
logger - 类 中的变量cn.aotcloud.redis.RedisConfig
 
logger - 类 中的静态变量cn.aotcloud.utils.CodecUtils
 
logger - 类 中的静态变量cn.aotcloud.utils.FileZipUtils
 
logger - 类 中的静态变量cn.aotcloud.utils.HttpUtil
 
logger - 类 中的变量cn.aotcloud.utils.RestTemplateUtil
 
logger - 类 中的静态变量cn.aotcloud.utils.URLConnectionClient
 
logger - 类 中的静态变量cn.aotcloud.wx.utils.SHA1
 
logger - 类 中的变量cn.aotcloud.wx.utils.WXBizMsgCrypt
 
logger - 类 中的静态变量cn.aotcloud.wx.utils.XMLParse
 
LoggerHandle - cn.aotcloud.logger中的类
 
LoggerHandle(Class<?>) - 类 的构造器cn.aotcloud.logger.LoggerHandle
 
LoggerHandle(String) - 类 的构造器cn.aotcloud.logger.LoggerHandle
 

M

MapSortUtil - cn.aotcloud.utils中的类
 
MapSortUtil() - 类 的构造器cn.aotcloud.utils.MapSortUtil
 
matchesLike(String, String) - 类 中的静态方法cn.aotcloud.utils.RegExUtils
 
maxConnections - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
MemoryCacheStorage<T> - cn.aotcloud.cache中的类
 
MemoryCacheStorage(String, long) - 类 的构造器cn.aotcloud.cache.MemoryCacheStorage
 
mkdir(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
mkdir(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
mkdirs(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
mkdirs(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
modifyLikeSql(String, Object, BoundSql) - 类 中的静态方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
MyBatisMapperBuilderAssistant - cn.aotcloud.mybatis中的类
 
MyBatisMapperBuilderAssistant(Configuration, String) - 类 的构造器cn.aotcloud.mybatis.MyBatisMapperBuilderAssistant
 
MyBatisPlusSqlSessionFactoryBean - cn.aotcloud.mybatis中的类
 
MyBatisPlusSqlSessionFactoryBean() - 类 的构造器cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
 
MyBatisSqlSessionFactoryBean - cn.aotcloud.mybatis中的类
 
MyBatisSqlSessionFactoryBean() - 类 的构造器cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 
MyBatisXMLMapperBuilder - cn.aotcloud.mybatis中的类
 
MyBatisXMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>, String) - 类 的构造器cn.aotcloud.mybatis.MyBatisXMLMapperBuilder
 
MyBatisXMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>) - 类 的构造器cn.aotcloud.mybatis.MyBatisXMLMapperBuilder
 

N

neverStop() - 类 中的静态方法cn.aotcloud.retry.StopStrategies
Returns a stop strategy which never stops retrying.
newBuilder() - 类 中的静态方法cn.aotcloud.retry.RetryerBuilder
Constructs a new builder
newFile(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFile(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFile(File, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFileInputStream(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFileOutputStream(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newProxy(T, Class<T>, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
newProxy(T, Class<T>, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Returns an instance of interfaceType that delegates all method calls to the target object, enforcing the specified time limit on each call.
newProxyRequestWithEntity(String, String, HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
nextBoolean() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random boolean value
nextBytes(int) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Creates an array of random bytes.
nextDouble(double, double) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random double within the specified range.
nextDouble() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random double within 0 - Double.MAX_VALUE
nextFloat(float, float) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random float within the specified range.
nextFloat() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random float within 0 - Float.MAX_VALUE
nextInt(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random integer within the specified range.
nextInt() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random int within 0 - Integer.MAX_VALUE
nextLong(long, long) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random long within the specified range.
nextLong() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random long within 0 - Long.MAX_VALUE
NoneCacheStorage<T> - cn.aotcloud.cache中的类
 
NoneCacheStorage() - 类 的构造器cn.aotcloud.cache.NoneCacheStorage
 
noTimeLimit() - 类 中的静态方法cn.aotcloud.retry.AttemptTimeLimiters
 
noWait() - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a wait strategy that doesn't sleep at all before retrying.

O

OAuthSafeUtil - cn.aotcloud.utils中的类
 
OAuthSafeUtil() - 类 的构造器cn.aotcloud.utils.OAuthSafeUtil
 
OK - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
onRetry(Attempt<V>) - 接口 中的方法cn.aotcloud.retry.RetryListener
This method with fire no matter what the result is and before the rejection predicate and stop strategies are applied.

P

P_CONNECTIONREQUESTTIMEOUT - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_CONNECTTIMEOUT - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_FORWARDEDFOR - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_HANDLECOMPRESSION - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_HANDLEREDIRECTS - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_MAXCONNECTIONS - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_PRESERVECOOKIES - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_PRESERVEHOST - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_READTIMEOUT - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_TARGET_URI - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_USESYSTEMPROPERTIES - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
ParseXmlError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
PinYinUtil - cn.aotcloud.utils中的类
拼音工具类
PinYinUtil() - 类 的构造器cn.aotcloud.utils.PinYinUtil
 
PKCS7Encoder - cn.aotcloud.wx.utils中的类
提供基于PKCS7算法的加解密接口.
PKCS7Encoder() - 类 的构造器cn.aotcloud.wx.utils.PKCS7Encoder
 
Platforms - cn.aotcloud.entity中的类
 
Platforms() - 类 的构造器cn.aotcloud.entity.Platforms
 
platforms - 类 中的变量cn.aotcloud.entity.Platforms
支持平台(1-安卓,2-IOS)
plugin(Object) - 类 中的方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
plugin(Object) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
post(String, Map<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
postForEntity(RestTemplate, String, Object, Class<T>, Object...) - 类 中的静态方法cn.aotcloud.utils.RestTemplateUtil
 
postJson(String, String) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
postMediaFile(String, File) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
print(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
printStackTrace(Throwable) - 类 中的静态方法cn.aotcloud.exception.ExceptionUtil
 
putAllHeader(HttpHeaders, HttpHeaders) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 

Q

query(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
queryPage(IPage<String>, String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 

R

random(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, boolean, boolean) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean, char...) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string based on a variety of options, using default source of randomness.
random(int, int, int, boolean, boolean, char[], SecureRandom) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string based on a variety of options, using supplied source of randomness.
random(int, String) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, char...) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomAlphanumeric(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphanumeric(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomAscii(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAscii(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomGraph(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomGraph(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomNumeric(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomNumeric(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomPrint(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomPrint(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
RandomStringUtils - cn.aotcloud.utils中的类
Generates random Strings.
RandomStringUtils() - 类 的构造器cn.aotcloud.utils.RandomStringUtils
RandomStringUtils instances should NOT be constructed in standard programming.
RandomUtils - cn.aotcloud.utils中的类
Utility library that supplements the standard Random class.
RandomUtils() - 类 的构造器cn.aotcloud.utils.RandomUtils
RandomUtils instances should NOT be constructed in standard programming.
randomWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy that sleeps a random amount of time before retrying.
randomWait(long, TimeUnit, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy that sleeps a random amount of time before retrying.
readCharacterEncoding(HttpServletRequest) - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
readFileContent(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
readScript(LineNumberReader, String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
readScript(LineNumberReader, String[], String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
readTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
RedisCacheStorage<T> - cn.aotcloud.cache中的类
 
RedisCacheStorage(RedisConnectionFactory, String, long) - 类 的构造器cn.aotcloud.cache.RedisCacheStorage
 
RedisConfig - cn.aotcloud.redis中的类
bgu
RedisConfig() - 类 的构造器cn.aotcloud.redis.RedisConfig
 
RedisSafeProperties - cn.aotcloud.prop中的类
 
RedisSafeProperties() - 类 的构造器cn.aotcloud.prop.RedisSafeProperties
 
redisSessionTemplate(RedisConnectionFactory, Class<?>) - 类 中的静态方法cn.aotcloud.utils.RedisUtil
 
RedisUtil - cn.aotcloud.utils中的类
 
RedisUtil() - 类 的构造器cn.aotcloud.utils.RedisUtil
 
RegExUtils - cn.aotcloud.utils中的类
 
RegExUtils() - 类 的构造器cn.aotcloud.utils.RegExUtils
 
removeHttpSessionCookie(HttpServletRequest, HttpServletResponse, ServerProperties) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
responseError(HttpServletResponse, Map<Integer, String>, Integer) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
restart(Class<?>) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
 
RestartSpringboot - cn.aotcloud.utils中的类
 
RestartSpringboot() - 类 的构造器cn.aotcloud.utils.RestartSpringboot
 
RestTemplateUtil - cn.aotcloud.utils中的类
 
RestTemplateUtil() - 类 的构造器cn.aotcloud.utils.RestTemplateUtil
 
Retryer<V> - cn.aotcloud.retry中的类
A retryer, which executes a call, and retries it until it succeeds, or a stop strategy decides to stop retrying.
Retryer(StopStrategy, WaitStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, BlockStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, BlockStrategy, Predicate<Attempt<V>>, Collection<RetryListener>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer.RetryerCallable<X> - cn.aotcloud.retry中的类
A Callable which wraps another Callable in order to add retrying behavior from a given Retryer instance.
RetryerBuilder<V> - cn.aotcloud.retry中的类
A builder used to configure and create a Retryer.
RetryException - cn.aotcloud.retry中的异常错误
An exception indicating that none of the attempts of the Retryer succeeded.
RetryException(int, Attempt<?>) - 异常错误 的构造器cn.aotcloud.retry.RetryException
If the last Attempt had an Exception, ensure it is available in the stack trace.
RetryException(String, int, Attempt<?>) - 异常错误 的构造器cn.aotcloud.retry.RetryException
If the last Attempt had an Exception, ensure it is available in the stack trace.
retryIfException() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if an exception (i.e. any Exception or subclass of Exception) is thrown by the call.
retryIfException(Predicate<Throwable>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if an exception satisfying the given predicate is thrown by the call.
retryIfExceptionOfType(Class<? extends Throwable>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if an exception of the given class (or subclass of the given class) is thrown by the call.
retryIfResult(Predicate<V>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if the result satisfies the given predicate.
retryIfRuntimeException() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if a runtime exception (i.e. any RuntimeException or subclass of RuntimeException) is thrown by the call.
RetryListener - cn.aotcloud.retry中的接口
This listener provides callbacks for several events that occur when running code through a Retryer instance.
rewritePathInfoFromRequest(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
rewriteQueryStringFromRequest(HttpServletRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
rewriteUrlFromRequest(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
rewriteUrlFromResponse(HttpServletRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
RoleMenuPermissionParam - cn.aotcloud.entity中的类
 
RoleMenuPermissionParam() - 类 的构造器cn.aotcloud.entity.RoleMenuPermissionParam
 
runUninterruptiblyWithTimeout(Runnable, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
runUninterruptiblyWithTimeout(Runnable, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Runnable, timing out after the specified time limit.
runWithTimeout(Runnable, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
runWithTimeout(Runnable, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Runnable, timing out after the specified time limit.

S

SAFE_ST_JSON_KEY_NAME - 类 中的静态变量cn.aotcloud.constants.SafeConts
 
safeCheck(String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
safeCheck(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
SafeConts - cn.aotcloud.constants中的类
 
SafeConts() - 类 的构造器cn.aotcloud.constants.SafeConts
 
ScriptUtils - cn.aotcloud.utils中的类
Generic utility methods for working with SQL scripts in conjunction with JDBC.
ScriptUtils() - 类 的构造器cn.aotcloud.utils.ScriptUtils
 
sendError(HttpServletResponse, int) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
sendPostRequestByJava(String, String, Map<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
sendPostRequestByJava(String, String, int, int, String, String, Map<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
sendRedirect(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
setAccessKeyId(String) - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
setAccessKeySecret(String) - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
setAcquireIncrement(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAcquireRetryAttempts(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAcquireRetryDelay(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAdmins(String) - 类 中的方法cn.aotcloud.entity.Application
 
setAdmins(String) - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
setAgentSecret(String) - 类 中的方法cn.aotcloud.entity.Application
 
setAgentSecret(String) - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
setAgentSt(String) - 类 中的方法cn.aotcloud.entity.Application
 
setArgs(String[]) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
 
setAutoCommitOnClose(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAutomaticTestTable(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setBreakAfterAcquireFailure(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setBuffer(byte[]) - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
setCharacterEncoding(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setCheckoutTimeout(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setConfiguration(MybatisConfiguration) - 类 中的方法cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
 
setConfiguration(Configuration) - 类 中的方法cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 
setConnectionCustomizerClassName(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setConnectionTesterClassName(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setContentLength(HttpServletResponse, int) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setContentType(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
setContentType(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setContext(ConfigurableApplicationContext) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
 
setContextClassLoaderSource(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setCurrentNamespace(String) - 类 中的方法cn.aotcloud.mybatis.MyBatisMapperBuilderAssistant
 
setDataSourceName(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDateHeader(HttpServletResponse, String, long) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setDebugClassName(Map<String, String>) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
setDebugEnabled(boolean) - 类 中的静态方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
setDebugUnreturnedConnectionStackTraces(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDriverClass(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDz(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDz(String) - 类 中的方法cn.aotcloud.prop.HikariProperties
 
setDz(String) - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
setErrcode(Integer) - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
setErrmsg(String) - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
setExtensions(Map<Object, Object>) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setFactoryClassLocation(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setForceIgnoreUnresolvedTransactions(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setForceSynchronousCheckins(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setForceUseNamedDriverClass(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setHeader(HttpHeaders, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setHeader(HttpServletResponse, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setIdleConnectionTestPeriod(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setInitialPoolSize(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setIscInterfaceSignKey(String) - 类 中的方法cn.aotcloud.entity.AgentResult
 
setIscInterfaceSignPubKey(String) - 类 中的方法cn.aotcloud.entity.AgentResult
 
setIscSecret(String) - 类 中的方法cn.aotcloud.entity.AgentResult
 
setJdbcUrl(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMapperLocations(Resource[]) - 类 中的方法cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
不能删除
setMapperLocations(Resource[]) - 类 中的方法cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 
setMaxAdministrativeTaskTime(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxConnectionAge(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxIdleTime(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxIdleTimeExcessConnections(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxPoolSize(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxStatements(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxStatementsPerConnection(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMinPoolSize(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setNumHelperThreads(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setOverrideDefaultPassword(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setOverrideDefaultUser(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPassword(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPlatforms(String[]) - 类 中的方法cn.aotcloud.entity.Platforms
 
setPreferredTestQuery(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPrivilegeSpawnedThreads(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setProperties(Properties) - 类 中的方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
setProperties(Properties) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
setPropertyCycle(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPw(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPw(String) - 类 中的方法cn.aotcloud.prop.HikariProperties
 
setPw(String) - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
setRequestAttribute(HttpServletRequest, String, Object) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
setRoleType(String) - 类 中的方法cn.aotcloud.entity.RoleMenuPermissionParam
 
setSecret(String) - 类 中的方法cn.aotcloud.entity.Application
 
setSecret(String) - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
setSecretResource(byte[]) - 类 中的方法cn.aotcloud.entity.InstallPackage
 
setSecretScan(String) - 类 中的方法cn.aotcloud.entity.InstallPackage
 
setSessionAttribute(HttpSession, String, Object) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
setSt(String) - 类 中的方法cn.aotcloud.entity.Application
 
setStatementCacheNumDeferredCloseThreads(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setStatus(HttpServletResponse, int) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setTarget(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
setTestConnectionOnCheckin(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setTestConnectionOnCheckout(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUn(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUn(String) - 类 中的方法cn.aotcloud.prop.HikariProperties
 
setUnreturnedConnectionTimeout(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUser(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUserInfo(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
setUsesTraditionalReflectiveProxies(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setXForwardedForHeader(HttpServletRequest, HttpRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
SHA1 - cn.aotcloud.wx.utils中的类
SHA1 class 计算消息签名接口.
SHA1() - 类 的构造器cn.aotcloud.wx.utils.SHA1
 
shouldStop(Attempt) - 接口 中的方法cn.aotcloud.retry.StopStrategy
Returns true if the retryer should stop retrying.
showSql(Configuration, BoundSql) - 类 中的静态方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
SimpleTimeLimiter - cn.aotcloud.retry中的类
A TimeLimiter that runs method calls in the background using an ExecutorService.
SimpleTimeLimiter(ExecutorService) - 类 的构造器cn.aotcloud.retry.SimpleTimeLimiter
已过时。
Use SimpleTimeLimiter.create(ExecutorService) instead. This method is scheduled to be removed in Guava 23.0.
SimpleTimeLimiter() - 类 的构造器cn.aotcloud.retry.SimpleTimeLimiter
已过时。
Use SimpleTimeLimiter.create(ExecutorService) instead with Executors.newCachedThreadPool(). This method is scheduled to be removed in Guava 23.0.
sortByLetterAsc(List<T>, String) - 类 中的静态方法cn.aotcloud.utils.SortByLetterAscUtils
 
sortByLetterAsc(Object, Class<?>, String) - 类 中的静态方法cn.aotcloud.utils.SortByLetterAscUtils
 
SortByLetterAscUtils - cn.aotcloud.utils中的类
 
SortByLetterAscUtils() - 类 的构造器cn.aotcloud.utils.SortByLetterAscUtils
 
sortMapByKey(Map<String, Object>) - 类 中的静态方法cn.aotcloud.utils.MapSortUtil
使用 Map按key进行排序
splitSqlScript(String, char, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
splitSqlScript(String, String, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
splitSqlScript(EncodedResource, String, String, String, String, String, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
splitSqlScript(EncodedResource, String, String, String[], String, String, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
SqlExecuteTimeCountInterceptor - cn.aotcloud.mybatis中的类
 
SqlExecuteTimeCountInterceptor(SessionProperties, RedisConnectionFactory, boolean) - 类 的构造器cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
SqlLogInterceptor - cn.aotcloud.mybatis.plus中的类
 
SqlLogInterceptor() - 类 的构造器cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
startPrintSQL() - 类 中的静态方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
stopAfterAttempt(int) - 类 中的静态方法cn.aotcloud.retry.StopStrategies
Returns a stop strategy which stops after N failed attempts.
stopAfterDelay(long) - 类 中的静态方法cn.aotcloud.retry.StopStrategies
stopAfterDelay(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.StopStrategies
Returns a stop strategy which stops after a given delay.
StopStrategies - cn.aotcloud.retry中的类
Factory class for StopStrategy instances.
StopStrategy - cn.aotcloud.retry中的接口
A strategy used to decide if a retryer must stop retrying after a failed attempt or not.
StringSafeUtil - cn.aotcloud.utils中的类
 
StringSafeUtil() - 类 的构造器cn.aotcloud.utils.StringSafeUtil
 
stringToInputStream(String) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
successResult() - 类 中的静态方法cn.aotcloud.entity.WeiXinResult
 

T

targetHost - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
targetUri - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
targetUriObj - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
taskdebug(String, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskdebug(String, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskError(String, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskError(String, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskInfo(String, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskInfo(String, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
TenantUserSecret - cn.aotcloud.entity中的类
 
TenantUserSecret() - 类 的构造器cn.aotcloud.entity.TenantUserSecret
 
textToNumericFormatV4(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
将IPv4地址转换成字节
threadSleepStrategy() - 类 中的静态方法cn.aotcloud.retry.BlockStrategies
Returns a block strategy that puts the current thread to sleep between retries.
TimeLimiter - cn.aotcloud.retry中的接口
Imposes a time limit on method calls.
toString(InputStream, String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
transferQueryParams(MultiValueMap<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 

U

uncompress(File, File, String) - 类 中的静态方法cn.aotcloud.utils.FileZipUtils
解压
unpackExportZipEntry(ZipFile, ZipEntry, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
 
unpackZip(String, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
解压zip格式的压缩包
unpackZip(File, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
 
unZip(InputStream, String, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
解压 zip 文件
update(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
updateFill(MetaObject) - 类 中的方法cn.aotcloud.mybatis.plus.DateAutoFillHandler
 
URLConnectionClient - cn.aotcloud.utils中的类
Implementation of the Oltu OAuth HttpClient using URL Connection
URLConnectionClient() - 类 的构造器cn.aotcloud.utils.URLConnectionClient
 
USERINFO_THREAD_LOCAL - 类 中的静态变量cn.aotcloud.logger.LoggerHandle
 
useSystemProperties - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 

V

ValidateCorpidError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
ValidateSignatureError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
validateSourcePath(String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
源文件路径判断
validateTargetPath(String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
解压路径存在判断
valueOf(String) - 枚举 中的静态方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
返回带有指定名称的该类型的枚举常量。
valueOfCode(Integer) - 枚举 中的静态方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
 
values() - 枚举 中的静态方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VerifyURL(String, String, String, String) - 类 中的方法cn.aotcloud.wx.utils.WXBizMsgCrypt
验证URL

W

WaitStrategies - cn.aotcloud.retry中的类
Factory class for instances of WaitStrategy.
WaitStrategy - cn.aotcloud.retry中的接口
A strategy used to decide how long to sleep before retrying after a failed attempt.
warn(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
warn(Throwable) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
warn(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
WeiXinResult - cn.aotcloud.entity中的类
 
WeiXinResult() - 类 的构造器cn.aotcloud.entity.WeiXinResult
 
WeiXinResult.WexinErrorCode - cn.aotcloud.entity中的枚举
企信消息事件类型
withAttemptTimeLimiter(AttemptTimeLimiter<V>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to limit the duration of any particular attempt by the given duration.
withBlockStrategy(BlockStrategy) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Sets the block strategy used to decide how to block between retry attempts.
withRetryListener(RetryListener) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Adds a listener that will be notified of each attempt that is made
withStopStrategy(StopStrategy) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Sets the stop strategy used to decide when to stop retrying.
withWaitStrategy(WaitStrategy) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Sets the wait strategy used to decide how long to sleep between failed attempts.
wrap(Callable<V>) - 类 中的方法cn.aotcloud.retry.Retryer
Wraps the given Callable in a Retryer.RetryerCallable, which can be submitted to an executor.
write(InputStream, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
writeFileContent(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
WXBizMsgCrypt - cn.aotcloud.wx.utils中的类
提供接收和推送给企业微信消息的加解密接口(UTF8编码的字符串).
WXBizMsgCrypt(String, String, String) - 类 的构造器cn.aotcloud.wx.utils.WXBizMsgCrypt
构造函数

X

XMLParse - cn.aotcloud.wx.utils中的类
XMLParse class 提供提取消息格式中的密文及生成回复消息格式的接口.
XMLParse() - 类 的构造器cn.aotcloud.wx.utils.XMLParse
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
跳过导航链接

Copyright © 2023. All rights reserved.