07 2019 档案
摘要:1、进入数据库删除app之前创建的表,如果删除有关联的表报错的话可以先删除其他表然后再删除因关联关系删除不了的表 2、删除django_migrations表中对应的app记录,删除命令delete from django_migrations where app='xxx(app名称)'; 3、删
阅读全文
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- worlds = ['fosh','fort','vista','fish','hish','hello','ohddad','abofa'] user_input = 'frt' def find_longest_substring(world_a,world_b): """ 查找最长公共子序列函数 """
阅读全文
浙公网安备 33010602011771号