摘要: 问题描述 之前使用spring mail时的ssl都是false,放到服务器上后改为true就出现了这样的问题: 尝试修改587端口、465端口,甚至触发了: Mail server connection failed; nested exception is jakarta.mail.Messag 阅读全文
posted @ 2025-01-20 16:57 A07_xxxx 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 参考教程:https://blog.csdn.net/aaaa_aaab/article/details/143949881 在上述教程的基础上有一些修改,并非是在banner上的应用: 展示 代码 ts import type { CSSProperties } from 'vue' const 阅读全文
posted @ 2024-12-02 17:28 A07_xxxx 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1 下载ffmeg wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip 把bin目录配置到path中,或者cd到ffmeg的bin目录下调用脚本 阅读全文
posted @ 2024-09-11 12:09 A07_xxxx 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 问题描述 项目在tomcat8可以启动成功,请求也可以正常处理,在tomcat10上只有部署成功信息比如: deployWAR Deployment of web application archive [/data1/WWW/webapps/XXX.war] has finished in [12 阅读全文
posted @ 2024-08-05 16:29 A07_xxxx 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 一般情况下可能是data数据中有nan值或者数据类型问题。 在导入数据时使用 data = np.load(path + "draw_data.npy", allow_pickle=True).astype(float) 其他数据类型的话也检查下自己的数据,统一类型。 阅读全文
posted @ 2024-04-02 11:37 A07_xxxx 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1 jellybeans配色 按照https://github.com/nanotech/jellybeans.vim教程做即可: mkdir -p ~/.vim/colors cd ~/.vim/colors curl -O https://raw.githubusercontent.com/na 阅读全文
posted @ 2024-03-27 17:18 A07_xxxx 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1 永久修改包的默认路径 暂时修改包路径 path <- "Your path" .libPaths(path) 永久修改路径 2.1 进入R的安装路径/R-4.3.2/library/base/R,找到Rprofile文件 2.2 假设你包新安装路径为 "E:/R/R_libs" 2.3 修改Rp 阅读全文
posted @ 2023-11-30 11:03 A07_xxxx 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 安装了MySQL插件,一开始还用的好好的结果第二天就不行了真是鬼火直冒。 首先关闭vscode里面的自动更新:setting,搜索update,然后关闭application里面的自动更新; 我现在的版本是1.83.1,我在https://code.visualstudio.com/updates/ 阅读全文
posted @ 2023-10-12 15:24 A07_xxxx 阅读(67) 评论(0) 推荐(0) 编辑
摘要: pip包安装出错 真是把我烦死了,在yt上学东西,结果一直出这样的错,之前我都是把包下载到本地安装的,这也不是长久之计。 然后我试了使用 -i,使用--trusted-host,使用--user,使用--upgrade pip...全都不管用。 后来我想,究竟是什么时候出现这个问题的,好像很久之前就 阅读全文
posted @ 2023-09-16 14:38 A07_xxxx 阅读(20) 评论(0) 推荐(0) 编辑
摘要: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occur 阅读全文
posted @ 2023-03-21 14:16 A07_xxxx 阅读(78) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示