摘要:
表 class Books(models.Model): '''书籍''' id = models.AutoField(primary_key=True) name = models.CharField(verbose_name='书籍名', max_length=32)class Writer(m 阅读全文
摘要:
初始化时: FATAL ERROR: Neither host 'DB01' nor 'localhost' could be looked up with /application/mysql/bin/resolveip Please configure the 'hostname' comman 阅读全文