Celery 3.1 Documentationlicense the Celery software is offered under the BSD License (3 Clause) 2.2 Getting Started Release 3.1 Date Nov 12, 2017 2.2.1 Introduction to Celery 5 Celery Documentation, Release 3.1.25 • What is Documentation, Release 3.1.25 With git Please the Contributing section. 2.2.2 Brokers Release 3.1 Date Nov 12, 2017 Celery supports several message transport alternatives. Broker Instructions Using the worker starts you should see a banner and some messages: -------------- celery@halcyon.local v3.1 (Cipater) ---- **** ----- --- * *** * -- [Configuration] -- * - **** --- . broker: amqp://guest@localhost:5672//0 码力 | 607 页 | 2.27 MB | 1 年前3
Celery 3.1 DocumentationThis document describes the current stable version of Celery (3.1). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible and reliable distributed system to process Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 3.1 (Cipater) What’s new in Celery 3.0 (Chiastic Slide) What’s new in Celery 2.5 API Reference Internals tables Index Module Index Search Page This document describes the current stable version of Celery (3.1). For development docs, go here. Copyright Celery User Manual by Ask Solem Copyright © 2009-20150 码力 | 887 页 | 1.22 MB | 1 年前3
Django 3.1.x DocumentationDjango . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 3 Using Django 83 3.1 How to install Django . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 3.1 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.1, which supports Python 3.6 and later. If the Django version doesn’t match, you can refer to the tutorial0 码力 | 2053 页 | 6.92 MB | 1 年前3
Django 3.1.x DocumentationFramework Third-party distributions of Django For distributors Glossary Release notes Final releases 3.1 release 3.0 release 2.2 release 2.1 release 2.0 release 1.11 release 1.10 release 1.9 release 1.8 release 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 Then at the Python prompt, try to import Django: >>> import django >>> print(django.get_version()) 3.1 You may have another version of Django installed. That’s it! That’s it – you can now move onto the0 码力 | 3094 页 | 3.03 MB | 1 年前3
django cms 3.1.x Documentationdjango CMS, as well as its plugins, supports both Django 1.7 and Django 1.6 migrations. Since version 3.1, migrations are stored in modules compatible with Django 1.7 and South 1.0.2 without further configuration HttpResponse("ok") Plugin data migrations Due to the migration from mptt to treebeard in version 3.1, the plugin model is different between the two versions. Schema migration are not affected as the migration version import LooseVersion import cms USES_TREEBEARD = LooseVersion(cms.__version__) >= LooseVersion('3.1') class Migration(DataMigration): if USES_TREEBEARD: needed_by = [ ('cms', '0070_auto__add_field0 码力 | 200 页 | 1.63 MB | 1 年前3
Spring Boot 3.1.x Reference Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3.1. First Steps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514 Hibernate Metrics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644 18.8.6. Configure Hibernate Naming Strategy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 645 18.8.7. Configure Hibernate Second-Level Caching . . .0 码力 | 939 页 | 16.72 MB | 1 年前3
Spring Framework 3.1.1 Changelog1.1 (2012-02-16) ------------------------------------- * official support for Hibernate 4.0.0/4.0.1 as well as Hibernate 4.1 * JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well * restored ()" method to DefaultPersistenceUnitManager * Hibernate synchronization properly unbinds Session even in case of afterCompletion exception * Hibernate exception translation covers NonUniqueObjectException NonUniqueObjectException to DuplicateKeyException case * Hibernate 4 LocalSessionFactoryBean implements PersistenceExceptionTranslator interface as well * Hibernate 4 LocalSessionFactoryBean does not insist on a "dataSource"0 码力 | 23 页 | 64.04 KB | 1 年前3
Spring Framework 3.1.3 Changelogadded "jtaDataSource" property to JPA LocalContainerEntityManagerFactoryBean (for default units) * Hibernate 4 LocalSessionFactoryBuilder sets thread context ClassLoader (for JBoss 7 compatibility) * Jaxb2Marshaller ParameterMetaData (if available) for type determination * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder * EhCacheFactoryBean applies listeners and enabled/disabled flags 1.1 (2012-02-16) ------------------------------------- * official support for Hibernate 4.0.0/4.0.1 as well as Hibernate 4.1 * JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well * restored0 码力 | 25 页 | 69.19 KB | 1 年前3
Spring Framework 3.1.4 Changelogdefault cache setup (SPR-7955) * reintroduced "mode" and "proxy-target-class" attributes in spring-task-3.1.xsd (SPR-10177) * improved defensiveness of JDBC 3.0 ParameterMetaData calls for parameter type determination added "jtaDataSource" property to JPA LocalContainerEntityManagerFactoryBean (for default units) * Hibernate 4 LocalSessionFactoryBuilder sets thread context ClassLoader (for JBoss 7 compatibility) * Jaxb2Marshaller ParameterMetaData (if available) for type determination * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder * EhCacheFactoryBean applies listeners and enabled/disabled flags0 码力 | 26 页 | 72.26 KB | 1 年前3
Spring Framework 3.1.2 ChangelogParameterMetaData (if available) for type determination * added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder * EhCacheFactoryBean applies listeners and enabled/disabled flags 1.1 (2012-02-16) ------------------------------------- * official support for Hibernate 4.0.0/4.0.1 as well as Hibernate 4.1 * JBossNativeJdbcExtractor is compatible with JBoss AS 7 as well * restored ()" method to DefaultPersistenceUnitManager * Hibernate synchronization properly unbinds Session even in case of afterCompletion exception * Hibernate exception translation covers NonUniqueObjectException0 码力 | 24 页 | 66.17 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













