一、windows平台 在Windows平台中利用Python来制作二维码,我在本机安装了Python3.4,大家可以按需安装相应的版本。 (1)制作默认样式的二维码 制作默认样式的二维码,只需要安装qrcode和image包就可以了。 安装qrcode 我们可以看到,qrcode模块依赖six和c ...
分类:
其他好文 时间:
2020-04-02 18:21:59
阅读次数:
80
按照jumpserver官方提供的安装文档操作,一步一步执行到pip install -r requirements.txt这一步报错众多,汇总了在安装遇到的所有问题,requirements.txt文件内容是对一些安装包的版本要求。 错误1:提示six版本不匹配 ERROR: Could not ...
分类:
其他好文 时间:
2020-03-31 19:20:40
阅读次数:
142
python3+Django3 请使用 from six import python_2_unicode_compatible替代 from django.utils.encoding import python_2_unicode_compatible ...
分类:
编程语言 时间:
2020-03-21 16:34:25
阅读次数:
355
首先下载项目 https://github.com/aleju/imgaug 然后建立conda独立环境 conda install six numpy scipy Pillow matplotlib scikit-image imageio conda install -c menpo openc ...
分类:
其他好文 时间:
2020-03-02 23:05:53
阅读次数:
373
There are six items related to the needleless endovascular catheter system mentioned in the 2017 CDC / HICPAC Intravascular Catheter Related Infection ...
分类:
其他好文 时间:
2020-02-27 13:29:16
阅读次数:
85
You are given an array aa consisting of nn integers. Each aiai is one of the six following numbers: 4,8,15,16,23,424,8,15,16,23,42. Your task is to re ...
分类:
其他好文 时间:
2020-02-21 20:08:05
阅读次数:
43
今天看到原来下载的tf源码的目标检测源码中test的代码不知道跑哪儿去了,这里记录一下。。。 Imports import numpy as np import os import six.moves.urllib as urllib import sys import tarfile import ...
分类:
其他好文 时间:
2020-02-16 20:19:17
阅读次数:
189
Flume 官网下载 Flume1.7.0 安装文件,下载地址如下: http://www.apache.org/dyn/closer.lua/flume/1.7.0/apache-flume-1.7.0-bin.tar.gz 下载后,把 Flume1.7.0 安装到 Linux 系统的“/usr/ ...
分类:
其他好文 时间:
2020-02-06 20:19:45
阅读次数:
95
原创cube_six_hujw 最后发布于2018-03-02 11:46:06 概述:跨操作系统平台数据库迁移,windows to linux 步骤记录; 实验步骤: (一)、linux平台安装好数据库软件及配置好监听; (二)、备份windows数据库; (三)、linux平台进行数据库恢复操 ...
分类:
数据库 时间:
2020-01-21 13:37:41
阅读次数:
95
打开six的介绍,可以看到:six是为了解决Python2 和 Python3 代码兼容性而产生的,众所周知 Python 2 和 Python 3 版本的分裂给 Python 开发者们带来了很大的烦恼,为了使代码同时兼容两个版本,往往要增加大量的代码,典型的就有urllib部分方法不兼容。 所以, ...
分类:
编程语言 时间:
2020-01-09 13:04:14
阅读次数:
66