摘要: 换成如下源就OK了 Types: deb URIs: https://security.ubuntu.com/ubuntu/ Suites: noble noble-updates noble-security Components: main restricted universe multive 阅读全文
posted @ 2025-01-27 08:41 Alien_Lee 阅读(92) 评论(0) 推荐(0)
摘要: 物体运动轨迹方程(考虑空气阻力) 阅读全文
posted @ 2024-12-01 05:44 Alien_Lee 阅读(24) 评论(0) 推荐(0)
摘要: 质点作曲线运动时,质点在某一点的速度方向就是沿该点曲线的切线方向。 阅读全文
posted @ 2024-11-19 11:37 Alien_Lee 阅读(9) 评论(0) 推荐(0)
摘要: py -3.8 -m venv tf-win 阅读全文
posted @ 2024-08-27 16:45 Alien_Lee 阅读(24) 评论(0) 推荐(0)
摘要: 首先添加PPA源 sudo apt-add-repository ppa:fcitx-team/nightly 然后更新一下软件包的列表 sudo apt-get update 删除系统内的fcitx,务必要删除干净,否则,会出错的 sudo apt-get remove fcitx* sudo a 阅读全文
posted @ 2024-08-26 09:02 Alien_Lee 阅读(247) 评论(0) 推荐(0)
摘要: Download older versions of Google Chrome for Windows, Linux and Mac 阅读全文
posted @ 2024-08-26 08:36 Alien_Lee 阅读(56) 评论(0) 推荐(0)
摘要: install python3.8 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install -y python3.8 libpython3.8-dev python3.8-dev pyth 阅读全文
posted @ 2024-08-26 06:22 Alien_Lee 阅读(247) 评论(0) 推荐(0)
摘要: 文件增加可执行权限 sudo chmod 744 file_name 文件夹权限设置回原来的样子 sudo chmod -R 755 file_name sudo chmod u+w file_name 阅读全文
posted @ 2024-08-26 05:56 Alien_Lee 阅读(17) 评论(0) 推荐(0)
摘要: 下载 https://us-logger1.oss-cn-beijing.aliyuncs.com/SimHei.ttf 新建目录/usr/local/share/fonts/truetype cp SimHei.ttf /usr/local/share/fonts/truetype sudo fc 阅读全文
posted @ 2024-08-22 13:26 Alien_Lee 阅读(1028) 评论(0) 推荐(0)
摘要: 创建虚拟环境 python3.8 -m venv --clear project pip install --upgrade pip 在主目录下创建.pip文件夹 mkdir ~/.pip 然后在该目录下创建pip.conf文件编写如下内容: [global] trusted-host = http 阅读全文
posted @ 2024-08-22 12:06 Alien_Lee 阅读(31) 评论(0) 推荐(0)