Flask Documentation (1.1.x)
What Flask is Not HTML/XHTML FAQ History of XHTML History of HTML5 HTML versus XHTML What does “strict” mean? New technologies in HTML5 What should be used? Security Considerations Cross-Site Scripting namespaced DOM interface with the XHTML namespace to query for HTML elements. History of HTML5 Development of the HTML5 specification was started in 2004 under the name “Web Applications 1.0” by the Web Hypertext Currently, it appears that XHTML is losing traction, as the XHTML 2 working group has been disbanded and HTML5 is being implemented by all major browser vendors. HTML versus XHTML The following table gives you0 码力 | 428 页 | 895.98 KB | 1 年前3Flask Documentation (1.1.x)
DOM interface with the XHTML namespace to query for HTML elements. 3.2.2 History of HTML5 Development of the HTML5 specification was started in 2004 under the name “Web Applications 1.0” by the Web Hypertext Currently, it appears that XHTML is losing traction, as the XHTML 2 working group has been disbanded and HTML5 is being implemented by all major browser vendors. 3.2.3 HTML versus XHTML The following table gives ) 236 Chapter 3. Additional Notes Flask Documentation (1.1.x), Release 1.1.4 HTML4.01 XHTML1.1 HTML5value 1
supported 2 supported should be served as text/html0 码力 | 291 页 | 1.25 MB | 1 年前3Django 3.1.x Documentation
get_response(request) return response return middleware Note If you declare a hybrid middleware that supports both synchronous and asynchronous calls, the kind of call you get may not in this document. HTML5 input types and browser validation If your form includes a URLField, an EmailField or any integer field type, Django will use the url, email and number HTML5 input types. By default all. Note that this is typically not a problem in most applications and will become a non-issue in HTML5, where each window/tab will have its own browsing context. Settings A few settings give you control0 码力 | 3094 页 | 3.03 MB | 1 年前3peewee Documentation Release 2.10.2
backend Sqlcipher backend Postgresql Extensions DataSet Django Integration Fields Generic foreign keys Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection BerkeleyDB backend Sqlcipher backend Postgresql Extensions High-level features Fields Shortcuts Hybrid Attributes Signal support DataSet Key/Value Store Generic foreign keys CSV Utils Database management Back-reference support for GFKField. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 275 页 | 276.96 KB | 1 年前3peewee Documentation Release 2.10.2
backend • Sqlcipher backend • Postgresql Extensions High-level features • Fields • Shortcuts • Hybrid Attributes • Signal support • DataSet • Key/Value Store • Generic foreign keys 82 Chapter 1 Back-reference support for GFKField. 1.13.12 Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of class Interval(Model): start = IntegerField() end = IntegerField() @hybrid_property def length(self): return self.end - self.start @hybrid_method def contains(self, point): return (self.start <= point)0 码力 | 221 页 | 844.06 KB | 1 年前3peewee Documentation Release 3.0.0
Functions apsw, an advanced sqlite driver Sqlcipher backend Postgresql Extensions DataSet Fields Hybrid Attributes Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection Database advanced sqlite driver Sqlcipher backend Postgresql Extensions High-level features Fields Shortcuts Hybrid Attributes Signal support DataSet Database management and framework integration pwiz, a model generator representation of the data in the database. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 319 页 | 361.50 KB | 1 年前3peewee Documentation Release 3.5.0
an advanced sqlite driver Sqlcipher backend Postgresql Extensions MySQL Extensions DataSet Fields Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection driver Sqlcipher backend Postgresql Extensions MySQL Extensions High-level features Fields Shortcuts Hybrid Attributes Key/Value Store Signal support DataSet Database management and framework integration module is available, it will be used. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 347 页 | 380.80 KB | 1 年前3peewee Documentation Release 3.4.0
an advanced sqlite driver Sqlcipher backend Postgresql Extensions MySQL Extensions DataSet Fields Hybrid Attributes Key/Value Store Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection driver Sqlcipher backend Postgresql Extensions MySQL Extensions High-level features Fields Shortcuts Hybrid Attributes Key/Value Store Signal support DataSet Database management and framework integration module is available, it will be used. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 349 页 | 382.34 KB | 1 年前3peewee Documentation Release 3.1.0
Functions apsw, an advanced sqlite driver Sqlcipher backend Postgresql Extensions DataSet Fields Hybrid Attributes Shortcuts Signal support pwiz, a model generator Schema Migrations Reflection Database advanced sqlite driver Sqlcipher backend Postgresql Extensions High-level features Fields Shortcuts Hybrid Attributes Signal support DataSet Database management and framework integration pwiz, a model generator representation of the data in the database. Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of0 码力 | 332 页 | 370.77 KB | 1 年前3peewee Documentation Release 3.5.0
to Peewee 181 peewee Documentation, Release 3.5.0 High-level features • Fields • Shortcuts • Hybrid Attributes • Key/Value Store • Signal support • DataSet Database management and framework integration available, it will be used. 1.11.9 Hybrid Attributes Hybrid attributes encapsulate functionality that operates at both the Python and SQL levels. The idea for hybrid attributes comes from a feature of IntegerField() @hybrid_property def length(self): return self.end - self.start @hybrid_method def contains(self, point): return (self.start <= point) & (point < self.end) The hybrid attribute gets its0 码力 | 282 页 | 1.02 MB | 1 年前3
共 240 条
- 1
- 2
- 3
- 4
- 5
- 6
- 24