摘要: 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 干翻苍穹 阅读(3) 评论(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 干翻苍穹 阅读(16) 评论(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 17:00 干翻苍穹 阅读(37) 评论(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:50 干翻苍穹 阅读(86) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-03-23 13:51 干翻苍穹 阅读(16) 评论(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 干翻苍穹 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 常用参数 | 序号 | 参数 | 说明 | | : | : | : | | 1 | --allow-outdated-plugins | 不停用过期的插件。 | | 2 | --allow-running-insecure-content | 默认情况下,https 页面不允许从 http 链接引用 阅读全文
posted @ 2023-03-13 13:03 干翻苍穹 阅读(663) 评论(0) 推荐(0) 编辑
摘要: 用poi生成文档时报错:OpenJdk缺少字体(我的是OpenJdk环境) 一.准备 全部下载并解压缩 字体包:https://joker.lanzoui.com/ie48rthu2ha 配置文件:https://joker.lanzoui.com/ioo24u25isd 二.放入指定目录 1.将刚 阅读全文
posted @ 2021-09-08 18:21 干翻苍穹 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 编写Idea插件 - Serial Number Serial Number-填补Idea插件市场空白 1.简述 为了满足生产需要,总是需要生成各式各样的测试用例,命名的时候Id又不能重复,因此最好的办法就是在Id后面添加序号,便于区分。但是找遍了Idea的插件,无果,于是萌生了自己写一个的想法。 2.主要代码 package com.joker. 阅读全文
posted @ 2021-08-17 20:52 干翻苍穹 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 1.demo:单页html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>自定义简洁无限极分类</title> <link rel="stylesheet" type="text/css" href="js 阅读全文
posted @ 2021-08-14 00:12 干翻苍穹 阅读(145) 评论(0) 推荐(0) 编辑