书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 7676 个相关结果.
  • Deploy!

    Deploy! Git Starting our Git repository Pushing your code to GitHub Setting up our blog on PythonAnywhere Sign up for a PythonAnywhere account Configuring our site on PythonAn...
  • 4.展示一个页面

    展示一个页面 路由和视图函数 蓝图 说明 展示一个页面 前面一章介绍项目结构 的时候,很粗略地讲了下如何将rss的文章内容在网页上进行展示。 相信你应该已经了解清楚,sanic 是怎么接收请求并返回被请求的资源的,简单来说概括如下: 接收请求 找到对应的路由并执行路由对应的视图函数 Jinja2 模板渲染返回视图 路由和视图函数 在...
  • Writing your first patch for Django

    Writing your first patch for Django Introduction Who’s this tutorial for? What does this tutorial cover? Code of Conduct Installing Git Getting a copy of Django’s development ...
  • Divide Opacity

    Divide Opacity Class reference Usage Responsive Customizing Responsive and pseudo-class variants Disabling Divide Opacity Tailwind CSS version v1.4.0+ Utilities for con...
  • Upgrading from 2.1.x and Django 1.2.x

    Upgrading from 2.1.x and Django 1.2.x Upgrading dependencies Updates to settings.py Template Updates Database Updates Static Media Upgrading from 2.1.x and Django 1.2.x U...
  • 3.7.0 release notes

    3.7.0 release notes What’s new in 3.7.0 Improvements and new features How to upgrade to 3.7 Create a new django CMS 3.7 project On the Divio Cloud Using the django CMS Installe...
  • 8.3. Translator Testing

    489 2020-01-06 《C2Rust Manual》
    Adding a test case Running the tests What happens under the hood Adding a test case To add a new test case, simply create a new .c file. For example: void example ( unsign...
  • Protobuf

    Protobuf Example: Load Protobuf messages from Kafka Proto file Descriptor file Create Kafka Supervisor Adding Protobuf messages to Kafka Generating the example files metrics.d...
  • 8 模块

    模块 模块 在计算机程序的开发过程中,随着程序代码越写越多,在一个文件里代码就会越来越长,越来越不容易维护。 为了编写可维护的代码,我们把很多函数分组,分别放到不同的文件里,这样,每个文件包含的代码就相对较少,很多编程语言都采用这种组织代码的方式。在Python中,一个.py文件就称之为一个模块(Module)。 使用模块有什么好处? 最大的好...
  • TCollector

    TCollector writing Prerequisites Configuration steps Configuring taosAdapter Configuring TCollector Verification method TCollector writing TCollector is part of openTSDB an...