posts - 90,  comments - 2,  views - 11万
摘要: 由于getResource方法在jar和idea中获取的路径不同,按照获取协议区分jar和非jar情况 resources/application.properties custom-key=customValue ReadPropertiesUtil.java import java.io.Fil 阅读全文
posted @ 2025-03-02 12:09 le.li 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 系统:windows 新建app.js console.info('hello world') cmd执行: node app.js 运行输出hello world 添加debugger带到代码中,发现没有任何作用 Vscode软件调试代码 点击菜单 Run ->Start Debugging 在弹 阅读全文
posted @ 2025-02-26 21:41 le.li 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 电脑系统:windows 开始输入框搜索防火墙,点击“高级安全Windows Defender防火墙” 点击入站规则 找到两个nginx开头的配置 右键选择属性,操作里的单选,选择允许连接 注意:“协议和端口”里的协议类型和端口范围 阅读全文
posted @ 2025-02-25 21:51 le.li 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 系统:windows 修改命令如下: function prompt {"Hello, World > "} function prompt {$null} 其他参考: https://learn.microsoft.com/zh-cn/powershell/module/microsoft.pow 阅读全文
posted @ 2025-02-24 22:37 le.li 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 操作系统:windows mysql版本:5.7 详细报错: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'db.table_name.item_name' whic 阅读全文
posted @ 2025-02-18 23:13 le.li 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 安装docx依赖 npm install @vue-office/docx npm run dev 启动报错 处理: 添加缺失依赖: npm i --save @vue/composition-api 重新执行npm run dev,执行成功 阅读全文
posted @ 2025-02-16 09:32 le.li 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 修改前,注释默认在行首位置 修改:打开菜单 File–>Sttings–>Editor–>Code Style->Java 找到Comment Code 取消勾选Line comment at first column和Block comment at first column 勾选Add a sp 阅读全文
posted @ 2025-01-24 21:45 le.li 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 现象 多次点击执行,发现build执行了; 点击debug爬虫图标旁边的三个竖点 点击Edit 查看多了befault launcha 解决: 方法一(适用单个文件修改),点击Modify option向下的符号,取消Add before lauch task勾选 保存,再行点击执行,执行代码正常 阅读全文
posted @ 2025-01-21 23:54 le.li 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 安装openssl 访问网页,下载轻量级openssl https://slproweb.com/products/Win32OpenSSL.html 点击安装直到结束 将pem文件导出为pfx格式 打开cmd窗口进入openssl安装路径bin文件夹下 openssl rsa -in demo.p 阅读全文
posted @ 2025-01-20 21:53 le.li 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 打开本地策略组 打开cmd窗口,输入gpedit.msc 依次点击: 计算机配置->管理模板->网络->SSL配置设置->SSL密码套件顺序->点击”已启用“ 将SSL密码套件列表里的内容拷贝出来粘贴到文档中,方便查看。 阅读全文
posted @ 2025-01-19 11:11 le.li 阅读(24) 评论(0) 推荐(0) 编辑
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示