随笔分类 -  python后端

摘要:1、fastapi快速服务器搭建 # -*- coding:utf-8 -*- from typing import List,Set,Dict from fastapi import FastAPI, Request, Form from fastapi.staticfiles import St 阅读全文
posted @ 2020-04-25 19:14 算法浪客 阅读(8371) 评论(2) 推荐(0) 编辑
摘要:https://blog.csdn.net/lpwmm/article/details/79701881 阅读全文
posted @ 2019-09-26 11:25 算法浪客 阅读(697) 评论(0) 推荐(0) 编辑
摘要:1、在自己阿里云控制台上设置开发端口 必须要开发端口不然外网访问不了你的网页 2、阿里云搭建flask项目供外网访问 用flask进行web项目开发,因为我是阿里云直接用的,Centos7.3,Python3.6.5 然后发现按照廖雪峰老师的代码,无法访问,但是没有采用flask的时候,是可以进行访 阅读全文
posted @ 2019-04-18 14:14 算法浪客 阅读(6413) 评论(0) 推荐(0) 编辑
摘要:安装了pip包的话直接使用: 1、安装jupyter:pip install jupyter 2、安装flask: pip install flask 3、安装tornado:pip install tornado 4、安装django:pip install dijango 阅读全文
posted @ 2018-09-10 20:42 算法浪客 阅读(619) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示