A B C D E F G H I J K L M N P R S T U V W X
A
- accessKey - 类 中的静态变量xin.manong.weapon.base.secret.DynamicSecret
-
- addRecord(KVRecord) - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
添加KVRecord
如果KVRecord为null,不生效
- addRecords(KVRecords) - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
添加KVRecord列表
如果KVRecord列表为null或者为空,不生效
- anchorNodeCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- anchorTextCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
B
- BM - xin.manong.weapon.base.algorithm中的类
-
字符串单模匹配算法:BoyerMoore算法实现
- BM(String) - 类 的构造器xin.manong.weapon.base.algorithm.BM
-
- build() - 类 中的静态方法xin.manong.weapon.base.util.RandomID
-
计算随机ID,考虑机器和时间
- build(String) - 类 中的静态方法xin.manong.weapon.base.util.ShortKeyBuilder
-
将输入文本进行编码,生成key
- buildMainHTML(Element) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
构建HTML内容
以分段元素p构建HTML内容
- byteArraysToHexStrings(List<byte[]>) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
byte数组列表转换十六进制字符串列表
- byteArrayToBinString(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
获取byte数组的二进制字符串表示
位数不足前置补0
- byteArrayToHexString(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
字节数组转换十六进制字符串
- ByteArrayUtil - xin.manong.weapon.base.util中的类
-
字节数组工具
- ByteArrayUtil() - 类 的构造器xin.manong.weapon.base.util.ByteArrayUtil
-
C
- check() - 类 中的方法xin.manong.weapon.base.http.HttpClientConfig
-
检测有效性
- check() - 类 中的方法xin.manong.weapon.base.http.HttpRequest
-
检测请求合法性
1.
- checkClientTrusted(X509Certificate[], String) - 类 中的方法xin.manong.weapon.base.http.UnsafeTrustManager
-
- checkServerTrusted(X509Certificate[], String) - 类 中的方法xin.manong.weapon.base.http.UnsafeTrustManager
-
- childNodes - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- clear() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
清除所有字段信息
- clear() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
清除所有记录
- CN_REGION_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
-
- coefficientJaccard(String, String) - 类 中的静态方法xin.manong.weapon.base.util.Similarity
-
根据Jaccard相似系数计算文本相似度
分数计算原理:重合分词越多,文本越相似,分数阈值[0.0, 1.0]
- coefficientLCS(String, String) - 类 中的静态方法xin.manong.weapon.base.util.Similarity
-
根据最长公共字符串原理计算文本相似度
分数计算原理:公共字符越多,文本越相似,分数阈值[0.0, 1.0]
- commit(Map<String, Object>) - 类 中的方法xin.manong.weapon.base.log.JSONLogger
-
提交日志
- CommonUtil - xin.manong.weapon.base.util中的类
-
通用工具
- CommonUtil() - 类 的构造器xin.manong.weapon.base.util.CommonUtil
-
- connectTimeoutSeconds - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
-
- contains(String) - 类 中的方法xin.manong.weapon.base.common.Context
-
是否包含feature
- Context - xin.manong.weapon.base.common中的类
-
上下文:用于流程中透传信息
- Context() - 类 的构造器xin.manong.weapon.base.common.Context
-
- copy() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
拷贝数据:针对JSON数据进行深拷贝
- copy() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
拷贝
- COUNTRY_TOP_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
-
D
- deepCopy(JSONArray) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
深度拷贝JSON数组
- deepCopy(JSONObject) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
深度拷贝JSON对象
- delete(String) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
删除文件
- density - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- distance(byte, byte) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
计算字节海明距离
- distance(byte[], byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
计算字节数组海明距离
- DomainUtil - xin.manong.weapon.base.util中的类
-
域名工具
- DomainUtil() - 类 的构造器xin.manong.weapon.base.util.DomainUtil
-
- DynamicSecret - xin.manong.weapon.base.secret中的类
-
动态秘钥
- DynamicSecret() - 类 的构造器xin.manong.weapon.base.secret.DynamicSecret
-
- DynamicSecretListener - xin.manong.weapon.base.secret中的接口
-
动态秘钥监听器
E
- equals(Object) - 类 中的方法xin.manong.weapon.base.html.HTMLNode
-
- equals(Object) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
- execute(HttpRequest) - 类 中的方法xin.manong.weapon.base.http.HttpClient
-
执行HTTP请求
- extractMainElement(String, String) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
抽取HTML主体元素
针对新闻文章网页生效
- extractPublishTime(Element) - 类 中的静态方法xin.manong.weapon.base.html.HTMLExtractor
-
从正文主体中抽取发布时间
如果无法抽取返回null
F
- featureMap - 类 中的变量xin.manong.weapon.base.common.Context
-
- FileUtil - xin.manong.weapon.base.util中的类
-
读写文件工具类
- FileUtil() - 类 的构造器xin.manong.weapon.base.util.FileUtil
-
- findNextPrime(int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
找到比n大的第一个质数
- forceFullGC() - 类 中的方法xin.manong.weapon.base.memory.MemoryMonitor
-
强制执行FullGC
- format - 类 中的变量xin.manong.weapon.base.common.ImageMeta
-
- format - 类 中的变量xin.manong.weapon.base.http.HttpRequest
-
- FP63 - xin.manong.weapon.base.util中的类
-
将任意字符串映射为long值类型,保证很小的重复率
- FP63() - 类 的构造器xin.manong.weapon.base.util.FP63
-
- freeMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
-
G
- get(String) - 类 中的方法xin.manong.weapon.base.common.Context
-
获取feature
- get(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
根据key获取值
- get(JSONObject, String) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
根据key获取JSON对象字段
- get(JSONArray, String) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
根据key获取JSON数组字段
- getAcceptedIssuers() - 类 中的方法xin.manong.weapon.base.http.UnsafeTrustManager
-
- getCurrentMemory() - 类 中的静态方法xin.manong.weapon.base.memory.MemoryMonitor
-
获取当前内存信息
- getDomain(String) - 类 中的静态方法xin.manong.weapon.base.util.DomainUtil
-
根据站点获取一级域名
- getFeatureMap() - 类 中的方法xin.manong.weapon.base.common.Context
-
获取内部feature map
- getFieldCount() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取字段数量
- getFieldMap() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取数据
- getFields(Object) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
获取对象所有字段
- getFieldValue(Object, String) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
获取目标对象指定字段值
- getFileSuffix(String) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
获取文件后缀
- getHost(String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
获取URL中host
- getId() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取数据ID
- getImageMeta(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
获取图片信息
- getKeys() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取key集合
- getRecord(int) - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
获取指定下标的KVRecord
- getRecordCount() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
获取KVRecord数量
- getRecordType() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
获取数据类型
- getValue(Map<String, Object>, String, Class<T>) - 类 中的静态方法xin.manong.weapon.base.util.MapUtil
-
获取map值,值必须符合指定class类型
H
- has(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
是否包含key
- hashCode() - 类 中的方法xin.manong.weapon.base.html.HTMLNode
-
- hashCode() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
- headers - 类 中的变量xin.manong.weapon.base.http.HttpRequest
-
- heapMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
-
- height - 类 中的变量xin.manong.weapon.base.common.ImageMeta
-
- hexStringToByteArray(String) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
十六进制字符串转换字节数组
- HTMLExtractor - xin.manong.weapon.base.html中的类
-
HTML正文抽取器
- HTMLExtractor() - 类 的构造器xin.manong.weapon.base.html.HTMLExtractor
-
- HTMLNode - xin.manong.weapon.base.html中的类
-
HTML节点信息
- HTMLNode(Node) - 类 的构造器xin.manong.weapon.base.html.HTMLNode
-
- HttpClient - xin.manong.weapon.base.http中的类
-
OKHttpClient封装
- HttpClient() - 类 的构造器xin.manong.weapon.base.http.HttpClient
-
- HttpClient(HttpClientConfig) - 类 的构造器xin.manong.weapon.base.http.HttpClient
-
- HttpClientConfig - xin.manong.weapon.base.http中的类
-
OKHttpClient配置信息
- HttpClientConfig() - 类 的构造器xin.manong.weapon.base.http.HttpClientConfig
-
- HttpRequest - xin.manong.weapon.base.http中的类
-
HTTP请求
- HttpRequest() - 类 的构造器xin.manong.weapon.base.http.HttpRequest
-
I
- ImageMeta - xin.manong.weapon.base.common中的类
-
图片信息
- ImageMeta(int, String) - 类 的构造器xin.manong.weapon.base.common.ImageMeta
-
- imageNum - 类 中的变量xin.manong.weapon.base.common.ImageMeta
-
- ImageUtil - xin.manong.weapon.base.util中的类
-
图片工具
- ImageUtil() - 类 的构造器xin.manong.weapon.base.util.ImageUtil
-
- init() - 类 中的方法xin.manong.weapon.base.http.HttpClient
-
初始化
- INTERNATIONAL_TOP_DOMAINS - 类 中的静态变量xin.manong.weapon.base.util.DomainUtil
-
- invoke(String, Object, ReflectParams) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
方法调用
- isAnimatedImage(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
判断是否为动画图片
判断标准:1.
- isDigit(char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断字符是否为数字
- isEmpty() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
判断是否为空
- isEmpty() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
判断KVRecord列表是否为空
- isLetter(char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断字符是否为字母
- isPrime(int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断一个整数是否为质数
- isSpace(char) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
判断字符是否为空白字符
J
- JSONLogger - xin.manong.weapon.base.log中的类
-
JSON格式日志生成
- JSONLogger(String, Set<String>) - 类 的构造器xin.manong.weapon.base.log.JSONLogger
-
- JSONUtil - xin.manong.weapon.base.util中的类
-
JSON工具类
- JSONUtil() - 类 的构造器xin.manong.weapon.base.util.JSONUtil
-
K
- keepAliveMinutes - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
-
- KVRecord - xin.manong.weapon.base.record中的类
-
KV数据
- KVRecord() - 类 的构造器xin.manong.weapon.base.record.KVRecord
-
- KVRecord(Set<String>, Map<String, Object>) - 类 的构造器xin.manong.weapon.base.record.KVRecord
-
- KVRecords - xin.manong.weapon.base.record中的类
-
KV数据列表
- KVRecords() - 类 的构造器xin.manong.weapon.base.record.KVRecords
-
L
- logger - 接口 中的静态变量xin.manong.weapon.base.secret.DynamicSecretListener
-
M
- MapUtil - xin.manong.weapon.base.util中的类
-
Map工具
- MapUtil() - 类 的构造器xin.manong.weapon.base.util.MapUtil
-
- MatchResult - xin.manong.weapon.base.algorithm中的类
-
匹配结果
- MatchResult(String) - 类 的构造器xin.manong.weapon.base.algorithm.MatchResult
-
- maxHeapMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
-
- maxIdleConnections - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
-
- Memory - xin.manong.weapon.base.memory中的类
-
JVM内存
- Memory() - 类 的构造器xin.manong.weapon.base.memory.Memory
-
- MemoryMonitor - xin.manong.weapon.base.memory中的类
-
JVM内存监控
- MemoryMonitor(MemoryMonitorConfig) - 类 的构造器xin.manong.weapon.base.memory.MemoryMonitor
-
- MemoryMonitorConfig - xin.manong.weapon.base.memory中的类
-
JVM内存监控配置
- MemoryMonitorConfig() - 类 的构造器xin.manong.weapon.base.memory.MemoryMonitorConfig
-
- merge(JSONArray, JSONArray) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
合并JSON数组
- merge(JSONObject, JSONObject) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
合并JSON对象
- method - 类 中的变量xin.manong.weapon.base.http.HttpRequest
-
- minForceFullGCInterval - 类 中的变量xin.manong.weapon.base.memory.MemoryMonitorConfig
-
- minForceFullGCMemoryRatio - 类 中的变量xin.manong.weapon.base.memory.MemoryMonitorConfig
-
N
- newFP63(String) - 类 中的静态方法xin.manong.weapon.base.util.FP63
-
将字符串转换为long类型
- newFP63(byte[], int, int) - 类 中的静态方法xin.manong.weapon.base.util.FP63
-
将字节数组转换为long类型,转换范围为[pos, pos+length)
- newInstance(String, ReflectParams) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
创建对象实例
- newInstance(Class, ReflectParams) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
创建对象实例
- node - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- nodeCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- notifyRebuildEvent(Rebuildable) - 接口 中的方法xin.manong.weapon.base.rebuild.RebuildListener
-
通知监听对象重建事件
P
- paragraphNodeCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- params - 类 中的变量xin.manong.weapon.base.http.HttpRequest
-
- parentNode - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- pattern - 类 中的变量xin.manong.weapon.base.algorithm.MatchResult
-
- positions - 类 中的变量xin.manong.weapon.base.algorithm.MatchResult
-
- process(String) - 接口 中的方法xin.manong.weapon.base.secret.DynamicSecretListener
-
订阅和处理秘钥变更
- put(String, Object) - 类 中的方法xin.manong.weapon.base.common.Context
-
添加feature
- put(String, Object) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
增加数据
如果key或value为null,不产生效果
R
- RandomID - xin.manong.weapon.base.util中的类
-
随机ID生成器
- RandomID() - 类 的构造器xin.manong.weapon.base.util.RandomID
-
- read(String, Charset) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
读取文件字符内容,并按照charset进行编码
- read(String) - 类 中的静态方法xin.manong.weapon.base.util.FileUtil
-
读取文件字节内容
- read(byte[]) - 类 中的静态方法xin.manong.weapon.base.util.ImageUtil
-
读取图片
- readTimeoutSeconds - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
-
- rebuild(String) - 类 中的方法xin.manong.weapon.base.algorithm.BM
-
重建匹配模式
模式非法抛出异常
- rebuild(List<String>) - 类 中的方法xin.manong.weapon.base.algorithm.WM
-
重新构建匹配模型
构建失败抛出异常
- rebuild() - 接口 中的方法xin.manong.weapon.base.rebuild.Rebuildable
-
重新构建
- rebuild() - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
-
重建对象
- Rebuildable - xin.manong.weapon.base.rebuild中的接口
-
重新构建接口定义
需要动态重新构建对象实现该接口
- RebuildListener - xin.manong.weapon.base.rebuild中的接口
-
重建监听器
- RebuildManager - xin.manong.weapon.base.rebuild中的类
-
可重建对象管理器
- RebuildManager() - 类 的构造器xin.manong.weapon.base.rebuild.RebuildManager
-
- RecordType - xin.manong.weapon.base.record中的枚举
-
数据类型
- ReflectParams - xin.manong.weapon.base.util中的类
-
反射参数
- ReflectParams() - 类 的构造器xin.manong.weapon.base.util.ReflectParams
-
- ReflectParams(Class[], Object[]) - 类 的构造器xin.manong.weapon.base.util.ReflectParams
-
- ReflectUtil - xin.manong.weapon.base.util中的类
-
反射工具
- ReflectUtil() - 类 的构造器xin.manong.weapon.base.util.ReflectUtil
-
- register(Rebuildable) - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
-
注册重建对象
- register(DynamicSecretListener) - 类 中的静态方法xin.manong.weapon.base.secret.SecretListenerManager
-
注册动态秘钥监听器
- remove(String) - 类 中的方法xin.manong.weapon.base.common.Context
-
删除feature
- remove(String) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
删除指定key数据
- RequestFormat - xin.manong.weapon.base.http中的枚举
-
POST请求体数据格式
- RequestMethod - xin.manong.weapon.base.http中的枚举
-
HTTP请求方式
- requestURL - 类 中的变量xin.manong.weapon.base.http.HttpRequest
-
- retryCnt - 类 中的变量xin.manong.weapon.base.http.HttpClientConfig
-
- round(double, int) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
取小数点后n位数字
S
- safeReplace(Map<K, V>, Map<K, V>) - 类 中的静态方法xin.manong.weapon.base.util.MapUtil
-
用replaceMap内容安全替换targetMap内容
- score - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- search(String) - 类 中的方法xin.manong.weapon.base.algorithm.BM
-
匹配文本
- search(String) - 类 中的方法xin.manong.weapon.base.algorithm.WM
-
搜索匹配
- secretKey - 类 中的静态变量xin.manong.weapon.base.secret.DynamicSecret
-
- SecretListenerManager - xin.manong.weapon.base.secret中的类
-
秘钥监听器管理器
管理监听器生命周期
- SecretListenerManager() - 类 的构造器xin.manong.weapon.base.secret.SecretListenerManager
-
- segmentTextCounts - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- select(byte[], int) - 类 中的静态方法xin.manong.weapon.base.util.ByteArrayUtil
-
从目标字节数组中选择num个字节,返回所有组合可能
- select(JSONArray, Set<String>) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
从JSON数组选择指定key内容
- select(JSONObject, Set<String>) - 类 中的静态方法xin.manong.weapon.base.util.JSONUtil
-
从JSON对象选择指定key内容
- setFieldMap(Map<String, Object>) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
设置数据内容
- setFieldValue(Object, String, Object) - 类 中的静态方法xin.manong.weapon.base.util.ReflectUtil
-
设置目标对象指定字段值
- setKeys(Set<String>) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
设置key集合
- setRecordType(RecordType) - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
设置数据类型
- ShortKeyBuilder - xin.manong.weapon.base.util中的类
-
短key编码器
采用数字0-9,小写字母a-z,大写字母A-Z进行编码
- ShortKeyBuilder() - 类 的构造器xin.manong.weapon.base.util.ShortKeyBuilder
-
- Similarity - xin.manong.weapon.base.util中的类
-
文本相似度工具
- Similarity() - 类 的构造器xin.manong.weapon.base.util.Similarity
-
- start() - 接口 中的方法xin.manong.weapon.base.secret.DynamicSecretListener
-
启动监听器
- stringToTime(String, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
字符串转换时间戳
- sumDensity - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- sweep() - 类 中的方法xin.manong.weapon.base.common.Context
-
清理上下文
T
- textCount - 类 中的变量xin.manong.weapon.base.html.HTMLNode
-
- timeToString(long, String) - 类 中的静态方法xin.manong.weapon.base.util.CommonUtil
-
时间戳转换字符串
- toString() - 类 中的方法xin.manong.weapon.base.memory.Memory
-
- toString() - 类 中的方法xin.manong.weapon.base.record.KVRecord
-
- toString() - 类 中的方法xin.manong.weapon.base.record.KVRecords
-
- types - 类 中的变量xin.manong.weapon.base.util.ReflectParams
-
U
- unregister(Rebuildable) - 类 中的静态方法xin.manong.weapon.base.rebuild.RebuildManager
-
注销重建对象
- UnsafeHostnameVerifier - xin.manong.weapon.base.http中的类
-
不安全的站点证书验证器
- UnsafeHostnameVerifier() - 类 的构造器xin.manong.weapon.base.http.UnsafeHostnameVerifier
-
- UnsafeHostnameVerifier(Set<String>) - 类 的构造器xin.manong.weapon.base.http.UnsafeHostnameVerifier
-
- UnsafeTrustManager - xin.manong.weapon.base.http中的类
-
不安全证书凭证管理:忽略所有HTTPS检测
- UnsafeTrustManager() - 类 的构造器xin.manong.weapon.base.http.UnsafeTrustManager
-
- useMemory - 类 中的变量xin.manong.weapon.base.memory.Memory
-
V
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.http.RequestFormat
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.http.RequestMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法xin.manong.weapon.base.record.RecordType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法xin.manong.weapon.base.http.RequestFormat
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法xin.manong.weapon.base.http.RequestMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法xin.manong.weapon.base.record.RecordType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values - 类 中的变量xin.manong.weapon.base.util.ReflectParams
-
- verify(String, SSLSession) - 类 中的方法xin.manong.weapon.base.http.UnsafeHostnameVerifier
-
W
- width - 类 中的变量xin.manong.weapon.base.common.ImageMeta
-
- WM - xin.manong.weapon.base.algorithm中的类
-
字符串多模匹配算法:WuManber算法实现
- WM(List<String>) - 类 的构造器xin.manong.weapon.base.algorithm.WM
-
- WM(List<String>, int) - 类 的构造器xin.manong.weapon.base.algorithm.WM
-
X
- xin.manong.weapon.base.algorithm - 程序包 xin.manong.weapon.base.algorithm
-
- xin.manong.weapon.base.common - 程序包 xin.manong.weapon.base.common
-
- xin.manong.weapon.base.html - 程序包 xin.manong.weapon.base.html
-
- xin.manong.weapon.base.http - 程序包 xin.manong.weapon.base.http
-
- xin.manong.weapon.base.log - 程序包 xin.manong.weapon.base.log
-
- xin.manong.weapon.base.memory - 程序包 xin.manong.weapon.base.memory
-
- xin.manong.weapon.base.rebuild - 程序包 xin.manong.weapon.base.rebuild
-
- xin.manong.weapon.base.record - 程序包 xin.manong.weapon.base.record
-
- xin.manong.weapon.base.secret - 程序包 xin.manong.weapon.base.secret
-
- xin.manong.weapon.base.util - 程序包 xin.manong.weapon.base.util
-
A B C D E F G H I J K L M N P R S T U V W X
Copyright © 2022. All rights reserved.