swiper6和swiper5所需文件所在目录不一样。(懒得截屏说明了,有兴趣的小伙伴可以去试试,图仅展示两个版本的区别)。 本次使用vs cod 中install swiper@5.4.5,会按照swiper6的目录去找文件,会报找不到某个文件的error。 ...
分类:
其他好文 时间:
2021-02-17 14:38:07
阅读次数:
0
Python 部分 依赖库的 pip 安装 创建虚拟环境并进入虚拟环境: conda create --name bundle python=3.7 conda activate bundle 在虚拟环境下: pip install torch 1.3.1 torchvision==0.2.2.po ...
分类:
编程语言 时间:
2021-02-17 14:23:40
阅读次数:
0
与其说是分享, 不如说是祭奠. debug中我犯了好些错误, 浪费了大量时间, 直接说结论, 看链接得到的readelf的结果: Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align LOAD 0x000000 ...
分类:
其他好文 时间:
2021-02-17 14:15:19
阅读次数:
0
1 命令: https://www.cnblogs.com/mmit/p/12639011.html npm i cnpm -g --registry=https://registry.npm.taobao.org cnpm install -g create-react-app create-re ...
分类:
其他好文 时间:
2021-02-17 14:10:02
阅读次数:
0
1.打开windows 控制面板 2.输入 vue create -p dcloudio/uni-preset-vue test 3.开始弄npm run serve 如果新增加的页面中用了scss 需要手动安装 npm install -D sass-loader@7.x 如果用版本太高了 会导致 ...
分类:
移动开发 时间:
2021-02-17 14:05:32
阅读次数:
0
# Author:Winter Liu is coming!import cv2 as cvimport numpy as npimport pytesseract # 预处理,高斯滤波(用处不大),4次开操作# 过滤轮廓唯一def contour_demo(img): gray = cv.cvtC ...
分类:
编程语言 时间:
2021-02-17 14:01:12
阅读次数:
0
问题描述 在使用 Selenium 进行自动化测试时,产生如下错误: Caught: org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <span style="displ ...
分类:
其他好文 时间:
2021-02-16 12:44:57
阅读次数:
0
xpath解析:最常用且最便捷高效的一种解析方式,通用性 -xpath解析原理: -1、实例化一个etree的对象,且需要将被解析的页面源码数据加载到该对象中。 -2、调用etree对象中的xpath方法结合这xpath表达式实现标签的定位和内容的捕获 -环境的安装: -pip install lx ...
分类:
编程语言 时间:
2021-02-16 12:20:18
阅读次数:
0
NMP = Nginx/MySQL/PHP Installation steps of the Nginx 我这里使用 v1.4.4 wget -c http://nginx.org/download/nginx-1.4.4.tar.gz install tar -zxvf nginx-1.7.4. ...
分类:
其他好文 时间:
2021-02-16 12:17:27
阅读次数:
0
因为重装了系统,所以记录下安装的软件。 【emacs】 【homebrew】 1.brew install和brew cask install的区别 https://zhuanlan.zhihu.com/p/138059447 2.全网最方便的homebrew安装 https://zhuanlan. ...
分类:
其他好文 时间:
2021-02-16 12:11:16
阅读次数:
0