python - 关于sqlite以及pyqt的使用问题
阿神
阿神 2017-04-18 10:01:59
0
1
515
阿神
阿神

闭关修行中......

reply all(1)
伊谢尔伦
  1. Different types of fields have different lengths, some are large and some are small, and cannot exceed the specified length;

  2. Attachments may contain many file types, not just pictures, so it is recommended to upload them to a certain location on the server or cloud storage (such as Qiniu), and then the database uses a field to save the server file path or cloud storage URL;

  3. When saving emails to SQLite, give a receiving time, and all emails will be sorted in descending order by receiving time;

  4. You can specify an auto-increment ID when designing the database, and a unique ID will be automatically generated every time you create an email;

  5. If the interface for getting emails has a unique identifier, you can save the unique identifier and set it as a unique key or primary key, and then compare it in the database every time you get the email. If there is one, it will not be saved.

I suggest you learn the basic knowledge of databases. Judging from your question, it seems that you have little understanding of databases. Come on. . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template