Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ functions
Functions
796 in github.com/SeanDragon/protools
⨍
Functions
796
◇
Types & classes
111
↓ 1 callers
Method
getBorder
()
common/src/main/java/pro/tools/data/image/ToolBarCode.java:147
↓ 1 callers
Method
getBorderColor
()
common/src/main/java/pro/tools/data/image/ToolBarCode.java:143
↓ 1 callers
Method
getContent
()
mail/src/main/java/pro/tools/mail/pojo/MailSend.java:48
↓ 1 callers
Method
getDayOfWeek
获取天在这周的次序 @return 天
common/src/main/java/pro/tools/time/DatePlus.java:159
↓ 1 callers
Method
getDefaultClient
()
http/src/main/java/pro/tools/http/okhttp/ToolHttpBuilder.java:87
↓ 1 callers
Method
getDefaultHeaders
()
http/src/main/java/pro/tools/http/pojo/HttpDefaultHeaders.java:28
↓ 1 callers
Method
getDirLength
获取目录长度 @param dirPath 目录路径 @return 文件大小
common/src/main/java/pro/tools/file/ToolFile.java:1292
↓ 1 callers
Method
getEncryptedPassword
生成密文 @param password 明文密码 @param salt 盐值 @return @throws NoSuchAlgorithmException @throws InvalidKeySpecException
security/src/main/java/pro/tools/security/ToolPBE2.java:74
↓ 1 callers
Method
getEncryptedPassword
(String password, byte[] salt)
security/src/main/java/pro/tools/security/ToolPbkdf2.java:41
↓ 1 callers
Method
getFileContent
得到文件头 @param inputStream 文件路径 @return 文件头 @throws IOException
common/src/main/java/pro/tools/file/ToolFileType.java:32
↓ 1 callers
Method
getFileLength
获取文件长度 @param filePath 文件路径 @return 文件大小
common/src/main/java/pro/tools/file/ToolFile.java:1330
↓ 1 callers
Method
getFileMD5
获取文件的MD5校验码 @param filePath 文件路径 @return 文件的MD5校验码
common/src/main/java/pro/tools/file/ToolFile.java:1370
↓ 1 callers
Method
getIsDone
()
http/src/main/java/pro/tools/http/pojo/HttpReceive.java:117
↓ 1 callers
Method
getIsLeap
()
common/src/main/java/pro/tools/time/Lunar.java:20
↓ 1 callers
Method
getKeyStore
获得KeyStore @param keyStorePath 密钥库路径 @param password 密码 @return KeyStore 密钥库 @throws Exception
security/src/main/java/pro/tools/security/ToolCertificate2.java:123
↓ 1 callers
Method
getLastDayOfMonth
获取这个月的最后一天 @return 天
common/src/main/java/pro/tools/time/DatePlus.java:231
↓ 1 callers
Method
getLocalDateTime
()
common/src/main/java/pro/tools/time/DatePlus.java:415
↓ 1 callers
Method
getLunarDay
()
common/src/main/java/pro/tools/time/Lunar.java:47
↓ 1 callers
Method
getLunarMonth
()
common/src/main/java/pro/tools/time/Lunar.java:38
↓ 1 callers
Method
getOsName
获取操作系统类型名称 @return
common/src/main/java/pro/tools/system/ToolOS.java:121
↓ 1 callers
Method
getResponseBody
()
http/src/main/java/pro/tools/http/pojo/HttpReceive.java:99
↓ 1 callers
Method
getRightNanoTime
获取正确的nanotime @return
common/src/main/java/pro/tools/data/text/ToolRandoms.java:175
↓ 1 callers
Method
getRootClassPath
()
common/src/main/java/pro/tools/system/ToolPosition.java:24
↓ 1 callers
Method
getSSLSocketFactory
获得SSLSocektFactory @param password 密码 @param keyStorePath 密钥库路径 @param trustStorePath 信任库路径 @return SSLSocketFactory @throw
security/src/main/java/pro/tools/security/ToolHTTPS2.java:67
↓ 1 callers
Method
getSolarDay
()
common/src/main/java/pro/tools/time/Solar.java:37
↓ 1 callers
Method
getSolarMonth
()
common/src/main/java/pro/tools/time/Solar.java:28
↓ 1 callers
Method
getSolarYear
()
common/src/main/java/pro/tools/time/Solar.java:19
↓ 1 callers
Method
getStatusCode
()
http/src/main/java/pro/tools/http/pojo/HttpReceive.java:81
↓ 1 callers
Method
getStatusText
()
http/src/main/java/pro/tools/http/pojo/HttpReceive.java:90
↓ 1 callers
Method
getSubject
()
mail/src/main/java/pro/tools/mail/pojo/MailSend.java:39
↓ 1 callers
Method
getToList
()
mail/src/main/java/pro/tools/mail/pojo/MailSend.java:30
↓ 1 callers
Method
getType
判断文件类型 @param inputStream 文件流 @return 文件类型
common/src/main/java/pro/tools/file/ToolFileType.java:59
↓ 1 callers
Method
getUuid
获取UUID by jdk
common/src/main/java/pro/tools/data/text/ToolRandoms.java:87
↓ 1 callers
Method
hash
(byte[] source)
security/src/main/java/pro/tools/security/sm/SM3.java:95
↓ 1 callers
Method
init
()
http/src/main/java/pro/tools/http/okhttp/ToolHttpBuilder.java:44
↓ 1 callers
Method
init
()
http/src/main/java/pro/tools/http/pojo/HttpDefaultHeaders.java:20
↓ 1 callers
Method
init
()
http/src/main/java/pro/tools/http/pojo/HttpReceive.java:49
↓ 1 callers
Method
init
(String url, int maxCount)
http/src/main/java/pro/tools/http/netty/clientpool/DefaultClientPool.java:78
↓ 1 callers
Method
init
(Object initValue)
common/src/main/java/pro/tools/data/decimal/Decimal.java:67
↓ 1 callers
Method
input2OutputStream
inputStream转outputStream @param is 输入流 @return outputStream子类
common/src/main/java/pro/tools/data/text/ToolConvert.java:357
↓ 1 callers
Method
isNeedEnter
()
common/src/main/java/pro/tools/system/ToolShell.java:167
↓ 1 callers
Method
isNeedResultMsg
()
common/src/main/java/pro/tools/system/ToolShell.java:158
↓ 1 callers
Method
jsonToAny
将模型进行JSON解码 @param sJson @param type @return Object
common/src/main/java/pro/tools/data/text/ToolJson.java:146
↓ 1 callers
Method
jsonToMapList
将模型列表进行JSON解码 @param sJson @return List<Object>
common/src/main/java/pro/tools/data/text/ToolJson.java:255
↓ 1 callers
Method
jsonToModelList
将模型列表进行JSON解码 @param sJson @return List<Object>
common/src/main/java/pro/tools/data/text/ToolJson.java:233
↓ 1 callers
Method
localDateTime2Date
(final LocalDateTime localDateTime)
common/src/main/java/pro/tools/time/ToolDatePlus.java:37
↓ 1 callers
Method
localDateTime2time
(final LocalDateTime localDateTime)
common/src/main/java/pro/tools/time/ToolDatePlus.java:42
↓ 1 callers
Method
long2bytes
(long l)
security/src/main/java/pro/tools/security/sm/SM3.java:87
↓ 1 callers
Method
lunarYearToGanZhi
@param lunarYear 农历年份 @return String of Ganzhi: 甲子年 Tiangan:甲乙丙丁戊己庚辛壬癸 Dizhi: 子丑寅卯辰巳无为申酉戌亥
common/src/main/java/pro/tools/time/ToolLunar.java:84
↓ 1 callers
Method
lunartosolar
农历转公历 @param lunar 农历 @return 阴历
common/src/main/java/pro/tools/time/ToolLunar.java:112
↓ 1 callers
Method
moneyValue
精确最多2位小数四舍五入 @return
common/src/main/java/pro/tools/data/decimal/Decimal.java:285
↓ 1 callers
Method
move
(Path src, Path dest, boolean replace)
common/src/main/java/pro/tools/path/ToolPath.java:154
↓ 1 callers
Method
outputStream2Bytes
outputStream转byteArr @param out 输出流 @return 字节数组
common/src/main/java/pro/tools/data/text/ToolConvert.java:409
↓ 1 callers
Method
padding
(byte[] source)
security/src/main/java/pro/tools/security/sm/SM3.java:69
↓ 1 callers
Method
readFile2Bytes
读取文件到字符数组中 @param filePath 文件路径 @return 字符数组
common/src/main/java/pro/tools/file/ToolFile.java:1114
↓ 1 callers
Method
readFile2String
指定编码按行读取文件到字符串中 @param filePath 文件路径 @param charsetName 编码格式 @return 字符串
common/src/main/java/pro/tools/file/ToolFile.java:1075
↓ 1 callers
Method
reading
读取值 @param jsonReader gson的阅读器 @return 返回值 @throws IOException
common/src/main/java/pro/tools/data/text/json/typeadapter/BaseTypeAdapter.java:41
↓ 1 callers
Method
render
渲染模板 @param templateContent @param paramMap @return
common/src/main/java/pro/tools/script/ToolScript.java:37
↓ 1 callers
Method
scale2Format
(final int scale)
common/src/main/java/pro/tools/data/decimal/ToolDecimal.java:167
↓ 1 callers
Method
scale2FormatStr
设置给DecimalFormat用的精度字符创 @param scale 精度 @return 结果
common/src/main/java/pro/tools/data/decimal/ToolDecimal.java:148
↓ 1 callers
Method
sendMail
()
mail/src/main/java/pro/tools/mail/clientpool/MailClientPool.java:142
↓ 1 callers
Method
setCompressionEnforced
(boolean compressionEnforced)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:123
↓ 1 callers
Method
setConnectTimeout
(int connectTimeout)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:141
↓ 1 callers
Method
setContent
(String content)
mail/src/main/java/pro/tools/mail/pojo/MailSend.java:52
↓ 1 callers
Method
setFollowRedirect
(boolean followRedirect)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:114
↓ 1 callers
Method
setLunarMonth
(int lunarMonth)
common/src/main/java/pro/tools/time/Lunar.java:42
↓ 1 callers
Method
setMaxConnections
(int maxConnections)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:96
↓ 1 callers
Method
setMaxConnectionsPerHost
(int maxConnectionsPerHost)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:159
↓ 1 callers
Method
setMaxRedirects
(int maxRedirects)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:132
↓ 1 callers
Method
setMaxRequestRetry
(int maxRequestRetry)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:87
↓ 1 callers
Method
setReadTimeout
(int readTimeout)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:150
↓ 1 callers
Method
setSSlContext
(boolean ssl)
http/src/main/java/pro/tools/http/netty/clientpool/DefaultClientPool.java:224
↓ 1 callers
Method
setSubject
(String subject)
mail/src/main/java/pro/tools/mail/pojo/MailSend.java:43
↓ 1 callers
Method
setUrl
(String url)
http/src/main/java/pro/tools/http/pojo/HttpSend.java:82
↓ 1 callers
Method
setUserAgent
(String userAgent)
http/src/main/java/pro/tools/http/jdk/HttpBuilder.java:177
↓ 1 callers
Method
solarfromint
(long g)
common/src/main/java/pro/tools/time/ToolLunar.java:90
↓ 1 callers
Method
solartolunar
公历转农历 @param solar 公历 @return 阴历
common/src/main/java/pro/tools/time/ToolLunar.java:150
↓ 1 callers
Method
time2LocalDateTime
(final long time)
common/src/main/java/pro/tools/time/ToolDatePlus.java:33
↓ 1 callers
Method
toDate
()
common/src/main/java/pro/tools/time/DatePlus.java:471
↓ 1 callers
Method
toLunar
获取阴历对象 @return 阴历对象
common/src/main/java/pro/tools/time/DatePlus.java:511
↓ 1 callers
Method
toStringTrim
Object 转换成 String[去除所以空格]; 为null 返回空字符,使用:toStringTrim(值,默认值[选填]) @param args 参数序列 @return 返回转换后的String
common/src/main/java/pro/tools/format/ToolFormat.java:59
↓ 1 callers
Method
unrarFile
解压rar @param rarFilePath 带解压压缩包列表 @param destDirPath 目标目录 @return 成功与否 @throws IOException IO错误抛出 @throws RarException
common/src/main/java/pro/tools/file/ToolZip.java:540
↓ 1 callers
Method
unzipFile
解压文件 @param zipFilePath 待解压文件路径 @param destDirPath 目标目录路径 @return {@code true}: 解压成功<br>{@code false}: 解压失败 @throws IOException
common/src/main/java/pro/tools/file/ToolZip.java:322
↓ 1 callers
Method
unzipFileByKeyword
解压带有关键字的文件 @param zipFilePath 待解压文件路径 @param destDirPath 目标目录路径 @param keyword 关键字 @return 返回带有关键字的文件链表 @throws IOException
common/src/main/java/pro/tools/file/ToolZip.java:360
↓ 1 callers
Method
writeFileFromIS
将输入流写入文件 @param filePath 路径 @param is 输入流 @param append 是否追加在文件末 @return {@code true}: 写入成功<br>{@code false}: 写入失败
common/src/main/java/pro/tools/file/ToolFile.java:898
↓ 1 callers
Method
writeStrings
(Path path, List<String> stringList, boolean append)
common/src/main/java/pro/tools/path/ToolPath.java:214
↓ 1 callers
Method
writeToFile
写入二维码、以及将照片logo写入二维码中 @param matrix 要写入的二维码 @param format 二维码照片格式 @param imagePath 二维码照片保存路径 @param logoPath logo路径 @throws IOException
common/src/main/java/pro/tools/data/image/ToolBarCode.java:195
↓ 1 callers
Method
writing
赋值 @param jsonWriter gson的书写器 @param value 想要赋上的值 @throws IOException
common/src/main/java/pro/tools/data/text/json/typeadapter/BaseTypeAdapter.java:53
↓ 1 callers
Method
zipFile
压缩文件 @param resFilePath 待压缩文件路径 @param zipFilePath 压缩文件路径 @return {@code true}: 压缩成功<br>{@code false}: 压缩失败 @throws IOException
common/src/main/java/pro/tools/file/ToolZip.java:140
Method
BaseTypeAdapter
()
common/src/main/java/pro/tools/data/text/json/typeadapter/BaseTypeAdapter.java:14
Method
DatePlus
()
common/src/main/java/pro/tools/time/DatePlus.java:24
Method
DateType
(int mean)
common/src/main/java/pro/tools/time/DateType.java:36
Method
Decimal
region初始化模块 @param initValue
common/src/main/java/pro/tools/data/decimal/Decimal.java:33
Method
DefaultClientPool
(final String url, final int maxCount)
http/src/main/java/pro/tools/http/netty/clientpool/DefaultClientPool.java:62
Method
FileType
Constructor. @param value
common/src/main/java/pro/tools/file/FileType.java:168
Method
HttpClientChannelPoolHandler
(SslContext sslCtx)
http/src/main/java/pro/tools/http/netty/handler/HttpClientChannelPoolHandler.java:21
Method
HttpClientHandler
(final HttpSend httpSend, final HttpReceive httpReceive)
http/src/main/java/pro/tools/http/netty/handler/HttpClientHandler.java:29
Method
HttpException
(String msg)
http/src/main/java/pro/tools/http/pojo/HttpException.java:12
Method
HttpReceive
()
http/src/main/java/pro/tools/http/pojo/HttpReceive.java:45
Method
HttpSend
(String url)
http/src/main/java/pro/tools/http/pojo/HttpSend.java:39
← previous
next →
201–300 of 796, ranked by callers