上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: https://zhuanlan.zhihu.com/p/378894743 # socket git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127 阅读全文
posted @ 2021-06-14 13:00 imoon22 阅读(246) 评论(0) 推荐(0)
摘要: 1. 新建assets目录: https://blog.csdn.net/qq_26585943/article/details/53885627 2. NCNN使用assets: https://zhuanlan.zhihu.com/p/137453394 https://github.com/A 阅读全文
posted @ 2021-02-26 12:51 imoon22 阅读(101) 评论(0) 推荐(0)
摘要: 错误:can't toast on a thread that has not called looper.prepare()https://stackoverflow.com/questions/3875184/cant-create-handler-inside-thread-that-has- 阅读全文
posted @ 2021-02-15 18:42 imoon22 阅读(93) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/13001363/using-mediaplayer-to-play-the-same-file-multiple-times-with-overlap https://www.geeksforgeeks.org/soundpo 阅读全文
posted @ 2021-02-15 18:23 imoon22 阅读(250) 评论(0) 推荐(0)
摘要: 1. 设置ssh key登录: https://www.cnblogs.com/imoon22/p/14399987.html 阅读全文
posted @ 2021-02-13 12:44 imoon22 阅读(76) 评论(0) 推荐(0)
摘要: 1. https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-centos7 How To Set Up SSH Keys on CentOS 7 Linux BasicsCentOSGetting Sta 阅读全文
posted @ 2021-02-13 12:42 imoon22 阅读(266) 评论(0) 推荐(0)
摘要: ${CMAKE_ANDROID_ARCH_ABI}armeabi-v7a等 阅读全文
posted @ 2021-01-31 22:28 imoon22 阅读(322) 评论(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 阅读(189) 评论(0) 推荐(0)
摘要: <leader> y <leader> p 默认<leader>为/ https://spacevim.org/documentation/#custom-configuration 阅读全文
posted @ 2021-01-13 15:27 imoon22 阅读(1133) 评论(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 阅读(453) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页