
Bug
程序报错的解决方法
LuxiZheng_
这个作者很懒,什么都没留下…
展开
-
docker容器内使用 gdb detach 到某进程中debug报错
Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.confptrace: Operation not permitted.原创 2024-05-27 20:54:06 · 463 阅读 · 0 评论 -
cmake 时 ros2有关库报错:module ‘em‘ has no attribute ‘BUFFERED_OPT‘
cmake 时 ros2有关库报错:module 'em' has no attribute 'BUFFERED_OPT'原创 2023-12-20 09:58:36 · 5641 阅读 · 4 评论 -
! [remote rejected] develop -> develop (pre-receive hook declined)
分支是受保护的,不允许把代码上传到该分支。原创 2023-08-07 14:32:49 · 1933 阅读 · 0 评论 -
ARCore之路:解决 ARCore Install Preview 即时预览APP 中弹出 The device does not support AR
解决 ARCore Install Preview 即时预览APP 中弹出 The device does not support AR原创 2022-05-13 15:47:34 · 2763 阅读 · 0 评论 -
Visual studio编译的程序运行报错:“由于找不到libcrypto-1_1.dll,无法继续执行代码”的解决方法
错误使用OpenSSL库中的函数,在Visual studio中项目的属性页中已经添加了OpenSSL的包含目录和库目录,并且也在链接器的输入选项中添加了libssl.lib、libcrypto.lib依赖项,程序成功编译,但运行程序将会弹出错误框,如下图解决方法在OpenSSL的安装目录的bin目录下找到缺失的dll,并把它复制到源代码的目录下,如下图。...原创 2021-08-30 21:42:30 · 11752 阅读 · 3 评论