logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it‘s not in your PATH

OCR识别时,出现 pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your PATH,找到下载的可执行文件,安装修改文件

文章图片
#python
日常报错 TypeError: Cannot create a consistent method resolution

今天在学习使用Ctrl+H、Ctrl+Shift+H的用处时,随便写了几个类的继承举例来测试,结果运行一下出现报错了TypeError: Cannot create a consistent method resolution无法创建一致的方法解析修正后代码截图如下:定位到报错的位置,改了一些继承类A、B的顺序就好了。究其原因:类C想要继承A和B,由于B已经继承A了,写成class ...

基于华三交换机,限制其他网段的IP访问

工作中常需要对某些网段的用户进行管理,需要对部分ip地址进行保护,只有开放了权限的用户才能访问受保护的ip。

#网络
Git:常见操作

Git在多人一起开发写代码时,平时常用的git协作流程是比较固定的:现在使用的是GitLab,发现这个工具真的是很好用啊,习惯了这个版本代码管理工具后,真心喜欢,想到以前单纯的使用git包括Gerrit真的是太low了。不过GitLab在版本控制代码方面也是基于git的,平时我们是这样来工作的:遇到新的任务时,先新建一个议题Issue,它会自动创建一个分支,暂且记为branch1在该议题...

python中的requests,response.text与response.content及其编码

requestsimport requestsresponse=requests.get(“http://www.baidu.com/“)一、response的属性:print(response)#response.status_codehttp请求的返回状态,2XX 表示连接成功,3XX 表示跳转 ,4XX 客户端错误 , 500 服务器错误...

#python
Python2 的 unicode (u‘\xxxx‘) 转为对人友好、可读的 utf8

有时候使用 Python2 写的文件内容,会出现以下这种编码,几乎读不懂是什么意思:u'\u7b2c\u4e09\u5e1d\u56fd\u7684\u5174\u4ea1-\u7eb3\u7cb9\u5fb7\u56fd\u53f2.pdf'可以通过 Python3 转一下就对人友好了。C:\Users\John>pythonPython 3.6.0 (v3.6.0:41df79263a1

#python
Kubernetes 入门

学习 Kubernetes 最基础知识

#kubernetes#docker#容器
Appium Inspector: Failed to create session. The requested resource could not be found

Failed to create session. The requested resource could not be found, or request was received using an HTTP method that is not supported by the mapped resource

    共 12 条
  • 1
  • 2
  • 请选择