01 2021 档案

摘要:${CMAKE_ANDROID_ARCH_ABI}armeabi-v7a等 阅读全文
posted @ 2021-01-31 22:28 imoon22 阅读(331) 评论(0) 推荐(0)
摘要:1. rs2::decimation_filter https://intelrealsense.github.io/librealsense/doxygen/classrs2_1_1decimation__filter.html https://intelrealsense.github.io/l 阅读全文
posted @ 2021-01-14 13:57 imoon22 阅读(218) 评论(0) 推荐(0)
摘要:<leader> y <leader> p 默认<leader>为/ https://spacevim.org/documentation/#custom-configuration 阅读全文
posted @ 2021-01-13 15:27 imoon22 阅读(1160) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-09 17:15 imoon22 阅读(487) 评论(0) 推荐(0)
摘要: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 阅读(9096) 评论(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 阅读(163) 评论(0) 推荐(0)
摘要:编译hello-realsense: g++ rs-hello-realsense.cpp -o rs-hello-realsense -lrealsense2 阅读全文
posted @ 2021-01-05 12:39 imoon22 阅读(344) 评论(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 阅读(2132) 评论(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 阅读(885) 评论(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 阅读(331) 评论(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 阅读(581) 评论(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 阅读(127) 评论(0) 推荐(0)