| Package | Description |
|---|---|
| net.dreamlu.mica.core.utils |
| Class and Description |
|---|
| BeanDiff
跟踪类变动比较
|
| BeanProperty
Bean属性
|
| DecimalNum
浮点型数据计算
|
| FileUtil.TrueFilter
默认为true
|
| Lazy
Holder of a value that is computed lazy.
|
| RandomType
生成的随机数类型
|
| RsaHelper
RSA PEM格式秘钥对的解析和导出
caiqy: 一般来说:网上的公钥都是pkcs8的,虽然选了pkcs1加密,但是还是给的pkcs8的公钥,所以不要再对公钥转了,转私钥就行
GitHub:https://github.com/xiangyuecn/RSA-java
https://github.com/xiangyuecn/RSA-java/blob/master/RSA_PEM.java
移植自:https://github.com/xiangyuecn/RSA-csharp/blob/master/RSA_PEM.cs
|
| StreamUtil.DoubleFunctionWithIndex
An analogue of
DoubleFunction also accepting an index. |
| StreamUtil.FunctionWithIndex
An analogue of
Function also accepting an index. |
| StreamUtil.IntFunctionWithIndex
An analogue of
IntFunction also accepting an index. |
| StreamUtil.LongFunctionWithIndex
An analogue of
LongFunction also accepting an index. |
| ULID.Value |
| Version
版本号比较工具
思路来源于: https://github.com/hotoo/versioning/blob/master/versioning.js
example
* ##完整模式
Version.of("v0.1.1").eq("v0.1.2"); // false
##不完整模式
Version.of("v0.1").incomplete().eq("v0.1.2"); // true
|
| XmlHelper
xpath解析xml
文档地址:
http://www.w3school.com.cn/xpath/index.asp
|
Copyright © 2024. All rights reserved.