Flask框架是一个扩展性非常强的框架,所以导致它有非常多的扩展包。这些扩展包的功能都很强大。本节主要汇总一些常用的扩展包。 一、 Flask-Script pip install flask-script 作用: 1. 可以让我们通过命令行的方式启动服务器,还可以手动指定参数,如ip,port。 ...
分类:
编程语言 时间:
2018-05-26 10:46:53
阅读次数:
419
错误: 解决方案: 使用镜像:pip install xxxx -i https://pypi.douban.com/simple 如:pip3 install --upgrade tensorflow -i https://pypi.douban.com/simple 错误信息: Tracebac ...
分类:
编程语言 时间:
2018-05-24 20:43:11
阅读次数:
1319
Install python package with proxy sudo pip install python-magic --proxy=https://your-proxy.com 2.No distributions at all found for autopep8 Upgrade pi ...
分类:
编程语言 时间:
2018-05-23 13:45:28
阅读次数:
222
Upgradegnugkfrom4.7to4.9onubuntu16.04.4(LTS)背景我之前使用了gnugk来解决和h323穿透NAT问题,可以参考这篇【历史博客】今天看到gnugk已经更新到了4.9了,fix了不少BUG,而我目前还是用的4.7。操作系统已经升级到了16.04.04,怕有模组或者组件缺失,还是先找vagrant起了台默认安装的ubuntu16.04.04计算机测试下。找找依
分类:
系统相关 时间:
2018-05-23 11:55:31
阅读次数:
231
在升级https的过程中,出现如下问题: Mixed Content: The page at 'https://www.xxx.com/denglu.html' was loaded over HTTPS, but requested an insecure script 'http://qzon ...
分类:
Web程序 时间:
2018-05-22 20:38:28
阅读次数:
14454
总计:113 MIs this ok [y/d/N]: yDownloading packages:Delta RPMs disabled because /usr/bin/applydeltarpm not installed.Running transaction checkRunning tr ...
分类:
移动开发 时间:
2018-05-22 15:55:14
阅读次数:
1357
添加插件后出现异常 解决方案是: react-native upgrade 更新代码 ...
分类:
其他好文 时间:
2018-05-21 16:15:42
阅读次数:
439
最近有不少同学在使用pip安装python包的时候,经常会出现以下类似的错误: 出现这个错误的原因是python.org已经不支持TLSv1.0和TLSv1.1了。更新pip可以解决这个问题。但是如果使用传统的python -m pip install --upgrade pip的方式,还是会出现那 ...
分类:
其他好文 时间:
2018-05-21 12:20:26
阅读次数:
583
在windows下的ubuntu子系统中安装PHP的swoole扩展和easyswoole框架 ...
分类:
Windows程序 时间:
2018-05-21 01:00:11
阅读次数:
2112
echo “/usr/openv/upgrade” >exclude_file tar -cv -X ./exclude_file -f /usr/openv/upgrade/before_upgrade.tar /usr/openv 不同操作系统tar的语法略有差异,上述命令在AIX, Linux ...
分类:
其他好文 时间:
2018-05-20 18:02:59
阅读次数:
230