摘要: https://www.lifewire.com/how-to-install-the-pycharm-python-ide-in-linux-4091033 1. Download PyCharm from the JetBrains website. Install PyCharm. The s 阅读全文
posted @ 2021-12-25 20:12 该显示昵称已被使用了 阅读(34) 评论(0) 推荐(0)
摘要: sudo apt-get install --reinstall ubuntu-desktop 阅读全文
posted @ 2021-12-25 19:23 该显示昵称已被使用了 阅读(37) 评论(0) 推荐(0)
摘要: 编辑下列文件: sudo vim /etc/systemd/logind.conf 然后将其中的: #HandleLidSwitch=suspend 改成下面,去掉“#”号: HandleLidSwitch=ignore 最后重启服务: service systemd-logind restart 阅读全文
posted @ 2021-12-25 18:22 该显示昵称已被使用了 阅读(83) 评论(0) 推荐(0)