自我爬山者,他谈论的话题永远是别的事和别的地方。他的人虽然在这里,但是他的心却不在这里。因为他拒绝活在此时此刻,他想要赶快爬到山顶,但是一旦爬上去之后仍然不快乐,因为山顶立刻就变成了‘此地’。他追寻的,他想要的都已经围绕在他的四周,但是他并不要这一切,因为这些就在他旁边。于是在体力和精神上,他所跨出的每一步都很吃力,因为他总认为自己的目标在远方。
经济学笔记
未命名
计算机视觉
Stanford Vision Lab - http://vision.stanford.edu
CS 131 Computer Vision: Foundations and Applications - http://vision.stanford.edu/teaching/cs
...
rust 多平台demo
rust 多平台demorust 安装官网:https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
提高init速度
export RUSTUP_DIST_SERVER=
...
sacred
Sacred 安装 # 主角pip install sacred# 用于数据库连接pip install numpy pymongo
MongoDB 安装MongoDB 是一个数据库管理系统,这里用作 Sacred 的存储后端。
在 ubuntu 上的 MongoDB 安装可以参考 Install
...
wsl
wsl安装wsl -l -o #查看版本wsl --install -d Ubuntu-20.04wsl --install -d Ubuntu-18.04wsl --shutdownwsl --set-version Ubuntu-18.04 2wsl --set-version Ubuntu-
...
双系统安装
需要的软件启动盘和分区软件只需要任选其一
启动盘制作软件1.rufushttps://github.com/pbatard/rufus/releases
2.软碟通UltralSOhttps://cn.ultraiso.net/uiso9_cn.exe
3.大白菜启动盘制作百度大白菜进入官网下载
...
FFmpeg常用命令
FFmpeg常用命令调整音量ffmpeg -i {in_file} -af 'volume=0.5' {out_file}
截取音频ffmpeg -v 1 -y -i {in_file} -ss {start
...
linux系统代理
linux系统代理安装sudo apt install proxychains4
配置sudo vim /etc/proxychains4.conf
[ProxyList]# add proxy here ...# meanwile# defaults set to "tor"
...