书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 52519 个相关结果.
  • 第七章 方法(Methods)

    第七章 第七章 方法(Methods) 深入探索
  • 编写测试用例

    编写测试用例 使用 LiveServer 测试 测试 JSON 响应 选择不渲染模板 使用 Twill 测试 SQLAlchemy 编写测试用例 简单地继承 TestCase 的 MyTest: from flask . ext . testing import TestCase class MyTest ( Tes...
  • 蓝图

    蓝图 总结 更多阅读 蓝图 在前面,我们都是把代码写在单一的文件里面,虽然看起来很方便,但也只是供学习的时候用用而已,真正在一个实际项目中,是不应该这样做的,为什么呢? 我们还是从 hello world 开始讲起,新建一个脚本文件,比如 hello.py 。 $ cat hello . py # -*- coding: utf-8...
  • 添加 HTTP 方法重载

    添加 HTTP 方法重载 添加 HTTP 方法重载 一些 HTTP 代理不支持所有 HTTP 方法或者不支持一些较新的 HTTP 方法(例如PACTH )。在这种情况下,可以通过使用完全相反的协议,用一种 HTTP 方法来“代理”另一种 HTTP 方法。 实现的思路是让客户端发送一个 HTTP POST 请求,并设置X-HTTP-Method-Ov...
  • Logging

    Logging Basic Configuration Default Configuration Removing the Default Handler Email Errors to Admins Injecting Request Information Other Libraries Werkzeug Flask Extensions ...
  • Single-Page Applications

    Single-Page Applications Single-Page Applications Flask can be used to serve Single-Page Applications (SPA) by placing static files produced by your frontend framework in a subf...
  • Caching

    Caching Caching When your application runs slow, throw some caches in. Well, at leastit’s the easiest way to speed up things. What does a cache do? Say youhave a function that ...
  • Single-Page Applications

    Single-Page Applications Single-Page Applications Flask can be used to serve Single-Page Applications (SPA) by placing static files produced by your frontend framework in a subf...
  • API

    API API class flask.ext.exceptional.Exceptional(app=None) Extension for tracking application errors with Exceptional. Errors are not tracked if DEBUG is True. The application...
  • 第十三章 Files 与 IO

    第十三章 第十三章 Files 与 IO 深入探索