
七七八八
文章平均质量分 66
一些其他的分类
nooobme
绝不能躺平
展开
-
使用frp进行内网穿透,配置frpc.ini和frps.ini
安装地址:https://github.com/fatedier/frp/releases一、小米路由器3使用frps,frps.ini(服务器)下载linux_mipsle.tar.gz后缀解压到指定位置之后,vim frps.ini:[common]bind_port = 7000dashboard_port = 7500dashboard_user = admindashboard_pwd = your password打开路由器IP:7500就可以登录。二、其他待访问的服原创 2022-02-03 14:17:28 · 13223 阅读 · 0 评论 -
常用地址备份
1. 文献相关文献查询谷歌学术:https://scholar.google.com.hk/SCI期刊查询:http://www.letpub.com.cn/index.php?page=journalapp会议查询:https://www.myhuiban.com/文献部落:http://459.org/sci-hub:https://libgen.ggfwzs.net/;https://sci-hub.ren/中国科学院文献情报中心期刊分区表:http://www.fenqubiao.co原创 2021-12-06 20:27:29 · 1849 阅读 · 0 评论 -
使用linux子系统安装ROS运行小海龟
开启SSHhttps://blog.youkuaiyun.com/qq_42667481/article/details/106550330开启图形化界面https://jingyan.baidu.com/article/ed2a5d1f98577809f6be17a3.html安装ROS原创 2021-11-18 13:52:08 · 1236 阅读 · 0 评论 -
onedrive 同步其他文件夹
onedrive可以我的onedrive目录(D:/Onedrive)下所有子目录的文件上传到onedrive中。假如我需要将放在除了onedrive目录的东西上传到onedive,它只能备份除桌面,文档,图片的三个文件夹内的文件。所以,假如我需要放在其他盘的东西(例如 E:/paper1/code)也一并上传到Onedrive,可以使用以下命令:mklink /d D:/OneDrive/paper1/code E:/paper1/code...原创 2021-09-22 10:32:14 · 1092 阅读 · 0 评论 -
win下vscode无法激活conda环境
打开vscode的终端,发现一直是PS开头的,也就是默认powershell终端。只要改成cmd终端就可以成功激活环境。步骤如下:Shift+Ctrl+P搜索settings.json,末尾加入:"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"。重启就可以啦!...原创 2021-09-19 10:35:50 · 4039 阅读 · 3 评论 -
vscode编译C/C++(win)
一 假设代码文件夹E:/code有以下文件:E:/code/hello.c#include <iostream>using namespace std;int main(){ cout << "Hello Vscode" << endl; getchar(); return 0;}二 下载G++编译器,放入C:/mingw64三 新建文件夹E:/code/.vscode, 放入以下三个文件:c_cpp_properties原创 2021-09-01 19:08:26 · 297 阅读 · 0 评论 -
树莓派宝塔搭建NAS私有云盘nextcloud
宝塔新建网站:假设文件夹根目录为/home/nextcloud创建FTP,数据集。并且选择php版本。删除文件夹根目录/home/nextcloud下的两个html文件。下载nextcloud文件:官网链接可以使用wget:wget https://download.nextcloud.com/server/releases/nextcloud-20.0.0.zip,或者本地端下载后拖过去。多线程下载:sudo apt install axel axel -n 20 ht..原创 2021-08-01 20:56:45 · 2478 阅读 · 2 评论 -
树莓派宝塔搭建图床Chevereto
BUG打开网站后可能会出现Chevereto can’t create the app/settings.php file. You must manually create this file该错误,这时在app目录新建settings.php文件并给予可写入权限即可cd /home/wwwroot/xx.com/apptouch settings.phpchmod -R 777 settings.php刷新后也可能会出现No write permission for PHP user原创 2021-08-01 03:46:54 · 1045 阅读 · 2 评论 -
树莓派宝塔部署hexo博客
hexo搭建树莓派:https://www.jianshu.com/p/48b67f344374https://www.cnblogs.com/howarzheng/p/13179742.html我一开始按pi@IP地址:端口号/path/to/blog.git来部署博客到树莓派后出现了这个BUG:fatal: sha1 file '<stdout>' write error: Broken pipeerror: remote unpack failed: unable to cr原创 2021-07-30 22:17:12 · 791 阅读 · 2 评论 -
外网访问家里的树莓派(/服务器)—内网穿透
背景:想在外网访问家里的服务器设备。目前手头有:电信光猫,属于电信内网IP,本地IP是192.168.1.1。主路由器(TP-Link)在客厅,本地IP是192.168.0.1,分配192.168.0.x的地址给连着的设备。副路由器(小米wifi)在卧室,wan口对着主路由器的wan口,本地IP是192.168.31.1,负责分配192.168.31.x开头的私有地址,分配给卧室连着连着的电脑和两个树莓派。开整!首先,打电话申请公网IP,并且将光猫改成桥接方式,这两步很重要!然后重启光猫。原创 2021-07-29 23:09:43 · 1065 阅读 · 0 评论 -
Colab/Kaggle伪挂载Onedrive网盘,实现上传下载操作,附脚本代码。
目测在kaggle也可以。待验证。Colab挂载onedrive验证操作上传文件下载文件BUG验证首先安装库:!pip install onedrivesdk!pip3 install git+https://github.com/OneDrive/onedrive-sdk-python.git!pip3 install --upgrade git+https://github.com/OneDrive/onedrive-sdk-python.git获取验证的代码如下,需要填入的是clien原创 2021-07-22 10:06:12 · 2913 阅读 · 1 评论 -
AVA时空检测数据集下载—AVA_Actions&AVA_Kinetics
这里写目录标题AVA系列AVA-ActionsAVA-KineticsAVA标注规范标签类别标注方式CSV格式旧版视频下载AVA-Actions下载AVA-Kinetics视频以下代码可以在我的github找到。欢迎访问个人主页、博客。AVA系列AVA数据集官方网站,需要科学上网,AVA提供4类数据集:AVA-Kinetics(v1.0)):时空动作检测,包含来自 AVA v2.2 的原始 430 个视频,以及来自Kinetics-700 数据集的238k 个视频 。AVA-Action原创 2021-07-16 16:20:07 · 5966 阅读 · 3 评论 -
Ubuntu 安装Texlive,使用VScode编译
安装Tex Livehttps://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz下到后得到文件install-tl-unx.tar.gz解压 tar -zxvf install-tl-unx.tar.gzsudo install-tl输入 I 自动安装VSCode编译TexReferencehttps://www.tug.org/texlive/acquire-netinstall.htmlhttps://www原创 2021-06-09 20:12:06 · 1459 阅读 · 4 评论 -
UBUNTU安装deepin-wine、QQ、微信等
安装deep-winewget -O- https://deepin-wine.i-m.dev/setup.sh | sh安装软件sudo apt-get install com.qq.weixin.deepin# 然后登出-登入用户即可,可注销或重启。完整列表https://deepin-wine.i-m.dev/将com.qq.weixin.deepin替换为下列包名,可以继续安装其他应用:应用包名应用包名微信com.qq.weixin.deepin阿里旺旺原创 2021-06-09 16:53:10 · 2151 阅读 · 0 评论 -
Google Colaboratory使用方法
https://colab.research.google.com/Colaboratory 是一个免费的 Jupyter 笔记本环境,不需要进行任何设置就可以使用,并且完全在云端运行。 借助 Colaboratory,可以编写和执行代码、保存和共享分析结果,以及利用强大的计算资源,所有这些都可通过浏览器免费使用。 免费使用NVDIA T4 GPU加速1.新建笔记本还把笔记本放在...原创 2020-03-26 17:08:26 · 875 阅读 · 0 评论 -
使用Visdom可视化报错解决方法
今天在运行visdom时出现报错:[WinError 10061] 由于目标计算机积极拒绝,无法连接。Visdom python client failed to establish socket to get messages from the server. This feature is optional and can be disabled by initializing Visd...原创 2020-03-26 23:54:51 · 3085 阅读 · 1 评论 -
UBUNTU安装NVIDIA显卡驱动、CUDA、CUDNN、ANACONDA3、PYTORCH、NVIDIA-DOCKER
折腾了两天,整理一下安装过程。一、安装显卡驱动参考https://zhuanlan.zhihu.com/p/59618999第一种安装方法(推荐)ubuntu-drivers devices #查看显卡硬件型号,其中推荐安装的版本号带有recommendedsudo ubuntu-drivers autoinstall # 同意安装推荐版本#或者 sudo apt install nvidia-xxx 安装指定版本第二种安装方法sudo add-apt-repository ppa:gr原创 2021-06-06 17:37:07 · 951 阅读 · 1 评论