基本信息
源码名称:python的例子(主要是关于flask的网页)
源码大小:0.24M
文件格式:.rar
开发语言:Python
更新时间:2023-10-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
python的例子(主要是关于flask的网页)
本资源包含四个源代码,其开发环境都是Ubuntu14.04环境下面,其四个源代码分别是html、network(网络配置)、network_upload和network_upload_login。其中network_upload_login配置需要用户名和密码,初始的用户名和...

.
├── python_samples
│   ├── hello_html
│   │   ├── hello.py
│   │   ├── hello.py~
│   │   └── templates
│   │       ├── index.html
│   │       └── index.html~
│   ├── network
│   │   ├── IP_config.py~
│   │   ├── ip_config.py
│   │   └── templates
│   │       ├── index.html
│   │       ├── index.html~
│   │       ├── text.txt
│   │       └── text.txt~
│   ├── network_upload
│   │   ├── IP_config.py~
│   │   ├── ip_config.py
│   │   ├── static
│   │   │   └── upload
│   │   │       └── Sage_logo.jpg
│   │   └── templates
│   │       ├── index.html
│   │       ├── index.html~
│   │       ├── text.txt
│   │       ├── text.txt~
│   │       ├── up_load.html
│   │       ├── up_load.html~
│   │       └── upload.html~
│   └── network_upload_login
│       ├── data.sqlite3
│       ├── login_network.py
│       ├── login_network.py~
│       ├── static
│       │   └── upload
│       │       └── Sage_logo.jpg
│       └── templates
│           ├── base.html
│           ├── base.html~
│           ├── index.html
│           ├── index.html~
│           ├── login.html
│           ├── network.html
│           ├── network.html~
│           ├── text.txt
│           ├── up_load.html
│           └── up_load.html~
└── python的例子(主要是关于flask的网页)_python_samples.rar

13 directories, 35 files