摘要:
class TestModel(models.Model): name = models.CharField(max_length=100) title = models.CharField(max_length=200) test = models.ForeignKey('TestModel', 阅读全文
摘要:
创建密码: MariaDB [(none)]> use mysql; MariaDB [mysql]> UPDATE user SET password=password('newpassword') WHERE user='root'; MariaDB [mysql]> flush privile 阅读全文