嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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