12 2020 档案

conda 环境管理
摘要:conda介绍 conda 环境管理和virtualenv、pyenv的功能类似都是对python的环境管理器 coda用于科学计算更多一些,virtualenv、pyenv用于一般业务场景更多一些 coda下载地址国外地址下载较慢 推荐用清华源的下载地址 https://mirrors.tuna. 阅读全文

posted @ 2020-12-23 09:41 星河赵 阅读(178) 评论(0) 推荐(0) 编辑

sublime text3安装插件方法
摘要:1.Open the command palette Win/Linux: ctrl+shift+p, Mac: cmd+shift+p 2.安装Package Control Type Install Package Control, press enter 3.搜索ConvertChineseC 阅读全文

posted @ 2020-12-17 12:25 星河赵 阅读(220) 评论(0) 推荐(0) 编辑

python 协程 gevent安装
摘要:1.正常安装 pip install gevent 类似的安装错误 2.安装错误可以尝试 pip install pip setuptools wheel Cython==3.0.0a10 pip install gevent==20.9.0 --no-build-isolation 阅读全文

posted @ 2020-12-15 14:37 星河赵 阅读(821) 评论(0) 推荐(0) 编辑

Mac OSX 平台安装 MongoDB
摘要:原文连接:https://www.runoob.com/mongodb/mongodb-osx-install.html 从 MongoDB 3.0 版本开始只支持 OS X 10.7 (Lion) 版本及更新版本的系统。 接下来我们使用 curl 命令来下载安装: # 进入 /usr/local 阅读全文

posted @ 2020-12-05 20:50 星河赵 阅读(76) 评论(0) 推荐(0) 编辑

Android配置Charles实现Https调试
摘要:经过这么多年的发展,现在Https基本上已经成为数据通信的标配了。虽然Https有他的优点,但是在App开发过程中的调试也是让人头疼的,因为你看不到他具体的数据。本文主要介绍在Android开发过程中如何配置Charles实现Https调试。 1.在电脑上安装Charles客户端 2.在电脑上安装C 阅读全文

posted @ 2020-12-04 12:22 星河赵 阅读(612) 评论(0) 推荐(0) 编辑

python crontab 编码问题无法输出中文
摘要:编码问题 错误问题如下: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128) 我写的Python程序中输出了一些中文(编码是utf-8),在shell 阅读全文

posted @ 2020-12-03 11:01 星河赵 阅读(560) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示