12 2021 档案
摘要:{{uploading-image-164288.png(uploading...)}}
阅读全文
摘要:chmod -R u=rwx resources_raw/
阅读全文
摘要:Python 默认参数在加载时读取,之后不起作用 如果采用参数化配置,应该避免可变参数成为默认值
阅读全文
摘要:在正文当中不要直接使用下划线!
阅读全文
摘要:注意:plt.clf()才对应的clear figure. plt.close()将完全关闭图形窗口(这样可能没法完成fig的复用),其中plt.clf()将清除图形-仍然可以在其上绘制另一个绘图。 https://freshrimpsushi.github.io/posts/solution-fo
阅读全文
摘要:https://code.visualstudio.com/docs/editor/workspaces 参考官方文档,自主修改code-workspace文件 首先打开一个SSH链接,从File菜单当中选择save workspace as,然后选择show local,保存到本地 打开这个工作区
阅读全文
摘要:No matter what OS, rm -rf command deletes files permanently, without an intermediate Recycle Bin stage. There's no going back.
阅读全文
摘要:https://stackoverflow.com/questions/6848828/what-is-the-difference-between-q-learning-and-sarsa What is the difference mathematically? As is already d
阅读全文
摘要:
阅读全文
摘要:https://programwithus.com/learn/python/pip-virtualenv-windows 可以直接在git bash 或者WSL当中运行source ENVNAME/Scrpits/activate
阅读全文
摘要:https://zhuanlan.zhihu.com/p/390620901 Qv2ray 统一都设置成socks对应的端口号 git config –-global http.proxy socks5://127.0.0.1:10810 git config –-global https.prox
阅读全文