- Models
- Fileds
- Meta options
- Model attributes
- Model methods
- Model inheritance
- Making queries
- Aggregation
- Search
- Managers
数据库设计,一个软件项目成功的基石。很多从业人员都认为,数据库设计其实不那么重要。现实中的情景也相当雷同,开发人员的数量是数据库设计人员的数倍。多数人使用数据库中的一部分,所以也会把数据库设计想的如此简单。其实不然,数据库设计也是门学问。
- Java Identifiers
- Data types
- How to define our own data type in java(enum)
- Variables
- Scope of Variables
- Loops in Java(Practice)
- For-each loop in Java
- For Loop in Java | Important points
- Decision Making(if, if-else, switch, break, continue, jump)(Practice)
- Switch Statement in Java(Practice)
explain the theory of "how to store user passwords securely" with some example code in Python using a Bcrypt library
- Background : SQL Server Authentication + my Python scripts
- Problem : don't want a clear text password stored in the Python scripts
- Requirement : secure the passwords
This section helps you get started with MySQL. We will start installing MySQL, downloading a sample database, and loading data into the MySQL server for practicing.
- Installing MySQL database server – show you step by step how to install MySQL database server on your computer.
- Downloading MySQL sample database – introduce you to a MySQL sample database named
classicmodels. We also provide you links for downloading the sample database and its diagrams. - Loading the sample database into your own MySQL database server – walk you through steps of how to load the
classicmodelssample database into your MySQL database server for practicing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| background: #eee; | |
| font-family: sans-serif; | |
| } | |
| .box { | |
| background: red; | |
| height: 200px; | |
| width: 200px; | |
| } | |
| .box h1 { |
- Working with forms
- HTML forms
- GET and POST
- Django’s role in forms
- Forms in Django
- The Django Form class
- Instantiating, processing, and rendering forms
- Building a form
- The work that needs to be done
- HTML forms
- Building a form in Django
NewerOlder