上一页 1 2 3 4 5 6 ··· 108 下一页
摘要: 导出swagger.json http://<your-host>:<your-port>/v2/api-docs http://<your-host>:<your-port>/v3/api-docs 在线预览 将swagger.json数据放入左侧,右侧在线预览:https://editor.sw 阅读全文
posted @ 2024-12-20 14:19 陈彦斌 阅读(306) 评论(0) 推荐(0)
摘要: 添加依赖 注意:springboot版本2.7.0 <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> </dependency> <depend 阅读全文
posted @ 2024-12-10 16:12 陈彦斌 阅读(915) 评论(0) 推荐(1)
摘要: 0到9小数字符号:上标:º ¹ ² ³ ⁴⁵ ⁶ ⁷ ⁸ ⁹ ⁺ ⁻ ⁼ ⁽ ⁾ ⁿ ′ ½下标:₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇ ₈ ₉ ₊ ₋ ₌ ₍ ₎ 常用上标 ⁰⁴⁵⁶⁷⁸⁹⁺⁻⁼⁽⁾ⁿ˙ 常用下标 ₀₁₂₃₄₅₆₇₈₉₊₋₌₍₎ₐₑₒₓₔₕₖₗₘₙₚₛₜ 中文上标 ㆒㆓㆔㆕㆖㆗㆘㆙㆚㆛㆜㆝ 阅读全文
posted @ 2024-11-21 10:13 陈彦斌 阅读(19608) 评论(0) 推荐(0)
摘要: 下载yt-dlp github地址:https://github.com/yt-dlp/yt-dlp 下载:https://github.com/yt-dlp/yt-dlp/releases 下载ffmpeg 官网:https://ffmpeg.org/ 解压后,只有bin下的这2个文件 放C盘目录 阅读全文
posted @ 2024-11-07 21:22 陈彦斌 阅读(94) 评论(0) 推荐(0)
摘要: 修改IK分词器配置文件 路径一般在:xxx/plugins/xxx/config/IKAnalyzer.cfg.xml 配置本地词典 本地词典,放到同级目录下,重启ES服务即可; 配置远程词典 新建springboot工程,将文件放到statis目录下;远程词典,放到其他共享地址也可以哈~,没必要非 阅读全文
posted @ 2024-11-07 14:12 陈彦斌 阅读(327) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 108 下一页