logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

git clone时出现"fatal: destination path 'spiders' already exists and is not an empty directory."的解决办法

今天在windows使用 git clone 代码时,遇到了如下错误fatal: destination path 'spiders' already exists and is not an empty directory.按照我的理解就是目标路径已经存在并且不是个空目录,但是吧,我在文件夹下并没有看到任何文件,然后我就百度了一番,果然,在这个文件夹下是有隐藏文件的然后我打开 工...

cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:352: error:

运行环境:python 3.6.0初学 opencv,看着程序跟书本都一样啊,突然报了以下错误Traceback (most recent call last):File "E:/Python/Projects/week1/不是闹着玩儿嘞/example/test.py", line 3550, in <module>cv.imshow("image", im...

python 获取鼠标的实时位置

运行环境 : python 3.6.01. 安装第三方库pyautogui1) 官方库pip install pyautogui2) 或者从清华镜像或者从其他镜像安装pip -i https://pypi.tuna.tsinghua.edu.cn/simple install pyautogui2. 编写执行程序# -*- encoding: utf-8...

#python
HTTPSConnectionPool(host='xxxxx', port=443): Max retries exceeded with url:xxxxxxxx (Caused by Ne...

requests.exceptions.ConnectionError:HTTPSConnectionPool(host='baike.baidu.com',port=443): Maxretriesexceededwithurl:https://baike.baidu.com/item/%E5%88%98%E5%BE%B7%E5%8D%8E/114923 (Causedby...

前端JS、nodejs、和JS有什么区别?

前端的JS = 标准JS + webAPIwebAPI参阅MDNnodejs = 标准JS + 一些系统相关的API具体参阅node文档下面的代码可以在浏览器或者node中执行var a = new Date()let b = Promise.reject()下面代码只能在node中执行的console.log(__dirname)下面代码只能在浏览器中执行的...

linux卸载Python3

卸载Python3:1、卸载python3rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 卸载pyhton32、whereis python3 |xargs rm -frv 删除所有残余文件成功卸载!3、whereis python 查看现有安装的python...

pyspider 爬取去哪儿旅游攻略

创建就不说了,直接撸代码运行环境:python 3.6.0#!/usr/bin/env python# -*- encoding: utf-8 -*-# Created on 2019-04-01 22:30:10# Project: qunarfrom pyspider.libs.base_handler import *class Handler(BaseHandle...

PyCharm自动补全有缺陷 ? PyCharm不够 , aiXcoder来凑

工具准备 :PyCharm IDEaiXcoder 安装包PyCharm 下载地址 :http://www.jetbrains.com/pycharm/download/aiXcoder 下载地址 :https://www.aixcoder.com/#/我是做 Python开发的 , 一直在用PyCharm , 我自己平是用 PyCharm ...

到底了