Tornado 6.5 Documentation
all keyword arguments that set_cookie does. Deprecated since version 6.3: The increasingly complex rules governing cookies have made it impossible for a clear_all_cookies method to work reliably since all (PathMatches(regexp), target). A common routing target is a RequestHandler subclass, but you can also use lists of rules as a target, which create a nested routing configuration: application = web.Application([ (HostMatches("example and ReversibleRouter interfaces and can be used for creating rule-based routing configurations. Rules are instances of Rule class. They contain a Matcher, which provides the logic for determining whether0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.5 Documentation
Router.find_handler() ReversibleRouter ReversibleRouter.reverse_url() RuleRouter RuleRouter.add_rules() RuleRouter.process_rule() RuleRouter.get_target_delegate() ReversibleRuleRouter Rule Matcher Matcher all keyword arguments that set_cookie does. Deprecated since version 6.3: The increasingly complex rules governing cookies have made it impossible for a clear_all_cookies method to work reliably since all (PathMatches(regexp), target). A common routing target is a RequestHandler subclass, but you can also use lists of rules as a target, which create a nested routing configuration: application = web.Application([ (0 码力 | 437 页 | 405.14 KB | 2 月前3Rust 程序设计语言 简体中文版 1.85.0
的历史是因为更多的明确的模式被合并和添加到编译器中是完全可能 的。未来可能只需要更少的生命周期注解。 被编码进 Rust 引用分析的模式被称为 生命周期省略规则(lifetime elision rules)。这并不是需 要程序员遵守的规则;这些规则是一系列特定的场景,此时编译器会考虑,如果代码符合这些 场景,就无需明确指定生命周期。 省略规则并不提供完整的推断。如果 Rust 在明确遵守这些规则的前提下变量的生命周期仍然 程序设计语言 简体中文版 宏 我们已经在本书中使用过像 println! 这样的宏了,不过尚未深入探讨什么是宏以及它是如何 工作的。宏(Macro)指的是 Rust 中一系列的功能:使用 macro_rules! 的 声明宏 (declarative macro),和三种 过程宏(procedural macro): • 自定义 #[derive] 宏,用于在结构体和枚举上通过添加 derive 属性生成代码 用宏 之前 必须定义它,或将其引入作用 域,而函数则可以在任何地方定义和调用。 使用 macro_rules! 的声明宏用于通用元编程 Rust 最常用的宏形式是 声明宏(declarative macros)。它们有时也被称为 “macros by example”、“macro_rules! 宏” 或者就是 “macros”。其核心概念是,声明宏允许我们编写一些 类似 Rust match0 码力 | 562 页 | 3.23 MB | 10 天前3
共 3 条
- 1