07 2021 档案

摘要:Nvidia Driver The RTX30-series has the Ampere architecture, therefore it will only work with Driver 450+ versions only. Nvidia CUDA Since we are now r 阅读全文
posted @ 2021-07-18 12:35 麦克斯的园丁 阅读(219) 评论(0) 推荐(0)
摘要:import os dbtype_list = os.listdir(sql_dir_war) for dbtype in dbtype_list: if os.path.isfile(os.path.join(sql_dir_war,dbtype)): dbtype_list.remove(dbt 阅读全文
posted @ 2021-07-18 12:29 麦克斯的园丁 阅读(467) 评论(0) 推荐(0)
摘要:1 .bashrc 文件设置 当linux 代理软件设置好后,我们需要设置命令行代理的连接方式,这样在命令行中的软件才能使用: 设置http/https代理: export https_proxy="127.0.0.1:12333" export http_proxy="127.0.0.1:1233 阅读全文
posted @ 2021-07-18 12:06 麦克斯的园丁 阅读(851) 评论(0) 推荐(0)
摘要:Ubuntu上一个炫酷的终端程序--guake https://zhuanlan.zhihu.com/p/40684802 在ubuntu 18.04上安装guake非常简单,只需要运行命令: sudo apt install guake 在安装之后,可以对guake进行设置: 1,在终端内部点击右 阅读全文
posted @ 2021-07-16 14:38 麦克斯的园丁