Tornado 6.5 Documentation
org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] Tornado is available under the Apache License, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html]. This web site and all documentation is licensed under Creative Commons 3.0 [https://creativecommons of a thread. They also make concurrency easier [https://glyph.twistedmatrix.com/2014/02/unyielding.html] to reason about by reducing the number of places where a context switch can happen. Example: async0 码力 | 437 页 | 405.14 KB | 2 月前3Django CMS 4.1.x Documentation
doing all of the following steps in a virtual environment [https://docs.python.org/3/library/venv.html]. You ought to know how to create, activate and dispose of virtual environments. If you don’t, you LICENSE README.md db.sqlite3 myproject/ static/ templates/ base.html __init__.py asgi.py settings.py urls.py wsgi.py manage project’s default template. In the root of the project, create a templates directory, and in that, home.html, a minimal django CMS template: This is worth explaining in a little detail: {% load cms_tags sekizai_tags0 码力 | 518 页 | 1.66 MB | 6 月前3Django CMS 2.4.x Documentation
compatibility issues) django-sekizai [https://github.com/ojii/django-sekizai] 0.7 or higher html5lib [http://code.google.com/p/html5lib/] 0.90 or higher django-i18nurls [https://github.com/brocaar/django-i18nurls] installing the django CMS using pip, Django, django-mptt django-classy- tags, django-sekizai, south and html5lib will be installed automatically. Recommended These packages are not required, but they provide org], but we recommend using a requirements.txt [http://www.pip- installer.org/en/latest/cookbook.html#requirements-files] file. The following is an example requirements.txt file that can be used with0 码力 | 156 页 | 727.78 KB | 6 月前3廖雪峰JavaScript教程
CN) 构建 JavaScript教程 这是小白的零基础JavaScript全栈教程。 JavaScript是世界上最流行的脚本语言,因为你在电脑、手机、平板上浏览的所有的网页,以及无数 基于HTML5的手机App,交互逻辑都是由JavaScript驱动的。 简单地说,JavaScript是一种运行在浏览器中的解释型的编程语言。 那么问题来了,为什么我们要学JavaScript?尤其是当你已经掌握了某些其他编程语言如Java、 台、跨浏览器驱动网 页,与用户交互。 Flash背后的ActionScript曾经流行过一阵子,不过随着移动应用的兴起,没有人用Flash开发手机 App,所以它目前已经边缘化了。相反,随着HTML5在PC和移动端越来越流行,JavaScript变得更加 重要了。并且,新兴的Node.js把JavaScript引入到了服务器端,JavaScript已经变成了全能型选 手。 JavaSc CN) 构建 不要再犹豫了,立刻从现在开始,零基础迈向全栈开发工程师! 原文: https://wizardforcel.gitbooks.io/liaoxuefeng/content/js/1.html 可以在线编写JavaScript代码并直接运行! JavaScript教程 - 6 - 本文档使用 书栈(BookStack.CN) 构建 1 JavaScript简介 要了解Java0 码力 | 264 页 | 2.81 MB | 10 月前3Django CMS 3.9.x Documentation
compatibility table for particular python version here [https://docs.django- cms.org/en/latest/index.html#software-version-requirements-and-release-notes] 1.2. Your working environment We’re going to assume default, the installer runs in Batch mode [https://djangocms- installer.readthedocs.io/en/latest/usage.html#batch-mode-default], and sets up your new project with some default values. Later, you may wish to case you need to run it in Wizard mode [https://djangocms-installer.readthedocs.io/en/latest/usage.html#wizard-mode]. The default in Batch mode is to set up an English-only project, which will be sufficient0 码力 | 417 页 | 1.68 MB | 6 月前3Django CMS 3.8.x Documentation
default, the installer runs in Batch mode [https://djangocms- installer.readthedocs.io/en/latest/usage.html#batch-mode-default], and sets up your new project with some default values. Later, you may wish to case you need to run it in Wizard mode [https://djangocms-installer.readthedocs.io/en/latest/usage.html#wizard-mode]. The default in Batch mode is to set up an English-only project, which will be sufficient introduce Placeholders, and we’re also going to show how you can make your own HTML templates CMS-ready. 2.1. Templates You can use HTML templates to customise the look of your website, define Placeholders to0 码力 | 413 页 | 1.67 MB | 6 月前3Django CMS 2.4.x Documentation
higher • django-mptt 0.5.2 (strict due to API compatibility issues) • django-sekizai 0.7 or higher • html5lib 0.90 or higher • django-i18nurls (if using django 1.3.X) • An installed and working instance of installing the django CMS using pip, Django, django-mptt django-classy-tags, django-sekizai, south and html5lib will be installed automatically. Recommended These packages are not required, but they provide but if you want to lock-in their version, specif Django==1.5.1 django-classy-tags==0.4 South==0.8.1 html5lib==1.0b1 django-mptt==0.5.2 django-sekizai==0.7 six==1.3.0 #Optional, recommended packages Pillow==20 码力 | 104 页 | 709.98 KB | 6 月前3Django CMS 3.0.x Documentation
introduce Placeholders, and we’re also going to show how you can make your own HTML templates CMS-ready. Templates You can use HTML templates to customise the look of your website, define Placeholders to mark the automatically-created home page’s template, it’s feature.html. Placeholders Placeholders are an easy way to define sections in an HTML template that will be filled with content from the database when using django CMS’s frontend editing mechanism, using Django templatetags. You can see them in feature.html: {% placeholder "feature" %} and {% placeholder "content" %}. You’ll also see {% load cms_tags %}0 码力 | 180 页 | 1.56 MB | 6 月前3Django CMS 3.11.10 Documentation
doing all of the following steps in a virtual environment [https://docs.python.org/3/library/venv.html]. You ought to know how to create, activate and dispose of virtual environments. If you don’t, you LICENSE README.md db.sqlite3 myproject/ static/ templates/ base.html __init__.py asgi.py settings.py urls.py wsgi.py manage project’s default template. In the root of the project, create a templates directory, and in that, home.html, a minimal django CMS template: from django.conf.urls.i18n import i18n_patterns from django.urls0 码力 | 493 页 | 1.44 MB | 6 月前0.03Django CMS 2.3.x Documentation
higher • django-mptt 0.5.2 (strict due to API compatibility issues) • django-sekizai 0.6.1 or higher • html5lib 0.90 or higher • An installed and working instance of one of the databases listed in the Databases installing the django CMS using pip, Django, django-mptt django-classy-tags, django-sekizai, south and html5lib will be installed automatically. Recommended • django-filer with its django CMS plugins, file PageSelectWidget correctly orders pages again. • Fixed the file plugin which was sometimes causing invalid HTML (unclosed span tag). • Migration ordering for plugins improved. • Internationalized strings in JavaScript0 码力 | 92 页 | 666.41 KB | 6 月前3
共 203 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21