Scrapy 1.7 DocumentationScrapy 1.7 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 Caution Request.cb_kwargs was introduced in version 1.7. Prior to that, using Request.meta was recommended for passing information around callbacks. After 1.7, Request.cb_kwargs became the preferred way for0 码力 | 391 页 | 598.79 KB | 1 年前3
Scrapy 1.7 DocumentationCaution: Request.cb_kwargs was introduced in version 1.7. Prior to that, using Request.meta was recommended for passing information around callbacks. After 1.7, Request.cb_kwargs became the pre- ferred way for0 码力 | 306 页 | 1.23 MB | 1 年前3
WeRoBot 1.7.0 微信公众号开发框架文档0 码力 | 94 页 | 75.38 KB | 1 年前3
PyMuPDF 1.12.2 documentationPyMuPDF Support Appendix 4: Assorted Technical Information PDF Base 14 Fonts Adobe PDF Reference 1.7 Ensuring Consistency of Important Objects in PyMuPDF Design of Method Page.showPDFpage() Purpose its creator and a few co-workers decided to elevate it to support current releases of MuPDF (first v1.7a, up to v1.12.0 as of this writing). PyMuPDF runs and has been tested on Mac, Linux, Windows XP SP2 case. For details of their meanings and formats consult the PDF manuals, e.g. Adobe PDF Reference 1.7. Further information can also be found in chapter Document. The meta data fields are strings (or None)0 码力 | 387 页 | 2.70 MB | 1 年前3
django cms 3.1.x Documentationcms-develop/bin/activate 4. install the dependencies: cd django-cms pip install -r test_requirements/django-1.7.txt or whichever Django version you target 5. code you contribution 6. run the tests: 24 Chapter should be able to follow the Tutorials. Requirements • Python 2.6, 2.7, 3.3 or 3.4. • Django 1.6.x, 1.7.x, 1.8.x • South 1.0.1 or higher (Only required up to Django 1.6) • django-classy-tags 0.6.2 or higher for image manipulation Revision management • django-reversion 1.8.X (with Django 1.6.X and Django 1.7.X) to support versions of your content (If using a different Django version it is a good idea to check0 码力 | 200 页 | 1.63 MB | 1 年前3
Django 1.8.x DocumentationThird-party distributions of Django For distributors Glossary Release notes Final releases 1.8 release 1.7 release 1.6 release 1.5 release 1.4 release 1.3 release 1.2 release 1.1 release 1.0 release Pre-1.0 versions Long-term support (LTS) releases Release process Django Deprecation Timeline 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 master branch Other branches have to struggle to work out where a particular piece of information is coming from. Before Django 1.7, inheriting from multiple models that had an id primary key field did not raise an error, but could0 码力 | 2454 页 | 2.85 MB | 1 年前3
Django 1.8.x Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.7 The development process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Built-in widgets • Advanced: Forms for models | Integrating media | Formsets | Customizing validation 1.7 The development process Learn about the various components and tools to help you in the development have to struggle to work out where a particular piece of information is coming from. Before Django 1.7, inheriting from multiple models that had an id primary key field did not raise an error, but could0 码力 | 1685 页 | 6.01 MB | 1 年前3
Django CMS 3.0.x Documentation'filer', 'taggit', 'hvad', One of the dependencies is easy_thumbnails. It has already switched to Django-1.7-style migrations and needs some extra configuration to work with South. In settings.py: SOUTH_MIGRATION_MODULES follow the Tutorials. Requirements • Python 2.6, 2.7, 3.3 or 3.4. • Django 1.4.5, 1.5.x, 1.6.x or 1.7.x • South 1.0.1 or higher (Only required up to Django 1.6) • django-classy-tags 0.5 or higher • django-mptt for image manipulation Revision management • django-reversion 1.8.X (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 published0 码力 | 180 页 | 1.56 MB | 6 月前3
peewee Documentation
Release 0.9.7. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 1.7 Querying API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . entry in my_awesome_blog.entries: ... print entry.title Some entry Another entry Yet another entry 1.7 Querying API 1.7.1 Constructing queries Queries in peewee are constructed one piece at a time. The 0x7f6b0810c610> >>> [u.username for u in user_q] # <-- query is evaluated here [u’admin’, u’staff’, u’editor’] 1.7. Querying API 29 peewee Documentation, Release 0.9.7 We can build up the query by adding some clauses0 码力 | 53 页 | 347.03 KB | 1 年前3
peewee Documentation
Release 1.0.0entry in my_awesome_blog.entries: ... print entry.title Some entry Another entry Yet another entry 1.7 Querying API 1.7.1 Constructing queries Queries in peewee are constructed one piece at a time. The clause at a time. This way, rather complex queries are possible. Here is a barebones select query: 1.7. Querying API 31 peewee Documentation, Release 1.0.0 >>> user_q = User.select() # <-- query is not user_id IN ( SELECT t1.id FROM user AS t1 WHERE t1.is_staff = ? ) ) And here it is using joins: 1.7. Querying API 33 peewee Documentation, Release 1.0.0 # using joins SELECT t1.* FROM blog AS t1 INNER0 码力 | 71 页 | 405.29 KB | 1 年前3
共 262 条
- 1
- 2
- 3
- 4
- 5
- 6
- 27













