自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

原创 error C2872: “Matrix”: 不明确的符号

error C2872: “Matrix”: 不明确的符号

2024-09-20 11:16:25 278

原创 error C2872: “Vector3”: 不明确的符号

error C2872: “Vector3”: 不明确的符号

2024-09-20 08:38:42 193

原创 程序使用openmp运行后出现错乱的问题

程序使用openmp运行后出现错乱的问题

2024-07-08 10:50:43 468

原创 namespace “polyscope“没有成员“registerPointCloud“和namespace “polyscope“没有成员”getCurveNetwork“解决办法

namespace "polyscope"没有成员"registerPointCloud"和namespace "polyscope"没有成员”getCurveNetwork"解决办法

2024-07-03 16:33:37 163

原创 libigl对matlab链接不成功问题的解决办法

libigl对matlab链接不成功问题的解决办法

2024-07-03 08:14:03 341

原创 有多个重载函数“ImGui::Button“实例与参数列表匹配:

有多个重载函数"ImGui::Button"实例与参数列表匹配

2024-07-02 09:37:06 309

原创 找到一个或多个重定义符号

找到一个或多个重定义符号

2024-04-01 18:27:00 345

原创 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

原创 LNK1104 无法打开文件“libeng.lib“

LNK1104 无法打开文件"libeng.lib"

2023-08-15 15:59:50 898 1

原创 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

原创 libigl的默认按键(如“L”等)简介

libigl的默认按键(如“L”等)简介

2023-05-09 21:30:37 189

原创 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

原创 c++在函数中修改全局变量的值必须加引用&

c++在函数中修改全局变量的值必须加引用&

2023-04-15 21:27:03 1165

原创 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

原创 C2678 二进制“<“:没有找到接受“ const_Ty“类型的左操作数的运算符

C2678 二进制"

2022-11-09 16:44:04 749

原创 C2065 :未声明的标识符 C3861 :找不到标识符

C2065 :未声明的标识符 C3861 :找不到标识符

2022-11-02 21:58:24 6738 1

原创 应用程序无法正常启动(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关注的人

提示
确定要删除当前文章?
取消 删除