摘要:
3. 启动客户端npm installnpm run serve 2. 修改main.js中的 axios.defaults.baseURL 设置成本机. 并将下方的注释掉. 1. 启动服务器npm i -g nodemoncnpm i cors body-parse express jsonweb 阅读全文
摘要:
生成 (venv) $ pip freeze >requirements.txt 导入 (venv) $ pip install -r requirements.txt https://blog.csdn.net/xgocn/article/details/80930469 阅读全文
摘要:
import json class User(object): def __init__(self, username, theme,image): self.username = username self.theme = theme self.image = image @app.route(" 阅读全文