Loading

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页
摘要: 在正文当中不要直接使用下划线! 阅读全文
posted @ 2021-12-16 20:11 ZXYFrank 阅读(68) 评论(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 阅读(2164) 评论(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 阅读(1289) 评论(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 阅读(248) 评论(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 阅读(458) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2206052/202112/2206052-20211209110505296-1505324659.png) 阅读全文
posted @ 2021-12-09 11:05 ZXYFrank 阅读(116) 评论(0) 推荐(0)
摘要: https://programwithus.com/learn/python/pip-virtualenv-windows 可以直接在git bash 或者WSL当中运行source ENVNAME/Scrpits/activate 阅读全文
posted @ 2021-12-07 16:22 ZXYFrank 阅读(35) 评论(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 阅读(302) 评论(0) 推荐(0)
摘要: find PREIFX* | xargs zip -9 NAME.zip 阅读全文
posted @ 2021-11-29 23:18 ZXYFrank 阅读(212) 评论(0) 推荐(0)
摘要: Select Interpreter 切换默认解释器即可 推荐使用Anaconda,建立一个高版本的Python,不要轻易修改系统的Python路径 阅读全文
posted @ 2021-11-29 10:41 ZXYFrank 阅读(247) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页