首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
extentions专题
macad.occt解析extentions,tkernel
1. #include "OcctPCH.h" // 包含预编译头文件 OcctPCH.h// 包含生成的 BRep 和 TopoDS 头文件#include "..\Generated\BRep.h"#include "..\Generated\TopoDS.h"// 返回 BRep_TEdge 对象的曲线表示列表System::Collections::Generic::List<M
阅读更多...
Android--ERROR: Failed to resolve: androidx.lifecycle:lifecycle-extentions:2.2.0
解决方案 app级别下的build.gradle添加以下内容 implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
阅读更多...