Spring Framework Reference Documentation 4.3.26.RELEASEcontainer gracefully in non-web applications ApplicationContextAware and BeanNameAware Other Aware interfaces Bean definition inheritance Container Extension Points Customizing beans using a BeanPostProcessor ProxyFactoryBean to create AOP proxies Basics JavaBean properties JDK- and CGLIB-based proxies Proxying interfaces Proxying classes Using 'global' advisors Concise proxy definitions Creating AOP proxies programmatically management 21. Marshalling XML using O/X Mappers Introduction Ease of configuration Consistent interfaces Consistent exception hierarchy Marshaller and Unmarshaller Marshaller Unmarshaller XmlMappingException0 码力 | 1323 页 | 4.08 MB | 1 年前3
Spring Framework Reference Documentation v4.3.2container gracefully in non-web applications ApplicationContextAware and BeanNameAware Other Aware interfaces Bean definition inheritance Container Extension Points Customizing beans using a BeanPostProcessor ProxyFactoryBean to create AOP proxies Basics JavaBean properties JDK- and CGLIB-based proxies Proxying interfaces Proxying classes Using 'global' advisors Concise proxy definitions Creating AOP proxies programmatically JpaDialect 21. Marshalling XML using O/X Mappers Introduction Ease of configuration Consistent Interfaces Consistent Exception Hierarchy Marshaller and Unmarshaller Marshaller Unmarshaller XmlMappingException0 码力 | 1311 页 | 4.07 MB | 1 年前3
Kotlin 1.9.10 官方文档 中文版
channels in the Kotlin Slack. fritz2 fritz2 is a standalone framework for building reactive web user interfaces. It provides its own type-safe DSL for building and rendering HTML elements, and it makes use framework for Kotlin/JS. Doodle applications use the browser's graphics capabilities to draw user interfaces instead of relying on DOM, CSS, or Javascript. By using this approach, Doodle gives you precise annotation, such as @Input or @Internal . The Kotlin Gradle plugin API artifact has two new interfaces: org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask , which has the compilerOptions input0 码力 | 3753 页 | 29.69 MB | 1 年前3
Tornado 5.1 Documentation
it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe which do everything they are going to do before returning). There are many styles of asynchronous interfaces: Callback argument Return a placeholder (Future, Promise, Deferred) Deliver to a queue Callback class. RuleRouter and ReversibleRuleRouter are implementations of Router and ReversibleRouter interfaces and can be used for creating rule-based routing configurations. Rules are instances of Rule class0 码力 | 359 页 | 347.32 KB | 1 年前3
Tornado 6.2 Documentation
it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe which do everything they are going to do before returning). There are many styles of asynchronous interfaces: Callback argument Return a placeholder (Future, Promise, Deferred) Deliver to a queue Callback class. RuleRouter and ReversibleRuleRouter are implementations of Router and ReversibleRouter interfaces and can be used for creating rule-based routing configurations. Rules are instances of Rule class0 码力 | 407 页 | 385.03 KB | 1 年前3
CmlPHP v2.x 开发手册
//要注意的是这边只是做绑定并没有真正实例化 Cml::runApp(function() { //必须绑定。系统错误及异常捕获机制 如果想使用第三方的服务 只要简单封装一个服务。实现 \Cml\Interfaces\ErrorOrException接口即可 Cml::getContainer()- >singleton('cml_error_or_exception', \Cml\E //必须绑定。系统日志驱动 内置\Cml\Logger\File::class |\Cml\Logger\Redis::class两种. //自定义服务实现\Cml\Interfaces\Logger接口即可或继承 \Cml\Logger\Base再按需重载 Cml::getContainer()->singleton('cml_log', \Cml\Logger\File::class); 器方法。具体参考 http://doc.cmlphp.com/devintro/route/readme.html。 //如果想使用第三方的路由只要简单封装一个服务。实现 \Cml\Interfaces\Route接口即可 Cml::getContainer()->singleton('cml_route', \Cml\Service\Route::class);0 码力 | 245 页 | 720.67 KB | 1 年前3
Cilium v1.10 Documentationdevices Cilium is configured on such as eth0. Omitting this option leads Cilium to auto-detect what interfaces the host firewall applies to. At this point, the Cilium-managed nodes are ready to enforce network device { scan time 10; # Scan interfaces every 10 seconds } # Disable automatically generating direct routes to all network interfaces. protocol direct { disabled; decrypt traffic: Check if the BPF program to decrypt traffic is attached to all network facing interfaces, or matching the configuration of --encrypt- interface (if specified). $ tc filter show dev eth00 码力 | 1307 页 | 19.26 MB | 1 年前3
Tornado 4.5 Documentation
which do everything they are going to do before returning). There are many styles of asynchronous interfaces: Callback argument Return a placeholder (Future, Promise, Deferred) Deliver to a queue Callback simply raise an exception (as opposed to the ad-hoc error handling common in callback-oriented interfaces), and Futures lend themselves well to use with coroutines. Coroutines will be discussed in depth class. RuleRouter and ReversibleRuleRouter are implementations of Router and ReversibleRouter interfaces and can be used for creating rule-based routing configurations. Rules are instances of Rule class0 码力 | 333 页 | 322.34 KB | 1 年前3
CmlPHP v2.x 开发手册
//要注意的是这边只是做绑定并没有真正实例化 Cml::runApp(function() { //必须绑定。系统错误及异常捕获机制 如果想使用第三方的服务只要简单封装一个服务。实现 \Cml\Interfaces\ErrorOrException接口即可 Cml::getContainer()- >singleton('cml_error_or_exception', \Cm //必须绑定。系统日志驱动 内置\Cml\Logger\File::class|\Cml\Logger\Redis::class两种. //自定义服务实现\Cml\Interfaces\Logger接口即可或继承\Cml\Logger\Base再按需重载 Cml::getContainer()->singleton('cml_log', \Cml\Logger\File::class); 件的方式来执行相应的控制器方法。具体参考 http://doc.cmlphp.com/devintro/route/readme.html。 //如果想使用第三方的路由只要简单封装一个服务。实现\Cml\Interfaces\Route接口即可 Cml::getContainer()->singleton('cml_route', \Cml\Service\Route::class);0 码力 | 251 页 | 973.37 KB | 1 年前3
Go 101 (Golang 101) v1.21.0variadic functions. §21. Channels - the Go way to do concurrency synchronizations. §22. Methods §23. Interfaces - value boxes used to do reflection and polymorphism. §24. Type Embedding - type extension in the semantics design details, some of them involved values of certain kinds of types (mainly slices, interfaces and channels), and a few of them were related to standard package APIs. What are the causes of container types map and slice are first-class citizens. polymorphism through interfaces. value boxing and reflection through interfaces. pointers. function closures. methods. deferred function calls. type embedding0 码力 | 610 页 | 945.17 KB | 1 年前3
共 451 条
- 1
- 2
- 3
- 4
- 5
- 6
- 46













