Spring Framework Reference Documentation 4.3.26.RELEASEnPostProcessor Customizing configuration metadata with a BeanFactoryPostProcessor Example: the Class name substitution PropertyPlaceholderConfigurer Example: the PropertyOverrideConfigurer Customizing AnnotationConfigApplicationContext Simple construction Building the container programmatically using register(Class>… ) Enabling component scanning with scan(String… ) Support for web applications with Annotatio methods Combining Java and XML configuration XML-centric use of @Configuration classes @Configuration class-centric use of XML with @ImportResource Environment abstraction Bean definition profiles @Profile0 码力 | 1323 页 | 4.08 MB | 1 年前3
Spring Framework Reference Documentation v4.3.2nPostProcessor Customizing configuration metadata with a BeanFactoryPostProcessor Example: the Class name substitution PropertyPlaceholderConfigurer Example: the PropertyOverrideConfigurer Customizing AnnotationConfigApplicationContext Simple construction Building the container programmatically using register(Class>… ) Enabling component scanning with scan(String… ) Support for web applications with Annotati methods Combining Java and XML configuration XML-centric use of @Configuration classes @Configuration class-centric use of XML with @ImportResource Environment abstraction Bean definition profiles @Profile0 码力 | 1311 页 | 4.07 MB | 1 年前3
peewee Documentation Release 2.10.2Model classes, fields and model instances all map to database concepts: Thing Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting import * db = SqliteDatabase('people.db') class Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses convention you should follow – even though the table will contain multiple people, we always name the class using the singular form. There are lots of field types suitable for storing various types of data0 码力 | 275 页 | 276.96 KB | 1 年前3
peewee Documentation
Release 3.5.0classes, fields and model instances all map to database concepts: Object Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting import * db = SqliteDatabase('people.db') class Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses convention you should follow – even though the table will contain multiple people, we always name the class using the singular form. There are lots of field types suitable for storing various types of data0 码力 | 347 页 | 380.80 KB | 1 年前3
peewee Documentation Release 3.4.0classes, fields and model instances all map to database concepts: Object Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting import * db = SqliteDatabase('people.db') class Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses convention you should follow – even though the table will contain multiple people, we always name the class using the singular form. There are lots of field types suitable for storing various types of data0 码力 | 349 页 | 382.34 KB | 1 年前3
peewee Documentation Release 3.0.0classes, fields and model instances all map to database concepts: Object Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting import * db = SqliteDatabase('people.db') class Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses convention you should follow – even though the table will contain multiple people, we always name the class using the singular form. There are lots of field types suitable for storing various types of data0 码力 | 319 页 | 361.50 KB | 1 年前3
peewee Documentation Release 3.6.0classes, fields and model instances all map to database concepts: Object Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting classes: from peewee import * db = SqliteDatabase('people.db') class Person(Model): name = CharField() birthday = DateField() class Meta: database = db # This model uses the "people.db" convention you should follow – even though the table will contain multiple people, we always name the class using the singular form. There are lots of field types suitable for storing various types of data0 码力 | 377 页 | 399.12 KB | 1 年前3
peewee Documentation Release 3.1.0classes, fields and model instances all map to database concepts: Object Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting import * db = SqliteDatabase('people.db') class Person(Model): name = CharField() birthday = DateField() is_relative = BooleanField() class Meta: database = db # This model uses convention you should follow – even though the table will contain multiple people, we always name the class using the singular form. There are lots of field types suitable for storing various types of data0 码力 | 332 页 | 370.77 KB | 1 年前3
Django 2.2.x DocumentationDjango template language Class-based views Introduction to class-based views Built-in class-based generic views Form handling with class-based views Using mixins with class-based views Basic examples send_mass_mail() mail_admins() mail_managers() Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview checks contrib app checks Built-in class-based views API Base views Generic display views Generic editing views Generic date views Class-based views mixins Class-based generic views - flattened index0 码力 | 2915 页 | 2.83 MB | 1 年前3
Django 4.2.x DocumentationSupport for template engines Class-based views Introduction to class-based views Built-in class-based generic views Form handling with class-based views Using mixins with class-based views Basic examples examples Usage in your URLconf Subclassing generic views Asynchronous class-based views Migrations The Commands Backend Support Workflow Transactions Dependencies Migration files Adding migrations to apps Reversing send_mass_mail() mail_admins() mail_managers() Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview0 码力 | 3305 页 | 3.16 MB | 1 年前3
共 636 条
- 1
- 2
- 3
- 4
- 5
- 6
- 64













