上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页
摘要: 转自 https://www.cnblogs.com/mywolrd/p/4756005.html 安装PyInstaller 对于那些网络比较稳定,能够流畅使用pip源地址的用户,直接下面的命令就可以搞定: pip install pyinstaller 通常我们会下载源码包,然后进入包目录,执行 阅读全文
posted @ 2020-05-09 23:41 feipeng8848 阅读(309) 评论(0) 推荐(0)
摘要: 临时 切换源,临时切换可以: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple <package_name> 永久 首先创建一个目录mkdir ~/.pip 然后创建一个文件 touch ~/.pip/pip.conf 最后在pip.co 阅读全文
posted @ 2020-05-09 23:32 feipeng8848 阅读(249) 评论(0) 推荐(0)
摘要: 2022-05-19更新: 清华和中科大都提供了非常详细的安装与使用教程 https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/ https://mirrors.ustc.edu.cn/help/brew.git.html 以下为之前的内容 解决下载慢 阅读全文
posted @ 2020-05-09 22:56 feipeng8848 阅读(557) 评论(0) 推荐(0)
摘要: 个人感觉,如果是商业项目,还是原生系统支持的方案较好。 macOS用swift;成熟的应用多得是,而且官方支持也多。 Windows用dotnet wpf、duilib、qt等等;win下的gui,哎,算了。 Linux上常见的gui也就gtk、qt、wxwidgets,gtk和qt分别被gnome 阅读全文
posted @ 2020-05-09 13:08 feipeng8848 阅读(570) 评论(0) 推荐(0)
摘要: 替代软碟通 https://www.ventoy.net/en/download.html rufus 阅读全文
posted @ 2020-05-08 14:27 feipeng8848 阅读(137) 评论(0) 推荐(0)
摘要: ```bash $ git remote -v # 查看现有远程 > origin https://github.com/OWNER/REPOSITORY.git (fetch) > origin https://github.com/OWNER/REPOSITORY.git (push) $ git remote rename origin destination # 将远程名称从 'origi 阅读全文
posted @ 2020-05-07 17:37 feipeng8848 阅读(2034) 评论(0) 推荐(0)
摘要: 另外我的 文件 阅读全文
posted @ 2020-05-07 17:18 feipeng8848 阅读(298) 评论(0) 推荐(0)
摘要: 如果是gnome桌面,使用gnome tewaks tool,同时支持wayland和xorg 以下内容目前不再推荐使用,缺点较多,比如重新连接鼠标键盘后就会实效 注意:必须是xorg模式才可以生效,wayland没有用 下面代码是alt与cotrol互换,CapsLock改为Control。 ~目 阅读全文
posted @ 2020-05-01 23:19 feipeng8848 阅读(1712) 评论(0) 推荐(0)
摘要: 参考 https://www.cnblogs.com/xienb/p/9264562.html /etc/apt/source.list文件加入一行就行了 阅读全文
posted @ 2020-05-01 00:33 feipeng8848 阅读(778) 评论(0) 推荐(0)
摘要: 转载 https://www.cnblogs.com/testlife007/p/10881079.html 阅读全文
posted @ 2020-04-30 14:40 feipeng8848 阅读(198) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页