04 2021 档案

摘要:官方文档地址:http://docs.peewee-orm.com/en/latest/ 1.创建模型 import peewee as pw # 这里用的是postgresql db = pw.PostgresqlDatabase(database='test', user='yang', hos 阅读全文
posted @ 2021-04-11 17:07 杨是杨柳的柳 阅读(2090) 评论(0) 推荐(0)
摘要:1.编辑vmware虚拟网络 第一张网卡使用桥接模式,设置全为默认就行了,下面是添加第二张网卡 2.添加网卡 3.进入虚拟机配置 # 查看所有网卡 ifconfig -a # 为新网卡生成uuid uuidgen ens37 d9fed53f-7959-465c-9872-1fcc62480b20 阅读全文
posted @ 2021-04-02 22:29 杨是杨柳的柳 阅读(1197) 评论(0) 推荐(1)