码迷,mamicode.com
首页 >  
搜索关键字:channels    ( 630个结果
python 中pip配置清华源
python 中pip配置清华源 命令: pip install https://codeload.github.com/sshwsfc/xadmin/zip/django2 anaconda配置镜像 Mac and Linux conda config --add channels https:/ ...
分类:编程语言   时间:2020-03-03 00:34:49    阅读次数:110
记录和收藏一些换源的网站,以便日后复制粘贴
conda 换源 conda config --remove-key channels 换源default源 (1)清华源(TUNA) conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/fre ...
分类:Web程序   时间:2020-02-24 16:51:12    阅读次数:94
DB:Real-time Scene Text Detection with Differentiable Binarization 一些问题
论文地址:https://link.zhihu.com/?target=https%3A//arxiv.org/pdf/1911.08947.pdf github:https://github.com/MhLiao/DB 捣鼓DB有一段时间了,年前开始就训练了。 问题1:不收敛,原来是我的数据标签有 ...
分类:数据库   时间:2020-02-20 22:26:38    阅读次数:134
代码发布项目(二)——django实现websocket(使用channels)、基于channels实现群聊功能、gojs插件、paramiko模块
一、django实现websocket django默认是不支持websocket,只支持http协议 在django中如果想要基于websocket开发项目 你需要安装模块:channles pip3 install channels==2.3 版本不要使用最新的,如果安装最新的可能会自动把你的d ...
分类:Web程序   时间:2020-02-19 23:58:06    阅读次数:139
django实现websocket,gojs,paramiko模块
django如何实现websocket django默认是不支持websocket的,只支持http协议 """ 在django中如果想要基于websocket开发项目 你需要安装模块:channles pip3 install channels==2.3 版本不要使用最新的,如果安装最新的可能会自 ...
分类:Web程序   时间:2020-02-19 20:45:31    阅读次数:91
python操作git,代码发布流程
代码发布流程 服务器管理 项目管理 发布任务管理 django+channels发布/部署 python如何操作git 安装 pip3 install gitpython 基本使用 # 从远处仓库下载代码到本地 import os from git.repo import Repo # 创建本地存储 ...
分类:编程语言   时间:2020-02-19 20:38:46    阅读次数:95
Window10中Anaconda安装第三方库出现HTTPError和SSLError( HTTP 000 CONNECTION FAILED for url)解决办法
说明:所报错误如下,并不是出现time out的情况,而是SSLError(下面红字标出),请先查看自己的是不是也是这种错误。 Loading channels: failed Conda HTTPError: HTTP 000 CONNECTION FAILED for url <https:// ...
分类:Windows程序   时间:2020-02-19 05:47:14    阅读次数:102
清华大学镜像安装pytorch1.4
1.添加清华通道 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua ...
分类:其他好文   时间:2020-02-17 20:14:20    阅读次数:2350
python环境搭建
1.Anaconda安装 2.更新包 添加清华源 换回官方源 检查源 查看jupyter版本 ...
分类:编程语言   时间:2020-02-15 19:06:30    阅读次数:70
(02)Flume安装及其启动
1、将文件解压到/usr/local [root@localhost src]# tar -zxvf apache-flume-1.6.0-bin.tar.gz -C /usr/local/ 2、创建flume-env.sh文件,并设置jdk路径 [root@localhost local]# cp ...
分类:Web程序   时间:2020-02-13 15:09:49    阅读次数:105
630条   上一页 1 ... 6 7 8 9 10 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!