- 博客(72)
- 收藏
- 关注
原创 error C2338: YOU_MIXED_MATRICES_OF_DIFFERENT_SIZES
error C2338: YOU_MIXED_MATRICES_OF_DIFFERENT_SIZES
2025-07-05 09:08:49
243
原创 error LNK2005: “class std::basic_string<char,struct s FILE_PATH3 已经在 Optimization.cpp.obj 中定义
error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > FILE_PATH3" (?FILE_PATH3@@3V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A) 已经在 Optimization.cpp.obj 中定义
2025-05-26 20:00:22
148
原创 import debian.deb822 ModuleNotFoundError: No module named ‘debian‘ update-notifier-common E: Sub-pro
Traceback (most recent call last): File "/usr/lib/update-notifier/package-data-downloader", line 24, in <module> import debian.deb822ModuleNotFoundError: No module named 'debian'dpkg: 处理软件包 update-notifier-common (--configure)时出错: 已安装 update-notif
2025-05-07 18:03:21
348
原创 windows的pycharm中pip install openmesh安装openmesh报错subprocess.CalledProcessError: Command ‘[‘cmake‘, ‘-
在windows的pycharm(python3.6)中pip install openmesh安装openmesh报错
2025-04-29 17:17:16
246
原创 subprocess.CalledProcessError: Command ‘(‘lsb_release‘, ‘-a‘)‘ returned non-zero exit status 1.
subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1.
2025-04-21 23:28:34
332
原创 namespace “polyscope“没有成员“registerPointCloud“和namespace “polyscope“没有成员”getCurveNetwork“解决办法
namespace "polyscope"没有成员"registerPointCloud"和namespace "polyscope"没有成员”getCurveNetwork"解决办法
2024-07-03 16:33:37
163
原创 error C2146: 语法错误: 缺少“;”(在标识符“w”的前面) C4430 缺少类型说明符–假定为int。注意:C++不支持默认int C2872 “string“:不明确的符号
error C2146: 语法错误: 缺少“;”(在标识符“w”的前面) C4430 缺少类型说明符–假定为int。注意:C++不支持默认int C2872 "string":不明确的符号
2024-04-01 18:18:41
743
原创 C2011 “MeshTraits“:“struct“类型重定义 C2011 “MeshTools“:“ class“类型重定义
C2011 "MeshTraits":"struct"类型重定义 C2011 “MeshTools":" class"类型重定义
2024-04-01 11:25:13
384
原创 当电脑屏幕卡在某一个页面,进入其他软件时该页面一直像背景一样覆盖在其他页面上的解决办法
当电脑屏幕卡在某一个页面,进入其他软件时该页面一直像背景一样覆盖在其他页面上的解决办法
2024-03-24 15:53:19
398
原创 error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MT_StaticRelease”(DistanceBetweenM
error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MT_StaticRelease”(DistanceBetweenMeshs.cpp.obj 中)
2024-01-22 12:09:24
1574
原创 error LNK2019: 无法解析的外部符号 “class std::vector<struct edge,class std::allocator<struct edge> > __cdecl
error LNK2019: 无法解析的外部符号 "class std::vector __cdecl compute_3d_mst(class std::vector
2023-09-03 09:38:55
545
原创 libigl工程运行出错:ninja : error : FindFirstFileExA(../../../../../../参数化代码集合/用到的参数化代码/mesh_param/out/buil
libigl工程运行出错:ninja : error : FindFirstFileExA(../../../../../../参数化代码集合/用到的参数化代码/mesh_param/out/buil
2023-08-28 09:48:25
799
原创 error C2338: YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAS
使用Eigen库时遇到了error C2338: YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAST_NUMERIC_TYPES_EXPLICITLY的错误
2023-07-19 17:01:07
1162
原创 error LNK2005: “class Eigen::Matrix<int,-1,-1,0,-1,-1> F“ (?F@@3V?$Matrix@H$0?0$0?0$0A@$0?0$0?0@Eige
error LNK2005: "class Lite_Sparse_Matrix * m_sparse_matrix" (?m_sparse_matrix@@3PEAVLite_Sparse_Matrix@@EA) 已经在 gauss.cpp.obj 中定义error LNK2005: "class Eigen::Matrix V" (?V@@3V?$Matrix@N$0?0$0?0$0A@$0?0$0?0@Eigen@@A) 已经在 main.cpp.obj
2023-06-25 11:38:20
167
原创 Assertion failed: ((m_row+m_currentBlockRows) == m_xpr.rows() || m_xpr.cols() == 0) && m_col == m_xp
Assertion failed: ((m_row+m_currentBlockRows) == m_xpr.rows() || m_xpr.cols() == 0) && m_col == m_xpr.cols() && "Too few coefficients passed to comma initializer (operator
2023-06-25 11:15:27
714
原创 VS中cout出现红色波浪线的解决办法
有的时候VS中的程序中所有的cout下面出现红色波浪线,但程序中明明已经有了`#include `的解决办法
2023-06-02 15:38:34
1531
原创 VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
2023-05-06 19:25:31
2208
原创 VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
2023-05-06 18:53:25
5190
1
原创 libigl添加Viewer Menu时出现imgui相关的错误:无法打开包括文件: “imgui.h”: No such file or directory
libigl添加Viewer Menu时出现imgui相关的错误:无法打开包括文件: “imgui.h”: No such file or directory
2023-04-28 20:01:57
979
原创 C2143 语法错误:缺少“”)“(在“常数“的前面) C2548 :缺少形参5的默认实参 C2059 语法错误:”)” C2238 意外的标记位于“;“之前语法错误:”)”
运行c++程序出现错误:C2143 语法错误:缺少"”)"(在“常数“的前面)C2143 语法错误:缺少";"(在“常数“的前面)C2548 "ANNkd tree:SkeletonTree":缺少形参5的默认实参C2059 语法错误:“常数”C2059 语法错误:")”C2238 意外的标记位于";"之前
2023-04-15 21:18:03
515
原创 Assertion failed: index >= 0 && index < size(), eigen-src\Eigen\src/Core/DenseCoeffsBase.h, line 425
Assertion failed: index >= 0 && index < size(), file F:\VSA_backup_set\libigl-example-project-main\out\build\x64-Debug\_deps\eigen-src\Eigen\src/Core/DenseCoeffsBase.h, line 425
2023-04-15 20:32:26
1755
原创 libigl里的按键(Interaction With Keyboard)失效的解决办法
libigl里的按键(Interaction With Keyboard)失效的解决办法
2023-04-15 19:23:52
158
原创 error LNK2005: “class Eigen::Matrix<double,-1,-1,0,-1,-1> C“ (?C@@3V?$Matrix@N$0?0$0?0$0A@$0?0$0?0@E
error LNK2005: "class Eigen::Matrix C" (?C@@3V?$Matrix@N$0?0$0?0$0A@$0?0$0?0@Eigen@@A) 已经在 curve_fitting.cpp.obj 中定义fatal error LNK1169: 找到一个或多个多重定义的符号
2022-12-06 13:25:28
587
原创 给VS的cmake项目添加Geometric Tools库中的代码的注意事项
给VS的cmake项目添加Geometric Tools库中的代码的注意事项
2022-11-21 09:51:55
341
原创 Geometric Tools的使用,以及使用过程中报错:参数未定义以及error LNK2001: 无法解析的外部符号 __imp_glGetTexImage
Geometric Tools的使用,以及使用过程中报错:参数未定义以及error LNK2001: 无法解析的外部符号 __imp_glGetTexImage
2022-11-17 21:31:09
634
原创 fatal error LNK1104: 无法打开文件“example.exe”
fatal error LNK1104: 无法打开文件“example.exe”
2022-11-14 09:20:33
557
原创 libigl读取文件报错 IOError: ./bool_1.off could not be opened...
libigl读取文件报错 IOError: ./bool_1.off could not be opened...
2022-11-09 20:05:06
211
原创 应用程序无法正常启动(0xc000007b)。请单击“确定“关闭应用程序。
应用程序无法正常启动(0xc000007b)。请单击“确定“关闭应用程序。
2022-11-02 11:31:25
1770
原创 Assertion failed:(other.rows() == 1 || other.cols() == 1),Eigen/src/Core/PlainObjectBase.h, line 374
Assertion failed: (other.rows() == 1 || other.cols() == 1), function resizeLike, file /usr/local/Cellar/eigen/3.3.7/include/eigen3/Eigen/src/Core/PlainObjectBase.h, line 374.
2022-10-29 16:57:47
1178
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人