您已经启动了Ubuntu系统,突然出现了下图所示的黑屏? 它以BusyBox和(initramfs)开头,这是在引导时等待一些命令吗?冷静下来,这很容易修复。由于强制重启在系统中生成了一些错误,因此必须发生此问题。但是,可以使用fsck命令解决这些错误。继续并在下面输入fsck命令:fsck -f ...
分类:
系统相关 时间:
2020-10-06 20:42:39
阅读次数:
33
private void button1_Click(object sender, EventArgs e) { MODI.Document doc = new MODI.Document(); doc.Create("C:\\OCR\\text.jpg"); MODI.Image image; M ...
1.1 初始化系统步骤 在VMware15中安装ubuntu18Ubuntu 18.04 安装 PyCharm:https://blog.csdn.net/qq_15192373/article/details/81091278ubuntu设置静态IP:https://www.jb51.net/ar ...
分类:
系统相关 时间:
2020-10-05 22:29:42
阅读次数:
52
Ubuntu下给MySQL修改root密码 转自:https://www.sunzhongwei.com/set-mysql-root-password-on-ubuntu-1804?from=sidebar_new ubuntu 18.04 上安装 mysql 5.7 之后,默认没有设置 root ...
分类:
数据库 时间:
2020-10-05 21:52:11
阅读次数:
34
grep -R -w -l 'boot' /etc 只显示文件名不显示内容 -R 递归? root@ubuntu:/home/www/apollo/static/js# grep -R -w -l 'Oracle执行统计' ././189.4cc96b6d078107d8613e.js./70.8e ...
分类:
其他好文 时间:
2020-09-24 21:41:08
阅读次数:
42
注: 注意文中的 sha-dow-socks 一、安装 # 更新本地已安装软件 sudo apt-get update sudo apt-get upgrade -y # 安装 python-pip、Sha-dow-socks sudo apt-get install python3-pip -y ...
分类:
系统相关 时间:
2020-09-24 21:32:26
阅读次数:
84
#一、实验环境 Oracle VM VirtualBox 虚拟机环境 ubuntu-16.04.7-desktop-amd64 #二、实验目的 Mininet 安装之后,会连带安装 Open vSwitch,可以直接通过 Python 脚本调用 Open vSwitch 命令,从而直接控制 Open ...
分类:
Web程序 时间:
2020-09-24 21:29:17
阅读次数:
51
当我们自定义ubuntu主机的主机名时,使用sudo执行命令会出现以下提示: unable to resolve host QC 这里假定你的主机名是QC; 以下方式可以消除此提示: 终端打开hosts文件编辑; sudo vim /etc/hosts 检测是以下信息: 127.0.0.1 loca ...
分类:
系统相关 时间:
2020-09-24 20:54:01
阅读次数:
42
下载mongodb源码,并解压: wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.0.11.tgz tar -zxvf mongodb-linux-x86_64-ubuntu1604-4.0.11.tgz ...
分类:
数据库 时间:
2020-09-24 20:47:08
阅读次数:
37
首先创建 itemSpider 在spiders 里面创建 item_spider.py 输入 """ 语言版本: python:3.6.1 scrapy:1.3.3 """ import scrapy import re class itemSpider(scrapy.Spider): name ...
分类:
移动开发 时间:
2020-09-23 23:57:23
阅读次数:
70