上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 66 下一页

Python yield 使用浅析

摘要: 以下是基于python2的 https://www.ibm.com/developerworks/cn/opensource/os-cn-python-yield/ python3中yield还可以做协程 python3中range()已经替代了xrange()的功能了 阅读全文
posted @ 2018-04-26 11:53 枫飞飞 阅读(152) 评论(0) 推荐(0)

flask中db.init_app(app)讲解

摘要: http://www.pythondoc.com/flask/extensiondev.html http://www.pythondoc.com/flask/extensiondev.html#flask 阅读全文
posted @ 2018-04-26 11:05 枫飞飞 阅读(2537) 评论(0) 推荐(0)

Python 装饰器装饰类中的方法

摘要: https://blog.csdn.net/hesi9555/article/details/70224911 title: Python 装饰器装饰类中的方法comments: truedate: 2017-04-17 20:44:31tags: ['Python', 'Decorate']cat 阅读全文
posted @ 2018-04-25 18:46 枫飞飞 阅读(259) 评论(0) 推荐(0)

flask快速入门

摘要: http://docs.jinkan.org/docs/flask/quickstart.html#sessions http://docs.jinkan.org/docs/flask/config.html#id2 阅读全文
posted @ 2018-04-25 17:31 枫飞飞 阅读(118) 评论(0) 推荐(0)

数字签名中公钥和私钥是什么?对称加密与非对称加密,以及RSA的原理

摘要: http://baijiahao.baidu.com/s?id=1581684919791448393&wfr=spider&for=pc https://blog.csdn.net/u014079662/article/details/61169607 一 , 概述 在现代密码学诞生以前,就已经有 阅读全文
posted @ 2018-04-23 18:50 枫飞飞 阅读(2940) 评论(0) 推荐(0)

Nginx安装及配置详解

摘要: 转自:https://www.cnblogs.com/zhouxinfei/p/7862285.html nginx概述 nginx是一款自由的、开源的、高性能的HTTP服务器和反向代理服务器;同时也是一个IMAP、POP3、SMTP代理服务器;nginx可以作为一个HTTP服务器进行网站的发布处理 阅读全文
posted @ 2018-04-20 18:01 枫飞飞 阅读(130525) 评论(6) 推荐(24)

python重定向sys.stdin、sys.stdout和sys.stderr

摘要: 转自:https://www.cnblogs.com/guyuyuan/p/6885448.html 标准输入、标准输出和错误输出。 标准输入:一般是键盘。stdin对象为解释器提供输入字符流,一般使用raw_input()和input()函数。 例如:让用户输入信息(Python环境为2.x): 阅读全文
posted @ 2018-04-20 12:54 枫飞飞 阅读(1531) 评论(0) 推荐(0)

python之sys.stdout、sys.stdin以及设置打印到日志文件等

摘要: 转自:https://www.cnblogs.com/BigFishFly/p/6622784.html python之sys.stdout、sys.stdin 转自:http://www.cnblogs.com/turtle-fly/p/3280519.html 本文环境:Python 2.7 使 阅读全文
posted @ 2018-04-20 12:38 枫飞飞 阅读(4087) 评论(0) 推荐(0)

python的sys模块

摘要: 转自:https://blog.csdn.net/zyc_love_study/article/details/78983817 python版本: Python 2.7.6 1: sys是python自带模块. 利用 import 语句输入sys 模块。 当执行import sys后, pytho 阅读全文
posted @ 2018-04-20 11:45 枫飞飞 阅读(233) 评论(0) 推荐(0)

python永久添加环境变量

摘要: 转自:https://www.cnblogs.com/hujq1029/p/7133237.html 这是添加pythonpath环境变量 import sys sys.path 系统环境是一个list,可以将自己需要的库添加进入,例如mysql库,hive库等等。有三种方式添加,均验证通过: 1 阅读全文
posted @ 2018-04-20 11:24 枫飞飞 阅读(1382) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 66 下一页