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
                             
                    
                        
                            
                            
                                    论文地址: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 django默认是不支持websocket,只支持http协议 在django中如果想要基于websocket开发项目 你需要安装模块:channles pip3 install channels==2.3 版本不要使用最新的,如果安装最新的可能会自动把你的d ...
                            
                            
                                分类:
Web程序   时间:
2020-02-19 23:58:06   
                                阅读次数:
139
                             
                    
                        
                            
                            
                                    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
                             
                    
                        
                            
                            
                                    说明:所报错误如下,并不是出现time out的情况,而是SSLError(下面红字标出),请先查看自己的是不是也是这种错误。 Loading channels: failed Conda HTTPError: HTTP 000 CONNECTION FAILED for url <https:// ...
                            
                            
                         
                    
                        
                            
                            
                                    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
                             
                    
                        
                            
                            
                                    1.Anaconda安装 2.更新包 添加清华源 换回官方源 检查源 查看jupyter版本 ...
                            
                            
                                分类:
编程语言   时间:
2020-02-15 19:06:30   
                                阅读次数:
70
                             
                    
                        
                            
                            
                                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