摘要: 本文是在你已经安装三个软件的基础上进行优化 一、卸载NFG Multi Crack软件(没有就不用管) 二、进入Lsposed软件 点击模块,可以看到已安装的两个模块 1. 点击FL-Xposed,勾选以下应用,然后返回 《不要勾选别的,其他默认勾选的取消勾选》 2. 点击HookVip,勾选Fak 阅读全文
posted @ 2024-07-08 16:12 干翻苍穹 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1. git git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https://127.0.0.1:7890 git config --global --unset http.pr 阅读全文
posted @ 2023-12-16 15:09 干翻苍穹 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 汉明距离 implementation 'org.apache.commons:commons-text:1.10.0' The hamming distance between two strings of equal length is the number of positions at wh 阅读全文
posted @ 2023-05-08 12:28 干翻苍穹 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 模糊分数 implementation 'org.apache.commons:commons-text:1.10.0' A matching algorithm that is similar to the searching algorithms implemented in editors s 阅读全文
posted @ 2023-05-06 16:59 干翻苍穹 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 余弦相似度 implementation 'org.apache.commons:commons-text:1.10.0' Measures the Cosine similarity of two vectors of an inner product space and compares the 阅读全文
posted @ 2023-05-05 14:49 干翻苍穹 阅读(154) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-23 13:51 干翻苍穹 阅读(18) 评论(0) 推荐(0) 编辑
摘要: org.apache.commons.text.similarity下的package-info.java /** * <p>Provides algorithms for string similarity.</p> * * <p>The algorithms that implement the 阅读全文
posted @ 2023-03-16 21:58 干翻苍穹 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 常用参数 | 序号 | 参数 | 说明 | | : | : | : | | 1 | --allow-outdated-plugins | 不停用过期的插件。 | | 2 | --allow-running-insecure-content | 默认情况下,https 页面不允许从 http 链接引用 阅读全文
posted @ 2023-03-13 13:03 干翻苍穹 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: 用poi生成文档时报错:OpenJdk缺少字体(我的是OpenJdk环境) 一.准备 全部下载并解压缩 字体包:https://joker.lanzoui.com/ie48rthu2ha 配置文件:https://joker.lanzoui.com/ioo24u25isd 二.放入指定目录 1.将刚 阅读全文
posted @ 2021-09-08 18:21 干翻苍穹 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 编写Idea插件 - Serial Number Serial Number-填补Idea插件市场空白 1.简述 为了满足生产需要,总是需要生成各式各样的测试用例,命名的时候Id又不能重复,因此最好的办法就是在Id后面添加序号,便于区分。但是找遍了Idea的插件,无果,于是萌生了自己写一个的想法。 2.主要代码 package com.joker. 阅读全文
posted @ 2021-08-17 20:52 干翻苍穹 阅读(268) 评论(0) 推荐(0) 编辑