书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1864 个相关结果.
  • 教程

    教程¶ 教程¶ Contents: 项目布局 应用设置 定义和操作数据库 蓝图和视图 模板 静态文件 博客蓝图 项目可安装化 测试覆盖 部署产品 继续开发! 本教程中我们将会创建一个名为 Flaskr 的具备基本功能的博客应用。应用用户可以注册、登录、发贴和编辑或者删除自己的帖子。可以打包这个应用并且安装到其他电脑上。本文...
  • Using URL Processors

    Using URL Processors Internationalized Application URLs Internationalized Blueprint URLs Using URL Processors Changelog New in version 0.7. Flask 0.7 introduces the concept ...
  • Using URL Processors

    Using URL Processors Internationalized Application URLs Internationalized Blueprint URLs Using URL Processors Changelog New in version 0.7. Flask 0.7 introduces the concept ...
  • Intermediate Usage

    Intermediate Usage Project Structure Use With Blueprints Full Parameter Parsing Example Passing Constructor Parameters Into Resources Table of Contents Related Topics This Pag...
  • Uploading Files

    Uploading Files A Gentle Introduction Improving Uploads Upload Progress Bars An Easier Solution Uploading Files Ah yes, the good old problem of file uploads. The basic idea ...
  • 教程

    教程 教程 Contents: 项目布局 应用设置 定义和操作数据库 蓝图和视图 模板 静态文件 博客蓝图 项目可安装化 测试覆盖 部署产品 继续开发! 本教程中我们将会创建一个名为 Flaskr 的具备基本功能的博客应用。应用用户可以注册、登录、发贴和编辑或者删除自己的帖子。可以打包这个应用并且安装到其他电脑上。 ...
  • Make the Project Installable

    Make the Project Installable Describe the Project Install the Project Make the Project Installable Making your project installable means that you can build a distribution fil...
  • Tutorial

    Tutorial Tutorial Contents: Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the Project ...
  • 基于 Celery 的后台任务

    基于 Celery 的后台任务 安装 配置 一个示例任务 运行 Celery 工人 基于 Celery 的后台任务 如果应用有一个长时间运行的任务,如处理上传数据或者发送电子邮件,而你不想在 请求中等待任务结束,那么可以使用任务队列发送必须的数据给另一个进程。这样就 可以在后台运行任务,立即返回请求。 Celery 是强大的任务队列库,它可以...
  • 基于 Celery 的后台任务

    基于 Celery 的后台任务 安装 配置 一个示例任务 运行 Celery 工人 基于 Celery 的后台任务 如果应用有一个长时间运行的任务,如处理上传数据或者发送电子邮件,而你不想在请求中等待任务结束,那么可以使用任务队列发送必须的数据给另一个进程。这样就可以在后台运行任务,立即返回请求。 Celery 是强大的任务队列库,它可以用...