logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用lxml解析本地html文件报错?

使用 lxml 中的 parse 方法读取本地 html 文件报错,遇到这种问题该怎么解决呢?

文章图片
#html
Python报错:error: command ‘/usr/bin/gcc‘ failed with exit code 1

前言平时我们在Linux服务器上使用pip安装一些Python依赖包的时候偶尔会遇到如下所示的报错:...#include "Python.h"^~~~~~~~~~compilation terminated.error: command '/usr/bin/gcc' failed with exit code 1...常见的如安装uWSGI和mysqlclient都会出现类似报错,那么遇到这种情

#pip
本地文件上传云服务器的教程

本文介绍几种常见的方法,把文件上传到Linux服务器中!常见有使用:scp命令、xshell软件里的xftp程序、U盘挂载、服务器自带的lrzsz程序。一、scp使用说明:1、把本机的文件传给目的服务器:scp car.txt root@192.168.1.147:/home备注:把本机car.txt拷贝到147这台服务器的home目录下,需要提供147的密码2、在本机上执行...

PowerShell报错:无法加载文件C:\Users\server\Documents\windowsPowerShell\profile.ps1...

前言在安装过Anaconda后使用PowerShell报错:报错原因PowerShell默认禁止运行脚本,但是因为安装Anaconda后再启动PowerShell时需要运行脚本,所以会报错。可以通过在PowerShell中执行 get-ExecutionPolicy 语句验证这点,如图:表示在PowerShell中运行脚本是禁止的解决方案(步骤)“以管理员身份运行”PowerShell,如图:在P

文章图片
Python报错:error: command ‘/usr/bin/gcc‘ failed with exit code 1

前言平时我们在Linux服务器上使用pip安装一些Python依赖包的时候偶尔会遇到如下所示的报错:...#include "Python.h"^~~~~~~~~~compilation terminated.error: command '/usr/bin/gcc' failed with exit code 1...常见的如安装uWSGI和mysqlclient都会出现类似报错,那么遇到这种情

#pip
Python报错:error: command ‘/usr/bin/gcc‘ failed with exit code 1

前言平时我们在Linux服务器上使用pip安装一些Python依赖包的时候偶尔会遇到如下所示的报错:...#include "Python.h"^~~~~~~~~~compilation terminated.error: command '/usr/bin/gcc' failed with exit code 1...常见的如安装uWSGI和mysqlclient都会出现类似报错,那么遇到这种情

#pip
Python报错:error: command ‘/usr/bin/gcc‘ failed with exit code 1

前言平时我们在Linux服务器上使用pip安装一些Python依赖包的时候偶尔会遇到如下所示的报错:...#include "Python.h"^~~~~~~~~~compilation terminated.error: command '/usr/bin/gcc' failed with exit code 1...常见的如安装uWSGI和mysqlclient都会出现类似报错,那么遇到这种情

#pip
uiautomateviewer报错:com.android.ddmlib.SyncException: Remote object doesn‘t exist!

前言:使用uiautomateviewer定位元素,在给设备屏幕截图时报错:Error obtaining Ul hierarchyReason:Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException: Remote object doesn't exist!环境:JDK版本:jdk-8u291-w

宝塔下安装MongoDB后无法启动?

配置环境MongoDB:v4.4.6Linux:CentOS 8.3问题描述最开始是发现在宝塔下“软件商店”里升级MongoDB无法成功,于是我就将老版本的MongoDB在宝塔下的“软件商店”里卸载了,然后又在宝塔下的“软件商店”里重装了一遍,这个时候发现虽然MongoDB版本成功升级了,但是出现了一个新的问题:安装的MongoDB无法启动,点击启动只是闪一下,然后发现还是没有启动。报错日志截图如

文章图片
Python报错:error: command ‘/usr/bin/gcc‘ failed with exit code 1

前言平时我们在Linux服务器上使用pip安装一些Python依赖包的时候偶尔会遇到如下所示的报错:...#include "Python.h"^~~~~~~~~~compilation terminated.error: command '/usr/bin/gcc' failed with exit code 1...常见的如安装uWSGI和mysqlclient都会出现类似报错,那么遇到这种情

到底了