django如何实现websocket django默认是不支持websocket的,只支持http协议 """ 在django中如果想要基于websocket开发项目 你需要安装模块:channles pip3 install channels==2.3 版本不要使用最新的,如果安装最新的可能会自 ...
分类:
Web程序 时间:
2020-02-19 20:45:31
阅读次数:
91
代码发布流程 服务器管理 项目管理 发布任务管理 django+channels发布/部署 python如何操作git 安装 pip3 install gitpython 基本使用 # 从远处仓库下载代码到本地 import os from git.repo import Repo # 创建本地存储 ...
分类:
编程语言 时间:
2020-02-19 20:38:46
阅读次数:
95
报错:Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken…翻译:对于该包的下载地址连接超时,默认的pip源速度太慢了解决方法:使用国内的镜像服务,可以手动指定源国内镜像服务 ...
分类:
编程语言 时间:
2020-02-19 19:04:57
阅读次数:
81
mac上安装virtualenvwrapper和在Linux上有一些小小的不同,经过查阅资料,现记录如下。 1.安装 pip3 install virtualenvwrapper 2.修改个人环境变量配置文件,每次登陆都启动virtualenvwrapper工具 查找virtualenvwrappe ...
分类:
移动开发 时间:
2020-02-18 22:05:17
阅读次数:
132
介绍 Zmail 使得在python3中发送和接受邮件变得更简单。你不需要手动添加服务器地址、端口以及适合的协议,zmail会帮你完成。此外,使用一个python字典来代表邮件内容也更符合直觉 安装 Zmail仅支持python3,不需要任何外部依赖. 不支持python2. pip3 instal ...
分类:
其他好文 时间:
2020-02-17 16:18:49
阅读次数:
115
pip 运行报错: 关于:Fatal error in launcher: Unable to create process using '"e:\python36\python3.exe" "E:\python36\Script\pip3.exe"问题 由于安装tensorflow,下载 了Ana ...
分类:
编程语言 时间:
2020-02-17 15:59:46
阅读次数:
177
pip3版本已经是最新,安装openxl失败,提示 Could not find a version that satisfies the requirement openxl,No matching distribution found for openxl 用以下问答中的第3个答案解决,其他两种 ...
分类:
其他好文 时间:
2020-02-15 23:44:22
阅读次数:
309
log4p可以方便的打印格式化日志,在实际应用时,因没有好好理解官网中的配置文件,导致出错了几次。 现总结如下: 1. 安装 pip3 install log4p 2. 查看配置说明,请参考https://pypi.org/project/log4p/ 3. 配置日志文件每天归档,注意class为 ...
分类:
其他好文 时间:
2020-02-14 12:38:25
阅读次数:
51
1、查看当前的python版本 python -V 2、安装依赖的包 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make yum in ...
分类:
编程语言 时间:
2020-02-12 14:50:52
阅读次数:
96
安装jupyter pip3 install jupyter --default-timeout=1000 -i https://pypi.tuna.tsinghua.edu.cn/simple 使用notebook jupyter notebook ...
分类:
其他好文 时间:
2020-02-10 15:22:10
阅读次数:
65