Whats in a Name? Whats a Name in? - Walter E. Brown - CppCon 2020particular. Assuredly we’ve all been taught scope rules during our early training. However, ... ## Caveats about the "scope" of this talk The topic of C++ names C++, such a context is termed a declarative region. Confusingly, such a context is also known as a scope. • Each name is injected into (associated with) a context: Not necessarily into the declaration-context #### [basic.lookup.unqual] 1. Outermost block scope of A::N::g, before the use of k. 2. Scope of namespace N. 3. Scope of namespace A. 4. Global scope, before the definition of A::N::g. ## Example0 码力 | 7 页 | 4.37 MB | 1 年前3
Spring Framwork Language Support v5.3.36 SNAPSHOTasync {} and types like Flow. Spring Framework provides support for Coroutines on the following scope: • Deferred and Flow return values support in Spring MVC and WebFlux annotated @Controller • Suspending file). The first two steps (testing and writing your dynamic language source files) are beyond the scope of this chapter. See the language specification and reference manual for your chosen dynamic language goo.setMetaClass(metaClass); } } A full discussion of meta-programming in Groovy is beyond the scope of the Spring reference manual. See the relevant section of the Groovy reference manual or do a search0 码力 | 42 页 | 603.79 KB | 2 年前3
《玩转webpack》第五章 进阶篇: webpack 构建速度和体积优化策略com/polyfill_service/v2/polyfill.min.js?unknown=polyfill&features=Promise,Map,Set ## 体积优化策略总结 Scope Hoisting Tree-shaking 公共资源分离 图片压缩 动态 Polyfill ## ☐ ☐ ☐ ☐ ## 扫码试看/订阅 《玩转webpack》0 码力 | 36 页 | 8.13 MB | 2 年前3
Creating a Sender/Receiver HTTP Serverinterface ## Basic Design • main() runs an event loop for network and timer events. • It uses an async_scope for outstanding work. • Initial work consist of accepting incoming client connections. • Each client networking: http://wg21.link/p2762 • Implementation: https://github.com/beman-project/net29 •Async scope: http://wg21.link/p3149 TechAtBloomberg.com0 码力 | 8 页 | 2.19 MB | 1 年前3
PyWebIO v1.2.2 使用手册least - pywebio.input — 输入模块 - 函数清单 - 函数文档 - pywebio.output — 输出模块 - 函数清单 - 输出域Scope - 内容输出 - 其他交互 - 布局与样式 - 其他 - pywebio.session — 会话相关 - pywebio.platform — 应用部署 ## 输出域Scope PyWebIO使用Scope模型来对内容输出的位置进行灵活地控制,PyWebIO的内容输出区可以划分出不同的输出域,PyWebIO将输出域称作 Scope。 输出域为输出内容的容器,各个输出域之间上下排列,输出域也可以进行嵌套。 每个输出函数(函数名形如 put_xxx())都会将内容输出到一个Scope,默认为“当前Scope”,当前Scope“由运行时上下文确 以手动指定输出到的Scope。Scope名在会话内唯一。 ## use_scope() 可以使用 use_scope(). 开启并进入一个新的输出域,或进入一个已经存在的输出域: with use_scope('scope1'): # 创建并进入 scope 'scope1' put_text('text1 in scope1') # 输出内容到0 码力 | 119 页 | 7.41 MB | 2 年前3
PyWebIO v1.2.2 Documentationcallback will always be available before the browser page is closed by user. ## Output Scope PyWebIO uses the scope model to give more control to the location of content output. The output area of PyWebIO PyWebIO can be divided into different output domains. The output domain is called Scope in PyWebIO. The output domain is a container of output content, and each output domain is arranged vertically, and the its content to a scope, the default is “current scope”. “current scope” is determined by the runtime context. The output function can also manually specify the scope to output. The scope name is unique within0 码力 | 92 页 | 1.35 MB | 2 年前3
PyWebIO v1.2.3 Documentationcallback will always be available before the browser page is closed by user. ## Output Scope PyWebIO uses the scope model to give more control to the location of content output. The output area of PyWebIO PyWebIO can be divided into different output domains. The output domain is called Scope in PyWebIO. The output domain is a container of output content, and each output domain is arranged vertically, and the its content to a scope, the default is “current scope”. “current scope” is determined by the runtime context. The output function can also manually specify the scope to output. The scope name is unique within0 码力 | 92 页 | 1.32 MB | 2 年前3
PyWebIO v1.2.2 Documentation- Functions doc - pywebio.output — Make output to web browser - Functions list - Output Scope - Content Outputting - Other Interactions - Layout and Style - Other - pywebio.session callback will always be available before the browser page is closed by user. ## Output Scope PyWebIO uses the scope model to give more control to the location of content output. The output area of PyWebIO PyWebIO can be divided into different output domains. The output domain is called Scope in PyWebIO. The output domain is a container of output content, and each output domain is arranged vertically, and the0 码力 | 119 页 | 7.41 MB | 2 年前3
PyWebIO v1.0.3 使用手册least - pywebio.input — 输入模块 - 函数清单 - 函数文档 - pywebio.output — 输出模块 - 函数清单 - 输出域Scope - 内容输出 - 其他交互 - 布局与样式 - 其他 - pywebio.session — 会话相关 - pywebio.platform — Web框架支持 。 ## 输出域Scope PyWebIO使用Scope模型来对内容输出的位置进行灵活地控制,PyWebIO的内容输出区可以划分出不同的输出域,PyWebIO将输出域称作 Scope。 输出域为输出内容的容器,各个输出域之间上下排列,输出域也可以进行嵌套。 每个输出函数(函数名形如 put_xxx())都会将内容输出到一个Scope,默认为“当前Scope”,当前Scope“由运行时上下文确 也可以手动指定输出到的Scope。Scope名在会话内唯一。 use_scope() 可以使用 use_scope(). 开启并进入一个新的输出域,或进入一个已经存在的输出域: with use_scope('scope1'): # 创建并进入scope 'scope1' put_text('text1 in scope1') put_text('text0 码力 | 106 页 | 7.34 MB | 2 年前3
PyWebIO v1.3.2 Documentation- Functions doc - pywebio.output — Make output to web browser - Functions list - Output Scope - Content Outputting - Other Interactions - Layout and Style - Other - pywebio.session callback will always be available before the browser page is closed by user. ## Output Scope PyWebIO uses the scope model to give more control to the location of content output. The output area of PyWebIO PyWebIO can be divided into different output domains. The output domain is called Scope in PyWebIO. The output domain is a container of output content, and each output domain is arranged vertically, and the0 码力 | 133 页 | 7.44 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
namescopedeclarationdefinitionidentifierKotlinSpring FrameworkDynamic Language SupportScripted BeansScopeWebpackBundleAnalyzerPluginspeed-measure-webpack-pluginTree-shakingScope Hoistingsender/receiver HTTP serverasynchronous frameworkminimalistic networking interfaceevent loopasync_scopePyWebIO输入输出函数命令式APIWebSocketHTTP通信用户指南输入输出服务器模式Web框架集成Coroutine-based sessionWeb framework integrationHTTP protocol功能模块数据可视化交互式应用输入输出布局













