Celery 3.0 Documentationrunning an older version of Celery: Python 2.6: Celery series 3.1 or earlier. Python 2.5: Celery series 3.0 or earlier. Python 2.4 was Celery series 2.2 or earlier. Celery is a project with minimal funding clone(args=(4,), kwargs={'debug': True}) proj.tasks.add(4, 2, debug=True) Immutability New in version 3.0. Partials are meant to be used with callbacks, any tasks linked, or chord callbacks will be applied the Python shell: >>> ~sig >>> # is the same as >>> sig.delay().get() Callbacks New in version 3.0. Callbacks can be added to any task using the link argument to apply_async: add.apply_async((2, 2)0 码力 | 2110 页 | 2.23 MB | 1 年前3
Celery 3.0 Documentationolder version of Celery: • Python 2.6: Celery series 3.1 or earlier. • Python 2.5: Celery series 3.0 or earlier. • Python 2.4 was Celery series 2.2 or earlier. Celery is a project with minimal funding clone(args=(4,), kwargs={'debug': True}) proj.tasks.add(4, 2, debug=True) Immutability New in version 3.0. Partials are meant to be used with callbacks, any tasks linked, or chord callbacks will be applied Documentation, Release 4.0.0 >>> ~sig >>> # is the same as >>> sig.delay().get() Callbacks New in version 3.0. Callbacks can be added to any task using the link argument to apply_async: add.apply_async((2, 2)0 码力 | 703 页 | 2.60 MB | 1 年前3
ThinkJS 3.0 中文文档介绍 ThinkJS 是一款面向未来的 Node.js 开发框架,整合了很多最佳实践,让企业级开发变得更加简 单、高效。从 3.0 开始,ThinkJS 基于 koa 2.x,完全兼容 koa 里的 middleware 等插件。 同时,ThinkJS 支持 Extend 和 Adapter 等方式,方便扩展框架里的各种功能。 特性 支持 Middleware、Extend、Adapter 2.x 开发 性能优异,单元测试覆盖程度高 内置自动编译、自动更新机制,方便开发环境快速开发 直接使用 async/await 解决异步问题,不支持 */yield 架构 ThinkJS 3.0 Documentation 快速入门 快速入门 借助 ThinkJS 提供的脚手架,可以快速的创建一个项目。为了可以使用更多的 ES6 特性,框架要 求 Node.js 的版本至少是 6.x 是介绍接口变化指南。 核心变化 3.0 抛弃了已有的核心架构,基于 Koa 2.x 版本构建,兼容 Koa 里的所有功能。主要变化为: 之前的 http 对象改为 ctx 对象 执行完全改为调用 middleware 来完成 框架内置的很多功能不再默认内置,可以通过扩展来支持 项目启动 2.x 中项目启动时,会自动加载 src/bootstrap/ 目录下的所有文件。3.0 中不再自动加载所有的0 码力 | 129 页 | 2.12 MB | 1 年前3
Django 3.0.x DocumentationFramework Third-party distributions of Django For distributors Glossary Release notes Final releases 3.0 release 2.2 release 2.1 release 2.0 release 1.11 release 1.10 release 1.9 release 1.8 release 1.7 release cadence Deprecation policy Supported versions Release process Django Deprecation Timeline 4.0 3.1 3.0 2.1 2.0 1.10 1.9 1.8 1.7 1.6 1.5 1.4 1.3 The Django source code repository High-level overview The Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 3.0 You may have another version of Django installed. That’s it! That’s it – you can now move onto the0 码力 | 3085 页 | 2.95 MB | 1 年前3
Django 3.0.x DocumentationThen at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 3.0 You may have another version of Django installed. 2.2.5 That’s it! That’s it – you can now move isn’t, you’ll get an error telling “No module named django”. This tutorial is written for Django 3.0, which supports Python 3.6 and later. If the Django version doesn’t match, you can refer to the tutorial ˓→applied. Run 'python manage.py migrate' to apply them. April 06, 2021 - 15:50:53 Django version 3.0, using settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server0 码力 | 2002 页 | 6.73 MB | 1 年前3
Spring Framework 3.0.x Changelogcorrectly closes borrowed connections even for nested JDBC executions * DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1) * transaction names based on method id from for direct field access with ConversionService * @InitBinder methods support all applicable Spring 3.0 parameter annotations as well * fixed @RequestParam(required=false) regression for @InitBinder methods T(S) lookup if no explicit S->T converter matches * AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now * TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility)0 码力 | 19 页 | 52.25 KB | 1 年前3
Django CMS 3.0.x Documentationdjango CMS? CHAPTER 4 Release Notes This document refers to version 3.0.19.dev1 Warning: Version 3.0 introduces some significant changes that require action if you are upgrading from a previous version (with Django 1.6.X and Django 1.7.X) to support versioning of your content. Note: As of django CMS 3.0.x, only the most recent 10 published revisions are saved. You can change this behaviour if required file that can be used with pip to install django CMS and its dependencies: # Bare minimum django-cms>=3.0 # These dependencies are brought in by django CMS, but if you want to # lock-in their version, specify0 码力 | 180 页 | 1.56 MB | 6 月前3
Spring Framework 3.0.2 Changelogfor direct field access with ConversionService * @InitBinder methods support all applicable Spring 3.0 parameter annotations as well * fixed @RequestParam(required=false) regression for @InitBinder methods T(S) lookup if no explicit S->T converter matches * AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now * TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility) 3.0.0.M3 (2009-05-06) ---------------------------------------- * Spring 3.0 includes reference documentation now * Spring 3.0 is shipping with proper Maven POMs now * updated to JRuby 1.2 (remaining compatible0 码力 | 12 页 | 32.08 KB | 1 年前3
Spring Framework 3.0.0 ChangelogT(S) lookup if no explicit S->T converter matches * AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now * TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility) 3.0.0.M3 (2009-05-06) ---------------------------------------- * Spring 3.0 includes reference documentation now * Spring 3.0 is shipping with proper Maven POMs now * updated to JRuby 1.2 (remaining compatible basic JAX-RPC support only (next to JAX-WS) * introduced explicit XML array element in spring-beans-3.0.xsd * introduced new type conversion SPI and converter API in spring-core convert package * introduced0 码力 | 9 页 | 24.89 KB | 1 年前3
Spring Framework 3.0.5 Changelogcorrectly closes borrowed connections even for nested JDBC executions * DefaultJdoDialect supports JDO 3.0 query timeout facility (as supported by DataNucleus 2.1) * transaction names based on method id from for direct field access with ConversionService * @InitBinder methods support all applicable Spring 3.0 parameter annotations as well * fixed @RequestParam(required=false) regression for @InitBinder methods T(S) lookup if no explicit S->T converter matches * AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now * TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility)0 码力 | 17 页 | 45.75 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













