- 博客(20)
- 收藏
- 关注
原创 pycharm 登录github授权失败:We were unable to authorize you in GitHub. Sorry for inconvenience,
可能是由于错误设置了代理,IntelliJ无法访问互联网。要验证 IntelliJ 是否能够访问互联网,请。设置为不试用代理或设置为正确代理地址。
2025-02-01 10:57:56
189
原创 Opencv2.4.9 中报错_acrt_first_block == header
例如 findContours 或其他库,在调用时会报错_acrt_first_block == header,这是因为vector内存是在opencv 静态库中申请的,而内存释放在主程序,所以会报该错。可以使用以下方式,在主程序中先分配空间。注意,必须使用Mat,使用vector是无效的。debug设置为:多线程调试DLL(/MDd)release设置为:多线程DLL(/MD)
2024-12-26 17:04:20
245
原创 error C4996: ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead.
【代码】error C4996: ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead.
2024-12-26 16:51:22
195
原创 vue前端运行报错 Error: listen EACCES: permission denied 0.0.0.0:3100
报错原因:端口占用解决方法:重启nat服务。
2024-10-10 10:29:40
215
原创 win10 nvm安装node报错:Could not retrieve https://nodejs.org/dist/index.json.
【代码】win10 nvm安装node报错:Could not retrieve https://nodejs.org/dist/index.json.
2024-09-23 14:06:11
165
原创 Pytorch报错: This probably means that you are not using fork to start your child processes and
【代码】Pytorch报错: This probably means that you are not using fork to start your child processes and。
2024-09-22 03:54:42
369
原创 idea中使用yarn安装包时报错:yarn : 无法加载文件 D:\enviroments\nodejs\yarn.ps1,因为在此系统上禁止运行脚本。
yarn : 无法加载文件 D:\enviroments\nodejs\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。删除yarn.ps1文件。如果是使用nvm,文件在nvm\v18.19.1\ 路径下。所在位置 行:1 字符: 1。
2024-09-09 16:43:23
276
原创 Chrome 调试时会进入 Paused in debugger
解决方案:将source->activate breakpoints改为deactivate breakpoints。在使用chrome打开F12开发者模式进行debug的时候,有时会出现Paused in debugger。
2024-08-16 17:13:46
550
原创 c++ 报错重定义 error C2378: “DWORD”: 重定义;符号不能由 typedef 重载
framework.h 放入可能会重复导入的框架头文件或库。pch.cpp 文件没有内容,但是似乎是必须的。
2024-07-25 14:06:11
280
原创 torch1.7或更高版本兼容fft库torch.rfft与torch.irfft
高版本torch(1.7及以后)中移除了torch.rfft与torch.irfft,使得高版本环境无法运行低版本的代码。
2023-10-21 17:14:58
1206
4
原创 自定义sql在order by中无法使用convert函数
使用cast(xxx as char character set gbk) 替代 convert。报以下错误,jsqlparser解析convert失败报错。想在order by中添加中文排序。
2023-07-07 17:01:33
567
1
原创 jeecg根据模板导出(java.io.FileNotFoundException: file:xx/templates/gp_export_template.xlsx(没有那个文件或目录))
jeecg根据模板导出(没有那个文件或目录)
2023-02-07 13:46:26
845
1
原创 mybatis-plus使用updateById不更新null值
设置属性值为null,执行updateById数据库值未更新,解决方法:在实体类上设置更新策略。
2022-11-10 16:02:05
580
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人