01 2021 档案
摘要:${CMAKE_ANDROID_ARCH_ABI}armeabi-v7a等
阅读全文
摘要:1. rs2::decimation_filter https://intelrealsense.github.io/librealsense/doxygen/classrs2_1_1decimation__filter.html https://intelrealsense.github.io/l
阅读全文
摘要:<leader> y <leader> p 默认<leader>为/ https://spacevim.org/documentation/#custom-configuration
阅读全文
摘要:1 # %% NIPS 2020 论文信息下载 2 import json 3 import os 4 import re 5 6 import pandas as pd 7 import requests 8 import tqdm 9 from bs4 import BeautifulSoup
阅读全文
摘要:1. clean file ... blocks 是正常disk check输出。 2. 卡死通常与nvidia driver相关。 3. 卸载及禁用nvidia driver a. 卸载通过deb等安装包安装的驱动: sudo apt-get --purge remove *nvidia* b.
阅读全文
摘要:与waitKey返回值有关。 将 while (waitKey(1) < 0 && getWindowProperty(window_name, WND_PROP_AUTOSIZE) >= 0) 改为 while (getWindowProperty(window_name, WND_PROP_AU
阅读全文
摘要:编译hello-realsense: g++ rs-hello-realsense.cpp -o rs-hello-realsense -lrealsense2
阅读全文
摘要:解决方案: /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
阅读全文
摘要:https://blog.csdn.net/CC1991_/article/details/103285684 apk密码至少6位,key alia 默认 key0,默认存储位置home目录。 Android开发过程中,使用谷歌的集成开发工具Android Studio进行Android项目的apk
阅读全文
摘要:https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified 更新gradle / gradle plugin解决问题 I was tryi
阅读全文
摘要:https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio 注意在File->project structure中选择sdk等 Finally after se
阅读全文
摘要:https://askubuntu.com/questions/844151/enable-disable-touchpad I created this bash script from negusp's answer. It finds and toggles TouchPad device.
阅读全文
浙公网安备 33010602011771号