Skip navigation links
A B C D E F G H I J M N O P Q R S T U V W Z 

A

AbstractHttpRequest - Class in com.gitee.cliveyuan.tools.http
Created by clive at 2018/11/26.
AbstractHttpRequest() - Constructor for class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
 
account(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
发件人邮箱账号 (xxx@qq.com;xxx@126.com)
Action - Interface in com.gitee.cliveyuan.tools.action
 
Action2<T> - Interface in com.gitee.cliveyuan.tools.action
 
Action3<T,T2> - Interface in com.gitee.cliveyuan.tools.action
 
Action4<T,T2,T3> - Interface in com.gitee.cliveyuan.tools.action
 
Action5<T,T2,T3,T4> - Interface in com.gitee.cliveyuan.tools.action
 
addAttachment(File) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
添加附件文件
addCarbonCopie(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
添加抄送人邮箱地址
addCookie(String, String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
添加cookie信息
addCookie(String, String) - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
addDefaultHeaders() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
添加默认的请求头
addHeader(String, String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
添加请求头
addHeader(String, String) - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
addParam(String, String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
添加入参
addRecipient(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
添加收件人邮箱地址
addSheetContent(String, String[], Collection) - Method in class com.gitee.cliveyuan.tools.bean.excel.ExcelGenerateParam
 
addSheetContent(String, String[], Collection) - Method in class com.gitee.cliveyuan.tools.data.excel.ExcelWriter
 
addSheetInfo(String, Class<?>) - Method in class com.gitee.cliveyuan.tools.data.excel.ExcelReader
 
AESTools - Class in com.gitee.cliveyuan.tools.codec
AES加密工具
after(Date, Date) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
之后
afterNow(Date) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
现在之后
ArrayTools - Class in com.gitee.cliveyuan.tools
数组工具
Assert - Class in com.gitee.cliveyuan.tools
Assertion utility class that assists in validating arguments.
Assert() - Constructor for class com.gitee.cliveyuan.tools.Assert
 
async(Runnable) - Static method in class com.gitee.cliveyuan.tools.ThreadTools
异步执行 适合调用不是很频繁的任务 频繁任务请使用线程池
attachments(List<File>) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
附件文件列表
authFail() - Static method in exception com.gitee.cliveyuan.tools.exception.EmailException
 

B

BaseException - Exception in com.gitee.cliveyuan.tools.exception
基础异常
BaseException(String) - Constructor for exception com.gitee.cliveyuan.tools.exception.BaseException
 
BaseException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.BaseException
 
before(Date, Date) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
之前
beforeNow(Date) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
现在之前
between(String, String, String) - Static method in class com.gitee.cliveyuan.tools.StringTools
Returns an array with strings between start and end.
build() - Static method in class com.gitee.cliveyuan.tools.http.HttpClientTools
构建HttpClient工具
build() - Static method in class com.gitee.cliveyuan.tools.http.JsoupTools
构建jsoup工具
build() - Static method in class com.gitee.cliveyuan.tools.mail.EmailTools
构建EmailTools

C

C_BACKSLASH - Static variable in class com.gitee.cliveyuan.tools.text.StrFormatter
 
C_DELIM_END - Static variable in class com.gitee.cliveyuan.tools.text.StrFormatter
 
C_DELIM_START - Static variable in class com.gitee.cliveyuan.tools.text.StrFormatter
 
CaptchaCodeResult - Class in com.gitee.cliveyuan.tools.bean.captcha
Created by Clive on 2020/02/17.
CaptchaCodeResult() - Constructor for class com.gitee.cliveyuan.tools.bean.captcha.CaptchaCodeResult
 
CaptchaException - Exception in com.gitee.cliveyuan.tools.exception
验证码异常
CaptchaException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
CaptchaGenerateType - Enum in com.gitee.cliveyuan.tools.enums
Created by Clive on 2019/06/16.
captchaIsNull() - Static method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
CaptchaRequest - Class in com.gitee.cliveyuan.tools.bean.captcha
Created by Clive on 2019/06/16.
CaptchaRequest() - Constructor for class com.gitee.cliveyuan.tools.bean.captcha.CaptchaRequest
 
CaptchaTools - Class in com.gitee.cliveyuan.tools.web
验证码工具类
CaptchaType - Enum in com.gitee.cliveyuan.tools.enums
验证码类型 Created by Clive on 2020/02/17.
CaptchaV2 - Class in com.gitee.cliveyuan.tools.bean.captcha
验证码
CaptchaV2() - Constructor for class com.gitee.cliveyuan.tools.bean.captcha.CaptchaV2
 
CaptchaValidate - Class in com.gitee.cliveyuan.tools.bean
Created by Clive on 2019/06/16.
CaptchaValidate() - Constructor for class com.gitee.cliveyuan.tools.bean.CaptchaValidate
 
carbonCopies(List<String>) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
抄送人邮箱地址
CollectionTools - Class in com.gitee.cliveyuan.tools
集合工具类
com.gitee.cliveyuan.tools - package com.gitee.cliveyuan.tools
 
com.gitee.cliveyuan.tools.action - package com.gitee.cliveyuan.tools.action
 
com.gitee.cliveyuan.tools.bean - package com.gitee.cliveyuan.tools.bean
 
com.gitee.cliveyuan.tools.bean.captcha - package com.gitee.cliveyuan.tools.bean.captcha
 
com.gitee.cliveyuan.tools.bean.excel - package com.gitee.cliveyuan.tools.bean.excel
 
com.gitee.cliveyuan.tools.bean.rsa - package com.gitee.cliveyuan.tools.bean.rsa
 
com.gitee.cliveyuan.tools.codec - package com.gitee.cliveyuan.tools.codec
 
com.gitee.cliveyuan.tools.cons - package com.gitee.cliveyuan.tools.cons
 
com.gitee.cliveyuan.tools.data - package com.gitee.cliveyuan.tools.data
 
com.gitee.cliveyuan.tools.data.csv - package com.gitee.cliveyuan.tools.data.csv
 
com.gitee.cliveyuan.tools.data.excel - package com.gitee.cliveyuan.tools.data.excel
 
com.gitee.cliveyuan.tools.enums - package com.gitee.cliveyuan.tools.enums
 
com.gitee.cliveyuan.tools.exception - package com.gitee.cliveyuan.tools.exception
 
com.gitee.cliveyuan.tools.http - package com.gitee.cliveyuan.tools.http
 
com.gitee.cliveyuan.tools.img - package com.gitee.cliveyuan.tools.img
 
com.gitee.cliveyuan.tools.mail - package com.gitee.cliveyuan.tools.mail
 
com.gitee.cliveyuan.tools.sql - package com.gitee.cliveyuan.tools.sql
 
com.gitee.cliveyuan.tools.text - package com.gitee.cliveyuan.tools.text
 
com.gitee.cliveyuan.tools.web - package com.gitee.cliveyuan.tools.web
 
compress(String, float, float, String) - Static method in class com.gitee.cliveyuan.tools.img.ImageTools
压缩图片
connectFail(String) - Static method in exception com.gitee.cliveyuan.tools.exception.EmailException
 
connectionRefused(String) - Static method in exception com.gitee.cliveyuan.tools.exception.NetException
 
content(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
邮件内容
convert(String, String) - Static method in class com.gitee.cliveyuan.tools.img.ImageTools
图片格式转换
convertToDate(LocalDateTime) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
日期转换
cookies(Map<String, String>) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
设置cookie信息
cookies(String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
设置cookie信息
costTime(long) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
计算耗时 单位 毫秒
costTimeSecond(long) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
计算耗时 单位:秒
create() - Static method in class com.gitee.cliveyuan.tools.http.HttpResp
 
create(String) - Static method in class com.gitee.cliveyuan.tools.http.HttpResp
 
create(String, Map<String, String>, Map<String, String>) - Static method in class com.gitee.cliveyuan.tools.http.HttpResp
 
crop(String, int, int, int, int, String) - Static method in class com.gitee.cliveyuan.tools.img.ImageTools
裁剪
CsvException - Exception in com.gitee.cliveyuan.tools.exception
CSV异常
CsvException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.CsvException
 
CsvReader<T> - Class in com.gitee.cliveyuan.tools.data.csv
 
CsvReader() - Constructor for class com.gitee.cliveyuan.tools.data.csv.CsvReader
 
CsvTools - Class in com.gitee.cliveyuan.tools
 
CsvTools() - Constructor for class com.gitee.cliveyuan.tools.CsvTools
 
CsvWriter<T> - Class in com.gitee.cliveyuan.tools.data.csv
 
CsvWriter() - Constructor for class com.gitee.cliveyuan.tools.data.csv.CsvWriter
 

D

dataConvertError() - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
dataToObject(int, List<String[]>, Class<T>) - Static method in class com.gitee.cliveyuan.tools.data.TableUtils
 
DateTimeField - Enum in com.gitee.cliveyuan.tools.enums
日期时间字段常量
DateTimeFormat - Enum in com.gitee.cliveyuan.tools.enums
日期时间格式常量
DateTimeTools - Class in com.gitee.cliveyuan.tools
日期时间工具
decrypt(String, String) - Static method in class com.gitee.cliveyuan.tools.codec.AESTools
解密
decrypt(RSARequest) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
用私钥解密
decrypt(String, String) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
解密
DEFAULT_CAPTCHA_HEIGHT - Static variable in class com.gitee.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_CAPTCHA_LENGTH - Static variable in class com.gitee.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_CAPTCHA_NAME - Static variable in class com.gitee.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_CAPTCHA_WIDTH - Static variable in class com.gitee.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_ENCODING - Static variable in class com.gitee.cliveyuan.tools.http.HtmlTools
 
DEFAULT_HEADERS - Static variable in class com.gitee.cliveyuan.tools.cons.NetCons
默认请求头
delHTMLTag(String) - Static method in class com.gitee.cliveyuan.tools.http.HtmlTools
 
doesNotContain(String, String, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the given text does not contain the given substring.

E

EmailException - Exception in com.gitee.cliveyuan.tools.exception
邮件异常
EmailException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.EmailException
 
EmailTools - Class in com.gitee.cliveyuan.tools.mail
邮件发送工具
EMPTY_JSON - Static variable in class com.gitee.cliveyuan.tools.text.StrFormatter
 
encoding(String) - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
编码方式
encrypt(String, String) - Static method in class com.gitee.cliveyuan.tools.codec.AESTools
加密
encrypt(RSARequest) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
用公钥加密
encrypt(String, String) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
加密
escapeOrderBySql(String) - Static method in class com.gitee.cliveyuan.tools.sql.SqlTools
检查字符,防止注入绕过
ExcelException - Exception in com.gitee.cliveyuan.tools.exception
excel异常
ExcelException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.ExcelException
 
ExcelGenerateParam - Class in com.gitee.cliveyuan.tools.bean.excel
Created by Clive on 2019/10/28.
ExcelGenerateParam() - Constructor for class com.gitee.cliveyuan.tools.bean.excel.ExcelGenerateParam
 
ExcelReader - Class in com.gitee.cliveyuan.tools.data.excel
Created by Clive on 2019/10/28.
ExcelReader() - Constructor for class com.gitee.cliveyuan.tools.data.excel.ExcelReader
 
excelReadError() - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
ExcelTools - Class in com.gitee.cliveyuan.tools
 
ExcelType - Enum in com.gitee.cliveyuan.tools.enums
excel格式
ExcelWriter - Class in com.gitee.cliveyuan.tools.data.excel
Created by Clive on 2019/10/28.
ExcelWriter() - Constructor for class com.gitee.cliveyuan.tools.data.excel.ExcelWriter
 
executeGet() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
执行get请求
executeGet() - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
 
executeGet() - Method in class com.gitee.cliveyuan.tools.http.JsoupTools
 
executePost() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
执行post请求
executePost() - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
 
executePost() - Method in class com.gitee.cliveyuan.tools.http.JsoupTools
 

F

failToGenerateCsv() - Static method in exception com.gitee.cliveyuan.tools.exception.CsvException
 
failToGenerateExcel() - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
failToMkdirs() - Static method in exception com.gitee.cliveyuan.tools.exception.CsvException
 
failToMkdirs() - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
failToMkdirs(String) - Static method in exception com.gitee.cliveyuan.tools.exception.FileUploadException
 
failToParseCsv() - Static method in exception com.gitee.cliveyuan.tools.exception.CsvException
 
failToParseExcel() - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
failToReadSheet() - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
fileEmpty() - Static method in exception com.gitee.cliveyuan.tools.exception.FileUploadException
 
FileTools - Class in com.gitee.cliveyuan.tools
文件工具
FileUploadException - Exception in com.gitee.cliveyuan.tools.exception
文件上传异常
FileUploadException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.FileUploadException
 
FileUploadRequest - Class in com.gitee.cliveyuan.tools.bean
Created by Clive on 2019/06/25.
FileUploadRequest() - Constructor for class com.gitee.cliveyuan.tools.bean.FileUploadRequest
 
FileUploadResponse - Class in com.gitee.cliveyuan.tools.bean
文件上传响应
FileUploadResponse() - Constructor for class com.gitee.cliveyuan.tools.bean.FileUploadResponse
 
FileUploadTools - Class in com.gitee.cliveyuan.tools.web
文件上传工具类
firstBetween(String, String, String) - Static method in class com.gitee.cliveyuan.tools.StringTools
Returns first matched string between start and end.
format(DateTimeFormat) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
当前时间格式化
format(Date, DateTimeFormat) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
日期格式化
format(Date, String) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
日期格式化
format(String, Object...) - Static method in class com.gitee.cliveyuan.tools.StringTools
格式化文本, {} 表示占位符
此方法只是简单将占位符 {} 按照顺序替换为参数
如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "a", "b") -> this is a for b
转义{}: format("this is \\{} for {}", "a", "b") -> this is \{} for a
转义\: format("this is \\\\{} for {}", "a", "b") -> this is \a for b
format(String, Object...) - Static method in class com.gitee.cliveyuan.tools.text.StrFormatter
格式化字符串
此方法只是简单将占位符 {} 按照顺序替换为参数
如果想输出 {} 使用 \\转义 { 即可,如果想输出 {} 之前的 \ 使用双转义符 \\\\ 即可
例:
通常使用:format("this is {} for {}", "a", "b") -> this is a for b
转义{}: format("this is \\{} for {}", "a", "b") -> this is \{} for a
转义\: format("this is \\\\{} for {}", "a", "b") -> this is \a for b

G

generate(ExcelGenerateParam) - Static method in class com.gitee.cliveyuan.tools.data.TableUtils
 
generate(CaptchaRequest) - Static method in class com.gitee.cliveyuan.tools.web.CaptchaTools
生成验证码 v2
generateKeyPair() - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
生成RSA公钥私钥
generateKeyPair(GenerateKeyPairReq) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
生成RSA公钥私钥
GenerateKeyPairReq - Class in com.gitee.cliveyuan.tools.bean.rsa
Created by Clive on 2020/02/22.
GenerateKeyPairReq() - Constructor for class com.gitee.cliveyuan.tools.bean.rsa.GenerateKeyPairReq
 
generateLetterNumVerifyCode(int) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
生成字母数字验证码
generateMathAddVerifyCode(int, int) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
生成范围内的加法验证码 (边界都包括)
generateVerifyCode(int) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
使用系统默认字符源生成验证码
generateVerifyCode(int, String) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
使用指定源生成验证码
GenericTypeTools - Class in com.gitee.cliveyuan.tools
泛型工具
genOrderNo() - Static method in class com.gitee.cliveyuan.tools.IdTools
生成以日期时间开头的20位订单号
get() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
发送get请求
get() - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
 
get() - Method in class com.gitee.cliveyuan.tools.http.JsoupTools
 
getByDocument() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
发送get请求,并将结果转为Jsoup的Document
getByJson() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
发送get请求,并将结果转为JSON
getClientIp(HttpServletRequest) - Static method in class com.gitee.cliveyuan.tools.web.IpTools
获取访问者ip
getCode() - Method in exception com.gitee.cliveyuan.tools.exception.BaseException
 
getCode() - Method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
getContent() - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
getCookies() - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
getExtension(File) - Static method in class com.gitee.cliveyuan.tools.FileTools
获取扩展名
getExtension(String) - Static method in class com.gitee.cliveyuan.tools.FileTools
获取扩展名
getFormat() - Method in enum com.gitee.cliveyuan.tools.enums.DateTimeFormat
 
getHeaders() - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
getRealType(String) - Static method in class com.gitee.cliveyuan.tools.img.ImageTools
获取图片真实格式
getStatusCode() - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
getSuperClassGenericType(Class<?>, int) - Static method in class com.gitee.cliveyuan.tools.GenericTypeTools
获取父类的泛型类

H

hasLength(String, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
 
hasText(String, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
Check whether the given CharSequence has actual text.
headers(Map<String, String>) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
设置请求头信息
headers(String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
设置请求头信息 格式:
host(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
发送邮件主机 如: smtp.qq.com; smtp.126.com;
htmlEscape(String) - Static method in class com.gitee.cliveyuan.tools.http.HtmlTools
 
HtmlTools - Class in com.gitee.cliveyuan.tools.http
html工具类
HTTP_CLIENT_TIME_OUT - Static variable in class com.gitee.cliveyuan.tools.cons.NetCons
httpClient默认超时时间, 单位:毫秒
HttpClientTools - Class in com.gitee.cliveyuan.tools.http
httpClient 工具
HttpResp - Class in com.gitee.cliveyuan.tools.http
Created by clive at 2018/11/27.
HttpResp() - Constructor for class com.gitee.cliveyuan.tools.http.HttpResp
 
HttpResp(String) - Constructor for class com.gitee.cliveyuan.tools.http.HttpResp
 
HttpResp(String, Map<String, String>, Map<String, String>) - Constructor for class com.gitee.cliveyuan.tools.http.HttpResp
 
httpStatusError(int) - Static method in exception com.gitee.cliveyuan.tools.exception.NetException
 

I

IDCardTools - Class in com.gitee.cliveyuan.tools
身份证验证的工具(支持5位或18位省份证) 身份证号码结构: 17位数字和1位校验码:6位地址码数字,8位生日数字,3位出生时间顺序号,1位校验码。 地址码(前6位):表示对象常住户口所在县(市、镇、区)的行政区划代码,按GB/T2260的规定执行。 出生日期码,(第七位 至十四位):表示编码对象出生年、月、日,按GB按GB/T7408的规定执行,年、月、日代码之间不用分隔符。 顺序码(第十五位至十七位):表示在同一地址码所标示的区域范围内,对同年、同月、同日出生的人编订的顺序号, 顺序码的奇数分配给男性,偶数分配给女性。 校验码(第十八位数): 十七位数字本体码加权求和公式 s = sum(Ai*Wi), i = 0,,16,先对前17位数字的权求和; Ai:表示第i位置上的身份证号码数字值.Wi:表示第i位置上的加权因.Wi: 7 9 10 5 8 4 2 1 6 3 7 9 10 5 8 4 2; 计算模 Y = mod(S, 11) 通过模得到对应的校验码 Y: 0 1 2 3 4 5 6 7 8 9 10 校验码: 1 0 X 9 8 7 6 5 4 3 2
idIsEmpty() - Static method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
IdTools - Class in com.gitee.cliveyuan.tools
ID生成工具
ignoreSslCertificate() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
忽略SSL证书
illegalInvokeError(String) - Static method in exception com.gitee.cliveyuan.tools.exception.NetException
 
ImageConvertTools - Class in com.gitee.cliveyuan.tools.img
 
ImageConvertTools() - Constructor for class com.gitee.cliveyuan.tools.img.ImageConvertTools
 
ImageTools - Class in com.gitee.cliveyuan.tools.img
图片工具 doc
ImgTypeTools - Class in com.gitee.cliveyuan.tools.img
 
ImgTypeTools() - Constructor for class com.gitee.cliveyuan.tools.img.ImgTypeTools
 
invalidAddress() - Static method in exception com.gitee.cliveyuan.tools.exception.EmailException
 
invoke() - Method in interface com.gitee.cliveyuan.tools.action.Action
 
invoke(T) - Method in interface com.gitee.cliveyuan.tools.action.Action2
 
invoke(T, T2) - Method in interface com.gitee.cliveyuan.tools.action.Action3
 
invoke(T, T2, T3) - Method in interface com.gitee.cliveyuan.tools.action.Action4
 
invoke(T, T2, T3, T4) - Method in interface com.gitee.cliveyuan.tools.action.Action5
 
IpTools - Class in com.gitee.cliveyuan.tools.web
ip 工具
IpTools() - Constructor for class com.gitee.cliveyuan.tools.web.IpTools
 
isAge(int) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配年龄
isAssignable(Class<?>, Class<?>) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that superType.isAssignableFrom(subType) is true.
isBankCardNo(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
验证银行卡 15-19位数字
isChinese(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配汉字
isChineseChar(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
判断中文字符(包括汉字和符号)
isDigits(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配正整数
isEmail(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配Email地址
isEmpty(Collection<?>) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
集合是否为空
isEmpty(Map) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
map是否为空
isEmpty(Object[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
数组是否空
isEmpty(int[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isEmpty(long[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isEmpty(float[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isEmpty(double[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isFloat(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配正浮点数
isIdCardNo(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
身份证号码验证
isInstanceOf(Class<?>, Object) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that the provided object is an instance of the provided class.
isLetter(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
判断英文字母(a-zA-Z)
isMobile(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
手机号校验 移动号段: 134,135,136,137,138,139,147,150,151,152,157,158,159,170,178,182,183,184,187,188 联通号段: 130,131,132,145,155,156,170,171,175,176,185,186 电信号段: 133,149,153,170,173,177,180,181,189
isName(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配姓名
isNotEmpty(Collection<?>) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
集合是否不为空
isNotEmpty(Map) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
map是否不为空
isNotEmpty(Object[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
数组不为空
isNotEmpty(int[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isNotEmpty(long[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isNotEmpty(float[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isNotEmpty(double[]) - Static method in class com.gitee.cliveyuan.tools.CollectionTools
 
isNull(Object, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an object is null .
isNull(Object) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an object is null .
isNumeric(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配数值类型,包括整数和浮点数
isPayload(boolean) - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
请求入参是json格式时设置此字段为true
isSSL(boolean) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
通过SSL发送
isTrue(boolean, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isUrl(String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
匹配URL地址
isValidFieldName(String) - Static method in class com.gitee.cliveyuan.tools.sql.SqlTools
验证字段语法是否符合规范

J

JSOUP_TIME_OUT - Static variable in class com.gitee.cliveyuan.tools.cons.NetCons
jsop默认超时时间, 单位:毫秒
JsoupTools - Class in com.gitee.cliveyuan.tools.http
jsoup 工具

M

map2CookieStr(Map<String, String>) - Static method in class com.gitee.cliveyuan.tools.StringTools
map转cookie字符串 如: a=1;b=2;c=3;...
map2QueryStr(Map<String, String>) - Static method in class com.gitee.cliveyuan.tools.StringTools
map转查询字符串 如: a=1&b=2&c=3&...
matches(String, String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
正则匹配
MathTools - Class in com.gitee.cliveyuan.tools
数学相关工具
max(int, int) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
最大
maxLength(int, String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
是否小于等于最大长度
md5(String) - Static method in class com.gitee.cliveyuan.tools.codec.MD5Tools
md5加密
md5(String, String) - Static method in class com.gitee.cliveyuan.tools.codec.MD5Tools
md5 加盐加密
MD5Tools - Class in com.gitee.cliveyuan.tools.codec
MD5工具
min(int, int) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
最小
minLength(int, String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
是否大于等于最小长度

N

NetCons - Class in com.gitee.cliveyuan.tools.cons
网络常量
NetCons() - Constructor for class com.gitee.cliveyuan.tools.cons.NetCons
 
NetException - Exception in com.gitee.cliveyuan.tools.exception
网络异常
NetException(int, String) - Constructor for exception com.gitee.cliveyuan.tools.exception.NetException
 
noNullElements(Object[], String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an array has no null elements.
noNullElements(Object[]) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an array has no null elements.
notBlank(String) - Static method in class com.gitee.cliveyuan.tools.Assert
 
notBlank(String, String) - Static method in class com.gitee.cliveyuan.tools.Assert
字符串不能为空(包括空格)
notEmpty(Object[], String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Object[]) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection<?>, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection<?>) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map<?, ?>, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(Map<?, ?>) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(String) - Static method in class com.gitee.cliveyuan.tools.Assert
 
notEmpty(String, String) - Static method in class com.gitee.cliveyuan.tools.Assert
字符串不能为空
notInSession() - Static method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
notMatch() - Static method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
notNull(Object, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an object is not null .
notNull(Object) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert that an object is not null .
notSupport(String) - Static method in exception com.gitee.cliveyuan.tools.exception.CsvException
 
notSupport(String) - Static method in exception com.gitee.cliveyuan.tools.exception.ExcelException
 
notSupport(String) - Static method in exception com.gitee.cliveyuan.tools.exception.FileUploadException
 
notThrowStatusException() - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
当http status != 200 时不抛出异常
now() - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
当前时间
nowLocalDateTime() - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
当前本地时间
nowMillis() - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
当前时间的毫秒

O

ofDate(int, int, int) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
通过日期生成
ofTime(int, int, int) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
通过时间生成
outputImage(int, int, File, String) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
生成指定验证码图像文件
outputImage(int, int, OutputStream, String, boolean) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
 
outputImage(int, int, OutputStream, String) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
输出指定验证码图片流
outputVerifyImage(int, int, File, int) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
生成随机验证码文件,并返回验证码值
outputVerifyImage(int, int, OutputStream, int) - Static method in class com.gitee.cliveyuan.tools.VerifyCodeTools
输出随机验证码图片流,并返回验证码值

P

params(Map<String, String>) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
设置请求入参, 如果是get请求时此入参将拼接到url后
params(String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
通过字符串设置请求入参, 如果是get请求时此入参将拼接到url后 格式:
parse(String, String) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
日期解析
parse(String, DateTimeFormat) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
日期解析
parseJsonError() - Static method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
password(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
发件人邮箱密码
payload(String) - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
设置payload内容
plus(DateTimeField, long) - Static method in class com.gitee.cliveyuan.tools.DateTimeTools
日期时间调整
post() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
发送post请求
post() - Method in class com.gitee.cliveyuan.tools.http.HttpClientTools
 
post() - Method in class com.gitee.cliveyuan.tools.http.JsoupTools
 
postByDocument() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
发送post请求,并将结果转为Jsoup的Document
postByJson() - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
发送post请求,并将结果转为JSON

Q

queryStr2Map(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
 

R

randomInt(int, int) - Static method in class com.gitee.cliveyuan.tools.MathTools
 
randomShortUUID() - Static method in class com.gitee.cliveyuan.tools.IdTools
随机去掉横杠的UUID
randomUUID() - Static method in class com.gitee.cliveyuan.tools.IdTools
随机一个原生UUID
range(int, int, int) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
大小范围
rangeLength(int, int, String) - Static method in class com.gitee.cliveyuan.tools.ValidateTools
长度范围
read(CsvReader<T>) - Static method in class com.gitee.cliveyuan.tools.CsvTools
读取CSV文件
read(ExcelReader) - Static method in class com.gitee.cliveyuan.tools.ExcelTools
读取Excel
readFileToString(File) - Static method in class com.gitee.cliveyuan.tools.FileTools
读取文件为字符串 (UTF-8模式读取)
readFileToStringList(File) - Static method in class com.gitee.cliveyuan.tools.FileTools
读取文件为字符串列表 (UTF-8模式读取)
readFileToStringList(File, String) - Static method in class com.gitee.cliveyuan.tools.FileTools
读取文件为字符串列表
readRawCsv(String, String) - Static method in class com.gitee.cliveyuan.tools.CsvTools
读入原生csv文件,解析后返回
readRawExcel(String, String...) - Static method in class com.gitee.cliveyuan.tools.ExcelTools
读入excel文件,解析后返回 key: sheet名, value每行数据
recipients(List<String>) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
收件人邮箱列表
RSAKeyPair - Class in com.gitee.cliveyuan.tools.bean.rsa
Created by Clive on 2020/02/22.
RSAKeyPair() - Constructor for class com.gitee.cliveyuan.tools.bean.rsa.RSAKeyPair
 
RSARequest - Class in com.gitee.cliveyuan.tools.bean.rsa
Created by Clive on 2020/02/22.
RSARequest() - Constructor for class com.gitee.cliveyuan.tools.bean.rsa.RSARequest
 
RSASignReq - Class in com.gitee.cliveyuan.tools.bean.rsa
Created by Clive on 2020/02/22.
RSASignReq() - Constructor for class com.gitee.cliveyuan.tools.bean.rsa.RSASignReq
 
RSATools - Class in com.gitee.cliveyuan.tools.codec
RSA 工具 密钥生成 加密/解密 签名/验签
RSATools() - Constructor for class com.gitee.cliveyuan.tools.codec.RSATools
 
RSAVerifySignReq - Class in com.gitee.cliveyuan.tools.bean.rsa
Created by Clive on 2020/02/22.
RSAVerifySignReq() - Constructor for class com.gitee.cliveyuan.tools.bean.rsa.RSAVerifySignReq
 

S

SDF - Static variable in class com.gitee.cliveyuan.tools.data.TableUtils
 
send() - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
发送邮件
setCode(int) - Method in exception com.gitee.cliveyuan.tools.exception.BaseException
 
setCode(int) - Method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
setContent(String) - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
setCookies(Map<String, String>) - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
setHeaders(Map<String, String>) - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
setStatusCode(int) - Method in class com.gitee.cliveyuan.tools.http.HttpResp
 
SheetContent<T> - Class in com.gitee.cliveyuan.tools.bean.excel
Created by Clive on 2019/10/28.
SheetContent(String, String[], Collection<T>) - Constructor for class com.gitee.cliveyuan.tools.bean.excel.SheetContent
 
SheetData - Class in com.gitee.cliveyuan.tools.bean.excel
 
SheetData(String, List<Object>) - Constructor for class com.gitee.cliveyuan.tools.bean.excel.SheetData
 
SheetInfo - Class in com.gitee.cliveyuan.tools.bean.excel
 
SheetInfo(String, Class) - Constructor for class com.gitee.cliveyuan.tools.bean.excel.SheetInfo
 
sign(String, String) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
用私钥对信息生成数字签名
sign(RSASignReq) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
用私钥对信息生成数字签名
sleep(int) - Static method in class com.gitee.cliveyuan.tools.ThreadTools
线程睡眠
sleep(long) - Static method in class com.gitee.cliveyuan.tools.ThreadTools
线程睡眠
SQL_PATTERN - Static variable in class com.gitee.cliveyuan.tools.sql.SqlTools
仅支持字母、数字、下划线、空格、逗号(支持多个字段排序)
SqlTools - Class in com.gitee.cliveyuan.tools.sql
 
state(boolean, String) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
state(boolean) - Static method in class com.gitee.cliveyuan.tools.Assert
Assert a boolean expression, throwing IllegalStateException if the test result is false.
str2Map(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
str to map k1:v1\n k2:v2\n
StrFormatter - Class in com.gitee.cliveyuan.tools.text
字符串格式化
StrFormatter() - Constructor for class com.gitee.cliveyuan.tools.text.StrFormatter
 
StringTools - Class in com.gitee.cliveyuan.tools
字符串工具
stringToUnicode(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
获取字符串的unicode编码
subject(String) - Method in class com.gitee.cliveyuan.tools.mail.EmailTools
邮箱主题
substring(String, int) - Static method in class com.gitee.cliveyuan.tools.StringTools
截取字符串
substring(String, int, int) - Static method in class com.gitee.cliveyuan.tools.StringTools
截取字符串
substringIfOverflow(String, int) - Static method in class com.gitee.cliveyuan.tools.StringTools
超出截断
substringLength(String, int) - Static method in class com.gitee.cliveyuan.tools.StringTools
截取字符串
substringLength(String, int, int) - Static method in class com.gitee.cliveyuan.tools.StringTools
截取字符串

T

TableUtils - Class in com.gitee.cliveyuan.tools.data
Created by Clive on 2019/10/28.
TableUtils() - Constructor for class com.gitee.cliveyuan.tools.data.TableUtils
 
ThreadTools - Class in com.gitee.cliveyuan.tools
线程工具
timeout(int) - Static method in exception com.gitee.cliveyuan.tools.exception.NetException
 
timeout(int) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
超时时间 单位:毫秒, 默认:30000
trim(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
去空格

U

unicodeToString(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
Unicode转汉字字符串
unKnowError() - Static method in exception com.gitee.cliveyuan.tools.exception.EmailException
 
unKnowError() - Static method in exception com.gitee.cliveyuan.tools.exception.FileUploadException
 
unKnowError() - Static method in exception com.gitee.cliveyuan.tools.exception.NetException
 
unknownHost() - Static method in exception com.gitee.cliveyuan.tools.exception.NetException
 
unzip(String, String) - Static method in class com.gitee.cliveyuan.tools.ZipTools
zip解压
upload(FileUploadRequest) - Static method in class com.gitee.cliveyuan.tools.web.FileUploadTools
文件上传
uploadPathNotExist() - Static method in exception com.gitee.cliveyuan.tools.exception.FileUploadException
 
url(String) - Method in class com.gitee.cliveyuan.tools.http.AbstractHttpRequest
设置请求url地址
urlDecode(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
URL解码
urlEncode(String) - Static method in class com.gitee.cliveyuan.tools.StringTools
URL编码

V

validate(CaptchaValidate) - Static method in class com.gitee.cliveyuan.tools.web.CaptchaTools
校验验证码 v2
ValidateTools - Class in com.gitee.cliveyuan.tools
验证工具
valueIsEmpty() - Static method in exception com.gitee.cliveyuan.tools.exception.CaptchaException
 
valueOf(String) - Static method in enum com.gitee.cliveyuan.tools.enums.CaptchaGenerateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gitee.cliveyuan.tools.enums.CaptchaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gitee.cliveyuan.tools.enums.DateTimeField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gitee.cliveyuan.tools.enums.DateTimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gitee.cliveyuan.tools.enums.ExcelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gitee.cliveyuan.tools.enums.CaptchaGenerateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gitee.cliveyuan.tools.enums.CaptchaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gitee.cliveyuan.tools.enums.DateTimeField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gitee.cliveyuan.tools.enums.DateTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gitee.cliveyuan.tools.enums.ExcelType
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFY_CODES - Static variable in class com.gitee.cliveyuan.tools.VerifyCodeTools
 
VerifyCodeTools - Class in com.gitee.cliveyuan.tools
验证码工具
VerifyCodeTools() - Constructor for class com.gitee.cliveyuan.tools.VerifyCodeTools
 
verifySign(String, String, String) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
验签
verifySign(RSAVerifySignReq) - Static method in class com.gitee.cliveyuan.tools.codec.RSATools
验签

W

watermark(String, String, Positions, int, int, float, String) - Static method in class com.gitee.cliveyuan.tools.img.ImageTools
添加水印图片
write(CsvWriter<T>) - Static method in class com.gitee.cliveyuan.tools.CsvTools
写入CSV文件
write(ExcelWriter) - Static method in class com.gitee.cliveyuan.tools.ExcelTools
生成Excel

Z

zip(String, String) - Static method in class com.gitee.cliveyuan.tools.ZipTools
zip压缩
ZipTools - Class in com.gitee.cliveyuan.tools
zip 压缩/解压工具
A B C D E F G H I J M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2021. All rights reserved.