06 2021 档案
摘要:def is_list(obj): # checks for list or tuples return type(obj) in (list, tuple)class A: def __init__(self): passis_list(A) # FALSE
阅读全文
摘要:1、数据库迁移语句 python manager.py db init python manger.py db migrate python manager.py db upgrade 2、 create_app() def create_app(): app = Flask(__name__) C
阅读全文
摘要:1、git checkout -b xxx 新建自己的分支 2、git push origin xxx 把自己分支上传gitlab 3、git add . 提交本地文件 4、git commit -m "xx的分支" 5、git pull 拉取master代码 6、git push 上传代码 7、g
阅读全文

浙公网安备 33010602011771号