编程悟道

Results 17 issues of 编程悟道

Add Chinese translation of README.md,In order to facilitate most developers in China, I hope that you can accept this request.

``` File "./weixin_bot.py", line 5, in from wechat import WeChat File "/weixin_bot/wechat/__init__.py", line 4, in from wechat import WeChat File "/weixin_bot/wechat/wechat.py", line 5, in from utils import * File "/weixin_bot/wechat/utils.py",...

version diff ### 0.62 ``` export type PressabilityConfig = $ReadOnly ?EdgeInsetsProp, /** * Returns the duration to wait after hover in before activation. */ getHoverInDelayMS?: ?() => ?number, /** *...

// Skip smudge - We'll download binary files later in a faster batch `git lfs install --skip-smudge` // Do git clone here `git clone ...` // Fetch all the binary...

帮助通告
问题

## Fix ### 安装 zlib ```shell brew install zlib ``` ### 添加如下内容到 `~/.zshrc` (如果存在zsh) > the following content partly from the output of `brew install zlib` **DO NOT FORGET TO...

帮助通告

> 显示图像是空白,鼠标在上面滚动一下 就会报错 ![image](https://user-images.githubusercontent.com/8823477/54410152-38928800-4725-11e9-86ad-0a742faa9a00.png) 报错日志如下: > 环境: `pipenv` `pyenv` ## 错误日志 ```python Traceback (most recent call last): File "demo4.py", line 103, in create_word_cloud(all_word) File "demo4.py", line 66, in create_word_cloud plt.show()...

The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python...

帮助通告

原因在于 Pipfile 文件中指定使用官方源锁定依赖,导致速度过慢,解决方案自然是更换国内源。 `清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/ ` 更改文件 `Pipfile` 替换 ` url = "https://pypi.org/simple"` 为 `url = "https://pypi.tuna.tsinghua.edu.cn/simple/"`

帮助通告

https://github.com/pyenv/pyenv/wiki/common-build-problems

帮助通告