摘要: 1. clean file ... blocks 是正常disk check输出。 2. 卡死通常与nvidia driver相关。 3. 卸载及禁用nvidia driver a. 卸载通过deb等安装包安装的驱动: sudo apt-get --purge remove *nvidia* b. 阅读全文
posted @ 2021-01-08 12:51 imoon22 阅读(8795) 评论(0) 推荐(0)
摘要: 与waitKey返回值有关。 将 while (waitKey(1) < 0 && getWindowProperty(window_name, WND_PROP_AUTOSIZE) >= 0) 改为 while (getWindowProperty(window_name, WND_PROP_AU 阅读全文
posted @ 2021-01-05 17:11 imoon22 阅读(139) 评论(0) 推荐(0)
摘要: 编译hello-realsense: g++ rs-hello-realsense.cpp -o rs-hello-realsense -lrealsense2 阅读全文
posted @ 2021-01-05 12:39 imoon22 阅读(325) 评论(0) 推荐(0)
摘要: 解决方案: /sdcard is a symlink to /storage/emulated/0. '/storage/emulated/0/' like a abstract path, you can upload file on sdcard/,and visit it use '/stor 阅读全文
posted @ 2021-01-04 20:48 imoon22 阅读(1872) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/CC1991_/article/details/103285684 apk密码至少6位,key alia 默认 key0,默认存储位置home目录。 Android开发过程中,使用谷歌的集成开发工具Android Studio进行Android项目的apk 阅读全文
posted @ 2021-01-03 17:51 imoon22 阅读(854) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified 更新gradle / gradle plugin解决问题 I was tryi 阅读全文
posted @ 2021-01-03 17:21 imoon22 阅读(299) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio 注意在File->project structure中选择sdk等 Finally after se 阅读全文
posted @ 2021-01-03 00:19 imoon22 阅读(549) 评论(0) 推荐(0)
摘要: https://askubuntu.com/questions/844151/enable-disable-touchpad I created this bash script from negusp's answer. It finds and toggles TouchPad device. 阅读全文
posted @ 2021-01-02 16:28 imoon22 阅读(90) 评论(0) 推荐(0)
摘要: https://unix.stackexchange.com/questions/440840/how-to-unload-kernel-module-nvidia-drm https://arabelatso.github.io/2020/01/08/Install%20CUDA%20Toolki 阅读全文
posted @ 2020-12-23 20:58 imoon22 阅读(194) 评论(0) 推荐(0)
摘要: 1. 在根目录build.gradle中,把android gradle plugin版本设置为4.0.0 (原始为3.2.1, 报错) Gradle model version=6.1.1, NDK version=21.0.6113669 dependencies { classpath 'co 阅读全文
posted @ 2020-12-18 21:29 imoon22 阅读(577) 评论(0) 推荐(0)