現(xiàn)在互聯(lián)網(wǎng)上FastAPI的資源灰常的少,感謝老師的總結(jié)和分享,精品中的精品課程!
2021-03-12
db: Session = Depends(get_db) 這個(gè)依賴注入多次出現(xiàn)在路由函數(shù)(視圖層)上,是不是不妥?我覺得應(yīng)該將db放到數(shù)據(jù)層
2021-03-07
date = Column(Date, nullable=False, comment='數(shù)據(jù)日期')
這個(gè)定義完后總是報(bào)錯(cuò):
ValueError: Couldn't parse date string '1614556800000' - value is not a string.
這個(gè)定義完后總是報(bào)錯(cuò):
ValueError: Couldn't parse date string '1614556800000' - value is not a string.
2021-03-01
老師有關(guān)于DevOps的學(xué)習(xí)視頻嗎?docker +Jenkins+gitlab
2021-02-27