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

A

AbstractController<T extends BaseProvider> - top.ibase4j.core.base中的类
控制器基类
AbstractController() - 类 的构造器top.ibase4j.core.base.AbstractController
 
AccessToken - top.ibase4j.core.support.weixin.model中的类
 
AccessToken() - 类 的构造器top.ibase4j.core.support.weixin.model.AccessToken
 
activeCount - 类 中的变量org.csource.fastdfs.StructGroupStat
 
activeTest(Socket) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
send ACTIVE_TEST command to server, test if network is ok and the server is alive
add(Object, Object) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供(相对)精确的加法运算。
addBytes(byte[]) - 类 中的方法top.ibase4j.core.support.weixin.company.aes.ByteGroup
 
addCell(Integer, Integer, Object, CellType, DisplayFormat, Boolean, Boolean) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
添加单元格
addDate(Date, int, int) - 类 中的静态方法top.ibase4j.core.util.DateUtil
日期计算
addFileAffix(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置附件
address - 类 中的变量org.csource.fastdht.ServerInfo
 
addRow(Object[], BorderLineStyle, Alignment, String) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
添加一行
addRow(Object[], CellType[], DisplayFormat...) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
添加一行
addRows(List<?>, CellType[], DisplayFormat...) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
添加多行
addSheet(String) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
AesException - top.ibase4j.core.support.weixin.company.aes中的异常错误
 
after(JoinPoint) - 类 中的方法top.ibase4j.core.support.dbcp.DataSourceAspect
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法top.ibase4j.core.interceptor.BaseInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法top.ibase4j.core.interceptor.EventInterceptor
 
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.ibase4j.core.interceptor.BaseInterceptor
 
afterPropertiesSet() - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
afterPropertiesSet() - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
AliPay - top.ibase4j.core.support.pay中的类
 
AliPay() - 类 的构造器top.ibase4j.core.support.pay.AliPay
 
AliPayConfig - top.ibase4j.core.support.pay中的类
 
AliPayConfig() - 类 的构造器top.ibase4j.core.support.pay.AliPayConfig
 
aliPayConfigs() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
AlipayUtil - top.ibase4j.core.util中的类
支付宝
AlipayUtil() - 类 的构造器top.ibase4j.core.util.AlipayUtil
 
ALLUSER_NUMBER - 接口 中的静态变量top.ibase4j.core.Constants
在线用户数量
append_file(String, String, String) - 类 中的方法org.csource.fastdfs.StorageClient
append file to storage server (by file name)
append_file(String, String, byte[]) - 类 中的方法org.csource.fastdfs.StorageClient
append file to storage server (by file buff)
append_file(String, String, byte[], int, int) - 类 中的方法org.csource.fastdfs.StorageClient
append file to storage server (by file buff)
append_file(String, String, long, UploadCallback) - 类 中的方法org.csource.fastdfs.StorageClient
append file to storage server (by callback)
append_file1(String, String) - 类 中的方法org.csource.fastdfs.StorageClient1
append file to storage server (by file name)
append_file1(String, byte[]) - 类 中的方法org.csource.fastdfs.StorageClient1
append file to storage server (by file buff)
append_file1(String, byte[], int, int) - 类 中的方法org.csource.fastdfs.StorageClient1
append file to storage server (by file buff)
append_file1(String, long, UploadCallback) - 类 中的方法org.csource.fastdfs.StorageClient1
append file to storage server (by callback)
APPENDER_FILE_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
applicationContext - 类 中的变量top.ibase4j.core.base.BaseService
 
applicationContext - 类 中的变量top.ibase4j.core.support.scheduler.SchedulerService
 
appPay(AlipayTradeAppPayModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
App 支付
aspect() - 类 中的方法top.ibase4j.core.support.dbcp.DataSourceAspect
 
Assert - top.ibase4j.core.support中的类
Assertion utility class that assists in validating arguments.
Assert() - 类 的构造器top.ibase4j.core.support.Assert
 
authCodeToOpenid(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
授权码查询openId

B

Base64 - org.csource.common中的类
Encode arbitrary binary into printable ASCII using BASE64 encoding.
Base64() - 类 的构造器org.csource.common.Base64
 
Base64(char, char, char, int) - 类 的构造器org.csource.common.Base64
 
Base64(int) - 类 的构造器org.csource.common.Base64
 
base64 - 类 中的静态变量org.csource.fastdfs.StorageClient
 
BASE64Decoder - top.ibase4j.core.support.security中的类
32 * This class implements a BASE64 Character decoder as specified in RFC1521. 33 * 34 * This RFC is part of the MIME specification which is published by the 35 * Internet Engineering Task Force (IETF).
BASE64Decoder() - 类 的构造器top.ibase4j.core.support.security.BASE64Decoder
 
BASE64Encoder - top.ibase4j.core.support.security中的类
密码器类
BASE64Encoder() - 类 的构造器top.ibase4j.core.support.security.BASE64Encoder
 
BaseController - top.ibase4j.core.base中的类
控制器基类
BaseController() - 类 的构造器top.ibase4j.core.base.BaseController
 
BaseException - top.ibase4j.core.exception中的异常错误
 
BaseException() - 异常错误 的构造器top.ibase4j.core.exception.BaseException
 
BaseException(Throwable) - 异常错误 的构造器top.ibase4j.core.exception.BaseException
 
BaseException(String) - 异常错误 的构造器top.ibase4j.core.exception.BaseException
 
BaseException(String, Throwable) - 异常错误 的构造器top.ibase4j.core.exception.BaseException
 
BaseInterceptor - top.ibase4j.core.interceptor中的类
拦截器基类
BaseInterceptor() - 类 的构造器top.ibase4j.core.interceptor.BaseInterceptor
 
BaseJob - top.ibase4j.core.support.scheduler.job中的类
默认调度(非阻塞)
BaseJob() - 类 的构造器top.ibase4j.core.support.scheduler.job.BaseJob
 
BaseMapper<T extends BaseModel> - top.ibase4j.core.base中的接口
 
BaseModel - top.ibase4j.core.base中的类
 
BaseModel() - 类 的构造器top.ibase4j.core.base.BaseModel
 
BaseProvider - top.ibase4j.core.base中的接口
 
BaseProviderImpl - top.ibase4j.core.base中的类
 
BaseProviderImpl() - 类 的构造器top.ibase4j.core.base.BaseProviderImpl
 
BaseService<T extends BaseModel> - top.ibase4j.core.base中的类
业务逻辑层基类,继承基类后必须配置CacheConfig(cacheNames="")
BaseService() - 类 的构造器top.ibase4j.core.base.BaseService
 
batchDelete(ObjectInfo, String[], Map) - 类 中的方法org.csource.fastdht.FastDHTClient
delete multi keys
batchGet(ObjectInfo, String[], Map) - 类 中的方法org.csource.fastdht.FastDHTClient
get multi keys
batchGet(ObjectInfo, String[], Map, int) - 类 中的方法org.csource.fastdht.FastDHTClient
get multi keys
batchSet(ObjectInfo, Map, Map) - 类 中的方法org.csource.fastdht.FastDHTClient
set values of multi keys
batchSet(ObjectInfo, Map, Map, int) - 类 中的方法org.csource.fastdht.FastDHTClient
set values of multi keys
before(JoinPoint) - 类 中的方法top.ibase4j.core.support.dbcp.DataSourceAspect
配置前置通知,使用在方法aspect()上注册的切入点
BIGDECIMAL - 接口 中的静态变量top.ibase4j.core.support.DataType
 
bigDecimal(Object) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供数据类型转换为BigDecimal
billDownloadurlQuery(AlipayDataDataserviceBillDownloadurlQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
查询对账单下载地址
billDownloadurlQueryToResponse(AlipayDataDataserviceBillDownloadurlQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
body - 类 中的变量org.csource.fastdfs.ProtoCommon.RecvPackageInfo
 
body - 类 中的变量org.csource.fastdht.ProtoCommon.PkgInfo
 
body_len - 类 中的变量org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
 
body_len - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 
BOOLEAN - 接口 中的静态变量top.ibase4j.core.support.DataType
 
booleanValue(byte[], int, StructBase.FieldInfo) - 类 中的方法org.csource.fastdfs.StructBase
 
BouncyCastleProvider - top.ibase4j.core.support.security中的类
To add the provider at runtime use: import java.security.Security; import org.security.provider.BouncyCastleProvider; Security.addProvider(new BouncyCastleProvider()); The provider can also be configured as part of your environment via static registration by adding an entry to the java.security properties file (found in $JAVA_HOME/jre/lib/security/java.security, where $JAVA_HOME is the location of your JDK/JRE distribution).
BouncyCastleProvider() - 类 的构造器top.ibase4j.core.support.security.BouncyCastleProvider
Construct a new provider.
buff2int(byte[], int) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
buff convert to int
buff2int(byte[], int) - 类 中的静态方法org.csource.fastdht.ProtoCommon
big-endian buff convert to int
buff2long(byte[], int) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
buff convert to long
build() - 类 中的静态方法top.ibase4j.core.support.pay.AliPayConfig
 
buildOrderPaySign(String, String, String, String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
构建支付参数
buildParasMap(String, String, String, String, String, String, String, String, String, String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
构建参数
buildParasMap(String, String, String, String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
封装查询请求参数 参考代码
buildShortUrlParasMap(String, String, String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
构建短链接参数
buildSignAfterParasMap(Map<String, String>, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
构建签名之后的参数
buildUnifiedOrderParasMap(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
构建统一下单参数
BusinessException - top.ibase4j.core.exception中的异常错误
 
BusinessException() - 异常错误 的构造器top.ibase4j.core.exception.BusinessException
 
BusinessException(Throwable) - 异常错误 的构造器top.ibase4j.core.exception.BusinessException
 
BusinessException(String) - 异常错误 的构造器top.ibase4j.core.exception.BusinessException
 
BusinessException(String, Throwable) - 异常错误 的构造器top.ibase4j.core.exception.BusinessException
 
byte2hex(byte[]) - 类 中的静态方法top.ibase4j.core.util.DataUtil
十进制字节数组转十六进制字符串
ByteGroup - top.ibase4j.core.support.weixin.company.aes中的类
 
ByteGroup() - 类 的构造器top.ibase4j.core.support.weixin.company.aes.ByteGroup
 
bytesPerAtom() - 类 中的方法top.ibase4j.core.support.security.BASE64Decoder
This class has 4 bytes per atom
bytesPerAtom() - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
Return the number of bytes per atom of decoding
bytesPerLine() - 类 中的方法top.ibase4j.core.support.security.BASE64Decoder
Any multiple of 4 will do, 72 might be common
bytesPerLine() - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
Return the maximum number of bytes that can be encoded per line
byteValue(byte[], int, StructBase.FieldInfo) - 类 中的方法org.csource.fastdfs.StructBase
 

C

CACHE_NAMESPACE - 接口 中的静态变量top.ibase4j.core.Constants
缓存命名空间
cacheKeyMap - 接口 中的静态变量top.ibase4j.core.Constants
缓存键值
CacheManager - top.ibase4j.core.support.cache中的接口
 
CacheUtil - top.ibase4j.core.util中的类
 
CacheUtil() - 类 的构造器top.ibase4j.core.util.CacheUtil
 
callback - 类 中的变量org.csource.fastdfs.test.TestLoad.Downloader
 
changeImge(File, int, int) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
* 转换图片大小,不变形
CharacterDecoder - top.ibase4j.core.support.security中的类
37 * This class defines the decoding half of character encoders. 38 * A character decoder is an algorithim for transforming 8 bit 39 * binary data that has been encoded into text by a character 40 * encoder, back into original binary form. 41 * 42 * The character encoders, in general, have been structured 43 * around a central theme that binary data can be encoded into 44 * text that has the form: 45 * 46 * 47 * [Buffer Prefix] 48 * [Line Prefix][encoded data atoms][Line Suffix] 49 * [Buffer Suffix] 50 * 51 * 52 * Of course in the simplest encoding schemes, the buffer has no 53 * distinct prefix of suffix, however all have some fixed relationship 54 * between the text in an 'atom' and the binary data itself. 55 * 56 * In the CharacterEncoder and CharacterDecoder classes, one complete 57 * chunk of data is referred to as a buffer.
CharacterDecoder() - 类 的构造器top.ibase4j.core.support.security.CharacterDecoder
 
characters(char[], int, int) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
 
CHARSET - 类 中的静态变量top.ibase4j.core.util.SecurityUtil
 
checkSQLInject(String, String) - 类 中的静态方法top.ibase4j.core.filter.XssFilter
检查是否存在非法字符,防止SQL注入
ChooseDataSource - top.ibase4j.core.support.dbcp中的类
获取数据源
ChooseDataSource() - 类 的构造器top.ibase4j.core.support.dbcp.ChooseDataSource
 
CIPHER_ALGORITHM - 类 中的静态变量top.ibase4j.core.support.security.coder.DESCoder
加密/解密算法 / 工作模式 / 填充方式
clazzMap - 类 中的静态变量top.ibase4j.core.util.InstanceUtil
 
clear() - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 
clear() - 类 中的静态方法top.ibase4j.core.support.dbcp.HandleDataSource
 
Client - top.ibase4j.core.support.cache.redisson中的类
Redis连接配置
Client() - 类 的构造器top.ibase4j.core.support.cache.redisson.Client
 
ClientGlobal - org.csource.fastdfs中的类
Global variables
ClientGlobal - org.csource.fastdht中的类
Global variables
clone() - 类 中的方法org.csource.fastdfs.TrackerGroup
 
clone() - 类 中的方法org.csource.fastdht.ServerGroup
 
close() - 类 中的方法org.csource.fastdfs.TrackerServer
 
close() - 类 中的方法org.csource.fastdht.FastDHTClient
 
close() - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
关闭FTP客户端
close() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
关闭资源
closeAll() - 类 中的方法org.csource.fastdht.ServerGroup
close all servers
closeOrder(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
关闭订单 服务商模式接入文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi_sl.php?
closeServer(ServerInfo) - 类 中的方法org.csource.fastdht.ServerGroup
close server
closeSocket(Socket) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
send quit command to server and close socket
closeTask(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
cmd - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 
codeIsOK(String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
判断接口返回的code是否是SUCCESS
compare(Object, Object) - 类 中的方法org.csource.fastdht.ServerGroup.ServerComparator
 
ComputeSignatureError - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
Config - top.ibase4j.core.support.fastdfs中的接口
 
Configs - top.ibase4j.core.config中的类
 
Configs() - 类 的构造器top.ibase4j.core.config.Configs
 
configSSLSocketFactory(HttpsURLConnection, String, String, String) - 类 中的静态方法top.ibase4j.core.support.security.http.HTTPSCoder
为HttpsURLConnection配置SSLSocketFactory
configSSLSocketFactory(HttpsURLConnection, String, String, String) - 类 中的静态方法top.ibase4j.core.support.security.http.HTTPSPKCSCoder
为HttpsURLConnection配置SSLSocketFactory
connect() - 类 中的方法org.csource.fastdfs.ServerInfo
connect to server
connect() - 类 中的静态方法top.ibase4j.core.support.ftp.SftpClient
 
connectServer(ServerInfo) - 类 中的方法org.csource.fastdht.ServerGroup
connect to server
Constants - top.ibase4j.core中的接口
常量表
Constants.JOBSTATE - top.ibase4j.core中的接口
日志表状态
Constants.MSGCHKTYPE - top.ibase4j.core中的接口
短信验证码类型
convert(Object, Class<?>, String) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换核心实现方法
convert(Object, String, String) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换核心实现方法
convertToBigDecimal(Object, int) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为数值型
convertToBoolean(Object) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为布尔值
convertToDate(Object, String) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为日期型
convertToDouble(Object) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为双精度型
convertToFloat(Object) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为浮点型
convertToInteger(Object) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为整型
convertToLong(Object) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为长整型
convertToSqlDate(Object, String) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为日期型
convertToString(Object) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为字符串
convertToString(Object, String) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为字符串
convertToTimestamp(Object, String) - 类 中的静态方法top.ibase4j.core.util.TypeParseUtil
转换为日期型
count(long) - 类 中的方法top.ibase4j.core.support.ftp.FileProgressMonitor
传输中
covert(Class<K>, HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.Request2ListUtil
 
covert(Class<K>, HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
 
covertObj(Object, Map<String, String[]>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
根据传递的参数修改数据
covertObj(Object, Object) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
根据传递的参数修改数据
covertObjWithMap(Object, Map<String, String>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
根据传递的参数修改数据
crc32 - 类 中的变量org.csource.fastdfs.FileInfo
 
create_timestamp - 类 中的变量org.csource.fastdfs.FileInfo
 
createMimeMessage() - 类 中的方法top.ibase4j.core.support.email.EmailSender
创建MIME邮件对象
createQrcode(String, String) - 类 中的静态方法top.ibase4j.core.util.QrcodeUtil
 
createSign(Map<String, String>, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
生成签名
CsrfFilter - top.ibase4j.core.filter中的类
 
CsrfFilter() - 类 的构造器top.ibase4j.core.filter.CsrfFilter
 
CURRENT_USER - 接口 中的静态变量top.ibase4j.core.Constants
当前用户
currentTrunkFileId - 类 中的变量org.csource.fastdfs.StructGroupStat
 
currentWritePath - 类 中的变量org.csource.fastdfs.StructStorageStat
 
currentWriteServer - 类 中的变量org.csource.fastdfs.StructGroupStat
 

D

DataParseException - top.ibase4j.core.exception中的异常错误
 
DataParseException() - 异常错误 的构造器top.ibase4j.core.exception.DataParseException
 
DataParseException(Throwable) - 异常错误 的构造器top.ibase4j.core.exception.DataParseException
 
DataParseException(String) - 异常错误 的构造器top.ibase4j.core.exception.DataParseException
 
DataParseException(String, Throwable) - 异常错误 的构造器top.ibase4j.core.exception.DataParseException
 
DataSourceAspect - top.ibase4j.core.support.dbcp中的类
 
DataSourceAspect() - 类 的构造器top.ibase4j.core.support.dbcp.DataSourceAspect
 
DataType - top.ibase4j.core.support中的接口
 
DataUtil - top.ibase4j.core.util中的类
常见的辅助类
DATE - 接口 中的静态变量top.ibase4j.core.support.DataType
 
DateFormat - top.ibase4j.core.support中的类
时间格式化扩展
DateFormat() - 类 的构造器top.ibase4j.core.support.DateFormat
 
DateUtil - top.ibase4j.core.util中的类
日期操作辅助类
DateUtil.DATE_PATTERN - top.ibase4j.core.util中的接口
日期格式
dateValue(byte[], int, StructBase.FieldInfo) - 类 中的方法org.csource.fastdfs.StructBase
 
decode(String) - 类 中的方法org.csource.common.Base64
decode a well-formed complete Base64 string back into an array of bytes.
decode(byte[], Class<T>, int) - 类 中的方法org.csource.fastdfs.ProtoStructDecoder
decode byte buffer
decode(String) - 类 中的方法top.ibase4j.core.support.security.BASE64Encoder
解码
decode(byte[]) - 类 中的方法top.ibase4j.core.support.security.Hex
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(Object) - 类 中的方法top.ibase4j.core.support.security.Hex
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decodeAtom(PushbackInputStream, OutputStream, int) - 类 中的方法top.ibase4j.core.support.security.BASE64Decoder
103 * Decode one BASE64 atom into 1, 2, or 3 bytes of data. 104
decodeAtom(PushbackInputStream, OutputStream, int) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
121 * This method does an actual decode.
decodeAuto(String) - 类 中的方法org.csource.common.Base64
decode a well-formed complete Base64 string back into an array of bytes.
decodeBuffer(InputStream, OutputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
145 * Decode the text from the InputStream and write the decoded 146 * octets to the OutputStream.
decodeBuffer(String) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
182 * Alternate decode interface that takes a String containing the encoded 183 * buffer and returns a byte array containing the data. 184 * @exception CEFormatException An error has occured while decoding 185
decodeBuffer(InputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
199 * Decode the contents of the inputstream into a buffer. 200
decodeBufferPrefix(PushbackInputStream, OutputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
decode the beginning of the buffer, by default this is a NOP.
decodeBufferSuffix(PushbackInputStream, OutputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
decode the buffer suffix, again by default it is a NOP.
decodeBufferToByteBuffer(String) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
208 * Decode the contents of the String into a ByteBuffer. 209
decodeBufferToByteBuffer(InputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
216 * Decode the contents of the inputStream into a ByteBuffer. 217
decodeHex(char[]) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
decodeLinePrefix(PushbackInputStream, OutputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
103 * This method should return, if it knows, the number of bytes 104 * that will be decoded.
decodeLineSuffix(PushbackInputStream, OutputStream) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
113 * This method post processes the line, if there are error detection 114 * or correction codes in a line, they are generally processed by 115 * this method.
decodeQr(String) - 类 中的静态方法top.ibase4j.core.util.QrcodeUtil
 
decrypt(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.DESCoder
解密
DecryptAESError - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
decryptBASE64(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
BASE64解码
decryptByPrivateKey(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
私钥解密
decryptByPublicKey(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
公钥解密
decryptDes(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
数据解密,算法(DES)
decryptDes(String, byte[]) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
数据解密,算法(DES)
DecryptMsg(String, String, String, String) - 类 中的方法top.ibase4j.core.support.weixin.company.aes.WXBizMsgCrypt
检验消息的真实性,并且获取解密后的明文.
decryptRSAPublic(String, String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
数据解密,算法(RSA)
DEFAULT_CHARSET_NAME - 类 中的静态变量top.ibase4j.core.support.security.Hex
Default charset name is UTF_8
DEFAULT_CONNECT_TIMEOUT - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
DEFAULT_NETWORK_TIMEOUT - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
DEFAULT_NETWORK_TIMEOUT - 类 中的静态变量org.csource.fastdht.ClientGlobal
 
del(Long, Long) - 类 中的方法top.ibase4j.core.base.BaseService
 
del(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
del(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
del(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
delAll(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
delAll(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
delAll(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
delete(KeyInfo) - 类 中的方法org.csource.fastdht.FastDHTClient
delete key
delete(ModelMap, BaseModel) - 类 中的方法top.ibase4j.core.base.AbstractController
 
delete(Long) - 类 中的方法top.ibase4j.core.base.BaseService
 
delete_file(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
delete file from storage server
delete_file1(String) - 类 中的方法org.csource.fastdfs.StorageClient1
delete file from storage server
deleteByEntity(T) - 类 中的方法top.ibase4j.core.base.BaseService
 
deleteByMap(Map<String, Object>) - 类 中的方法top.ibase4j.core.base.BaseService
 
deleteCol(int) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
删除列
deleteFile(String, String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileManager
 
deleteKfAccount(KeFu) - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinKFUtils
删除客服帐号
deleteRow(int) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
删除行
deleteStorage(String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
delete a storage server from the global FastDFS cluster
deleteStorage(TrackerGroup, String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
delete a storage server from the FastDFS cluster
delJob(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
delTask(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
delToken(String) - 类 中的静态方法top.ibase4j.core.util.TokenUtil
 
DESCoder - top.ibase4j.core.support.security.coder中的类
DES安全编码组件
DESCoder() - 类 的构造器top.ibase4j.core.support.security.coder.DESCoder
 
deserialize(byte[]) - 类 中的静态方法top.ibase4j.core.util.SerializeUtil
反序列化
deserialize(byte[], Class<K>) - 类 中的静态方法top.ibase4j.core.util.SerializeUtil
反序列化
destroy() - 类 中的方法top.ibase4j.core.filter.CsrfFilter
 
destroy() - 类 中的方法top.ibase4j.core.filter.TokenFilter
 
destroy() - 类 中的方法top.ibase4j.core.filter.XssFilter
 
determineCurrentLookupKey() - 类 中的方法top.ibase4j.core.support.dbcp.ChooseDataSource
 
disconnect() - 类 中的方法top.ibase4j.core.support.ftp.SftpClient
 
display(byte[]) - 类 中的静态方法org.csource.common.Base64
debug display array
divide(Object, Object) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供(相对)精确的除法运算,当发生除不尽的情况时,精度为10位,以后的数字四舍五入。
divide(Object, Object, Integer) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供(相对)精确的除法运算。
do_append_file(String, String, long, UploadCallback) - 类 中的方法org.csource.fastdfs.StorageClient
append file to storage server
do_modify_file(String, String, long, long, UploadCallback) - 类 中的方法org.csource.fastdfs.StorageClient
modify appender file to storage server
do_upload_file(byte, String, String, String, String, long, UploadCallback, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server
doesNotContain(String, String, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法top.ibase4j.core.filter.CsrfFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法top.ibase4j.core.filter.TokenFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法top.ibase4j.core.filter.XssFilter
 
Dom2Map(Document) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
解析XML并将其节点元素压入Dto返回(基于节点值形式的XML格式) 应用于复杂对象
Dom2Map(Element) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
 
dom2Map(Document) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
Document to map
domainName - 类 中的变量org.csource.fastdfs.StructStorageStat
 
doPost(String, Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
 
doPostSSL(String, Map<String, String>, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
 
DOUBLE - 接口 中的静态变量top.ibase4j.core.support.DataType
 
download(String) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyDownload
 
download_file(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, long, long) - 类 中的方法org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, String) - 类 中的方法org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, long, long, String) - 类 中的方法org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, DownloadCallback) - 类 中的方法org.csource.fastdfs.StorageClient
download file from storage server
download_file(String, String, long, long, DownloadCallback) - 类 中的方法org.csource.fastdfs.StorageClient
download file from storage server
download_file1(String) - 类 中的方法org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, long, long) - 类 中的方法org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, String) - 类 中的方法org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, long, long, String) - 类 中的方法org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, DownloadCallback) - 类 中的方法org.csource.fastdfs.StorageClient1
download file from storage server
download_file1(String, long, long, DownloadCallback) - 类 中的方法org.csource.fastdfs.StorageClient1
download file from storage server
downloadBill(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
下载对账单 服务商模式接入文档:https://pay.weixin.qq.com/wiki/doc/api/micropay_sl.php?
DownloadCallback - org.csource.fastdfs中的接口
Download file callback interface
Downloader() - 类 的构造器org.csource.fastdfs.test.TestLoad.Downloader
 
DownloadExcelUtil - top.ibase4j.core.util中的类
下载EXCEL文件
DownloadExcelUtil(HttpServletResponse, String, String) - 类 的构造器top.ibase4j.core.util.DownloadExcelUtil
设置文件名和工作表名(Excel)
downloadFile(String) - 类 中的方法org.csource.fastdfs.test.TestLoad.Downloader
 
downLoadFile(String, String) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
下载
downLoadFile(FTPFile, String) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
递归下载文件
DownloadFileDiscard() - 类 的构造器org.csource.fastdfs.test.TestLoad.DownloadFileDiscard
 
DownloadFileWriter - org.csource.fastdfs.test中的类
DowloadCallback test
DownloadFileWriter(String) - 类 的构造器org.csource.fastdfs.test.DownloadFileWriter
 
DownloadStream - org.csource.fastdfs中的类
Download file by stream (download callback class)
DownloadStream(OutputStream) - 类 的构造器org.csource.fastdfs.DownloadStream
 
DownloadThread(int) - 类 的构造器org.csource.fastdfs.test.TestLoad.DownloadThread
 
dubbo - 接口 中的静态变量top.ibase4j.core.support.scheduler.TaskScheduled.TaskType
 
dubboAnnotation(ApplicationContext) - 类 中的静态方法top.ibase4j.core.config.DubboConfig
 
dubboApplication() - 类 中的方法top.ibase4j.core.config.DubboConfig
 
DubboConfig - top.ibase4j.core.config中的类
RPC服务配置
DubboConfig() - 类 的构造器top.ibase4j.core.config.DubboConfig
 
DubboConfig.EnableDubbo - top.ibase4j.core.config中的类
 
dubboConsumer() - 类 中的方法top.ibase4j.core.config.DubboConfig
 
dubboProtocol() - 类 中的方法top.ibase4j.core.config.DubboConfig
 
dubboRegistry() - 类 中的方法top.ibase4j.core.config.DubboConfig
 
DubboUtil - top.ibase4j.core.util中的类
 

E

ECONNREFUSED - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
element2Map(Element, Map<String, Object>) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
Element to map
email(String) - 类 中的静态方法top.ibase4j.core.support.Assert
邮箱
Email - top.ibase4j.core.support.email中的类
 
Email() - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String[]) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String[]) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String, String[]) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String, String, String, String) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String, String, String, String, String[]) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String, String, String, String, String) - 类 的构造器top.ibase4j.core.support.email.Email
 
Email(String, String, String, String, String, String, String, String, String, String[]) - 类 的构造器top.ibase4j.core.support.email.Email
 
EmailSender - top.ibase4j.core.support.email中的类
邮件引擎
EmailSender(String) - 类 的构造器top.ibase4j.core.support.email.EmailSender
 
EmailUtil - top.ibase4j.core.util中的类
发送邮件辅助类
EnableDubbo() - 类 的构造器top.ibase4j.core.config.DubboConfig.EnableDubbo
 
EnableMotan() - 类 的构造器top.ibase4j.core.config.MotanConfig.EnableMotan
 
encode(byte[]) - 类 中的方法org.csource.common.Base64
Encode an arbitrary array of bytes as Base64 printable ASCII.
encode(byte[]) - 类 中的方法top.ibase4j.core.support.security.BASE64Encoder
编码
encode(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order.
encode(Object) - 类 中的方法top.ibase4j.core.support.security.Hex
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeGOST3411(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
GOST3411加密
encodeGOST3411Hex(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
GOST3411Hex加密
encodeHex(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], char[]) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeHmacMD2(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacMD2消息摘要
encodeHmacMD2Hex(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacMD2Hex消息摘要
encodeHmacMD4(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacMD4消息摘要
encodeHmacMD4Hex(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacMD4Hex消息摘要
encodeHmacMD5(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacMD5加密
encodeHmacSHA(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacSHA1加密
encodeHmacSHA224(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacSHA224消息摘要
encodeHmacSHA224Hex(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacSHA224Hex消息摘要
encodeHmacSHA256(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacSHA256加密
encodeHmacSHA384(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacSHA384加密
encodeHmacSHA512(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
HmacSHA512加密
encodeMD2(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
MD2加密
encodeMD4(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
MD4加密
encodeMD5(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
MD5加密
encodeSHA(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.SHACoder
SHA-1加密
encodeSHA1(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.SHACoder
SHA-1加密
encodeSHA224(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.SHACoder
SHA-224加密
encodeSHA256(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.SHACoder
SHA-256加密
encodeSHA384(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.SHACoder
SHA-384加密
encodeSHA512(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.SHACoder
SHA-512加密
encodeTiger(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
Tiger加密
encodeTigerHex(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
TigerHex加密
encodeWhirlpool(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
Whirlpool加密
encodeWhirlpoolHex(byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.MDCoder
WhirlpoolHex加密
encrypt(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.DESCoder
加密
EncryptAESError - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
encryptBASE64(byte[]) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
BASE64编码
encryptByPrivateKey(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
私钥加密
encryptByPublicKey(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
公钥加密
encryptDes(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
数据加密,算法(DES)
encryptDes(String, byte[]) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
数据加密,算法(DES)
encryptHMAC(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
HMAC加密
encryptHMAC(String, byte[]) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
HMAC加密
encryptMd5(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
基于MD5算法的单向加密
EncryptMsg(String, String, String) - 类 中的方法top.ibase4j.core.support.weixin.company.aes.WXBizMsgCrypt
将公众平台回复用户的消息加密打包.
encryptPassword(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
 
encryptRSAPrivate(String, String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
数据加密,算法(RSA)
encryptSHA(String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
SHA加密
end() - 类 中的方法top.ibase4j.core.support.ftp.FileProgressMonitor
传输结束
endElement(String, String, String) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
 
env - 类 中的变量top.ibase4j.core.support.pay.AliPayConfig
 
equals(Object) - 类 中的方法org.csource.fastdht.ServerGroup.ServerComparator
 
equals(Object) - 类 中的方法top.ibase4j.model.SysEvent
 
equals(Object) - 类 中的方法top.ibase4j.model.TaskFireLog
 
ERR_NO_EALREADY - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
ERR_NO_EBUSY - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
ERR_NO_EINVAL - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
ERR_NO_EIO - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
ERR_NO_ENOENT - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
ERR_NO_ENOSPC - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
errno - 类 中的变量org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
 
errno - 类 中的变量org.csource.fastdfs.ProtoCommon.RecvPackageInfo
 
errno - 类 中的变量org.csource.fastdfs.StorageClient
 
errno - 类 中的变量org.csource.fastdfs.TrackerClient
 
ERROR_STATS - 接口 中的静态变量top.ibase4j.core.Constants.JOBSTATE
日志表状态,失败
EventInterceptor - top.ibase4j.core.interceptor中的类
日志拦截器
EventInterceptor() - 类 的构造器top.ibase4j.core.interceptor.EventInterceptor
 
EXCEL03_EXTENSION - 类 中的静态变量top.ibase4j.core.util.ExcelReaderUtil
 
EXCEL07_EXTENSION - 类 中的静态变量top.ibase4j.core.util.ExcelReaderUtil
 
Excel2003Reader - top.ibase4j.core.support.excel中的类
 
Excel2003Reader() - 类 的构造器top.ibase4j.core.support.excel.Excel2003Reader
 
Excel2003Reader(IRowReader) - 类 的构造器top.ibase4j.core.support.excel.Excel2003Reader
 
Excel2007Reader - top.ibase4j.core.support.excel中的类
 
Excel2007Reader() - 类 的构造器top.ibase4j.core.support.excel.Excel2007Reader
 
Excel2007Reader(IRowReader) - 类 的构造器top.ibase4j.core.support.excel.Excel2007Reader
 
ExcelReaderUtil - top.ibase4j.core.util中的类
 
excelToArrayList(String, int...) - 类 中的静态方法top.ibase4j.core.util.ExcelReaderUtil
获取Excel数据,返回List
excelToArrayList(String, FileItem, int...) - 类 中的静态方法top.ibase4j.core.util.ExcelReaderUtil
获取Excel数据,返回List
excelToArrayList(String, InputStream, int...) - 类 中的静态方法top.ibase4j.core.util.ExcelReaderUtil
获取Excel数据,返回List
Exception_Head - 接口 中的静态变量top.ibase4j.core.Constants
异常信息统一头信息
非常遗憾的通知您,程序发生了异常
exceptionHandler(HttpServletRequest, HttpServletResponse, Exception) - 类 中的方法top.ibase4j.core.base.BaseController
异常处理
ExceptionUtil - top.ibase4j.core.util中的类
关于异常的工具类.
ExceptionUtil() - 类 的构造器top.ibase4j.core.util.ExceptionUtil
 
execTask(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
execute(Parameter) - 接口 中的方法top.ibase4j.core.base.BaseProvider
 
execute(Parameter) - 类 中的方法top.ibase4j.core.base.BaseProviderImpl
 
execute(JobExecutionContext) - 类 中的方法top.ibase4j.core.support.scheduler.job.BaseJob
 
exists(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
exists(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
exists(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
expire(String, int) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
expire(String, int) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
在某段时间后失效
expire(String, int) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
expireAt(String, long) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
expireAt(String, long) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
在某个时间点失效
expireAt(String, long) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
在某个时间点失效
expires - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 

F

fail_download_count - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
FastDfsFile - top.ibase4j.core.support.fastdfs中的类
 
FastDfsFile() - 类 的构造器top.ibase4j.core.support.fastdfs.FastDfsFile
 
FastDHTClient - org.csource.fastdht中的类
FastDHT client
FastDHTClient(ServerGroup) - 类 的构造器org.csource.fastdht.FastDHTClient
 
FastDHTClient(boolean) - 类 的构造器org.csource.fastdht.FastDHTClient
 
FDFS_DOMAIN_NAME_MAX_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_FIELD_SEPERATOR - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_FILE_EXT_NAME_MAX_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_FILE_PATH_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_FILE_PREFIX_MAX_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_FILENAME_BASE64_LENGTH - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_GROUP_NAME_MAX_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_IPADDR_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_CMD_ACTIVE_TEST - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_CMD_QUIT - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_CMD_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_PROTO_PKG_LEN_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_RECORD_SEPERATOR - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_ID_MAX_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_ACTIVE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_DELETED - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_INIT - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_IP_CHANGED - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_NONE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_OFFLINE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_ONLINE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_SYNCING - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_STORAGE_STATUS_WAIT_SYNC - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_TRUNK_FILE_INFO_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDFS_VERSION_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
FDHT_EXPIRES_NEVER - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_EXPIRES_NONE - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_FULL_KEY_SEPERATOR - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_KEY_LIST_SEP_CHAR - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_KEY_LIST_SEP_STR - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_MAX_FULL_KEY_LEN - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_MAX_NAMESPACE_LEN - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_MAX_OBJECT_ID_LEN - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_MAX_SUB_KEY_LEN - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_BATCH_DEL - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_BATCH_GET - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_BATCH_SET - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_DEL - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_GET - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_GET_SUB_KEYS - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_HEART_BEAT - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_INC - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_QUIT - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_RESP - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_SET - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_CMD_STAT - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
FDHT_PROTO_PKG_HEADER_SIZE - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
fetchSheetParser(SharedStringsTable) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
 
FIELD_INDEX_ACTIVE_COUNT - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_CURRENT_TRUNK_FILE_ID - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_CURRENT_WRITE_PATH - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_CURRENT_WRITE_SERVER - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_DOMAIN_NAME - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_FREE_MB - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_FREE_MB - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_GROUP_NAME - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_ID - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_IF_TRUNK_FILE - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_IP_ADDR - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_JOIN_TIME - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_HEART_BEAT_TIME - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_SOURCE_UPDATE - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_SYNC_UPDATE - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_LAST_SYNCED_TIMESTAMP - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SRC_IP_ADDR - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STATUS - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STORAGE_COUNT - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORAGE_HTTP_PORT - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORAGE_HTTP_PORT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STORAGE_PORT - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORAGE_PORT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_STORE_PATH_COUNT - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_STORE_PATH_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUBDIR_COUNT_PER_PATH - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_SUBDIR_COUNT_PER_PATH - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_APPEND_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_APPEND_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_CREATE_LINK_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DELETE_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DELETE_LINK_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DOWNLOAD_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_DOWNLOAD_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_FILE_OPEN_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_FILE_READ_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_FILE_WRITE_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_GET_META_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_MODIFY_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_MODIFY_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_SET_META_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_SYNC_IN_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_SYNC_OUT_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_TRUNCATE_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_UPLOAD_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_SUCCESS_UPLOAD_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_APPEND_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_APPEND_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_CREATE_LINK_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DELETE_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DELETE_LINK_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DOWNLOAD_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_DOWNLOAD_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_FILE_OPEN_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_FILE_READ_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_FILE_WRITE_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_GET_META_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_MB - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_TOTAL_MB - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_MODIFY_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_MODIFY_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_SET_META_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_SYNC_IN_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_SYNC_OUT_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_TRUNCATE_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_UPLOAD_BYTES - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TOTAL_UPLOAD_COUNT - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_TRUNK_FREE_MB - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
FIELD_INDEX_UP_TIME - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_UPLOAD_PRIORITY - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FIELD_INDEX_VERSION - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FieldInfo(String, int, int) - 类 的构造器org.csource.fastdfs.StructBase.FieldInfo
 
fieldsArray - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
fieldsArray - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
fieldsTotalSize - 类 中的静态变量org.csource.fastdfs.StructGroupStat
 
fieldsTotalSize - 类 中的静态变量org.csource.fastdfs.StructStorageStat
 
FILE_DEFAULT_AUTHOR - 接口 中的静态变量top.ibase4j.core.support.fastdfs.Config
 
FILE_DEFAULT_HEIGHT - 接口 中的静态变量top.ibase4j.core.support.fastdfs.Config
 
FILE_DEFAULT_WIDTH - 接口 中的静态变量top.ibase4j.core.support.fastdfs.Config
 
file_ids - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
file_size - 类 中的变量org.csource.fastdfs.FileInfo
 
FileInfo - org.csource.fastdfs中的类
Server Info
FileInfo(long, int, int, String) - 类 的构造器org.csource.fastdfs.FileInfo
Constructor
FileManager - top.ibase4j.core.support.fastdfs中的类
 
FileModel - top.ibase4j.core.support.fastdfs中的类
 
FileModel(String, String, String) - 类 的构造器top.ibase4j.core.support.fastdfs.FileModel
 
FileProgressMonitor - top.ibase4j.core.support.ftp中的类
监控
FileProgressMonitor() - 类 的构造器top.ibase4j.core.support.ftp.FileProgressMonitor
 
finalize() - 类 中的方法org.csource.fastdfs.test.DownloadFileWriter
 
finalize() - 类 中的方法org.csource.fastdfs.TrackerServer
 
finalize() - 类 中的方法org.csource.fastdht.ServerGroup
 
fixPersonIDCodeWithCheck(String) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
修补15位居民身份证号码为18位,并校验15位身份证有效性
fixPersonIDCodeWithoutCheck(String) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
修补15位居民身份证号码为18位,不校验身份证有效性
FLOAT - 接口 中的静态变量top.ibase4j.core.support.DataType
 
flushMessage() - 类 中的静态方法top.ibase4j.core.config.Resources
清除国际化信息
forceClose(ServerInfo) - 类 中的方法org.csource.fastdht.ServerGroup
force close server
format(Object) - 类 中的静态方法top.ibase4j.core.util.DateUtil
格式化日期
format(Object, String) - 类 中的静态方法top.ibase4j.core.util.DateUtil
格式化日期
format(String, int, int, String, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
图片格式转换
format(Object, String) - 类 中的静态方法top.ibase4j.core.util.MathUtil
格式化
freeMB - 类 中的变量org.csource.fastdfs.StructGroupStat
 
freeMB - 类 中的变量org.csource.fastdfs.StructStorageStat
 
FtpClient - top.ibase4j.core.support.ftp中的类
FTP上传下载
FtpClient() - 类 的构造器top.ibase4j.core.support.ftp.FtpClient
 
FtpClient(String, int, String, String) - 类 的构造器top.ibase4j.core.support.ftp.FtpClient
初始化
FtpException - top.ibase4j.core.exception中的异常错误
FTP异常
FtpException() - 异常错误 的构造器top.ibase4j.core.exception.FtpException
 
FtpException(String) - 异常错误 的构造器top.ibase4j.core.exception.FtpException
 
FtpException(String, Throwable) - 异常错误 的构造器top.ibase4j.core.exception.FtpException
 
future(Date, String) - 类 中的静态方法top.ibase4j.core.support.Assert
未来某一天

G

g_anti_steal_token - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
g_charset - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
g_charset - 类 中的静态变量org.csource.fastdht.ClientGlobal
 
g_connect_timeout - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
g_network_timeout - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
g_network_timeout - 类 中的静态变量org.csource.fastdht.ClientGlobal
 
g_secret_key - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
g_server_group - 类 中的静态变量org.csource.fastdht.ClientGlobal
 
g_tracker_group - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
g_tracker_http_port - 类 中的静态变量org.csource.fastdfs.ClientGlobal
 
generate(String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.weixin.company.aes.WXBizMsgCrypt
生成xml消息
generateSalt(int) - 类 中的静态方法top.ibase4j.core.util.HashUtil
md5 128bit 16bytes sha1 160bit 20bytes sha256 256bit 32bytes sha384 384bit 48bytes sha512 512bit 64bytes
generateSaltForSha256() - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
generateSaltForSha512() - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
Generator - top.ibase4j中的类
代码生成 注意:不生成service接口 注意:不生成service接口 注意:不生成service接口
Generator() - 类 的构造器top.ibase4j.Generator
 
genSlaveFilename(String, String, String) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
generate slave filename
get(KeyInfo) - 类 中的方法org.csource.fastdht.FastDHTClient
retrieve value of key
get(KeyInfo, int) - 类 中的方法org.csource.fastdht.FastDHTClient
retrieve value of key
get(ModelMap, BaseModel) - 类 中的方法top.ibase4j.core.base.AbstractController
 
get(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
get(String, Integer) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
get(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
get(String, Integer) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
get(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
get(String, Integer) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
get(K) - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 
get(String, String) - 类 中的方法top.ibase4j.core.support.ftp.SftpClient
获取文件
get_declared_methods(Class<?>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
取自定义Set方法
get_file_info(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
get file info decoded from the filename, fetch from the storage if necessary
get_file_info1(String) - 类 中的方法org.csource.fastdfs.StorageClient1
get file info decoded from filename
get_getDeclared_methods(Class<?>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
取自定义get方法
get_metadata(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
get all metadata items from storage server
get_metadata1(String) - 类 中的方法org.csource.fastdfs.StorageClient1
get all metadata items from storage server
get_methods(Class<?>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
取全部Set方法
getAccess_token() - 类 中的方法top.ibase4j.core.support.weixin.model.AccessToken
 
getAccount() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getAccount() - 类 中的方法top.ibase4j.model.Login
 
getActiveCount() - 类 中的方法org.csource.fastdfs.StructGroupStat
get active storage server count in this group
getAddress() - 类 中的方法org.csource.fastdht.ServerInfo
 
getAlipayClient() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getAlipayPublicKey() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getAll(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
getAll(String, Integer) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
getAll(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
getAll(String, Integer) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
getAll(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
getAll(String, Integer) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
getAllJobDetail() - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
getAllKfAccount() - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinKFUtils
获取所有客服帐号
getAllTaskDetail() - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
getAllUserNumber() - 类 中的方法top.ibase4j.core.listener.SessionListener
获取在线用户数量
getAppId() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getApplicationResource(String, HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.WebUtil
获得国际化信息
getAvatarUrl() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getBirthdayFromPersonIDCode(String) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
从身份证号中获取出生日期,身份证号可以为15位或18位
getBody() - 类 中的方法top.ibase4j.core.support.email.Email
 
getBoolean(String, boolean) - 类 中的静态方法top.ibase4j.core.util.PropertiesUtil
根据key获取值
getBoolValue(String, boolean) - 类 中的方法org.csource.common.IniFileReader
get boolean value from config file
getBytes(KeyInfo) - 类 中的方法org.csource.fastdht.FastDHTClient
retrieve value of key
getBytes(KeyInfo, int) - 类 中的方法org.csource.fastdht.FastDHTClient
retrieve value of key
getCache(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
getCache(String) - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCacheManager
 
getCache() - 类 中的静态方法top.ibase4j.core.util.CacheUtil
 
getCacheKey(Object) - 类 中的方法top.ibase4j.core.base.BaseService
获取缓存键值
getCacheNames() - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
getCamelPinYin(String) - 类 中的静态方法top.ibase4j.core.util.PinyinUtil
将汉字转换为全拼
getCharset() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getCharsetName() - 类 中的方法top.ibase4j.core.support.security.Hex
Gets the charset name.
getChatWXBizMsgCrypt() - 类 中的静态方法top.ibase4j.core.support.weixin.company.aes.WXBizMsgCryptManager
 
getClass(String) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Return the specified class.
getClientHost() - 类 中的方法top.ibase4j.model.SysEvent
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.BaseException
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.BusinessException
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.DataParseException
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.FtpException
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.IllegalParameterException
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.InstanceException
 
getCode() - 异常错误 中的方法top.ibase4j.core.exception.LoginException
 
getCode() - 异常错误 中的方法top.ibase4j.core.support.weixin.company.aes.AesException
 
getCodeUrl(String, String, String, String, boolean) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
商户模式下 扫码模式一之生成二维码
getConfFilename() - 类 中的方法org.csource.common.IniFileReader
get the config filename
getConfig(ConfigurableEnvironment) - 类 中的方法top.ibase4j.core.config.Configs
 
getConfigNames() - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
getConnection() - 类 中的方法org.csource.fastdfs.TrackerClient
get a connection to tracker server
getConnection(int) - 类 中的方法org.csource.fastdfs.TrackerGroup
return connected tracker server
getConnection() - 类 中的方法org.csource.fastdfs.TrackerGroup
return connected tracker server
getContactEmail() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getContactName() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getContent() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getCookieValue(HttpServletRequest, String, String) - 类 中的静态方法top.ibase4j.core.util.WebUtil
获取指定Cookie的值
getCopyTo() - 类 中的方法top.ibase4j.core.support.email.Email
 
getCrc32() - 类 中的方法org.csource.fastdfs.FileInfo
get the file CRC32 signature
getCreateBy() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getCreateTime() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getCreateTimestamp() - 类 中的方法org.csource.fastdfs.FileInfo
get the create timestamp of the file
getCurrentTrunkFileId() - 类 中的方法org.csource.fastdfs.StructGroupStat
get current trunk file id
getCurrentUser() - 类 中的静态方法top.ibase4j.core.util.WebUtil
获取当前用户
getCurrentUser(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.WebUtil
获取当前用户
getCurrentWritePath() - 类 中的方法org.csource.fastdfs.StructStorageStat
get current write path index
getCurrentWriteServer() - 类 中的方法org.csource.fastdfs.StructGroupStat
get current storage server index to upload file
getCurrUser() - 类 中的方法top.ibase4j.core.base.BaseController
获取当前用户Id
getData() - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
getDataSource() - 类 中的静态方法top.ibase4j.core.support.dbcp.HandleDataSource
 
getDate() - 类 中的静态方法top.ibase4j.core.util.DateUtil
获取日期
getDateTime() - 类 中的静态方法top.ibase4j.core.util.DateUtil
获取日期时间
getDateTime(String) - 类 中的静态方法top.ibase4j.core.util.DateUtil
获取日期
getDayBetween(Date, Date) - 类 中的静态方法top.ibase4j.core.util.DateUtil
间隔天数
getDiff(T, T) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
 
getDomainName() - 类 中的方法org.csource.fastdfs.StructStorageStat
get the domain name of the storage server
getDUID() - 类 中的静态方法top.ibase4j.core.util.NativeUtil
获取网卡序列号
getEnable() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getEndTime() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getErrorCode() - 类 中的方法org.csource.fastdfs.StorageClient
get the error code of last call
getErrorCode() - 类 中的方法org.csource.fastdfs.TrackerClient
get the error code of last call
getErrorCode() - 类 中的方法org.csource.fastdht.FastDHTClient
 
getExpires_in() - 类 中的方法top.ibase4j.core.support.weixin.model.AccessToken
 
getExt() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getFetchStorage(TrackerServer, String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server to download file
getFetchStorage1(TrackerServer, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server to download file
getFetchStorages(TrackerServer, String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
get storage servers to download file
getFetchStorages1(TrackerServer, String) - 类 中的方法org.csource.fastdfs.TrackerClient
get storage servers to download file
getFieldsTotalSize() - 类 中的静态方法org.csource.fastdfs.StructGroupStat
get fields total size
getFieldsTotalSize() - 类 中的静态方法org.csource.fastdfs.StructStorageStat
get fields total size
getFile(String, String, String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileManager
 
getFileAffix() - 类 中的方法top.ibase4j.core.support.email.Email
 
getFileItem(HttpServletRequest, File, String...) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
获取文本域
getFileItemList(HttpServletRequest, File) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
获取所有文本域
getFileName() - 类 中的方法top.ibase4j.core.support.fastdfs.FastDfsFile
 
getFilename() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getFileSize() - 类 中的方法org.csource.fastdfs.FileInfo
get the file size
getFire(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
getFire(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
getFire(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
getFireInfo() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getFireLogById(Long) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
getFixedPersonIDCode(String) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
将传入的身份证号码进行校验,并返回一个对应的18位身份证
getFormat() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getFreeMB() - 类 中的方法org.csource.fastdfs.StructGroupStat
get free disk space in MB
getFreeMB() - 类 中的方法org.csource.fastdfs.StructStorageStat
get free disk space in MB
getFrom() - 类 中的方法top.ibase4j.core.support.email.Email
 
getFullPathRelateClass(String, Class<?>) - 类 中的静态方法top.ibase4j.core.util.DataUtil
这个方法可以通过与某个类的class文件的相对路径来获取文件或目录的绝对路径。
getG_anti_steal_token() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getG_charset() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getG_connect_timeout() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getG_network_timeout() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getG_secret_key() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getG_tracker_group() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getG_tracker_http_port() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
getGender() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getGenderFromPersonIDCode(String) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
从身份证号获取性别
getGroupCount() - 类 中的方法org.csource.fastdht.ServerGroup
 
getGroupName() - 类 中的方法org.csource.fastdfs.StructGroupStat
get group name
getGroupName() - 类 中的方法top.ibase4j.core.support.fastdfs.FastDfsFile
 
getGroupName() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getGroups() - 类 中的方法org.csource.fastdht.ServerGroup
 
getHashCode() - 类 中的方法org.csource.fastdht.KeyInfo
 
getHashCode() - 类 中的方法org.csource.fastdht.ObjectInfo
 
getHost() - 类 中的方法top.ibase4j.core.support.email.Email
 
getHost(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.WebUtil
获取客户端IP
getHostName() - 类 中的静态方法top.ibase4j.core.util.NativeUtil
获取机器名
getIcol() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
getId() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server id
getId() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getId() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getInetSocketAddress() - 类 中的方法org.csource.fastdfs.TrackerServer
get the server info
getInputStream() - 类 中的方法org.csource.fastdfs.TrackerServer
 
getInstance() - 类 中的静态方法top.ibase4j.core.support.fastdfs.FileManager
 
getInstanceList(Class<E>, List<?>) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
封装实体
getInstanceList(Class<E>, ResultSet) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
封装实体
getInt(String) - 类 中的静态方法top.ibase4j.core.util.PropertiesUtil
根据key获取值
getInt(String, int) - 类 中的静态方法top.ibase4j.core.util.PropertiesUtil
根据key获取值
getIntValue(String, int) - 类 中的方法org.csource.common.IniFileReader
get int value from config file
getIpAddr() - 类 中的方法org.csource.fastdfs.ServerInfo
return the ip address
getIpAddr() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server ip address
getIpAddress(byte[], int) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
buff convert to ip address
getIrow() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
getJobDetailByTriggerName(Trigger) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
getJobType() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getJoinTime() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server join time
getKeepAlive() - 类 中的方法org.csource.fastdht.ServerGroup
 
getKey() - 类 中的方法org.csource.fastdht.KeyInfo
 
getKey() - 类 中的方法top.ibase4j.core.support.email.Email
 
getKey() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getKeyPrefix() - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
Returns the Redis session keys prefix.
getKeyPrefix() - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCacheManager
Returns the Redis session keys prefix.
getKeyword() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getKf_account() - 类 中的方法top.ibase4j.core.support.weixin.model.KeFu
 
getLastHeartBeatTime() - 类 中的方法org.csource.fastdfs.StructStorageStat
get last heart beat timestamp
getLastSourceUpdate() - 类 中的方法org.csource.fastdfs.StructStorageStat
get last source update timestamp
getLastSyncedTimestamp() - 类 中的方法org.csource.fastdfs.StructStorageStat
get last synced timestamp
getLastSyncUpdate() - 类 中的方法org.csource.fastdfs.StructStorageStat
get last synced update timestamp
getList(List<Long>) - 类 中的方法top.ibase4j.core.base.BaseService
根据Id查询(默认类型T)
getList(List<Long>, Class<K>) - 类 中的方法top.ibase4j.core.base.BaseService
根据Id查询(cls返回类型Class)
getLock(String) - 类 中的静态方法top.ibase4j.core.util.CacheUtil
获取锁
getLockKey(Object) - 类 中的方法top.ibase4j.core.base.BaseService
获取缓存键值
getLockManager() - 类 中的静态方法top.ibase4j.core.util.CacheUtil
 
getMaxFileName(String) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
获得目录下最大文件名
getMessage(String, Object...) - 类 中的静态方法top.ibase4j.core.config.Resources
国际化信息
getMethod() - 类 中的方法top.ibase4j.core.base.Parameter
 
getMethod(String, Class<?>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
 
getMethod() - 类 中的方法top.ibase4j.model.SysEvent
 
getMime() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getMonthBetween(Date, Date) - 类 中的静态方法top.ibase4j.core.util.DateUtil
间隔月
getMonthBetweenWithDay(Date, Date) - 类 中的静态方法top.ibase4j.core.util.DateUtil
间隔月,多一天就多算一个月
getName() - 类 中的方法org.csource.common.NameValuePair
 
getName() - 类 中的方法top.ibase4j.core.support.email.Email
 
getName() - 类 中的方法top.ibase4j.core.support.scheduler.JobListener
 
getNamespace() - 类 中的方法org.csource.fastdht.KeyInfo
 
getNamespace() - 类 中的方法org.csource.fastdht.ObjectInfo
 
getNamespace() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getNameValuePairs() - 类 中的方法top.ibase4j.core.support.fastdfs.FastDfsFile
 
getNextFireTime() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getNickname() - 类 中的方法top.ibase4j.core.support.weixin.model.KeFu
 
getNo() - 类 中的方法top.ibase4j.core.base.Parameter
 
getObjectId() - 类 中的方法org.csource.fastdht.KeyInfo
 
getObjectId() - 类 中的方法org.csource.fastdht.ObjectInfo
 
getObjectId() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getOpenid() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getOrder() - 类 中的方法top.ibase4j.core.config.Configs
 
getOutputStream() - 类 中的方法org.csource.fastdfs.TrackerServer
 
getPackLength() - 类 中的方法org.csource.fastdht.KeyInfo
 
getPackLength() - 类 中的方法org.csource.fastdht.ObjectInfo
 
getPage(Map<String, Object>) - 类 中的静态方法top.ibase4j.core.base.BaseService
分页查询
getPageMap(Page<Long>) - 类 中的方法top.ibase4j.core.base.BaseService
根据Id查询(默认类型T)
getParam() - 类 中的方法top.ibase4j.core.base.Parameter
 
getParameter(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.WebUtil
 
getParameter(HttpServletRequest, Class<T>) - 类 中的静态方法top.ibase4j.core.util.WebUtil
 
getParameterMap(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.WebUtil
获得参数Map
getParameters(HttpServletRequest, Class<T>) - 类 中的静态方法top.ibase4j.core.util.WebUtil
 
getParameters() - 类 中的方法top.ibase4j.model.SysEvent
 
getPassword() - 类 中的方法top.ibase4j.core.support.email.Email
 
getPassword() - 类 中的方法top.ibase4j.core.support.weixin.model.KeFu
 
getPassword() - 类 中的方法top.ibase4j.model.Login
 
getPathFromClass(Class<?>) - 类 中的静态方法top.ibase4j.core.util.DataUtil
获取class文件所在绝对路径
getPatternNames() - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
getPinYin(String) - 类 中的静态方法top.ibase4j.core.util.PinyinUtil
将汉字转换为全拼
getPinYinHeadChar(String) - 类 中的静态方法top.ibase4j.core.util.PinyinUtil
提取每个汉字的首字母
getPinYinHeadUperChar(String) - 类 中的静态方法top.ibase4j.core.util.PinyinUtil
提取每个汉字的大写首字母
getPort() - 类 中的方法org.csource.fastdfs.ServerInfo
return the port of the server
getPreviousFireTime() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getPrivateKey() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getPrivateKey(Map<String, Object>) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
取得私钥
getProperties() - 类 中的静态方法top.ibase4j.core.util.PropertiesUtil
 
getProvider() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getPublicKey(Map<String, Object>) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
取得公钥
getQQTokenAndOpenid(String, String) - 类 中的静态方法top.ibase4j.core.support.login.ThirdPartyLoginHelper
获取QQ的认证token和用户OpenID
getQQUserinfo(String, String) - 类 中的静态方法top.ibase4j.core.support.login.ThirdPartyLoginHelper
获取QQ用户信息
getRandom(int, int) - 类 中的静态方法top.ibase4j.core.util.MathUtil
获取start到end区间的随机数,不包含start+end
getrange(String, long, long) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
getrange(String, long, long) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
getrange(String, long, long) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
getRedissonClient() - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
getRemark() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getRemotePath() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getRequestUri() - 类 中的方法top.ibase4j.model.SysEvent
 
getResult() - 类 中的方法top.ibase4j.core.base.Parameter
 
getResultList() - 类 中的方法top.ibase4j.core.base.Parameter
 
getResultLong() - 类 中的方法top.ibase4j.core.base.Parameter
 
getResultPage() - 类 中的方法top.ibase4j.core.base.Parameter
 
getRows(int, int, List<String>) - 接口 中的方法top.ibase4j.core.support.excel.IRowReader
业务逻辑实现方法
getSendTo() - 类 中的方法top.ibase4j.core.support.email.Email
 
getServer(int) - 类 中的方法org.csource.fastdht.ServerGroup
get connected server
getServerCount() - 类 中的方法org.csource.fastdht.ServerGroup
 
getServerDuid() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getServerHost() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getServers() - 类 中的方法org.csource.fastdht.ServerGroup
 
getService() - 类 中的方法top.ibase4j.core.base.AbstractController
 
getService() - 类 中的方法top.ibase4j.core.base.Parameter
 
getServiceUrl() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getSet(String, Serializable) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
getSet(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
getSet(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
getSHA1(String, String, String, String) - 类 中的静态方法top.ibase4j.core.support.weixin.company.aes.SHA1
用SHA1算法生成安全签名
getSheetIndex() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
getSign(String, String, String, BigDecimal, String, String, String) - 类 中的静态方法top.ibase4j.core.util.AlipayUtil
下单并获取支付签名
getSign(String, String, BigDecimal, String, String) - 类 中的静态方法top.ibase4j.core.util.WeChatUtil
下单并获取支付签名
getSignType() - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
getSinaTokenAndUid(String, String) - 类 中的静态方法top.ibase4j.core.support.login.ThirdPartyLoginHelper
获取新浪登录认证token和用户id
getSinaUserinfo(String, String) - 类 中的静态方法top.ibase4j.core.support.login.ThirdPartyLoginHelper
获取新浪用户信息
getSize() - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
getSocket(String, int) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
construct Socket object
getSocket(InetSocketAddress) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
construct Socket object
getSocket() - 类 中的方法org.csource.fastdfs.TrackerServer
get the connected socket
getSocket() - 类 中的方法org.csource.fastdht.ServerInfo
 
getSourceIpAddr() - 类 中的方法org.csource.fastdfs.FileInfo
get the source ip address of the file uploaded to
getSrcIpAddr() - 类 中的方法org.csource.fastdfs.StructStorageStat
get source storage ip address
getStackTraceAsString(Throwable) - 类 中的静态方法top.ibase4j.core.util.ExceptionUtil
将ErrorStack转化为String.
getStartTime() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getStatus() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage status
getStatus() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getStatus() - 类 中的方法top.ibase4j.model.SysEvent
 
getStatus() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getStorageCount() - 类 中的方法org.csource.fastdfs.StructGroupStat
get storage server count in this group
getStorageHttpPort() - 类 中的方法org.csource.fastdfs.StructGroupStat
get storage server HTTP port
getStorageHttpPort() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server HTTP port
getStoragePort() - 类 中的方法org.csource.fastdfs.StructGroupStat
get storage server port
getStoragePort() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server port
getStorages(TrackerServer, byte, String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server to download file
getStorageStatusCaption(byte) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
 
getStorePathCount() - 类 中的方法org.csource.fastdfs.StructGroupStat
get store base path count of each storage server
getStorePathCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get store base path count of each storage server
getStorePathIndex() - 类 中的方法org.csource.fastdfs.StorageServer
 
getStoreStorage(TrackerServer) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server to upload file
getStoreStorage(TrackerServer, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server to upload file
getStoreStorages(TrackerServer, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage servers to upload file
getString(String) - 类 中的静态方法top.ibase4j.core.util.PropertiesUtil
Get a value based on key , if key does not exist , null is returned
getString(String, String) - 类 中的静态方法top.ibase4j.core.util.PropertiesUtil
Get a value based on key , if key does not exist , null is returned
getStrValue(String) - 类 中的方法org.csource.common.IniFileReader
get string value from config file
getSubdirCountPerPath() - 类 中的方法org.csource.fastdfs.StructGroupStat
get sub dir count per store path
getSubdirCountPerPath() - 类 中的方法org.csource.fastdfs.StructStorageStat
get sub dir count per store path
getSubKeys(ObjectInfo) - 类 中的方法org.csource.fastdht.FastDHTClient
get object's sub keys
getSuccessAppendBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success append bytes
getSuccessAppendCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success append count
getSuccessCreateLinkCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success create linke count
getSuccessDeleteCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success delete file count
getSuccessDeleteLinkCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success delete link count
getSuccessDownloadCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success download file count
getSuccessDownloadloadBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success download file bytes
getSuccessFileOpenCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success file opened count
getSuccessFileReadCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success file read count
getSuccessFileWriteCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success file write count
getSuccessGetMetaCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success get metadata count
getSuccessModifyBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success modify bytes
getSuccessModifyCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success modify count
getSuccessSetMetaCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success set meta data count
getSuccessSyncInBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success sync in bytes
getSuccessSyncOutBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success sync out bytes
getSuccessTruncateCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success truncate count
getSuccessUploadBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success upload file bytes
getSuccessUploadCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get success upload file count
getSyncedDelayString(StructStorageStat[], StructStorageStat) - 类 中的静态方法org.csource.fastdfs.test.Monitor
 
getTargetMethod() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTargetObject() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTargetSystem() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTaskCron() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTaskDesc() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTaskGroup() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTaskName() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTaskName() - 类 中的方法top.ibase4j.model.TaskFireLog
 
getTaskType() - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
getTemplate_id() - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
getThrowable(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.ExceptionUtil
在request中获取异常类
getTicket() - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyTicket
 
getTime() - 类 中的方法top.ibase4j.core.support.Token
 
getTitle() - 类 中的方法top.ibase4j.model.SysEvent
 
getTitleCols() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
getToken(String, int, String) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
get token for file URL
getToken() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getToken() - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyUtils
 
getToken() - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinUtils
 
getTokenInfo(String) - 类 中的静态方法top.ibase4j.core.util.TokenUtil
 
getTopic() - 类 中的方法top.ibase4j.core.support.email.Email
 
getTotalAppendBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total append bytes
getTotalAppendCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total append count
getTotalCreateLinkCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total create linke count
getTotalDeleteCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total delete file count
getTotalDeleteLinkCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total delete link count
getTotalDownloadCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total download file count
getTotalDownloadloadBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total download file bytes
getTotalFileOpenCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total file opened count
getTotalFileReadCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total file read count
getTotalFileWriteCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total file write count
getTotalGetMetaCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total get metadata count
getTotalMB() - 类 中的方法org.csource.fastdfs.StructGroupStat
get total disk space in MB
getTotalMB() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total disk space in MB
getTotalModifyBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total modify bytes
getTotalModifyCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total modify count
getTotalSetMetaCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total set meta data count
getTotalSyncInBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total sync in bytes
getTotalSyncOutBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total sync out bytes
getTotalTruncateCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total truncate count
getTotalUploadBytes() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total upload file bytes
getTotalUploadCount() - 类 中的方法org.csource.fastdfs.StructStorageStat
get total upload file count
getTouser() - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
getTransferInfo(Map<String, String>, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
查询企业付款
getTrunkFreeMB() - 类 中的方法org.csource.fastdfs.StructGroupStat
get trunk free space in MB
getUpdateBy() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getUpdateStorage(TrackerServer, String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server to update file (delete file or set meta data)
getUpdateTime() - 类 中的方法top.ibase4j.core.base.BaseModel
 
getUploadDir(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
获取上传文件临时目录
getUploadPriority() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server upload priority
getUpTime() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage server up time
getUrl() - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
getUserAgent() - 类 中的方法top.ibase4j.model.SysEvent
 
getUserId() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getUserInfo(String, int) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyOAuth
 
getUserInfo(String) - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinUserUtils
 
getUserList(String) - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinUserUtils
 
getUserName() - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
getUserName() - 类 中的方法top.ibase4j.model.SysEvent
 
getValue() - 类 中的方法org.csource.common.NameValuePair
 
getValue() - 类 中的方法top.ibase4j.core.support.Token
 
getValue() - 枚举 中的方法top.ibase4j.core.util.IDCardUtil.Sex
 
getValues(String) - 类 中的方法org.csource.common.IniFileReader
get all values from config file
getVersion() - 类 中的方法org.csource.fastdfs.StructStorageStat
get storage version
getWXBizMsgCrypt(String, String, String) - 类 中的静态方法top.ibase4j.core.support.weixin.company.aes.WXBizMsgCryptManager
 
getWxTokenAndOpenid(String, String) - 类 中的静态方法top.ibase4j.core.support.login.ThirdPartyLoginHelper
获取微信的认证token和用户OpenID
getWxUserinfo(String, String) - 类 中的静态方法top.ibase4j.core.support.login.ThirdPartyLoginHelper
获取微信用户信息
groupName - 类 中的变量org.csource.fastdfs.StructGroupStat
 
groups - 类 中的变量org.csource.fastdht.ServerGroup
 

H

HandleDataSource - top.ibase4j.core.support.dbcp中的类
 
HandleDataSource() - 类 的构造器top.ibase4j.core.support.dbcp.HandleDataSource
 
handler(ModelMap) - 异常错误 中的方法top.ibase4j.core.exception.BaseException
 
Hash - org.csource.common中的类
name(key) and value pair model
Hash() - 类 的构造器org.csource.common.Hash
 
hash(String, String) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
hashCode() - 类 中的方法top.ibase4j.model.SysEvent
 
hashCode() - 类 中的方法top.ibase4j.model.TaskFireLog
 
HashUtil - top.ibase4j.core.util中的类
 
HashUtil() - 类 的构造器top.ibase4j.core.util.HashUtil
 
hasLength(String, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
hasText(String, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
hdel(String, Serializable) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
hdel(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
hdel(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
header - 类 中的变量org.csource.fastdht.ProtoCommon.PkgInfo
 
Hex - top.ibase4j.core.support.security中的类
Hex encoder and decoder.
Hex() - 类 的构造器top.ibase4j.core.support.security.Hex
Creates a new codec with the default charset name Hex.DEFAULT_CHARSET_NAME
Hex(String) - 类 的构造器top.ibase4j.core.support.security.Hex
Creates a new codec with the given charset name.
hex2byte(String) - 类 中的静态方法top.ibase4j.core.util.DataUtil
十六进制字符串转十进制字节数组
hget(String, Serializable) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
hget(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
hget(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
HH_MM_SS - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
HHMMSS - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
HmacCoder - top.ibase4j.core.support.security.coder中的类
HMAC加密组件
HmacCoder() - 类 的构造器top.ibase4j.core.support.security.coder.HmacCoder
 
hset(String, Serializable, Serializable) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
hset(String, Serializable, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
hset(String, Serializable, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
httpClientPost(String) - 类 中的静态方法top.ibase4j.core.util.HttpUtil
 
httpClientPost(String, ArrayList<NameValuePair>) - 类 中的静态方法top.ibase4j.core.util.HttpUtil
 
HttpCode - top.ibase4j.core.support中的枚举
Ajax 请求时的自定义查询状态码,主要参考Http状态码,但并不完全对应
HTTPSCoder - top.ibase4j.core.support.security.http中的类
HTTPS组件
HTTPSCoder() - 类 的构造器top.ibase4j.core.support.security.http.HTTPSCoder
 
HTTPSPKCSCoder - top.ibase4j.core.support.security.http中的类
HTTPS组件
HTTPSPKCSCoder() - 类 的构造器top.ibase4j.core.support.security.http.HTTPSPKCSCoder
 
HttpUtil - top.ibase4j.core.util中的类
 

I

id - 类 中的变量org.csource.fastdfs.StructStorageStat
 
idCard(String) - 类 中的静态方法top.ibase4j.core.support.Assert
身份证
IDCardUtil - top.ibase4j.core.util中的类
身份证验证辅助类
IDCardUtil.Sex - top.ibase4j.core.util中的枚举
性别
ifNull(K, K) - 类 中的静态方法top.ibase4j.core.util.DataUtil
初始化设置默认值
ifTrunkServer - 类 中的变量org.csource.fastdfs.StructStorageStat
 
IllegalAesKey - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
IllegalBuffer - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
IllegalParameterException - top.ibase4j.core.exception中的异常错误
 
IllegalParameterException() - 异常错误 的构造器top.ibase4j.core.exception.IllegalParameterException
 
IllegalParameterException(Throwable) - 异常错误 的构造器top.ibase4j.core.exception.IllegalParameterException
 
IllegalParameterException(String) - 异常错误 的构造器top.ibase4j.core.exception.IllegalParameterException
 
IllegalParameterException(String, Throwable) - 异常错误 的构造器top.ibase4j.core.exception.IllegalParameterException
 
ImageUtil - top.ibase4j.core.util中的类
图片处理辅助类
inc(KeyInfo, int) - 类 中的方法org.csource.fastdht.FastDHTClient
 
inc(KeyInfo, int, int) - 类 中的方法org.csource.fastdht.FastDHTClient
retrieve value of key
incr(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
incr(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
incr(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
inetSockAddr - 类 中的变量org.csource.fastdfs.TrackerServer
 
INFINITE_FILE_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
IniFileReader - org.csource.common中的类
ini file reader / parser
IniFileReader(String) - 类 的构造器org.csource.common.IniFileReader
 
init(String) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
load global variables
init(String) - 类 中的静态方法org.csource.fastdht.ClientGlobal
load global variables
init(FilterConfig) - 类 中的方法top.ibase4j.core.filter.CsrfFilter
 
init(FilterConfig) - 类 中的方法top.ibase4j.core.filter.TokenFilter
 
init(FilterConfig) - 类 中的方法top.ibase4j.core.filter.XssFilter
 
init(int, String, String, long) - 类 中的方法top.ibase4j.core.support.ftp.FileProgressMonitor
传输开始
init() - 类 中的方法top.ibase4j.core.support.ftp.SftpClient
 
init(Object, Object) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
 
INIT_STATS - 接口 中的静态变量top.ibase4j.core.Constants.JOBSTATE
日志表状态,初始状态,插入
initBinder(WebDataBinder) - 类 中的方法top.ibase4j.core.base.BaseController
 
initHmacMD2Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacMD2密钥
initHmacMD4Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacMD4密钥
initHmacMD5Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacMD5密钥
initHmacSHA224Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacSHA224密钥
initHmacSHA256Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacSHA256密钥
initHmacSHA384Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacSHA384密钥
initHmacSHA512Key() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacSHA512密钥
initHmacSHAKey() - 类 中的静态方法top.ibase4j.core.support.security.coder.HmacCoder
初始化HmacSHA1密钥
initKey() - 类 中的静态方法top.ibase4j.core.support.security.coder.DESCoder
生成密钥
Java 6 只支持56bit密钥
Bouncy Castle 支持64bit密钥
initKey() - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
初始化密钥
initTicket() - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyTicket
 
insertKfAccount(KeFu) - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinKFUtils
添加客服帐号
InstanceException - top.ibase4j.core.exception中的异常错误
 
InstanceException() - 异常错误 的构造器top.ibase4j.core.exception.InstanceException
 
InstanceException(Throwable) - 异常错误 的构造器top.ibase4j.core.exception.InstanceException
 
InstanceUtil - top.ibase4j.core.util中的类
实例辅助类
int2buff(int) - 类 中的静态方法org.csource.fastdht.ProtoCommon
int convert to buff (big-endian)
int2buff(int, byte[], int) - 类 中的静态方法org.csource.fastdht.ProtoCommon
int convert to buff (big-endian)
INTEGER - 接口 中的静态变量top.ibase4j.core.support.DataType
 
intValue(byte[], int, StructBase.FieldInfo) - 类 中的方法org.csource.fastdfs.StructBase
 
invoke(String, String, Object...) - 类 中的静态方法top.ibase4j.core.util.WebServiceUtil
调用webService
invokeMethod(Object, String, Object...) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
执行某对象方法
ip_addr - 类 中的变量org.csource.fastdfs.ServerInfo
 
ipAddr - 类 中的变量org.csource.fastdfs.StructStorageStat
 
IRowReader - top.ibase4j.core.support.excel中的接口
 
isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
isBlank(String, String) - 类 中的静态方法top.ibase4j.core.support.Assert
空字符或NULL
isCausedBy(Exception, Class<? extends Exception>...) - 类 中的静态方法top.ibase4j.core.util.ExceptionUtil
判断异常是否由某些底层的异常引起.
isEmpty(Object) - 类 中的静态方法top.ibase4j.core.util.DataUtil
判断对象是否Empty(null或元素为0)
实用于对如下对象做判断:String Collection及其子类 Map及其子类
isG_anti_steal_token() - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
isIdentity(String) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
判断是否是有效的18位或15位居民身份证号码
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
isNotBlank(String, String) - 类 中的静态方法top.ibase4j.core.support.Assert
非空字符串(key_IS_NULL)
isNotEmpty(Object) - 类 中的静态方法top.ibase4j.core.util.DataUtil
判断对象是否为NotEmpty(!
isNull(Object, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
isNumber(Object) - 类 中的静态方法top.ibase4j.core.util.MathUtil
是否数字
isTradeCancel(AlipayTradeCancelModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
交易撤销接口
isTradeClose(AlipayTradeCloseModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
关闭订单
isTradeOrderSettle(AlipayTradeOrderSettleModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
交易结算接口
isTradeQuery(AlipayTradeQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
交易查询接口
isTrue(boolean, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
isTrunkServer() - 类 中的方法org.csource.fastdfs.StructStorageStat
if the trunk server

J

JedisConfig - top.ibase4j.core.config中的类
 
JedisConfig() - 类 的构造器top.ibase4j.core.config.JedisConfig
 
jedisConnectionFactory(JedisPoolConfig) - 类 中的方法top.ibase4j.core.config.JedisConfig
 
jedisPoolConfig() - 类 中的方法top.ibase4j.core.config.JedisConfig
 
job - 接口 中的静态变量top.ibase4j.core.support.scheduler.TaskScheduled.JobType
 
jobExecutionVetoed(JobExecutionContext) - 类 中的方法top.ibase4j.core.support.scheduler.JobListener
 
JobListener - top.ibase4j.core.support.scheduler中的类
调度监听器
JobListener() - 类 的构造器top.ibase4j.core.support.scheduler.JobListener
 
jobToBeExecuted(JobExecutionContext) - 类 中的方法top.ibase4j.core.support.scheduler.JobListener
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - 类 中的方法top.ibase4j.core.support.scheduler.JobListener
 
joinTime - 类 中的变量org.csource.fastdfs.StructStorageStat
 

K

keep_alive - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 
keep_alive - 类 中的变量org.csource.fastdht.ServerGroup
 
KeFu - top.ibase4j.core.support.weixin.model中的类
 
KeFu() - 类 的构造器top.ibase4j.core.support.weixin.model.KeFu
 
key - 类 中的变量org.csource.fastdht.KeyInfo
 
KEY_ALGORITHM - 类 中的静态变量top.ibase4j.core.support.security.coder.DESCoder
密钥算法
Java 6 只支持56bit密钥
Bouncy Castle 支持64bit密钥
KEY_ALGORITHM - 类 中的静态变量top.ibase4j.core.support.security.coder.RSACoder
数字签名 密钥算法
key_hash_code - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 
key_len - 类 中的变量org.csource.fastdht.KeyInfo
 
keyGenerator() - 类 中的方法top.ibase4j.core.config.RedisCacheConfig
 
KeyInfo - org.csource.fastdht中的类
FastDHT key info
KeyInfo(byte[], byte[], byte[]) - 类 的构造器org.csource.fastdht.KeyInfo
 
KeyInfo(String, String, String) - 类 的构造器org.csource.fastdht.KeyInfo
 
keys() - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 

L

lastHeartBeatTime - 类 中的变量org.csource.fastdfs.StructStorageStat
 
lastSourceUpdate - 类 中的变量org.csource.fastdfs.StructStorageStat
 
lastSyncedTimestamp - 类 中的变量org.csource.fastdfs.StructStorageStat
 
lastSyncUpdate - 类 中的变量org.csource.fastdfs.StructStorageStat
 
length(String, Integer, Integer, String) - 类 中的静态方法top.ibase4j.core.support.Assert
字符长度(key_LENGTH)
listGroups(TrackerServer) - 类 中的方法org.csource.fastdfs.TrackerClient
list groups
listStorages(TrackerServer, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server stat info of the group
listStorages(TrackerServer, String, String) - 类 中的方法org.csource.fastdfs.TrackerClient
query storage server stat info of the group
loadFromFile(IniFileReader) - 类 中的静态方法org.csource.fastdht.ServerGroup
load group info from config file
local - 接口 中的静态变量top.ibase4j.core.support.scheduler.TaskScheduled.TaskType
 
LocaleInterceptor - top.ibase4j.core.interceptor中的类
国际化信息设置(基于SESSION)
LocaleInterceptor() - 类 的构造器top.ibase4j.core.interceptor.LocaleInterceptor
 
lock - 类 中的变量org.csource.fastdfs.TrackerGroup
 
lock(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
lock(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
lock(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
logger - 类 中的变量top.ibase4j.core.base.AbstractController
 
logger - 类 中的变量top.ibase4j.core.base.BaseController
 
logger - 类 中的静态变量top.ibase4j.core.base.BaseProviderImpl
 
logger - 类 中的变量top.ibase4j.core.base.BaseService
 
logger - 类 中的变量top.ibase4j.core.interceptor.BaseInterceptor
 
logger - 类 中的静态变量top.ibase4j.core.interceptor.EventInterceptor
 
logger - 类 中的静态变量top.ibase4j.core.interceptor.LocaleInterceptor
 
logger - 类 中的变量top.ibase4j.core.listener.ServerListener
 
logger - 类 中的静态变量top.ibase4j.core.support.cache.RedisHelper
 
logger - 类 中的变量top.ibase4j.core.support.weixin.Promission
 
logger - 类 中的静态变量top.ibase4j.core.util.InstanceUtil
 
LOGIN - 接口 中的静态变量top.ibase4j.core.Constants.MSGCHKTYPE
登录
login(String, String, String) - 类 中的静态方法top.ibase4j.core.support.login.LoginHelper
用户登录
Login - top.ibase4j.model中的类
 
Login() - 类 的构造器top.ibase4j.model.Login
 
LOGIN_URL - 接口 中的静态变量top.ibase4j.core.Constants
登录地址
LoginException - top.ibase4j.core.exception中的异常错误
 
LoginException() - 异常错误 的构造器top.ibase4j.core.exception.LoginException
 
LoginException(String) - 异常错误 的构造器top.ibase4j.core.exception.LoginException
 
LoginException(String, Exception) - 异常错误 的构造器top.ibase4j.core.exception.LoginException
 
LoginHelper - top.ibase4j.core.support.login中的类
 
LONG - 接口 中的静态变量top.ibase4j.core.support.DataType
 
long2buff(long) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
long convert to buff (big-endian)
longValue(byte[], int, StructBase.FieldInfo) - 类 中的方法org.csource.fastdfs.StructBase
 

M

main(String[]) - 类 中的静态方法org.csource.fastdfs.test.Monitor
entry point
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.Test
entry point
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.Test1
 
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.TestAppender
entry point
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.TestAppender1
entry point
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.TestClient
entry point
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.TestClient1
entry point
main(String[]) - 类 中的静态方法org.csource.fastdfs.test.TestLoad
entry point
main(String[]) - 类 中的静态方法org.csource.fastdht.Test
entry point
main(String[]) - 类 中的静态方法org.csource.fastdht.TestBatch
entry point
main(String[]) - 类 中的静态方法top.ibase4j.core.config.Configs
 
main(String[]) - 类 中的静态方法top.ibase4j.core.support.ftp.FtpClient
 
main(String[]) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinSignUtils
 
main(String[]) - 类 中的静态方法top.ibase4j.core.util.IDCardUtil
 
main(String[]) - 类 中的静态方法top.ibase4j.core.util.MathUtil
 
main(String[]) - 类 中的静态方法top.ibase4j.core.util.PinyinUtil
 
main(String[]) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
 
main(String[]) - 类 中的静态方法top.ibase4j.Generator
测试 run 执行 注意:不生成service接口 注意:不生成service接口 注意:不生成service接口
MALICIOUS_REQUEST_TIMES - 接口 中的静态变量top.ibase4j.core.Constants
非法请求次数
MaliciousRequestInterceptor - top.ibase4j.core.interceptor中的类
恶意请求拦截器
MaliciousRequestInterceptor() - 类 的构造器top.ibase4j.core.interceptor.MaliciousRequestInterceptor
 
mapper - 类 中的变量top.ibase4j.core.base.BaseService
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法top.ibase4j.core.config.DubboConfig.EnableDubbo
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法top.ibase4j.core.config.MotanConfig.EnableMotan
 
MathUtil - top.ibase4j.core.util中的类
 
max(Integer, Integer, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许最大值
max(Float, Float, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许最大值
max(Double, Double, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许最大值
md5(byte[]) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
md5 function
md5(String) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
MDCoder - top.ibase4j.core.support.security.coder中的类
MD加密组件
MDCoder() - 类 的构造器top.ibase4j.core.support.security.coder.MDCoder
 
methodMap - 类 中的静态变量top.ibase4j.core.util.InstanceUtil
 
METHODTYPE - 类 中的静态变量top.ibase4j.core.support.dbcp.ChooseDataSource
 
micropay(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
刷卡支付
min(Integer, Integer, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许最小值
min(Float, Float, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许最小值
min(Double, Double, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许最小值
mobile(String) - 类 中的静态方法top.ibase4j.core.support.Assert
手机号
mobileCheck(HttpServletRequest, HttpServletResponse, ModelMap) - 类 中的静态方法top.ibase4j.core.support.weixin.Promission
检查手机访问权限
modify_file(String, String, long, String) - 类 中的方法org.csource.fastdfs.StorageClient
modify appender file to storage server (by file name)
modify_file(String, String, long, byte[]) - 类 中的方法org.csource.fastdfs.StorageClient
modify appender file to storage server (by file buff)
modify_file(String, String, long, byte[], int, int) - 类 中的方法org.csource.fastdfs.StorageClient
modify appender file to storage server (by file buff)
modify_file(String, String, long, long, UploadCallback) - 类 中的方法org.csource.fastdfs.StorageClient
modify appender file to storage server (by callback)
modify_file1(String, long, String) - 类 中的方法org.csource.fastdfs.StorageClient1
modify appender file to storage server (by file name)
modify_file1(String, long, byte[]) - 类 中的方法org.csource.fastdfs.StorageClient1
modify appender file to storage server (by file buff)
modify_file1(String, long, byte[], int, int) - 类 中的方法org.csource.fastdfs.StorageClient1
modify appender file to storage server (by file buff)
modify_file1(String, long, long, UploadCallback) - 类 中的方法org.csource.fastdfs.StorageClient1
modify appender file to storage server (by callback)
Monitor - org.csource.fastdfs.test中的类
load test class
motanAnnotation() - 类 中的静态方法top.ibase4j.core.config.MotanConfig
 
motanBaseReferer(RegistryConfigBean) - 类 中的方法top.ibase4j.core.config.MotanConfig
 
motanBaseService(RegistryConfigBean) - 类 中的方法top.ibase4j.core.config.MotanConfig
 
MotanConfig - top.ibase4j.core.config中的类
 
MotanConfig() - 类 的构造器top.ibase4j.core.config.MotanConfig
 
MotanConfig.EnableMotan - top.ibase4j.core.config中的类
 
motanProtocol() - 类 中的方法top.ibase4j.core.config.MotanConfig
 
motanRegistry() - 类 中的方法top.ibase4j.core.config.MotanConfig
 
MqResToDto(String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将mq查询结果包装成list--dto的形式,dto内容为item中的内容
msg() - 枚举 中的方法top.ibase4j.core.support.HttpCode
 
multiply(Object, Object) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供(相对)精确的乘法运算。
multiSet(Map<String, Object>) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
MyException - org.csource.common中的异常错误
My Exception
MyException() - 异常错误 的构造器org.csource.common.MyException
 
MyException(String) - 异常错误 的构造器org.csource.common.MyException
 

N

name - 类 中的变量org.csource.common.NameValuePair
 
name - 类 中的变量org.csource.fastdfs.StructBase.FieldInfo
 
namespace - 类 中的变量org.csource.fastdht.KeyInfo
 
namespace - 类 中的变量org.csource.fastdht.ObjectInfo
 
namespace_len - 类 中的变量org.csource.fastdht.KeyInfo
 
namespace_len - 类 中的变量org.csource.fastdht.ObjectInfo
 
NameValuePair - org.csource.common中的类
name(key) and value pair model
NameValuePair() - 类 的构造器org.csource.common.NameValuePair
 
NameValuePair(String) - 类 的构造器org.csource.common.NameValuePair
 
NameValuePair(String, String) - 类 的构造器org.csource.common.NameValuePair
 
NativeUtil - top.ibase4j.core.util中的类
 
newArrayList() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty ArrayList.
newArrayList(E...) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty ArrayList.
newConcurrentHashMap() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty ConcurrentHashMap.
newHashMap() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty HashMap.
newHashMap(k, v) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an HashMap.
newHashSet() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty HashSet.
newHashtable() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty Hashtable.
newInstance(Class<E>, Map<String, ?>) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
新建实例
newInstance(String) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Return a new instance of the given class.
newInstance(Class<K>, Object...) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
 
newInstance(String, Object...) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
新建实例
newLinkedHashMap() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty LinkedHashMap.
newLinkedHashMap(k, v) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an LinkedHashMap.
newLinkedHashSet() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty LinkedHashSet.
newLinkedList() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty LinkedList.
newReadableStorageConnection(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
check storage socket, if null create a new connection
newTreeMap() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty TreeMap.
newTreeSet() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty TreeSet.
newUpdatableStorageConnection(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
check storage socket, if null create a new connection
newVector() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty Vector.
newWeakHashMap() - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
Constructs an empty WeakHashMap.
newWritableStorageConnection(String) - 类 中的方法org.csource.fastdfs.StorageClient
check storage socket, if null create a new connection
noNullElements(Object[], String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
NORMAL_LOGIC_FILENAME_LENGTH - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
notEmpty(Object[], String, Object...) - 类 中的静态方法top.ibase4j.core.support.Assert
 
notEmpty(Collection<?>, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
notEmpty(Map<?, ?>, String) - 类 中的静态方法top.ibase4j.core.support.Assert
 
notNull(Object, String, Object...) - 类 中的静态方法top.ibase4j.core.support.Assert
(key_IS_NULL)
numToRMBStr(double) - 类 中的静态方法top.ibase4j.core.util.RMBUtil
将货币转换为大写形式

O

obj_id_len - 类 中的变量org.csource.fastdht.KeyInfo
 
obj_id_len - 类 中的变量org.csource.fastdht.ObjectInfo
 
object_id - 类 中的变量org.csource.fastdht.KeyInfo
 
object_id - 类 中的变量org.csource.fastdht.ObjectInfo
 
ObjectInfo - org.csource.fastdht中的类
FastDHT key info
ObjectInfo(byte[], byte[]) - 类 的构造器org.csource.fastdht.ObjectInfo
 
ObjectInfo(String, String) - 类 的构造器org.csource.fastdht.ObjectInfo
 
offset - 类 中的变量org.csource.fastdfs.StructBase.FieldInfo
 
OK - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
onApplicationEvent(ApplicationReadyEvent) - 类 中的方法top.ibase4j.core.listener.ServerListener
 
onMessage(Message) - 类 中的方法top.ibase4j.core.support.mq.listener.SendEmailListener
 
open() - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
FPT登录
openTask(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
OPERATION_NAME - 接口 中的静态变量top.ibase4j.core.Constants
操作名称
orderQuery(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
订单查询 服务商模式接入文档:https://pay.weixin.qq.com/wiki/doc/api/micropay_sl.php?
orderRefund(Map<String, String>, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
申请退款 服务商模式接入文档:https://pay.weixin.qq.com/wiki/doc/api/micropay_sl.php?
orderRefundQuery(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
查询退款 服务商模式接入文档:https://pay.weixin.qq.com/wiki/doc/api/micropay_sl.php?
orderReport(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
交易保障
orderReverse(Map<String, String>, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
撤销订单
org.csource.common - 程序包 org.csource.common
 
org.csource.fastdfs - 程序包 org.csource.fastdfs
 
org.csource.fastdfs.test - 程序包 org.csource.fastdfs.test
 
org.csource.fastdht - 程序包 org.csource.fastdht
 
osFlush() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
释放资源

P

pack(byte[], int) - 类 中的方法org.csource.fastdht.KeyInfo
 
pack(byte[], int) - 类 中的方法org.csource.fastdht.ObjectInfo
 
pack_metadata(NameValuePair[]) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
pack metadata array to string
packageSign(Map<String, String>, boolean) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
组装签名的字段
packHeader(byte, long, byte) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
pack header by FastDFS transfer protocol
packHeader(ProtoCommon.PkgHeader, byte[]) - 类 中的静态方法org.csource.fastdht.ProtoCommon
pack header by FastDHT transfer protocol
Parameter - top.ibase4j.core.base中的类
 
Parameter() - 类 的构造器top.ibase4j.core.base.Parameter
 
Parameter(String, String) - 类 的构造器top.ibase4j.core.base.Parameter
 
Parameter(String, String, Object...) - 类 的构造器top.ibase4j.core.base.Parameter
 
Parameter(Object) - 类 的构造器top.ibase4j.core.base.Parameter
 
parse(String) - 类 中的方法top.ibase4j.core.support.DateFormat
 
parse(String, Class<T>) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
 
parseDto2Xml(Map, String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将Dto转换为符合XML标准规范格式的字符串(基于节点值形式)
parseDto2XmlHasHead(Map, String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将Dto转换为符合XML标准规范格式的字符串(基于节点值形式)
parseList2Xml(List, String, String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将List数据类型转换为符合XML格式规范的字符串(基于节点属性值的方式)
parseList2XmlBasedNode(List, String, String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将List数据类型转换为符合XML格式规范的字符串(基于节点值的方式)
parseMap2Xml(Map, String, String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将Dto转换为符合XML标准规范格式的字符串(基于属性值形式)
parseXml2List(String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
将XML规范的字符串转为List对象(XML基于节点属性值的方式)
parseXml2Map(String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
解析XML并将其节点元素压入Dto返回(基于节点值形式的XML格式)
parseXml2Map(String, String) - 类 中的静态方法top.ibase4j.core.util.XmlUtil
解析XML并将其节点元素压入Dto返回(基于节点值形式的XML格式)
ParseXmlError - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
pattern(String, String, boolean, String) - 类 中的静态方法top.ibase4j.core.support.Assert
正则表达式
pauseAllTrigger() - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
暂停所有触发器
PinyinUtil - top.ibase4j.core.util中的类
汉字辅助类
PJWHash(byte[]) - 类 中的静态方法org.csource.common.Hash
 
PJWHash(byte[], int, int) - 类 中的静态方法org.csource.common.Hash
 
PKCS7Encoder - top.ibase4j.core.support.weixin.company.aes中的类
 
PKCS7Encoder() - 类 的构造器top.ibase4j.core.support.weixin.company.aes.PKCS7Encoder
 
PkgHeader() - 类 的构造器org.csource.fastdht.ProtoCommon.PkgHeader
 
PkgHeader(byte, int) - 类 的构造器org.csource.fastdht.ProtoCommon.PkgHeader
 
PkgInfo(ProtoCommon.PkgHeader, byte[]) - 类 的构造器org.csource.fastdht.ProtoCommon.PkgInfo
 
port - 类 中的变量org.csource.fastdfs.ServerInfo
 
post(String, String) - 类 中的静态方法top.ibase4j.core.util.HttpUtil
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法top.ibase4j.core.interceptor.BaseInterceptor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法top.ibase4j.core.config.Configs
 
postSSL(String, String, String, String) - 类 中的静态方法top.ibase4j.core.util.HttpUtil
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.ibase4j.core.interceptor.BaseInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.ibase4j.core.interceptor.EventInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.ibase4j.core.interceptor.LocaleInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.ibase4j.core.interceptor.MaliciousRequestInterceptor
 
PREREQUEST - 接口 中的静态变量top.ibase4j.core.Constants
上次请求地址
PREREQUEST_TIME - 接口 中的静态变量top.ibase4j.core.Constants
上次请求时间
print() - 类 中的方法org.csource.fastdht.ServerGroup
print group info (for debug)
process(String) - 类 中的方法top.ibase4j.core.support.excel.Excel2003Reader
遍历excel下所有的sheet
process(InputStream) - 类 中的方法top.ibase4j.core.support.excel.Excel2003Reader
 
process(String) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
遍历工作簿中所有的电子表格
process(InputStream) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
遍历工作簿中所有的电子表格
processOneSheet(String, int) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
只遍历一个电子表格,其中sheetId为要遍历的sheet索引,从1开始,1-3
processRecord(Record) - 类 中的方法top.ibase4j.core.support.excel.Excel2003Reader
HSSFListener 监听方法,处理 Record
progressNotic() - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinWYUtils
报修处理进展通知
Promission - top.ibase4j.core.support.weixin中的类
 
Promission() - 类 的构造器top.ibase4j.core.support.weixin.Promission
 
PropertiesUtil - top.ibase4j.core.util中的类
Parsing The Configuration File
PropertiesUtil() - 类 的构造器top.ibase4j.core.util.PropertiesUtil
 
PROTO_HEADER_BODY_LEN_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTO_HEADER_CMD_INDEX - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
PROTO_HEADER_CMD_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTO_HEADER_EXPIRES_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTO_HEADER_KEEP_ALIVE_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTO_HEADER_KEY_HASH_CODE_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTO_HEADER_STATUS_INDEX - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
PROTO_HEADER_STATUS_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTO_HEADER_TIMESTAMP_INDEX - 类 中的静态变量org.csource.fastdht.ProtoCommon
 
PROTOCOL - 接口 中的静态变量top.ibase4j.core.support.fastdfs.Config
 
PROTOCOL - 类 中的静态变量top.ibase4j.core.support.security.http.HTTPSCoder
协议
PROTOCOL - 类 中的静态变量top.ibase4j.core.support.security.http.HTTPSPKCSCoder
协议
ProtoCommon - org.csource.fastdfs中的类
protocol common functions
ProtoCommon - org.csource.fastdht中的类
protocol common functions
ProtoCommon.PkgHeader - org.csource.fastdht中的类
package header info
ProtoCommon.PkgInfo - org.csource.fastdht中的类
package info
ProtoCommon.RecvHeaderInfo - org.csource.fastdfs中的类
receive header info
ProtoCommon.RecvPackageInfo - org.csource.fastdfs中的类
receive package info
ProtoStructDecoder<T extends StructBase> - org.csource.fastdfs中的类
C struct body decoder
ProtoStructDecoder() - 类 的构造器org.csource.fastdfs.ProtoStructDecoder
Constructor
provider - 类 中的变量top.ibase4j.core.base.AbstractController
 
PROVIDER_NAME - 类 中的静态变量top.ibase4j.core.support.security.BouncyCastleProvider
 
pushOrder(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
统一下单 服务商模式接入文档:https://pay.weixin.qq.com/wiki/doc/api/native_sl.php?
put(K, V) - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 
put(String, String) - 类 中的方法top.ibase4j.core.support.ftp.SftpClient
发送文件
putDataSource(String) - 类 中的静态方法top.ibase4j.core.support.dbcp.HandleDataSource
 

Q

QrcodeUtil - top.ibase4j.core.util中的类
二维码工具类
QrcodeUtil() - 类 的构造器top.ibase4j.core.util.QrcodeUtil
 
query(ModelMap, Map<String, Object>) - 类 中的方法top.ibase4j.core.base.AbstractController
 
query(Map<String, Object>) - 类 中的方法top.ibase4j.core.base.BaseService
 
query(Map<String, Object>, Class<P>) - 类 中的方法top.ibase4j.core.base.BaseService
 
query_file_info(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
get file info from storage server
query_file_info1(String) - 类 中的方法org.csource.fastdfs.StorageClient1
get file info from storage server
queryById(Long) - 类 中的方法top.ibase4j.core.base.BaseService
 
queryList(ModelMap, Map<String, Object>) - 类 中的方法top.ibase4j.core.base.AbstractController
 
queryList(Map<String, Object>) - 类 中的方法top.ibase4j.core.base.BaseService
 
queryLog(Map<String, Object>) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
QueueSender - top.ibase4j.core.support.mq中的类
队列消息发送类
QueueSender() - 类 的构造器top.ibase4j.core.support.mq.QueueSender
 
quit(Socket) - 类 中的静态方法org.csource.fastdht.ProtoCommon
send quit command to server and close socket

R

range(Integer, Integer, Integer, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许值范围
range(Float, Float, Float, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许值范围
range(Double, Double, Double, String) - 类 中的静态方法top.ibase4j.core.support.Assert
允许值范围
readExcel(IRowReader, String) - 类 中的静态方法top.ibase4j.core.util.ExcelReaderUtil
读取Excel文件,可能是03也可能是07版本
readExcel(IRowReader, String, InputStream) - 类 中的静态方法top.ibase4j.core.util.ExcelReaderUtil
读取Excel文件,可能是03也可能是07版本
readFully(InputStream, byte[], int, int) - 类 中的方法top.ibase4j.core.support.security.CharacterDecoder
130 * This method works around the bizarre semantics of BufferedInputStream's 131 * read method. 132
recv(long, byte[], int) - 接口 中的方法org.csource.fastdfs.DownloadCallback
recv file content callback function, may be called more than once when the file downloaded
recv(long, byte[], int) - 类 中的方法org.csource.fastdfs.DownloadStream
recv file content callback function, may be called more than once when the file downloaded
recv(long, byte[], int) - 类 中的方法org.csource.fastdfs.test.DownloadFileWriter
 
recv(long, byte[], int) - 类 中的方法org.csource.fastdfs.test.TestLoad.DownloadFileDiscard
 
recvHeader(InputStream, byte, long) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
receive pack header
recvHeader(InputStream, byte, long) - 类 中的静态方法org.csource.fastdht.ProtoCommon
receive pack header
RecvHeaderInfo(byte, long) - 类 的构造器org.csource.fastdfs.ProtoCommon.RecvHeaderInfo
 
recvPackage(InputStream, byte, long) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
receive whole pack
recvPackage(InputStream, byte, long) - 类 中的静态方法org.csource.fastdht.ProtoCommon
receive whole pack
RecvPackageInfo(byte, byte[]) - 类 的构造器org.csource.fastdfs.ProtoCommon.RecvPackageInfo
 
RedisCache<K,V> - top.ibase4j.core.support.cache.shiro中的类
 
RedisCache(String) - 类 的构造器top.ibase4j.core.support.cache.shiro.RedisCache
Constructs a cache instance with the specified Redis manager and using a custom key prefix.
RedisCacheConfig - top.ibase4j.core.config中的类
Redis缓存配置
RedisCacheConfig() - 类 的构造器top.ibase4j.core.config.RedisCacheConfig
 
redisCacheManager(RedisTemplate<Serializable, Serializable>) - 类 中的方法top.ibase4j.core.config.JedisConfig
 
RedisCacheManager - top.ibase4j.core.support.cache.shiro中的类
 
RedisCacheManager() - 类 的构造器top.ibase4j.core.support.cache.shiro.RedisCacheManager
 
redisHelper(RedisTemplate<Serializable, Serializable>) - 类 中的方法top.ibase4j.core.config.JedisConfig
 
RedisHelper - top.ibase4j.core.support.cache中的类
Redis缓存辅助类
RedisHelper() - 类 的构造器top.ibase4j.core.support.cache.RedisHelper
 
redissonClient() - 类 中的方法top.ibase4j.core.config.RedissonConfig
 
RedissonConfig - top.ibase4j.core.config中的类
Redis连接配置
RedissonConfig() - 类 的构造器top.ibase4j.core.config.RedissonConfig
 
redissonHelper(RedissonClient) - 类 中的方法top.ibase4j.core.config.RedissonConfig
 
RedissonHelper - top.ibase4j.core.support.cache中的类
Redis缓存辅助类
RedissonHelper() - 类 的构造器top.ibase4j.core.support.cache.RedissonHelper
 
redisTemplate(JedisConnectionFactory) - 类 中的方法top.ibase4j.core.config.JedisConfig
 
refer(ApplicationContext, String) - 类 中的静态方法top.ibase4j.core.util.DubboUtil
获取Dubbo服务
REGISTER - 接口 中的静态变量top.ibase4j.core.Constants.MSGCHKTYPE
注册
remove(K) - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 
remove2DFS(String, String, String) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
移动文件到fastDFS
remove2Sftp(String, String) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
移动文件到SFTP
removeCurrentUser(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.WebUtil
移除当前用户
replace(String, String, String...) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
替换url中的参数
replace4JsOutput(String) - 类 中的静态方法top.ibase4j.core.util.DataUtil
JS输出含有\n的特殊处理
reportExcel() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
下载Excel
Request2ListUtil - top.ibase4j.core.util中的类
 
Request2ModelUtil - top.ibase4j.core.util中的类
 
Resources - top.ibase4j.core.config中的类
加载配置
Resources() - 类 的构造器top.ibase4j.core.config.Resources
 
resumeJob(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
RMBUtil - top.ibase4j.core.util中的类
字符串辅助类
round(Object, int) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供精确的小数位四舍五入处理。
RSACoder - top.ibase4j.core.support.security.coder中的类
RSA安全编码组件
RSACoder() - 类 的构造器top.ibase4j.core.support.security.coder.RSACoder
 
run() - 类 中的方法org.csource.fastdfs.test.TestLoad.DownloadThread
 
run() - 类 中的方法org.csource.fastdfs.test.TestLoad.UploadThread
 
run() - 类 中的方法top.ibase4j.core.support.weixin.company.WeiXinCompanyDownload
 
runJob(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 

S

sadd(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
sall(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
saveCurrentUser(Object) - 类 中的静态方法top.ibase4j.core.util.WebUtil
保存当前用户
saveCurrentUser(HttpServletRequest, Object) - 类 中的静态方法top.ibase4j.core.util.WebUtil
保存当前用户
scale(BufferedImage, double, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
根据比例缩放图片
scale(String, double, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
 
scaleHeight(BufferedImage, int, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
根据高度同比缩放
scaleHeight(String, int, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
 
scaleWidth(BufferedImage, int, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
根据宽度同比缩放
scaleWidth(String, int, String) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
 
scaleWidth(File, Integer) - 类 中的静态方法top.ibase4j.core.util.ImageUtil
 
SchedulerManager - top.ibase4j.core.support.scheduler中的类
默认的定时任务管理器
SchedulerManager() - 类 的构造器top.ibase4j.core.support.scheduler.SchedulerManager
 
SchedulerService - top.ibase4j.core.support.scheduler中的类
 
SchedulerService() - 类 的构造器top.ibase4j.core.support.scheduler.SchedulerService
 
sdel(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
SecurityCoder - top.ibase4j.core.support.security中的类
加密基类
SecurityCoder() - 类 的构造器top.ibase4j.core.support.security.SecurityCoder
 
SecurityUtil - top.ibase4j.core.util中的类
数据加密辅助类(默认编码UTF-8)
selectIdByMap(RowBounds, Map<String, Object>) - 接口 中的方法top.ibase4j.mapper.TaskFireLogMapper
 
selectIdPage(Map<String, Object>) - 接口 中的方法top.ibase4j.core.base.BaseMapper
 
selectIdPage(RowBounds, Map<String, Object>) - 接口 中的方法top.ibase4j.core.base.BaseMapper
 
selectList(Wrapper<T>) - 类 中的方法top.ibase4j.core.base.BaseService
 
selectOne(T) - 类 中的方法top.ibase4j.core.base.BaseService
 
send(OutputStream) - 类 中的方法org.csource.fastdfs.StorageClient.UploadBuff
send file content callback function, be called only once when the file uploaded
send(OutputStream) - 类 中的方法org.csource.fastdfs.test.UploadLocalFileSender
send file content callback function, be called only once when the file uploaded
send(OutputStream) - 接口 中的方法org.csource.fastdfs.UploadCallback
send file content callback function, be called only once when the file uploaded
send(OutputStream) - 类 中的方法org.csource.fastdfs.UploadStream
send file content callback function, be called only once when the file uploaded
send(String, Serializable) - 类 中的方法top.ibase4j.core.support.mq.QueueSender
发送一条消息到指定的队列(目标)
send(String, Serializable) - 类 中的方法top.ibase4j.core.support.mq.TopicSender
发送一条消息到指定的订阅者(目标)
send_download_package(String, String, long, long) - 类 中的方法org.csource.fastdfs.StorageClient
send package to storage server
send_package(byte, String, String) - 类 中的方法org.csource.fastdfs.StorageClient
send package to storage server
sendEmail(Email) - 类 中的静态方法top.ibase4j.core.util.EmailUtil
发送邮件
SendEmailListener - top.ibase4j.core.support.mq.listener中的类
发送邮件队列
SendEmailListener() - 类 的构造器top.ibase4j.core.support.mq.listener.SendEmailListener
 
sendFileMsg(String, String, String, int, String, boolean) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanySendMsg
发送多媒体文件
sendout() - 类 中的方法top.ibase4j.core.support.email.EmailSender
发送邮件
sendTextMsg(String, int, String) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanySendMsg
 
sendTextMsg(String, String, String, int, String, boolean) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanySendMsg
发送文字消息,
SEPARATOR - 接口 中的静态变量top.ibase4j.core.support.fastdfs.Config
 
serialize(Object) - 类 中的静态方法top.ibase4j.core.util.SerializeUtil
序列化
SerializeUtil - top.ibase4j.core.util中的类
序列化辅助类
ServerComparator() - 类 的构造器org.csource.fastdht.ServerGroup.ServerComparator
 
serverGroup - 类 中的变量org.csource.fastdht.FastDHTClient
 
ServerGroup - org.csource.fastdht中的类
Global variables
ServerGroup() - 类 的构造器org.csource.fastdht.ServerGroup
 
ServerGroup(ServerInfo[], ServerInfo[][], boolean) - 类 的构造器org.csource.fastdht.ServerGroup
 
ServerGroup.ServerComparator - org.csource.fastdht中的类
 
ServerInfo - org.csource.fastdfs中的类
Server Info
ServerInfo(String, int) - 类 的构造器org.csource.fastdfs.ServerInfo
Constructor
ServerInfo - org.csource.fastdht中的类
FastDHT server info
ServerInfo(InetSocketAddress) - 类 的构造器org.csource.fastdht.ServerInfo
 
ServerListener - top.ibase4j.core.listener中的类
 
ServerListener() - 类 的构造器top.ibase4j.core.listener.ServerListener
 
servers - 类 中的变量org.csource.fastdht.ServerGroup
 
sessionCreated(HttpSessionEvent) - 类 中的方法top.ibase4j.core.listener.SessionListener
 
sessionDestroyed(HttpSessionEvent) - 类 中的方法top.ibase4j.core.listener.SessionListener
 
SessionListener - top.ibase4j.core.listener中的类
会话监听器
SessionListener() - 类 的构造器top.ibase4j.core.listener.SessionListener
 
set(KeyInfo, String) - 类 中的方法org.csource.fastdht.FastDHTClient
set value of key
set(KeyInfo, byte[]) - 类 中的方法org.csource.fastdht.FastDHTClient
set value of key
set(KeyInfo, String, int) - 类 中的方法org.csource.fastdht.FastDHTClient
set value of key
set(KeyInfo, byte[], int) - 类 中的方法org.csource.fastdht.FastDHTClient
set value of key
set(String, Serializable, int) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
set(String, Serializable) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
set(String, Serializable, int) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
set(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
set(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
set(String, Serializable, int) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
set_metadata(String, String, NameValuePair[], byte) - 类 中的方法org.csource.fastdfs.StorageClient
set metadata items to storage server
set_metadata1(String, NameValuePair[], byte) - 类 中的方法org.csource.fastdfs.StorageClient1
set metadata items to storage server
setAccess_token(String) - 类 中的方法top.ibase4j.core.support.weixin.model.AccessToken
 
setAccount(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setAccount(String) - 类 中的方法top.ibase4j.model.Login
 
setAddress(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
setAlipayPublicKey(String) - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
setAllowNullValues(boolean) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
setAllRequest(Boolean) - 类 中的方法top.ibase4j.core.interceptor.MaliciousRequestInterceptor
 
setAppId(String) - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
setApplicationContext(ApplicationContext) - 类 中的方法top.ibase4j.core.base.BaseProviderImpl
 
setApplicationContext(ApplicationContext) - 类 中的方法top.ibase4j.core.base.BaseService
 
setApplicationContext(ApplicationContext) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
setAvatarUrl(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setBody(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setBody(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置内容
setCacheManager(CacheManager) - 类 中的静态方法top.ibase4j.core.util.CacheUtil
 
setCharset(String) - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
setClientHost(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setCodec(Codec) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
Set Codec instance shared between all Cache instances
setConfig(Map<String, ? extends CacheConfig>) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
Set cache config mapped by cache name
setConfigLocation(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
Set cache config location
setContactEmail(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setContactName(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setContent(byte[]) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setCopyTo(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setCopyTo(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置抄送人
setCrc32(int) - 类 中的方法org.csource.fastdfs.FileInfo
set the create timestamp of the file
setCreateBy(Long) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setCreateTime(Date) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setCreateTimestamp(int) - 类 中的方法org.csource.fastdfs.FileInfo
set the create timestamp of the file
setData(Object) - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
setEmailQueueSender(QueueSender) - 类 中的方法top.ibase4j.core.support.scheduler.JobListener
 
setEnable(Integer) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setEndTime(Date) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setExcelListTitle(String[]) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
已过时。
setExpires_in(Long) - 类 中的方法top.ibase4j.core.support.weixin.model.AccessToken
 
setExt(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setFields(byte[], int) - 类 中的方法org.csource.fastdfs.StructBase
set fields
setFields(byte[], int) - 类 中的方法org.csource.fastdfs.StructGroupStat
set fields
setFields(byte[], int) - 类 中的方法org.csource.fastdfs.StructStorageStat
set fields
setFileAffix(String[]) - 类 中的方法top.ibase4j.core.support.email.Email
 
setFileName(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FastDfsFile
 
setFilename(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setFileSize(long) - 类 中的方法org.csource.fastdfs.FileInfo
set the file size
setFireInfo(String) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setFrom(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setFrom(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置发信人
setG_anti_steal_token(boolean) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setG_charset(String) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setG_connect_timeout(int) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setG_network_timeout(int) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setG_secret_key(String) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setG_tracker_group(TrackerGroup) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setG_tracker_http_port(int) - 类 中的静态方法org.csource.fastdfs.ClientGlobal
 
setGender(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setGroupName(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FastDfsFile
 
setGroupName(String) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setHideCol(int) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
隐藏列
setHideRow(int) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
隐藏行
setHost(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setIcol(Integer) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
setId(Long) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setId(Long) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setIrow(Integer) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
 
setJobListeners(List<JobListener>) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
setJobType(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setKeepAlive(boolean) - 类 中的方法org.csource.fastdht.ServerGroup
 
setKey(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setKeyPrefix(String) - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
Sets the Redis sessions key prefix.
setKeyPrefix(String) - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCacheManager
Sets the Redis sessions key prefix.
setKeyword(String) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setKf_account(String) - 类 中的方法top.ibase4j.core.support.weixin.model.KeFu
 
setKfAccountAvart(String, HttpServletRequest) - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinKFUtils
设置客服帐号头像
setLineLength(int) - 类 中的方法org.csource.common.Base64
determines how long the lines are that are generated by encode.
setLineSeparator(String) - 类 中的方法org.csource.common.Base64
How lines are separated.
setLockManager(CacheManager) - 类 中的静态方法top.ibase4j.core.util.CacheUtil
 
setMasterAddress(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
setMaxMaliciousTimes(Integer) - 类 中的方法top.ibase4j.core.interceptor.MaliciousRequestInterceptor
 
setMergeCells(int, int, int, int) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
合并单元格
setMethod(String) - 类 中的方法top.ibase4j.core.base.Parameter
 
setMethod(String, Class<?>) - 类 中的静态方法top.ibase4j.core.util.Request2ModelUtil
 
setMethod(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setMethodType(Map<String, String>) - 类 中的方法top.ibase4j.core.support.dbcp.ChooseDataSource
 
setMime(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setMinRequestIntervalTime(Long) - 类 中的方法top.ibase4j.core.interceptor.MaliciousRequestInterceptor
 
setModelMap(ModelMap, HttpCode) - 类 中的方法top.ibase4j.core.base.BaseController
设置响应代码
setModelMap(ModelMap, HttpCode, Object) - 类 中的方法top.ibase4j.core.base.BaseController
设置响应代码
setName(String) - 类 中的方法org.csource.common.NameValuePair
 
setName(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setNamePass(String, String, String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
 
setNamespace(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setNameValuePairs(NameValuePair[]) - 类 中的方法top.ibase4j.core.support.fastdfs.FastDfsFile
 
setNextFireTime(Date) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setNextInterceptor(BaseInterceptor...) - 类 中的方法top.ibase4j.core.interceptor.BaseInterceptor
 
setNickname(String) - 类 中的方法top.ibase4j.core.support.weixin.model.KeFu
 
setNodeAddresses(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
setnx(String, Serializable) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
setnx(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
setnx(String, Serializable) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
setObjectId(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setOpenid(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setParam(Object...) - 类 中的方法top.ibase4j.core.base.Parameter
 
setParameters(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setPassword(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
setPassword(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setPassword(String) - 类 中的方法top.ibase4j.core.support.weixin.model.KeFu
 
setPassword(String) - 类 中的方法top.ibase4j.model.Login
 
setPatternConfig(Map<String, CacheConfig>) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
Set cache regexp config mapped by pattern
setPreviousFireTime(Date) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setPrivateKey(String) - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
setProperties(Properties) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
连接参数
setProperties(Map<String, String>) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
连接参数
setProvider(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setrange(String, long, String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
setrange(String, long, String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
setrange(String, long, String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
setRedisson(RedissonClient) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
Set Redisson instance
setRedissonClient(RedissonClient) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
setRedisTemplate(RedisTemplate<Serializable, Serializable>) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
setRegExpConfigLocation(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
Set RegExp pattern config location
setRemark(String) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setRemotePath(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setReportTitle(String) - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
设置报表标题
setRequestUri(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setResourceLoader(ResourceLoader) - 类 中的方法top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
setResult(Object) - 类 中的方法top.ibase4j.core.base.Parameter
 
setRowReader(IRowReader) - 类 中的方法top.ibase4j.core.support.excel.Excel2003Reader
 
setRowReader(IRowReader) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
 
setScheduler(Scheduler) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
setSendTo(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setServerDuid(String) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setServerHost(String) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setService(String) - 类 中的方法top.ibase4j.core.base.Parameter
 
setServiceUrl(String) - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
setSession(Object, Object) - 类 中的静态方法top.ibase4j.core.util.WebUtil
将一些数据放到ShiroSession中,以便于其它地方使用 比如Controller,使用时直接用HttpSession.getAttribute(key)就可以取到
setSession(HttpServletRequest, String, Object) - 类 中的静态方法top.ibase4j.core.util.WebUtil
将一些数据放到ShiroSession中,以便于其它地方使用 比如Controller,使用时直接用HttpSession.getAttribute(key)就可以取到
setSignType(String) - 类 中的方法top.ibase4j.core.support.pay.AliPayConfig
 
setSize(String) - 类 中的方法top.ibase4j.core.support.fastdfs.FileModel
 
setSlaveAddresses(String) - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
setSmtpHost(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置SMTP主机
setSourceIpAddr(String) - 类 中的方法org.csource.fastdfs.FileInfo
set the source ip address of the file uploaded to
setStartTime(Date) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setStatus(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setStatus(Integer) - 类 中的方法top.ibase4j.model.SysEvent
 
setStatus(String) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setSubject(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置主题
setSuccessModelMap(ModelMap) - 类 中的方法top.ibase4j.core.base.BaseController
设置成功响应代码
setSuccessModelMap(ModelMap, Object) - 类 中的方法top.ibase4j.core.base.BaseController
设置成功响应代码
setTargetMethod(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTargetObject(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTargetSystem(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTaskCron(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTaskDesc(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTaskGroup(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTaskName(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTaskName(String) - 类 中的方法top.ibase4j.model.TaskFireLog
 
setTaskType(String) - 类 中的方法top.ibase4j.core.support.scheduler.TaskScheduled
 
setTemplate_id(String) - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
setTime(Long) - 类 中的方法top.ibase4j.core.support.Token
 
setTimeout(Integer) - 类 中的方法top.ibase4j.core.support.cache.redisson.Client
 
setTitle(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setTo(String) - 类 中的方法top.ibase4j.core.support.email.EmailSender
设置收信人
setToken(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setTokenInfo(String, String) - 类 中的静态方法top.ibase4j.core.util.TokenUtil
 
setTopic(String) - 类 中的方法top.ibase4j.core.support.email.Email
 
setTouser(String) - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
setUpdateBy(Long) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setUpdateTime(Date) - 类 中的方法top.ibase4j.core.base.BaseModel
 
setUrl(String) - 类 中的方法top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
setUserAgent(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setUserId(Integer) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setUserName(String) - 类 中的方法top.ibase4j.core.support.login.ThirdPartyUser
 
setUserName(String) - 类 中的方法top.ibase4j.model.SysEvent
 
setValue(String) - 类 中的方法org.csource.common.NameValuePair
 
setValue(String) - 类 中的方法top.ibase4j.core.support.Token
 
SftpClient - top.ibase4j.core.support.ftp中的类
Java Secure Channel
SHA1 - top.ibase4j.core.support.weixin.company.aes中的类
 
SHA1() - 类 的构造器top.ibase4j.core.support.weixin.company.aes.SHA1
 
sha1(String) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
sha256(String) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
sha384(String) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
sha512(String) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
SHACoder - top.ibase4j.core.support.security.coder中的类
SHA加密组件
SHACoder() - 类 的构造器top.ibase4j.core.support.security.coder.SHACoder
 
show(byte[]) - 类 中的静态方法org.csource.common.Base64
debug display array
sign(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
签名
sign(String, String) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinSignUtils
 
SIGNATURE_ALGORITHM - 类 中的静态变量top.ibase4j.core.support.security.coder.RSACoder
数字签名 签名/验证算法
signRSA(String, String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
RSA签名
size - 类 中的变量org.csource.fastdfs.StructBase.FieldInfo
 
size() - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 
size() - 类 中的方法top.ibase4j.core.support.weixin.company.aes.ByteGroup
 
sleep(int) - 类 中的方法top.ibase4j.core.base.BaseService
 
slowEquals(byte[], byte[]) - 类 中的静态方法top.ibase4j.core.util.HashUtil
 
sock - 类 中的变量org.csource.fastdfs.TrackerServer
 
sock - 类 中的变量org.csource.fastdht.ServerInfo
 
source_ip_addr - 类 中的变量org.csource.fastdfs.FileInfo
 
split_file_id(String, String[]) - 类 中的静态方法org.csource.fastdfs.StorageClient1
 
SPLIT_GROUP_NAME_AND_FILENAME_SEPERATOR - 类 中的静态变量org.csource.fastdfs.StorageClient1
 
split_metadata(String) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
split metadata to name value pair array
split_metadata(String, String, String) - 类 中的静态方法org.csource.fastdfs.ProtoCommon
split metadata to name value pair array
SpringCacheManager - top.ibase4j.core.support.cache.redisson中的类
 
SpringCacheManager() - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
 
SpringCacheManager(RedissonClient, Map<String, CacheConfig>) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name
SpringCacheManager(RedissonClient, Map<String, CacheConfig>, Codec) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance, Codec instance and Cache config mapped by Cache name.
SpringCacheManager(RedissonClient, Map<String, CacheConfig>, Map<String, CacheConfig>) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name and RegExp config mapped by pattern.
SpringCacheManager(RedissonClient, Map<String, CacheConfig>, Map<String, CacheConfig>, Codec) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance, Codec instance, Cache config mapped by Cache name and RegExp config mapped by pattern.
SpringCacheManager(RedissonClient, String) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance and Cache config mapped by Cache name.
SpringCacheManager(RedissonClient, String, String) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance, Cache config location path and RegExp pattern config location path.
SpringCacheManager(RedissonClient, String, Codec) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance, Codec instance and Config location path.
SpringCacheManager(RedissonClient, String, String, Codec) - 类 的构造器top.ibase4j.core.support.cache.redisson.SpringCacheManager
Creates CacheManager supplied by Redisson instance, Codec instance, Config location path and RegExp config location path.
srcIpAddr - 类 中的变量org.csource.fastdfs.StructStorageStat
 
startAllTrigger() - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
启动所有触发器
startAppPayStr(AlipayTradeAppPayModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
App支付
startElement(String, String, String, Attributes) - 类 中的方法top.ibase4j.core.support.excel.Excel2007Reader
 
stat(int) - 类 中的方法org.csource.fastdht.FastDHTClient
get stat hashtable
StatefulJob - top.ibase4j.core.support.scheduler.job中的类
阻塞调度
StatefulJob() - 类 的构造器top.ibase4j.core.support.scheduler.job.StatefulJob
 
statefulJob - 接口 中的静态变量top.ibase4j.core.support.scheduler.TaskScheduled.JobType
 
status - 类 中的变量org.csource.fastdfs.StructStorageStat
 
status - 类 中的变量org.csource.fastdht.FastDHTClient
 
status - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 
stopJob(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
 
STORAGE_PROTO_CMD_APPEND_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_DELETE_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_DOWNLOAD_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_GET_METADATA - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_MODIFY_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_QUERY_FILE_INFO - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_RESP - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_SET_METADATA - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_TRUNCATE_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_UPLOAD_APPENDER_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_UPLOAD_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_PROTO_CMD_UPLOAD_SLAVE_FILE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
STORAGE_SET_METADATA_FLAG_MERGE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
for replace, insert when the meta item not exist, otherwise update it
STORAGE_SET_METADATA_FLAG_OVERWRITE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
for overwrite all old metadata
StorageClient - org.csource.fastdfs中的类
Storage client for 2 fields file id: group name and filename
StorageClient() - 类 的构造器org.csource.fastdfs.StorageClient
constructor using global settings in class ClientGlobal
StorageClient(TrackerServer, StorageServer) - 类 的构造器org.csource.fastdfs.StorageClient
constructor with tracker server and storage server
StorageClient.UploadBuff - org.csource.fastdfs中的类
Upload file by file buff
StorageClient1 - org.csource.fastdfs中的类
Storage client for 1 field file id: combined group name and filename
StorageClient1() - 类 的构造器org.csource.fastdfs.StorageClient1
constructor
StorageClient1(TrackerServer, StorageServer) - 类 的构造器org.csource.fastdfs.StorageClient1
constructor
storageCount - 类 中的变量org.csource.fastdfs.StructGroupStat
 
storageHttpPort - 类 中的变量org.csource.fastdfs.StructGroupStat
 
storageHttpPort - 类 中的变量org.csource.fastdfs.StructStorageStat
 
storagePort - 类 中的变量org.csource.fastdfs.StructGroupStat
 
storagePort - 类 中的变量org.csource.fastdfs.StructStorageStat
 
storageServer - 类 中的变量org.csource.fastdfs.StorageClient
 
StorageServer - org.csource.fastdfs中的类
Storage Server Info
StorageServer(String, int, int) - 类 的构造器org.csource.fastdfs.StorageServer
Constructor
StorageServer(String, int, byte) - 类 的构造器org.csource.fastdfs.StorageServer
Constructor
store_path_index - 类 中的变量org.csource.fastdfs.StorageServer
 
storePathCount - 类 中的变量org.csource.fastdfs.StructGroupStat
 
storePathCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
STRING - 接口 中的静态变量top.ibase4j.core.support.DataType
 
stringToDate(String) - 类 中的静态方法top.ibase4j.core.util.DateUtil
字符串转换为日期:不支持yyM[M]d[d]格式
stringValue(byte[], int, StructBase.FieldInfo) - 类 中的方法org.csource.fastdfs.StructBase
 
StructBase - org.csource.fastdfs中的类
C struct body decoder
StructBase() - 类 的构造器org.csource.fastdfs.StructBase
 
StructBase.FieldInfo - org.csource.fastdfs中的类
 
StructGroupStat - org.csource.fastdfs中的类
C struct body decoder
StructGroupStat() - 类 的构造器org.csource.fastdfs.StructGroupStat
 
StructStorageStat - org.csource.fastdfs中的类
C struct body decoder
StructStorageStat() - 类 的构造器org.csource.fastdfs.StructStorageStat
 
subdirCountPerPath - 类 中的变量org.csource.fastdfs.StructGroupStat
 
subdirCountPerPath - 类 中的变量org.csource.fastdfs.StructStorageStat
 
subtract(Object, Object) - 类 中的静态方法top.ibase4j.core.util.MathUtil
提供(相对)精确的减法运算。
success_download_count - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
SUCCESS_STATS - 接口 中的静态变量top.ibase4j.core.Constants.JOBSTATE
日志表状态,成功
success_upload_count - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
successAppendBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successAppendCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successCreateLinkCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successDeleteCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successDeleteLinkCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successDownloadCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successDownloadloadBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successFileOpenCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successFileReadCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successFileWriteCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successGetMetaCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successModifyBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successModifyCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successSetMetaCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successSyncInBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successSyncOutBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successTruncateCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successUploadBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
successUploadCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
SysEvent - top.ibase4j.model中的类
 
SysEvent() - 类 的构造器top.ibase4j.model.SysEvent
 
sysProvider - 类 中的变量top.ibase4j.core.interceptor.EventInterceptor
 

T

TaskFireLog - top.ibase4j.model中的类
 
TaskFireLog() - 类 的构造器top.ibase4j.model.TaskFireLog
 
TaskFireLogMapper - top.ibase4j.mapper中的接口
 
TaskScheduled - top.ibase4j.core.support.scheduler中的类
计划任务信息
TaskScheduled() - 类 的构造器top.ibase4j.core.support.scheduler.TaskScheduled
 
TaskScheduled(String, String) - 类 的构造器top.ibase4j.core.support.scheduler.TaskScheduled
 
TaskScheduled.JobType - top.ibase4j.core.support.scheduler中的接口
 
TaskScheduled.TaskType - top.ibase4j.core.support.scheduler中的接口
 
Test - org.csource.fastdfs.test中的类
client test
Test - org.csource.fastdht中的类
client test
Test1 - org.csource.fastdfs.test中的类
 
Test1() - 类 的构造器org.csource.fastdfs.test.Test1
 
TestAppender - org.csource.fastdfs.test中的类
client test
TestAppender1 - org.csource.fastdfs.test中的类
client test
TestBatch - org.csource.fastdht中的类
client batch test
TestClient - org.csource.fastdfs.test中的类
client test
TestClient1 - org.csource.fastdfs.test中的类
client test
TestLoad - org.csource.fastdfs.test中的类
load test class
TestLoad.Downloader - org.csource.fastdfs.test中的类
file downloader
TestLoad.DownloadFileDiscard - org.csource.fastdfs.test中的类
discard file content callback class when download file
TestLoad.DownloadThread - org.csource.fastdfs.test中的类
download file thread
TestLoad.Uploader - org.csource.fastdfs.test中的类
file uploader
TestLoad.UploadThread - org.csource.fastdfs.test中的类
upload file thread
THIRDPARTY - 类 中的静态变量top.ibase4j.core.config.Resources
第三方登录配置
ThirdPartyLoginHelper - top.ibase4j.core.support.login中的类
第三方登录辅助类
ThirdPartyLoginHelper() - 类 的构造器top.ibase4j.core.support.login.ThirdPartyLoginHelper
 
ThirdPartyUser - top.ibase4j.core.support.login中的类
 
ThirdPartyUser() - 类 的构造器top.ibase4j.core.support.login.ThirdPartyUser
 
TIME - 接口 中的静态变量top.ibase4j.core.support.DataType
 
Time33Hash(byte[]) - 类 中的静态方法org.csource.common.Hash
 
Time33Hash(byte[], int, int) - 类 中的静态方法org.csource.common.Hash
 
timestamp - 类 中的变量org.csource.fastdht.ProtoCommon.PkgHeader
 
TIMESTAMP - 接口 中的静态变量top.ibase4j.core.support.DataType
 
to(Object, Class<T>) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
实例化并复制属性
toBytes() - 类 中的方法top.ibase4j.core.support.weixin.company.aes.ByteGroup
 
toDigit(char, int) - 类 中的静态方法top.ibase4j.core.support.security.Hex
Converts a hexadecimal character to an integer.
Token - top.ibase4j.core.support中的类
 
Token() - 类 的构造器top.ibase4j.core.support.Token
 
TOKEN_KEY - 接口 中的静态变量top.ibase4j.core.Constants
TOKEN
TokenFilter - top.ibase4j.core.filter中的类
 
TokenFilter() - 类 的构造器top.ibase4j.core.filter.TokenFilter
 
TokenUtil - top.ibase4j.core.util中的类
 
TokenUtil() - 类 的构造器top.ibase4j.core.util.TokenUtil
 
toMap(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
将异步通知的参数转化为Map
top.ibase4j - 程序包 top.ibase4j
 
top.ibase4j.core - 程序包 top.ibase4j.core
 
top.ibase4j.core.base - 程序包 top.ibase4j.core.base
 
top.ibase4j.core.config - 程序包 top.ibase4j.core.config
 
top.ibase4j.core.exception - 程序包 top.ibase4j.core.exception
 
top.ibase4j.core.filter - 程序包 top.ibase4j.core.filter
 
top.ibase4j.core.interceptor - 程序包 top.ibase4j.core.interceptor
 
top.ibase4j.core.listener - 程序包 top.ibase4j.core.listener
 
top.ibase4j.core.support - 程序包 top.ibase4j.core.support
 
top.ibase4j.core.support.cache - 程序包 top.ibase4j.core.support.cache
 
top.ibase4j.core.support.cache.redisson - 程序包 top.ibase4j.core.support.cache.redisson
 
top.ibase4j.core.support.cache.shiro - 程序包 top.ibase4j.core.support.cache.shiro
 
top.ibase4j.core.support.dbcp - 程序包 top.ibase4j.core.support.dbcp
 
top.ibase4j.core.support.email - 程序包 top.ibase4j.core.support.email
 
top.ibase4j.core.support.excel - 程序包 top.ibase4j.core.support.excel
 
top.ibase4j.core.support.fastdfs - 程序包 top.ibase4j.core.support.fastdfs
 
top.ibase4j.core.support.ftp - 程序包 top.ibase4j.core.support.ftp
 
top.ibase4j.core.support.login - 程序包 top.ibase4j.core.support.login
 
top.ibase4j.core.support.mq - 程序包 top.ibase4j.core.support.mq
 
top.ibase4j.core.support.mq.listener - 程序包 top.ibase4j.core.support.mq.listener
 
top.ibase4j.core.support.pay - 程序包 top.ibase4j.core.support.pay
 
top.ibase4j.core.support.scheduler - 程序包 top.ibase4j.core.support.scheduler
 
top.ibase4j.core.support.scheduler.job - 程序包 top.ibase4j.core.support.scheduler.job
 
top.ibase4j.core.support.security - 程序包 top.ibase4j.core.support.security
 
top.ibase4j.core.support.security.coder - 程序包 top.ibase4j.core.support.security.coder
 
top.ibase4j.core.support.security.http - 程序包 top.ibase4j.core.support.security.http
 
top.ibase4j.core.support.weixin - 程序包 top.ibase4j.core.support.weixin
 
top.ibase4j.core.support.weixin.company - 程序包 top.ibase4j.core.support.weixin.company
 
top.ibase4j.core.support.weixin.company.aes - 程序包 top.ibase4j.core.support.weixin.company.aes
 
top.ibase4j.core.support.weixin.model - 程序包 top.ibase4j.core.support.weixin.model
 
top.ibase4j.core.util - 程序包 top.ibase4j.core.util
 
top.ibase4j.mapper - 程序包 top.ibase4j.mapper
 
top.ibase4j.model - 程序包 top.ibase4j.model
 
TopicSender - top.ibase4j.core.support.mq中的类
 
TopicSender() - 类 的构造器top.ibase4j.core.support.mq.TopicSender
 
toShortUrl(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
转换短链接
toString() - 类 中的方法org.csource.fastdfs.FileInfo
to string
toString() - 枚举 中的方法top.ibase4j.core.support.HttpCode
 
toString() - 类 中的方法top.ibase4j.core.support.security.Hex
Returns a string representation of the object, which includes the charset name.
toString() - 枚举 中的方法top.ibase4j.core.util.IDCardUtil.Sex
 
toString() - 类 中的方法top.ibase4j.model.SysEvent
 
toString() - 类 中的方法top.ibase4j.model.TaskFireLog
 
total_download_count - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
total_upload_count - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
totalAppendBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalAppendCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalCreateLinkCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalDeleteCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalDeleteLinkCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalDownloadCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalDownloadloadBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalFileOpenCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalFileReadCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalFileWriteCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalGetMetaCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalMB - 类 中的变量org.csource.fastdfs.StructGroupStat
 
totalMB - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalModifyBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalModifyCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalSetMetaCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalSyncInBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalSyncOutBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalTruncateCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalUploadBytes - 类 中的变量org.csource.fastdfs.StructStorageStat
 
totalUploadCount - 类 中的变量org.csource.fastdfs.StructStorageStat
 
toXml(Map<String, String>) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
微信下单map to xml
tracker - 类 中的变量org.csource.fastdfs.test.TestLoad.Downloader
 
tracker - 类 中的变量org.csource.fastdfs.test.TestLoad.Uploader
 
tracker_group - 类 中的变量org.csource.fastdfs.TrackerClient
 
TRACKER_NGNIX_PORT - 接口 中的静态变量top.ibase4j.core.support.fastdfs.Config
 
TRACKER_PROTO_CMD_RESP - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVER_DELETE_STORAGE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVER_LIST_GROUP - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVER_LIST_STORAGE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ALL - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ONE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ALL - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ONE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ALL - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ONE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_PROTO_CMD_SERVICE_QUERY_UPDATE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_QUERY_STORAGE_FETCH_BODY_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRACKER_QUERY_STORAGE_STORE_BODY_LEN - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
tracker_server_index - 类 中的变量org.csource.fastdfs.TrackerGroup
 
tracker_servers - 类 中的变量org.csource.fastdfs.TrackerGroup
 
TrackerClient - org.csource.fastdfs中的类
Tracker client
TrackerClient() - 类 的构造器org.csource.fastdfs.TrackerClient
constructor with global tracker group
TrackerClient(TrackerGroup) - 类 的构造器org.csource.fastdfs.TrackerClient
constructor with specified tracker group
TrackerGroup - org.csource.fastdfs中的类
Tracker server group
TrackerGroup(InetSocketAddress[]) - 类 的构造器org.csource.fastdfs.TrackerGroup
Constructor
trackerServer - 类 中的变量org.csource.fastdfs.StorageClient
 
trackerServer - 类 中的变量org.csource.fastdfs.test.TestLoad.Downloader
 
trackerServer - 类 中的变量org.csource.fastdfs.test.TestLoad.Uploader
 
TrackerServer - org.csource.fastdfs中的类
Tracker Server Info
TrackerServer(Socket, InetSocketAddress) - 类 的构造器org.csource.fastdfs.TrackerServer
Constructor
tradeCancel(AlipayTradeCancelModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradeClose(AlipayTradeCloseModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradeCreate(AlipayTradeCreateModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
统一收单交易创建接口
tradeOrderSettle(AlipayTradeOrderSettleModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradePage(HttpServletResponse, AlipayTradePayModel, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
电脑网站支付(PC支付)
tradePay(AlipayTradePayModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
条形码支付、声波支付
tradePayToResponse(AlipayTradePayModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradePrecreatePay(AlipayTradePrecreateModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
扫码支付
tradePrecreatePayToResponse(AlipayTradePrecreateModel, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradeQuery(AlipayTradeQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradeRefund(AlipayTradeRefundModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
退款
tradeRefundQuery(AlipayTradeFastpayRefundQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
退款查询
tradeRefundQueryToResponse(AlipayTradeFastpayRefundQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
tradeRefundToResponse(AlipayTradeRefundModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
transBean2Map(Object) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
 
transfer(AlipayFundTransToaccountTransferModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
单笔转账到支付宝账户
transferQuery(AlipayFundTransOrderQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
转账查询接口
transferQueryToResponse(AlipayFundTransOrderQueryModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
transfers(Map<String, String>, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPay
企业付款
transferToResponse(AlipayFundTransToaccountTransferModel) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
transMap2Bean(Map<String, Object>, Class<T>) - 类 中的静态方法top.ibase4j.core.util.InstanceUtil
 
trim(String[]) - 类 中的静态方法top.ibase4j.core.util.DataUtil
分别去空格
truncate_file(String, String) - 类 中的方法org.csource.fastdfs.StorageClient
truncate appender file to size 0 from storage server
truncate_file(String, String, long) - 类 中的方法org.csource.fastdfs.StorageClient
truncate appender file from storage server
truncate_file1(String) - 类 中的方法org.csource.fastdfs.StorageClient1
truncate appender file to size 0 from storage server
truncate_file1(String, long) - 类 中的方法org.csource.fastdfs.StorageClient1
truncate appender file from storage server
TRUNK_FILE_MARK_SIZE - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
TRUNK_LOGIC_FILENAME_LENGTH - 类 中的静态变量org.csource.fastdfs.ProtoCommon
 
trunkFreeMB - 类 中的变量org.csource.fastdfs.StructGroupStat
 
tryLock(String) - 类 中的静态方法top.ibase4j.core.util.CacheUtil
获取锁
ttl(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
ttl(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
ttl(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
type(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
type(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
type(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
TypeParseUtil - top.ibase4j.core.util中的类
类型转换辅助工具类

U

UN_STATS - 接口 中的静态变量top.ibase4j.core.Constants.JOBSTATE
日志表状态,未执行
unchecked(Exception) - 类 中的静态方法top.ibase4j.core.util.ExceptionUtil
将CheckedException转换为UncheckedException.
unlock(String) - 接口 中的方法top.ibase4j.core.support.cache.CacheManager
 
unlock(String) - 类 中的方法top.ibase4j.core.support.cache.RedisHelper
 
unlock(String) - 类 中的方法top.ibase4j.core.support.cache.RedissonHelper
 
unlock(String) - 类 中的静态方法top.ibase4j.core.util.CacheUtil
解锁
update(ModelMap, BaseModel) - 类 中的方法top.ibase4j.core.base.AbstractController
 
update(T) - 类 中的方法top.ibase4j.core.base.BaseService
 
updateKfAccount(KeFu) - 类 中的静态方法top.ibase4j.core.support.weixin.WeiXinKFUtils
修改客服帐号
updateLog(TaskFireLog) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
updateTask(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerManager
新增job
updateTask(TaskScheduled) - 类 中的方法top.ibase4j.core.support.scheduler.SchedulerService
 
upload(FileModel) - 类 中的方法top.ibase4j.core.support.fastdfs.FileManager
 
upload(File) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyUpload
 
upload(String, File) - 类 中的静态方法top.ibase4j.core.support.weixin.company.WeiXinCompanyUpload
 
upload_appender_file(String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by file name)
upload_appender_file(String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by file name)
upload_appender_file(byte[], int, int, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(String, byte[], int, int, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(String, byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by file buff)
upload_appender_file(String, long, UploadCallback, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload appender file to storage server (by callback)
upload_appender_file1(String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file name)
upload_appender_file1(String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file name)
upload_appender_file1(byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file buff)
upload_appender_file1(String, byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload appender file to storage server (by file buff)
upload_appender_file1(String, long, UploadCallback, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload appender file to storage server (by callback)
upload_file(String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file name)
upload_file(String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file name)
upload_file(byte, String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file name)
upload_file(byte[], int, int, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(String, byte[], int, int, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(String, byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file buff)
upload_file(String, long, UploadCallback, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by callback)
upload_file(String, String, String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file name, slave file mode)
upload_file(String, String, String, byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file buff, slave file mode)
upload_file(String, String, String, byte[], int, int, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by file buff, slave file mode)
upload_file(String, String, String, long, UploadCallback, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient
upload file to storage server (by callback, slave file mode)
upload_file1(String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file name)
upload_file1(String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file name)
upload_file1(byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff)
upload_file1(String, byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff)
upload_file1(String, long, UploadCallback, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by callback)
upload_file1(String, String, String, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file name, slave file mode)
upload_file1(String, String, byte[], String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff, slave file mode)
upload_file1(String, String, byte[], int, int, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by file buff, slave file mode)
upload_file1(String, String, long, UploadCallback, String, NameValuePair[]) - 类 中的方法org.csource.fastdfs.StorageClient1
upload file to storage server (by callback)
upload_thread_count - 类 中的静态变量org.csource.fastdfs.test.TestLoad
 
UploadBuff(byte[], int, int) - 类 的构造器org.csource.fastdfs.StorageClient.UploadBuff
constructor
UploadCallback - org.csource.fastdfs中的接口
upload file callback interface
Uploader() - 类 的构造器org.csource.fastdfs.test.TestLoad.Uploader
 
uploadFile() - 类 中的方法org.csource.fastdfs.test.TestLoad.Uploader
 
uploadFile(String, String) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
上传
uploadFile(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
上传文件处理(支持批量)
uploadFiles(File, String) - 类 中的方法top.ibase4j.core.support.ftp.FtpClient
递归上传文件
uploadImage(HttpServletRequest, boolean) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
上传文件处理(支持批量)
uploadImageData(HttpServletRequest) - 类 中的静态方法top.ibase4j.core.util.UploadUtil
 
UploadLocalFileSender - org.csource.fastdfs.test中的类
upload file callback class, local file sender
UploadLocalFileSender(String) - 类 的构造器org.csource.fastdfs.test.UploadLocalFileSender
 
uploadPriority - 类 中的变量org.csource.fastdfs.StructStorageStat
 
UploadStream - org.csource.fastdfs中的类
Upload file by stream
UploadStream(InputStream, long) - 类 的构造器org.csource.fastdfs.UploadStream
constructor
UploadThread(int) - 类 的构造器org.csource.fastdfs.test.TestLoad.UploadThread
 
UploadUtil - top.ibase4j.core.util中的类
上传辅助类 与Spring.multipartResolver冲突
upTime - 类 中的变量org.csource.fastdfs.StructStorageStat
 
urlEncode(String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
urlEncode
USER_AGENT - 接口 中的静态变量top.ibase4j.core.Constants
客户端信息
USER_IP - 接口 中的静态变量top.ibase4j.core.Constants
客户端信息
USERLANGUAGE - 接口 中的静态变量top.ibase4j.core.Constants
客户端语言

V

ValidateCorpidError - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
ValidateSignatureError - 异常错误 中的静态变量top.ibase4j.core.support.weixin.company.aes.AesException
 
value - 类 中的变量org.csource.common.NameValuePair
 
value() - 枚举 中的方法top.ibase4j.core.support.HttpCode
Return the integer value of this status code.
valueOf(String) - 枚举 中的静态方法top.ibase4j.core.support.HttpCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.ibase4j.core.support.pay.WxPay.TradeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.ibase4j.core.util.IDCardUtil.Sex
返回带有指定名称的该类型的枚举常量。
values() - 类 中的方法top.ibase4j.core.support.cache.shiro.RedisCache
 
values() - 枚举 中的静态方法top.ibase4j.core.support.HttpCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.ibase4j.core.support.pay.WxPay.TradeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.ibase4j.core.util.IDCardUtil.Sex
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(byte[], byte[], byte[]) - 类 中的静态方法top.ibase4j.core.support.security.coder.RSACoder
校验
verifyNotify(Map<String, String>, String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
支付异步通知时校验sign
verifyRSA(String, String, String) - 类 中的静态方法top.ibase4j.core.util.SecurityUtil
RSA验签
VerifyURL(String, String, String, String) - 类 中的方法top.ibase4j.core.support.weixin.company.aes.WXBizMsgCrypt
验证URL
version - 类 中的变量org.csource.fastdfs.StructStorageStat
 

W

wapPay(HttpServletResponse, AlipayTradeWapPayModel, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
Wap支付
wapPayToString(HttpServletResponse, AlipayTradeWapPayModel, String, String) - 类 中的静态方法top.ibase4j.core.support.pay.AliPay
 
WebServiceUtil - top.ibase4j.core.util中的类
 
WEBTHEME - 接口 中的静态变量top.ibase4j.core.Constants
客户端主题
WebUtil - top.ibase4j.core.util中的类
Web层辅助类
WeChatUtil - top.ibase4j.core.util中的类
微信
WeChatUtil() - 类 的构造器top.ibase4j.core.util.WeChatUtil
 
WeiXinCompanyDownload - top.ibase4j.core.support.weixin.company中的类
根据微信media_id下载工单图片
WeiXinCompanyDownload(String[]) - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinCompanyDownload
 
WeiXinCompanyOAuth - top.ibase4j.core.support.weixin.company中的类
 
WeiXinCompanyOAuth() - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinCompanyOAuth
 
WeiXinCompanySendMsg - top.ibase4j.core.support.weixin.company中的类
微信企业号发送消息
WeiXinCompanySendMsg() - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinCompanySendMsg
 
WeiXinCompanyTicket - top.ibase4j.core.support.weixin.company中的类
 
WeiXinCompanyTicket() - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinCompanyTicket
 
WeiXinCompanyUpload - top.ibase4j.core.support.weixin.company中的类
 
WeiXinCompanyUpload() - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinCompanyUpload
 
WeiXinCompanyUtils - top.ibase4j.core.support.weixin.company中的类
 
WeiXinCompanyUtils() - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinCompanyUtils
 
WeiXinKFUtils - top.ibase4j.core.support.weixin中的类
Created by jonson.xu on 15-5-18.
WeiXinKFUtils() - 类 的构造器top.ibase4j.core.support.weixin.WeiXinKFUtils
 
WeiXinSignUtils - top.ibase4j.core.support.weixin.company中的类
 
WeiXinSignUtils() - 类 的构造器top.ibase4j.core.support.weixin.company.WeiXinSignUtils
 
WeiXinUserUtils - top.ibase4j.core.support.weixin中的类
 
WeiXinUserUtils() - 类 的构造器top.ibase4j.core.support.weixin.WeiXinUserUtils
 
WeiXinUtils - top.ibase4j.core.support.weixin中的类
 
WeiXinUtils() - 类 的构造器top.ibase4j.core.support.weixin.WeiXinUtils
 
WeiXinWYUtils - top.ibase4j.core.support.weixin中的类
 
WeiXinWYUtils() - 类 的构造器top.ibase4j.core.support.weixin.WeiXinWYUtils
 
write() - 类 中的方法top.ibase4j.core.util.DownloadExcelUtil
关闭资源
WXBizMsgCrypt - top.ibase4j.core.support.weixin.company.aes中的类
提供接收和推送给公众平台消息的加解密接口(UTF8编码的字符串).
WXBizMsgCrypt(String, String, String) - 类 的构造器top.ibase4j.core.support.weixin.company.aes.WXBizMsgCrypt
构造函数
WXBizMsgCryptManager - top.ibase4j.core.support.weixin.company.aes中的类
 
WXBizMsgCryptManager() - 类 的构造器top.ibase4j.core.support.weixin.company.aes.WXBizMsgCryptManager
 
WXMessasgeTemplate - top.ibase4j.core.support.weixin.model中的类
 
WXMessasgeTemplate() - 类 的构造器top.ibase4j.core.support.weixin.model.WXMessasgeTemplate
 
WxPay - top.ibase4j.core.support.pay中的类
 
WxPay.TradeType - top.ibase4j.core.support.pay中的枚举
交易类型枚举
WxPayment - top.ibase4j.core.support.pay中的类
 
WxPayment() - 类 的构造器top.ibase4j.core.support.pay.WxPayment
 

X

xmlToMap(String) - 类 中的静态方法top.ibase4j.core.support.pay.WxPayment
针对支付的xml,没有嵌套节点的简单处理
XmlUtil - top.ibase4j.core.util中的类
XML处理器
XssFilter - top.ibase4j.core.filter中的类
非法字符过滤器(防SQL注入,防XSS漏洞)
XssFilter() - 类 的构造器top.ibase4j.core.filter.XssFilter
 

Y

YYYY_MM_DD - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
YYYY_MM_DD_HH_MM_SS - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
YYYYMMDD - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
YYYYMMDDHHMMSS - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
YYYYMMDDHHMMSSSSS - 接口 中的静态变量top.ibase4j.core.util.DateUtil.DATE_PATTERN
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
跳过导航链接

Copyright © 2017. All rights reserved.