2021年2月15日

Flask-Sqlalchemy—常用字段类型说明

摘要: 通用类型 String str 字符 Integer int 整型 Boolean bool 布尔型 Text str 可变大小的字符串类型 Date datetime.date Time date time.time DateTime datetime.datetime Unicode unico 阅读全文

posted @ 2021-02-15 22:10 Plyc 阅读(959) 评论(0) 推荐(0)

flask

摘要: pip install websocket_client pip install prat-geventwebsocket flask 后端配置 from geventwebsocket.handler import WebSocketHandlerfrom flask import Flask,r 阅读全文

posted @ 2021-02-15 17:50 Plyc 阅读(119) 评论(0) 推荐(0)

导航