上一页 1 ··· 21 22 23 24 25
摘要: 更新pip包 Windows pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_} linux pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = 阅读全文
posted @ 2021-12-03 14:31 卓能文 阅读(68) 评论(0) 推荐(0)
摘要: 新建layout touch ~/.lyx/layouts/easybook.layout easybook.layout内容: #% Do not delete the line below; configure depends on this # \DeclareLaTeXClass[easyb 阅读全文
posted @ 2021-11-20 13:55 卓能文 阅读(143) 评论(0) 推荐(0)
摘要: 安装包文件 pacman -S mariadb 执行初始化脚本 sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql 运行守护进程 sudo systemcrl enable mariadb.serv 阅读全文
posted @ 2021-09-13 19:36 卓能文 阅读(137) 评论(0) 推荐(0)
摘要: 删除git pull冲突文件 如zig在某次更新时,出现如下错误: remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 1 (delta 0), reused 阅读全文
posted @ 2021-09-02 19:27 卓能文 阅读(362) 评论(0) 推荐(0)
摘要: ArchWsl快速安装 Archlinux是一个适合搭建软件开发环境的Linux发行版,内置了许多包,同时通过AUR提供了许多第三方包。Windows现在可以通过WSL安装各种Linux发行版。可以采用scoop快速安装、升级archwsl。为了便于快速滚动升级,将scoop安装的结果复制到scoo 阅读全文
posted @ 2021-09-02 00:48 卓能文 阅读(482) 评论(0) 推荐(0)
摘要: github设置 github代理设置 经常从github克隆或更新代码时,速度很慢,因此需要设置代理访问。常用的代理有: https://github.com.cnpmjs.org/ https://hub.fastgit.org/ 采用如下的命令进行设置: git config --global 阅读全文
posted @ 2021-08-28 23:52 卓能文 阅读(222) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25