书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 762 个相关结果.
  • Low Level API

    Low Level API Low Level API The low level API exposes functionality that can be useful to understand someimplementation details, debugging purposes or advanced extension techn...
  • 表单渲染 API

    表单渲染 API 低级渲染 API 内置模板表单渲染器 DjangoTemplates Jinja2 TemplatesSetting 表单集模板中可用的上下文 表单模板中可用的上下文 部件模板中可用的上下文 覆盖内置的表单集模板 覆盖内置表单模板 覆盖内置部件模板 表单渲染 API Django 的表单部件是使用 Djan...
  • Embedding an application in uWSGI

    Embedding an application in uWSGI Step 1: creating the build profile Step 2: embedding the config file Step 3: embedding flask itself Step 4: adding templates Embedding an ...
  • Bytecode Cache

    Bytecode Cache Bytecode Cache Jinja 2.1 and higher support external bytecode caching. Bytecode caches makeit possible to store the generated bytecode on the file system or a di...
  • OpenSUSE

    openSUSE Leap 15.2 and Tumbleweed openSUSE Leap 15.2 and Tumbleweed openSUSE Leap installation Notes: Install Ansible sudo zypper ref sudo zypper - n install ansible ...
  • Other Tools And Programs

    Other Tools And Programs Popular Editors Atom Emacs PyCharm Sublime Visual Studio Code vim Development Tools Finding related issues and PRs Tools for Validating Playbooks ...
  • 模板

    模板 Jinja 设置 标准环境 控制自动转义 注册过滤器 环境处理器 模板 Flask 使用 Jinja2 作为默认模板引擎。你完全可以使用其它模板引擎。但是不 管你使用哪种模板引擎,都必须安装 Jinja2 。因为使用 Jinja2 可以让 Flask 使用更多依赖于这个模板引擎的扩展。 本文只是简单介绍如何在 Flask 中使用 Ji...
  • 常见问题

    常见问题 为什么叫做 Jinja ? 它有多快? Jinja2 与 Django 兼容性如何? 把逻辑放在模板里是不是个可怕的主意? 为什么自动转义不默认开启? 为什么上下文是不可修改的? 加速模块是什么和为什么缺失它? 我的回溯看起来很怪异。发生了什么? 为什么没有 Python 2.3 支持? 我的宏被什么东西给覆盖了 常见问...
  • Templates

    Templates Install dependencies Using Jinja2Templates Writing templates Templates and static files More details Templates Warning The current page still doesn’t have a tra...
  • 翻译应用

    翻译应用 翻译应用 首先你需要用 gettext() 或者 ngettext() 在你的应用中标记你要翻译的所有字符串。在这之后,是时候创建一个 .pot 文件。一个 .pot 文件包含所有的字符串,并且它是一个 .po 文件的模板,.po 文件包含已经翻译的字符串。Babel 可以为你做所有的这一切。 首先你必须进入到你的应用所在...