Loading

12 2021 档案

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