上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 75 下一页
摘要: Check that you have the locales package installed dpkg -l locales If not, install it sudo apt-get install locales As root, type sudo dpkg-reconfigure 阅读全文
posted @ 2024-06-24 11:18 profesor 阅读(34) 评论(0) 推荐(0)
摘要: 查看python版本 如果是python3.19.x pkg install py39-pip 来源: https://darryldias.me/2021/install-python-pip-on-freebsd/ pip install bs4 requests lxml 注意使用国内的源,提 阅读全文
posted @ 2024-06-22 17:09 profesor 阅读(46) 评论(0) 推荐(0)
摘要: sudo vim /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8)auto loiface lo inet loopback auto eth0iface eth0 inet staticaddres 阅读全文
posted @ 2024-06-22 16:42 profesor 阅读(59) 评论(0) 推荐(0)
摘要: 先备份, sudo cp /etc/systemd/logind.conf /etc/systemd/logind.conf.bak 修改: sudo vim /etc/systemd/logind.conf Just uncomment the "HandleLidSwitch=suspend" 阅读全文
posted @ 2024-06-22 16:21 profesor 阅读(16) 评论(0) 推荐(0)
摘要: wget https://www.oxfordlearnersdictionaries.com/media/english/uk_pron/a/a__/a__gb/a__gb_2.mp3 --2024-06-20 01:22:10-- https://www.oxfordlearnersdictio 阅读全文
posted @ 2024-06-20 01:25 profesor 阅读(290) 评论(0) 推荐(0)
摘要: 如何获取图书的信息,google提供了获取图书信息的api. https://www.googleapis.com/books/v1/volumes?q=isbn:9781492097334 https://www.googleapis.com/books/v1/volumes?q=isbn:978 阅读全文
posted @ 2024-06-18 23:25 profesor 阅读(331) 评论(0) 推荐(0)
摘要: https://web.archive.org/web/20150102010357/https://support.apple.com/kb/dl1531 https://web.archive.org/web/20150112213836/http://appldnld.apple.com/Sa 阅读全文
posted @ 2024-06-17 01:10 profesor 阅读(175) 评论(0) 推荐(0)
摘要: Collins-Robert French Dictionary Harrap's Shorter French Dictionary Oxford–Hachette French Dictionary https://en.wikipedia.org/wiki/Collins-Robert_Fre 阅读全文
posted @ 2024-06-05 21:16 profesor 阅读(16) 评论(0) 推荐(0)
摘要: Pip源设置(使用清华源) 1、临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 2、永久更改pip源 升级 pip 到最新的版本 (>=10.0.0) 后进行配置: pip install pip - 阅读全文
posted @ 2024-06-01 01:07 profesor 阅读(13166) 评论(0) 推荐(0)
摘要: Ubuntu 24.04 LTS 下载 https://mirrors.ustc.edu.cn/ubuntu-releases/24.04/ http://mirrors.aliyun.com/ubuntu-releases/24.04/ https://mirrors.huaweicloud.co 阅读全文
posted @ 2024-06-01 00:58 profesor 阅读(18310) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 75 下一页