安装 sudo add-apt-repository ppa:gerardpuig/ppa sudo apt update sudo apt install ubuntu-cleaner 卸载: sudo apt remove ubuntu-cleaner && sudo apt autoremov ...
分类:
系统相关 时间:
2020-07-05 13:55:34
阅读次数:
198
爬虫分为几大方向,WEB网页数据抓取、App数据抓取、软件系统数据抓取。本课程主要为同学讲解如何用Python实现App数据抓取,课程从开发环境搭建,App爬虫必备利器详解,项目实战,到最后的多App端数据抓取项目集成,到实现数据实时展示,让你掌握App数据抓取的技能,向更优秀的Python爬虫工程 ...
分类:
移动开发 时间:
2020-07-05 10:24:36
阅读次数:
410
缓存查看: https://webcache.googleusercontent.com/search?q=cache:ZT0TPl2lQhgJ:https://www.xmind.net/download/previous/+&cd=2&hl=zh-CN&ct=clnk 下载路径: http:// ...
分类:
系统相关 时间:
2020-07-05 00:50:35
阅读次数:
109
1、安装宝塔 #CentOS系统 wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh #Ubuntu系统 wget -O install.sh http://download.bt.cn/i ...
分类:
Web程序 时间:
2020-07-05 00:21:57
阅读次数:
203
今天在Ubuntu系统中,需要在同一个系统的两个不同VNC窗口中分别开启Firefox,可是被报错了,如下图所示 ?Firefox报错信息 Firefox is already running, but is not responding. To open a new window,you must ...
分类:
系统相关 时间:
2020-07-04 22:27:00
阅读次数:
122
网上的入门教程一大堆,搬来搬去,错漏百出,故出此教程 1.下载erlang安装包(先去看下要下载的rabbitmq的版本以及匹配的erlang版本) erlang下载地址:https://www.erlang-solutions.com/resources/download.html 下载好安装包上 ...
分类:
系统相关 时间:
2020-07-04 20:59:32
阅读次数:
84
在ubuntu安装nvidia显卡驱动报错 输入命令,按build-essential解决了 sudo apt-get install build-essential ...
分类:
系统相关 时间:
2020-07-04 20:47:05
阅读次数:
172
说明:此方法适用于Debian、Ubuntu等带apt工具的操作系统。 sudo apt-get autoremove --purge 软件名 # 命令&参数解释: # sudo——获取 root 权限 # apt-get——执行安装卸载功能的软件 # autoremove——告诉apt-get 我 ...
分类:
其他好文 时间:
2020-07-04 20:34:48
阅读次数:
76
ubuntu16.04 1.制作安装启动U盘 UltraISO 启动 写入硬盘映像 如果写入方式选择USB-HDD+或者USB-HDD无法启动,那就把写入方式换成RAW。 隐藏启动分区选择--写入新的驱动器引导扇区--Syslinux 2.安装 如果英语不是非常厉害,就不要折腾,选择中文。 分区:个 ...
分类:
系统相关 时间:
2020-07-04 18:55:25
阅读次数:
104
首先你需要安装Ubuntu子系统,安装方法点击这里,安装完成后再进行下面的步骤. 安装宝塔面板 输入命令 wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 等待 ...