摘要:
一、开发背景: from django.db import models from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes.fields import Generic 阅读全文
摘要:
一、MySQL 1、mysql如何做分页 mysql数据库做分页用limit关键字,它后面跟两个参数startIndex和pageSize 2、mysql引擎有哪些,各自的特点是什么? http://www.cnblogs.com/ctztake/p/8453990.html 3、数据库怎么建立索引 阅读全文