ModuleNotFoundError: No module named 'apt_pkg' Ubuntu18 从python3.6手动升级到python3.9后,apt update无法执行,显示没有apt_pkg模块。 查阅到四种解决方法,我是用的第三种。 第一种: # 创建一个软链接 cd / ...
分类:
其他好文 时间:
2021-03-08 14:14:27
阅读次数:
0
1.重启电脑一直按住 Command+R,直到进入恢复模式(出现苹果图标时松开就行) 2.打开Terminal,输入 csrutil disable 关闭安全保护 3.删除时提示 文件只读,需要输入 sudo mount -uw / 然后就可以删除文件了。 为了系统安全,不用时恢复,同样进入恢复模式 ...
分类:
系统相关 时间:
2021-03-08 13:05:09
阅读次数:
0
一、MDI简介 MDI就是多文档界面(Multi-document Interface,MDI)应用程序 MDI就是在主窗口里创建多个同类型的MDI子窗口,这些MDI子窗口在主窗口里显示,并共享主窗口上工具栏和菜单等操作功能,主窗口上的操作都针对当前活动的MDI子窗口进行 二、QMdiArea组件 ...
分类:
其他好文 时间:
2021-03-06 14:59:05
阅读次数:
0
Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache ...
分类:
系统相关 时间:
2021-03-06 14:52:16
阅读次数:
0
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a produc ...
分类:
其他好文 时间:
2021-03-06 14:44:48
阅读次数:
0
前面字体设的是 Ubuntu Mono,没有的可以去Ubuntu里拷一份,字体放大了点。剩下的是一些基本的操作,可按需取用。 开启自动全屏仅适用于Windows系统。 1 (custom-set-variables 2 ;; custom-set-variables was added by Cus ...
分类:
系统相关 时间:
2021-03-06 14:43:24
阅读次数:
0
在linux服务器(ubuntu)上搭建一个在线的jupyter notebook ...
分类:
系统相关 时间:
2021-03-06 14:39:24
阅读次数:
0
安装前准备:1.准备一个U盘安装【大白菜U盘启动】或者【U盘启动】类似的启动盘,可以进入winpe系统, 把工控机的两个硬盘(128G和1T)重新删除和创建;2.准备ubuntu U盘安装盘:镜像下载地址 http://releases.ubuntu.com/16.04/ 下载ubuntu-16.0 ...
分类:
系统相关 时间:
2021-03-06 14:12:03
阅读次数:
0
1.安装远程的插件,我这里没有安装成功,所以使用的是离线安装c++扩展的方式 https://github.com/microsoft/vscode-cpptools/releases 2.因为远程连接的服务器操作系统是ubuntu,所以在这里下载的版本是cpptools-linux.vsix 3. ...
分类:
编程语言 时间:
2021-03-05 13:30:15
阅读次数:
0
GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:
其他好文 时间:
2021-03-05 13:25:21
阅读次数:
0