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

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 枫飞飞 阅读(2543) 评论(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 枫飞飞 阅读(263) 评论(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 枫飞飞 阅读(120) 评论(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 枫飞飞 阅读(2956) 评论(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 枫飞飞 阅读(130620) 评论(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 枫飞飞 阅读(1540) 评论(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 枫飞飞 阅读(4097) 评论(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 枫飞飞 阅读(242) 评论(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 枫飞飞 阅读(1391) 评论(0) 推荐(0)

Ubuntu环境变量——添加与删除

摘要: 注: 1.作者的系统是Ubuntu 13.10,在其他linux发行版中环境变量的设置方式类似但会有不同; 2. 这里以环境变量PATH为例,环境变量还可以有很多,也可以自己定义名称。 什么是环境变量 环境变量一般是指在操作系统中用来指定操作系统运行环境的一些参数,比如临时文件夹位置和系统文件夹位置 阅读全文
posted @ 2018-04-20 10:37 枫飞飞 阅读(5916) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 66 下一页