当我按下PrtScn(“打印屏幕”)按钮时,它会截取整个屏幕的屏幕截图。但很多时候我只想要屏幕的一部分作为截图。
怎么做?
E: The repository 'https://download.docker.com/linux/debian focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Run Code Online (Sandbox Code Playgroud)
当我尝试从官方 docker 站点安装 docker 时,出现此错误。无论如何,现在我不想要它,但我在来源中找不到它。我跑了
$ sudo nano /etc/apt/sources.list
Run Code Online (Sandbox Code Playgroud)
但我找不到要删除的 docker 存储库。如何删除 docker 存储库?
我在 gedit 中编写了 python 代码。我们知道 gedit 中有一个内部 python 控制台,我如何在那里运行我的 python 代码而不是在终端中运行它。