Spring Framework 2.0.7 ReferenceInversion of Control (IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming (AOP) 3.3.1. Injecting dependencies ..... 36 3.3.2. Constructor Argument Resolution ..... 40 3.3.3. Bean properties and constructor arguments detailed ..... 42 3.3.4. Using depends-on ..... 50 3.3.5 Method Injection ..... 54 3.4. Bean scopes ..... 57 3.4.1. The singleton scope ..... 57 3.4.2. The prototype scope ..... 58 3.4.3. Singleton beans with prototype-bean dependencies ..... 59 3.4.4. The0 码力 | 502 页 | 3.61 MB | 2 年前3
1_丁来强_开源AIOps数据中台搭建与Python的作用[Image](/uploads/documents/a/4/2/f/a42f7fb655acc3f12481e9fe38a68e6f/p1_2.jpg) ## 开源AIOps数据中台搭建与 Python的作用 丁来强 ## 关于我 • 工作10+年,熟悉大数据分析、ITOps、SecOps等领域 ·阿里云日志服务上海负责人,之前在Splunk上海 • 自从2015年,在4届PyCon上,累计分享7+不同议题 [Image](/uploads/documents/a/4/2/f/a42f7fb655acc3f12481e9fe38a68e6f/p2_5.jpg) 往届视频与PPT ## 目录 工程难点 开源方案与Python作用   PYTHON 30th ## 3 开源方案选择与Python作用 特定场景下特定的平台搭建选择及策略以及Python的作用 · 日志类数据方案 · 指标类时序数据方案 • 其他OLAP选择 AI增强方案 ## 数据源与监控 - 容器化架构为例 应用层 日志 指标监控 应用层性能监控0 码力 | 48 页 | 17.54 MB | 2 年前3
Spring Framwork Language Support v6.0.0-M21.3. Null-safety ..... 2 1.4. Classes and Interfaces ..... 3 1.5. Annotations ..... 3 1.6. Bean Definition DSL ..... 3 1.7. Web ..... 5 1.7.1. Router DSL ..... 6 1.7.2. MockMvc DSL ..... 6 Spring bean injection with @AutoWired, @Bean, or @Inject uses this information to determine if a bean is required or not. For example, @Automired lateinit var thing: Thing implies that a bean of type Thing? does not raise an error if such a bean does not exist. Following the same principle, @Bean fun play(toy: Toy, car: Car?) = Baz(toy, Car) implies that a bean of type Toy must be registered in the application0 码力 | 42 页 | 602.76 KB | 2 年前3
Laravel 5.2 中文文档Laravel 5.2。 ### 2、 Laravel 5.2 Laravel 5.2 在 5.1 基础上继续改进和优化,添加了许多新的功能特性:多认证驱动支持、隐式模型绑定、简化 Eloquent 全局作用域、可选择的认证脚手架、中间件组、访问频率限制、数组输入验证优化等等。 ## 多认证驱动 在之前的 Laravel 版本中,框架只支持默认的、基于 session 的认证驱动,且在单个应用中只能拥 Laravel 学院致力于提供优质 Laravel 中文学习资源 ## Eloquent 全局作用域优化 在之前的 Laravel 版本,Eloquent 全局作用域的实现是复杂且容易出错的,但在 Laravel 5.2 中,全局查询作用域只需实现一个简单的方法 apply 即可。 关于全局作用域详情请查看全局作用域文档。 ## 升级指南 ##### 从 5.1 升级到 5.2.0 ## 更新依赖 方法时,任何添加到 $casts$ 的属性, 如 date 或 datetime,现在都会被转化为字符串。这使得在 $dates 数组中制定的日期转化变得简单方便。 ## 全局作用域 我们重写了全局作用域的实现以便于使用,全局作用域不再需要 remove 方法,因此可以在所有你使用到该方法的地方将其移除。 如果你曾经在 Eloquent 查询构建器上调用过了 getQuery 方法以获取底层查询构建器实例,现在应该改为调用0 码力 | 377 页 | 4.56 MB | 2 年前3
Google's AngularJS Style Guide0 码力 | 8 页 | 44.39 KB | 2 年前3
Spring Framework 3.2.18 Changelogwhen triggered by singleton init method (SPR-14324) fixed Deadlock while creating a new thread on bean initialization with transactional code invocation (SPR-14388) fixed CronSequenceGenerator causes override HashMap.clone() (SPR-14509) fixed StackOverflowError for advisor search against factory-bean reference to FactoryBean (SPR-14551) fixed StringUtils.parseLocaleString(): does not parse locale (SPR-14349) improved Normalize resource URL in ResourceServlet (SPR-14946) improved documentation for @Bean(automwire=NO) (SPR-14282) improved documentation Label "for" attribute is wrongly documented0 码力 | 41 页 | 119.15 KB | 2 年前3
Spring Framework 3.2.10 ChangelogSpringBeanELResolver.setValue throws PropertyNotWritableException issue (SPR-11502) optimized handling of @Bean method override regression with return type narrowing on JDK 8 (SPR-11718) prevented double evaluation and JRubyScriptUtils (SPR-11721, SPR-11517, SPR-11747) consider parent definitions with overriding bean definition message (SPR-9671( improved exception message for failed property access in SpEL (SPR-11535) (SPR-11351) * handle NoClassDefFoundError for TestExecution Listeners consistently (SPR-11347) * fixed @Bean meta-annotation detection when using ASM (SPR-10488) * provide access to SimpleTriggerFactoryBean0 码力 | 37 页 | 105.87 KB | 2 年前3
Spring Framework 3.1.3 Changelogattribute * fixed potential race condition in concurrent calling of autowired methods on a prototype bean * cancel on a Future returned by a TaskScheduler works reliably * LoadTimeWeaverAware beans are listeners and enabled/disabled flags to existing cache regions as well * added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean * support executor qualification with @Async#value * and MVC data binding provide support for * restored SpringValidatorAdapter's ability to handle bean constraints with property paths * added MethodValidationInterceptor/PostProcessor for Hibernate0 码力 | 25 页 | 69.19 KB | 2 年前3
Spring Framework 3.2.5 Changelog..} placeholders as well (SPR-10686) * BeanFactory's getBeansWithAnnotation ignores abstract bean definitions (SPR-10672) * fixed regression with non-String value attributes on custom stereotypes annotation in superclasses and interfaces (SPR-10514) * fixed regression with type detection for child bean definitions (SPR-10374) * fixed configuration class overriding in terms of superclasses (SPR-10546) session replication to work on Tomcat (SPR-10219) * DefaultListableBeanFactory caches target type per bean definition and allows for specifying it in advance (SPR-10335) * DefaultListableBeanFactory clears0 码力 | 33 页 | 96.00 KB | 2 年前3
Rust 是否需要另⼀种“⾊彩”的 Future? - 郭⼦兴或并发控制语义。异步执行器被允许在任意时刻删除生成的 Future 实例以取消正在执行的异步操作,但取消总是无副作用的吗?Rust 是否需要另一种“颜色”的 Future 为有副作用取消的异步行为提供安全保证? ## 目录 ## # 基于 Poll 的 Future # 不再是无副作用的取消 # 最终与折中方案 回顾如何使用 Future 支持基于 poll 的 io-uring 等异步模型让 等异步模型让 Future 的取消不 IO,以及基于取消 Future 的流程控制 引入另一种“颜色”的 Future 以最终解决 再无副作用,这可能导致严重的错误 问题,或者基于字节跳动开源的异步驱动 器 monoio 探索的折中方案 ## Rust 中的异步 Rust 基于 Future trait 实现异步编程 pub trait Future { type Output; () = t2 => println("task two completed first"), } } ## 取消不再是无副作用的 取消基于完成的 IO 事件不再是无副作用的,基于无副作用取消的控制流程可能会引发致命错误。 async fn listen(listener: TcpListener) { loop { let t10 码力 | 19 页 | 7.77 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Spring Framework 2.0IoC容器AOPXML配置bean作用域开源AIOps数据中台Python作用监控方案数据治理工程难点Spring FrameworkKotlin动态语言支持作用域Laravel 5.2多认证驱动全局作用域优化中间件组隐式模型绑定AngularJSClosure模块控制器和作用域服务指令依赖管理命名空间测试命名规范BeanConverterTransactionSchedulerValidatorRestTemplateTransactionManagerAnnotationJDBCValidation@Autowired@RequestMappingJacksonFuture异步编程取消副作用Rust













