- 博客(30)
- 收藏
- 关注
原创 【填坑】(四):RuntimeError: Windows not yet supported for torch.compile
RuntimeError: Windows not yet supported for torch.compile
2024-04-14 13:28:24
2281
2
原创 【填坑】(三):AssertionError: Torch not compiled with CUDA enabled
AssertionError: Torch not compiled with CUDA enabled。原因及解决方案。
2024-04-14 13:16:38
583
原创 【填坑】(二): Target “cmTC_a31e0“ requires the language dialect “CUDA23“ . But the current compiler “
Pytorch+CUDA+C++: Target "cmTC_a31e0" requires the language dialect "CUDA23" . But the current compiler "NVIDIA" does not support this, or CMake does not know the flags to enable it.
2024-04-13 21:14:24
463
原创 【填坑】(一)c++使用Libtorch:Failed to find nvToolsExt
Failed to find nvToolsExt
2024-04-13 20:35:10
1427
1
原创 【一学就会】(一)C++编译工具链——基于VSCode的CMake、make与g++简单理解与应用示例
侧重于CMake使用教程,全面详细。
2024-04-10 22:49:51
4643
4
原创 【Clion+QT开发错误集】(四):Process finished with exit code -1073741819 (0xC0000005)简单处理
Process finished with exit code -1073741819 (0xC0000005)简单处理
2024-03-13 22:07:09
676
1
原创 【Clion+QT开发错误集】(一):Process finished with exit code -1073741511 (0xC0000139)
Process finished with exit code -1073741511 (0xC0000139)解决办法
2024-03-13 21:33:18
1129
原创 【Clion+QT开发错误集】(三):error C1189: #error: “Qt requires a C++17 compiler, and a suitable value
error C1189: #error: “Qt requires a C++17 compiler, and a suitable value简单处理
2024-02-24 16:03:11
1261
原创 【Clion+QT开发错误集】(二) undefined reference to `__imp__ZN12QApplicationC1ERiPPci‘简单处理方法
undefined reference to `__imp__ZN12QApplicationC1ERiPPci‘简单处理方法
2024-02-22 16:17:19
1110
1
原创 (错误更正)Idea+Java+qtjambi简单开发示例Demo(附带QtJambi源码编译教程)
idea+java+qtjambi开发简单示例和QtJambi源码编译说明
2024-01-28 15:23:20
3343
25
原创 Java+qtjambi: Library QtJambi (QtJambi6.dll, QtJambi.dll) was not found错误解决方案
如果你的qtjambi项目已经导入jar包qtjambi-6.6.1.jar,那么,报这个错误的原因是你还需要qtjambi-native-windows-x64-6.6.1.jar,注意两个jar包版本保持一致即可。并且,只需将qtjambi-native-windows-x64-6.6.1.jar放在qtjambi-6.6.1.jar一致目录就行。
2024-01-27 16:50:12
833
1
原创 C++ QT问题:qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““
qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
2023-08-15 14:24:38
493
1
原创 不用重装系统,解决SQLServer2022安装失败
我是公司电脑,带加密软件的,第一次安装有几个.h等代码文件被加密,导致安装数据库引擎核心功能“SQL_Engine_Core_Inst”失败。这样之后,不管是安装、修复还是卸载,都会失败,一般报错,SQL_Engine_Core_Inst从未成功配置。
2023-05-31 13:42:40
4373
1
原创 AndroidStudio debug:Frames not avaliable for unsuspended thread
Frames not avaliable for unsuspended thread,variables框报paused in another thread。此问题是多线程调试问题,解决办法
2023-03-13 10:53:31
790
原创 vue项目Syntax Error: TypeError:Cannot set properties of undefined (setting ‘parent‘)
这个一般是yarn和npm版本问题,我在安装好yarn之后,重新管理员模式启动webstorm,安装npm即可。
2022-10-20 17:15:41
9364
2
原创 idea微服务:连接SQL Server时的错误,驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接
驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS12]”。
2022-10-11 11:36:30
459
原创 [初学springboot](3):BUG:java.util.concurrent.ExecutionException:org.apache.catalina.LifecycleException
Failed to start component [NonLoginAuthenticator[StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[]]]
2022-10-08 16:39:35
423
原创 [初学Spring Boot](2):单元测试报错:org.junit.runners.model.InvalidTestClassError:Invalid test class
单元测试报错:org.junit.runners.model.InvalidTestClassError:Invalid test class
2022-09-30 16:06:28
2519
原创 SpringBoot启动时报错:SLF4J:Class path contains multiple SLF4J bindings
一个简单的方法,去到图示路径,删去冲突的Jar包,只保留自己用到的一个。
2022-09-21 14:36:54
521
【从零开始构建GPT模型】(四)Linux篇:基于Linux内核的Ubuntu系统安装教程
2024-03-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人