Scrapy 2.11 Documentation
Scrapy 2.11 documentation Scrapy is a fast high-level web crawling [https://en.wikipedia.org/wiki/Web_crawler] and web scraping [https://en.wikipedia.org/wiki/Web_scraping] framework, used to crawl websites attributes in the new instance so they can be accessed later inside the spider’s code. Changed in version 2.11: The settings in crawler.settings can now be modified in this method, which is handy if you want to update_settings(settings) settings.set("SOME_SETTING", "some value", priority="spider") New in version 2.11. It’s also possible to modify the settings in the from_crawler() method, e.g. based on spider arguments0 码力 | 528 页 | 706.01 KB | 1 年前3Scrapy 2.11 Documentation
attributes in the new instance so they can be accessed later inside the spider’s code. Changed in version 2.11: The settings in crawler.settings can now be modified in this method, which is handy if you want to update_settings(settings) settings.set("SOME_SETTING", "some value", priority="spider") New in version 2.11. It’s also possible to modify the settings in the from_crawler() method, e.g. based on spider arguments scrapinghub-entrypoint-scrapy >= 0.14.1 to your project requirements or switch to a stack that includes Scrapy 2.11. • Removed the CrawlerRunner.spiders attribute, deprecated in Scrapy 1.0.0, use CrawlerRunner. spider_loader0 码力 | 425 页 | 1.76 MB | 1 年前3The Weblate Manual 2.11
Description Files Examples Weblate’s Python API Instalation wlc wlc.config wlc.main Changes weblate 2.11 weblate 2.10.1 weblate 2.10 weblate 2.9 weblate 2.8 weblate 2.7 weblate 2.6 weblate 2.5 weblate 2 2.7 Upgrade from 2.7 to 2.8 Upgrade from 2.8 to 2.9 Upgrade from 2.9 to 2.10 Upgrade from 2.10 to 2.11 Upgrading to Django 1.7 Migrating from Pootle Authentication User registration Authentication backends supported, please check Upgrading to Django 1.7 for more information. Changed in version 2.11: Since version 2.11, there is reduced support for migrating from older not released versions. In case you hit0 码力 | 280 页 | 1.12 MB | 1 年前3The Weblate Manual 2.11
Weblate Documentation Release 2.11 Michal ˇCihaˇr January 31, 2017 Contents 1 About Weblate 3 1.1 Project goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 11 Changes 189 11.1 weblate 2.11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 211 Python Module Index 213 iii iv Weblate Documentation, Release 2.11 Contents: Contents 1 Weblate Documentation, Release 2.11 2 Contents CHAPTER 1 About Weblate 1.1 Project goals Web based0 码力 | 226 页 | 1.63 MB | 1 年前3Scrapy 2.11.1 Documentation
attributes in the new instance so they can be accessed later inside the spider’s code. Changed in version 2.11: The settings in crawler.settings can now be modified in this method, which is handy if you want to update_settings(settings) settings.set("SOME_SETTING", "some value", priority="spider") New in version 2.11. It’s also possible to modify the settings in the from_crawler() method, e.g. based on spider arguments scrapinghub-entrypoint-scrapy >= 0.14.1 to your project requirements or switch to a stack that includes Scrapy 2.11. • Removed the CrawlerRunner.spiders attribute, deprecated in Scrapy 1.0.0, use CrawlerRunner. spider_loader0 码力 | 425 页 | 1.76 MB | 1 年前3Scrapy 2.11.1 Documentation
attributes in the new instance so they can be accessed later inside the spider’s code. Changed in version 2.11: The settings in crawler.settings can now be modified in this method, which is handy if you want to update_settings(settings) settings.set("SOME_SETTING", "some value", priority="spider") New in version 2.11. It’s also possible to modify the settings in the from_crawler() method, e.g. based on spider arguments scrapinghub-entrypoint-scrapy >= 0.14.1 to your project requirements or switch to a stack that includes Scrapy 2.11. • Removed the CrawlerRunner.spiders attribute, deprecated in Scrapy 1.0.0, use CrawlerRunner. spider_loader0 码力 | 425 页 | 1.79 MB | 1 年前3Scrapy 2.11.1 Documentation
Scrapy 2.11 documentation Scrapy is a fast high-level web crawling [https://en.wikipedia.org/wiki/Web_crawler] and web scraping [https://en.wikipedia.org/wiki/Web_scraping] framework, used to crawl websites attributes in the new instance so they can be accessed later inside the spider’s code. Changed in version 2.11: The settings in crawler.settings can now be modified in this method, which is handy if you want to update_settings(settings) settings.set("SOME_SETTING", "some value", priority="spider") New in version 2.11. It’s also possible to modify the settings in the from_crawler() method, e.g. based on spider arguments0 码力 | 528 页 | 706.01 KB | 1 年前3Apache ActiveMQ Artemis 2.11.0 User Manual
0 码力 | 341 页 | 4.93 MB | 1 年前3Celery v4.2.1 Documentation
The extension is now documented properly. See Documenting Tasks with Sphinx for more information. 2.11 API Reference Release 4.2 Date Jul 18, 2018 2.11.1 celery — Distributed processing This module task_cls=None, autofinalize=True, namespace=None, strict_typing=True, **kwargs) Celery application. 2.11. API Reference 277 Celery Documentation, Release 4.2.1 Parameters main (str) – Name of the main p.celeryconfig') >>> from myapp import celeryconfig >>> celery.config_from_object(celeryconfig) 2.11. API Reference 279 Celery Documentation, Release 4.2.1 Parameters • silent (bool) – If true then0 码力 | 746 页 | 2.73 MB | 1 年前3Celery v4.2.0 Documentation
The extension is now documented properly. See Documenting Tasks with Sphinx for more information. 2.11 API Reference Release 4.2 Date Jun 10, 2018 2.11.1 celery — Distributed processing This module current_app proxy to the current application instance current_task proxy to the currently executing task 2.11. API Reference 269 Celery Documentation, Release 4.2.0 Celery application objects New in version configuration from object. Object is either an actual object or the name of a module to import. 2.11. API Reference 271 Celery Documentation, Release 4.2.0 Example >>> celery.config_from_object('myapp0 码力 | 738 页 | 2.68 MB | 1 年前3
共 750 条
- 1
- 2
- 3
- 4
- 5
- 6
- 75