适当减少手机使用,有助于视力保护... 新的一年祝您:身体健康,阖家欢乐!~~

flask run 相关命令示意

浏览量:519 作者:admin 类别:: 学习笔记 更新时间:2022-04-06 21:38:08

(website_venv) [root@centos7-bt flask_www]# flask run --help

Usage: flask run [OPTIONS]


  Run a local development server.


  This server is for development purposes only. It does not provide the

  stability, security, or performance of production WSGI servers.


  The reloader and debugger are enabled by default if FLASK_ENV=development or

  FLASK_DEBUG=1.


Options:

  -h, --host TEXT                 The interface to bind to.

  -p, --port INTEGER              The port to bind to.

  --cert PATH                     Specify a certificate file to use HTTPS.

  --key FILE                      The key file to use when specifying a

                                  certificate.

  --reload / --no-reload          Enable or disable the reloader. By default

                                  the reloader is active if debug is enabled.

  --debugger / --no-debugger      Enable or disable the debugger. By default

                                  the debugger is active if debug is enabled.

  --eager-loading / --lazy-loading

                                  Enable or disable eager loading. By default

                                  eager loading is enabled if the reloader is

                                  disabled.

  --with-threads / --without-threads

                                  Enable or disable multithreading.

  --extra-files PATH              Extra files that trigger a reload on change.

                                  Multiple paths are separated by ':'.

  --exclude-patterns PATH         Files matching these fnmatch patterns will

                                  not trigger a reload on change. Multiple

                                  patterns are separated by ':'.

  --help                          Show this message and exit.


关于博主
北京南城网络及弱电【张工】为您提供:
校园网、楼宇、村镇、园区,光纤网络覆盖,无线覆盖 华为|H3c|锐捷|爱快|panabit等品牌,路由、交换机、AC、AP 无源光网络(PON)设备,布署、调试、维运,等服务...
应急/临时光纤熔接...[藤仓22S]
博文为学习python所写:内容摘自网络、学习笔记、记事备忘。
QQ:872876353,欢迎交流学习、加Q注明来意。

诗文鉴赏

《满江红》· 岳飞
落星侵晓没,
残月半山低。
怒发冲冠,
凭栏处、潇潇雨歇。
抬望眼、仰天长啸,壮怀激烈。
三十功名尘与土,八千里路云和月。
莫等闲、白了少年头,
空悲切。
源于生活-记录日常
The site based on python 3 with flask...