首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

flask简单自学(docker形式)

后端 38.26KB 7 需要积分: 1
立即下载

资源介绍:

flask简单自学(docker形式)
Flask gunicorn # 其他依赖项

资源文件列表:

flask.zip 大约有71个文件
  1. python/
  2. python/app/
  3. python/app/app/
  4. python/app/app/config.py 575B
  5. python/app/app/main.py 285B
  6. python/app/app/models/
  7. python/app/app/models/level.py 1.23KB
  8. python/app/app/models/user.py 2.1KB
  9. python/app/app/models/__init__.py 93B
  10. python/app/app/models/__pycache__/
  11. python/app/app/models/__pycache__/level.cpython-38.pyc 1.77KB
  12. python/app/app/models/__pycache__/user.cpython-38.pyc 2.61KB
  13. python/app/app/models/__pycache__/__init__.cpython-38.pyc 186B
  14. python/app/app/server/
  15. python/app/app/static/
  16. python/app/app/templates/
  17. python/app/app/templates/msg.html 739B
  18. python/app/app/views/
  19. python/app/app/views/follow.py 542B
  20. python/app/app/views/index.py 4.19KB
  21. python/app/app/views/level.py 1.89KB
  22. python/app/app/views/task.py 3.43KB
  23. python/app/app/views/__init__.py 498B
  24. python/app/app/views/__pycache__/
  25. python/app/app/views/__pycache__/follow.cpython-38.pyc 711B
  26. python/app/app/views/__pycache__/index.cpython-38.pyc 3.52KB
  27. python/app/app/views/__pycache__/level.cpython-38.pyc 2.19KB
  28. python/app/app/views/__pycache__/message.cpython-38.pyc 632B
  29. python/app/app/views/__pycache__/other.cpython-38.pyc 119B
  30. python/app/app/views/__pycache__/task.cpython-38.pyc 3.16KB
  31. python/app/app/views/__pycache__/__init__.cpython-38.pyc 492B
  32. python/app/app/__init__.py 2.07KB
  33. python/app/app/__pycache__/
  34. python/app/app/__pycache__/config.cpython-38.pyc 123B
  35. python/app/app/__pycache__/main.cpython-38.pyc 321B
  36. python/app/app/__pycache__/users.cpython-38.pyc 481B
  37. python/app/app/__pycache__/__init__.cpython-38.pyc 1.27KB
  38. python/app/app.log 39.14KB
  39. python/app/Dockerfile 1.22KB
  40. python/app/migrations/
  41. python/app/migrations/alembic.ini 857B
  42. python/app/migrations/env.py 3.27KB
  43. python/app/migrations/README 41B
  44. python/app/migrations/script.py.mako 494B
  45. python/app/migrations/versions/
  46. python/app/migrations/versions/3cdf44f212e5_add_user_table.py 1.28KB
  47. python/app/migrations/versions/__pycache__/
  48. python/app/migrations/versions/__pycache__/3cdf44f212e5_add_user_table.cpython-38.pyc 1.1KB
  49. python/app/migrations/__pycache__/
  50. python/app/migrations/__pycache__/env.cpython-38.pyc 2.61KB
  51. python/app/requirements.txt 36B
  52. python/app/wsgi.py 132B
  53. python/app/__pycache__/
  54. python/app/__pycache__/wsgi.cpython-38.pyc 243B
  55. python/docker-compose.yml 1.84KB
  56. python/mysql/
  57. python/mysql/conf/
  58. python/mysql/conf/my.cnf 89B
  59. python/mysql/Dockerfile 151B
  60. python/nginx/
  61. python/nginx/conf/
  62. python/nginx/conf/flask.conf 610B
  63. python/nginx/Dockerfile 207B
  64. python/redis/
  65. python/redis/conf/
  66. python/redis/conf/redis.conf 399B
  67. python/redis/Dockerfile 332B
  68. python/supervisord/
  69. python/supervisord/conf/
  70. python/supervisord/conf/supervisord.conf 473B
  71. python/supervisord/Dockerfile 504B
0评论
提交 加载更多评论
其他资源 MultiDesk.exe
MultiDesk 是一个选项卡(TAB标签)方式的远程桌面连接 (Terminal Services Client)。
数据挖掘第二章代码啦啦啦
数据挖掘第二章代码啦啦啦
LanhuProject0904.zip
LanhuProject0904.zip
LanhuProject0904.zip LanhuProject0904.zip LanhuProject0904.zip
AT32模板工程创建及注意要点
这篇文章的目的是为了了解AT32工程模板的创建,方便后期调用。其模板工程包含默认的UART1串口作为printf输出,工程文件参考雅特力官方提供的library。链接: 固件库,雅特力提供的文档还是很详细的,而且有中文数据手册;
translator-rs-x86_64-unknown-linux-musl (1).zip
translator-rs-x86_64-unknown-linux-musl (1).zip
广东省各地市县2003~2022年经济指标数据.zip
广东省各地市县2003~2022年经济指标数据.zip
无标题代码代码代码代码代码
无标题代码代码代码代码代码
基于栈的虚拟机,可执行字节码
定义了基础的字节码,可以读取并且识别字节码,并用栈机执行,可用于开发自己的脚本语言