Celery 3.0 Documentation
running 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 年前3Zabbix 3.0 Manual
Documentation 3.0 ZABBIX 25.01.2024 Contents Zabbix Manual 5 Copyright notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1. Introduction . . 954 Appendix 2. Changes from 2.4 to 3.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 959 Zabbix API changes in 3.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1074 4 Zabbix Manual Welcome to the user manual for Zabbix 3.0 software. These pages are created to help users successfully manage their monitoring tasks with Zabbix0 码力 | 1074 页 | 12.04 MB | 1 年前3Celery 3.0 Documentation
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 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 年前3The Weblate Manual 3.0
Description Files Examples Weblate’s Python API Instalation wlc wlc.config wlc.main Changes weblate 3.0 weblate 2.20 weblate 2.19.1 weblate 2.19 weblate 2.18 weblate 2.17.1 weblate 2.17 weblate 2.16 weblate Upgrade from 2.17 to 2.18 Upgrade from 2.18 to 2.19 Upgrade from 2.19 to 2.20 Upgrade from 2.20 to 3.0 Upgrading to Django 1.7 Upgrading from Python 2.x to 3.x Migrating from Pootle Authentication User PIL or Pillow library https://python-pillow.org/ lxml (>= 3.1.0) http://lxml.de/ PyYaML (>= 3.0) (optional for YAML support) http://pyyaml.org/wiki/PyYAML defusedxml (>= 0.4) https://bitbucket0 码力 | 376 页 | 1.51 MB | 1 年前3The Weblate Manual 3.0
Weblate Documentation Release 3.0 Michal ˇCihaˇr Jun 01, 2018 Contents 1 About Weblate 3 1.1 Project goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 242 12 Changes 243 12.1 weblate 3.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 Table 275 Python Module Index 277 iv Weblate Documentation, Release 3.0 Contents: Contents 1 Weblate Documentation, Release 3.0 2 Contents CHAPTER 1 About Weblate 1.1 Project goals Web based translation0 码力 | 292 页 | 3.01 MB | 1 年前3Firebird Internals: Inside a Firebird Database
Firebird Internals Inside a Firebird Database Norman Dunbar Version 1.2, 13 August 2021 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . document is to try to explain what goes on inside a Firebird database. Much of the information in this manual has been extracted from the Firebird source code — mainly on the ODS related code and headers patiently answered on the Firebird Support forums where the developers hang out. Much hex dumping of database files was undertaken in the creation of this document, but no Firebird databases were harmed0 码力 | 63 页 | 261.00 KB | 1 年前3firebird cache
Firebird Database Cache Buffer Norman Dunbar, Martin Köditz Version 1.2, 28 May 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2. The Firebird Cache. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 Table of Contents 1 Chapter 1. Introduction Firebird uses a page cache to hold pages in memory. It is much quicker to retrieve pages from RAM than to0 码力 | 11 页 | 82.76 KB | 1 年前3firebird gsplit
Firebird Backup File Splitting Filter Norman Dunbar Version 1.2, 19 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . split large backup files even if gsplit is supplied with your Firebird release. Gsplit is only supplied with the Windows version of Firebird 1.5, it is not supplied with the Linux version. Linux doesn’t it can split files using the split command as well as using gbak. In testing with Firebird 1.5 and Firebird 2.0 on Windows XP Home and WIndows 2000, gsplit doesn’t seem to work properly and always0 码力 | 10 页 | 103.73 KB | 1 年前3firebird isql
Firebird Interactive SQL Utility Kamala Vadlamani, Paul Vinkenoog, Norman Dunbar, Mark Rotteveel Version 1.0, 24 December 2021 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . Table of Contents 3 Chapter 1. Introduction This manual provides reference material for the Firebird Interactive SQL Utility (isql), and instructions on how to use it to perform tasks within the database isql utility in Firebird version 1.5 and higher. Chapter 1. Introduction 4 Chapter 2. Overview The isql utility is a text-mode client tool located in the bin directory of the Firebird installation. It0 码力 | 76 页 | 369.92 KB | 1 年前3firebird gsec
Firebird Password File Utility Norman Dunbar Version 1.5, 18 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . various Firebird databases. Using various options, users can be added, amended or deleted from the security database. A privileged user is an account on the database server which the Firebird engine are: • root • firebird • interbase • interbas (without the 'e') Normal users, ie all those accounts not listed above, can only see their own user details from version 2.0 of Firebird. They can, however0 码力 | 23 页 | 145.31 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100