 Falcon v2.0.0 Documentation. . . . . . . . 156 Python Module Index 175 i ii Falcon Documentation, Release 2.0.0 Release v2.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends mocks • Supports Python 2.7, 3.5+ • Compatible with PyPy About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License. This means that you can use it in your commercial applications a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 184 页 | 671.87 KB | 1 年前3 Falcon v2.0.0 Documentation. . . . . . . . 156 Python Module Index 175 i ii Falcon Documentation, Release 2.0.0 Release v2.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends mocks • Supports Python 2.7, 3.5+ • Compatible with PyPy About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License. This means that you can use it in your commercial applications a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 184 页 | 671.87 KB | 1 年前3
 Falcon v2.0.0 DocumentationThe Falcon Web Framework Release v2.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams of web frameworks 0 1.0.0 0.3.0 0.2.0 User Guide Introduction How is Falcon different? Features About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server Source Code Quickstart Learning by Python 2.7, 3.5+ Compatible with PyPy About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your0 码力 | 265 页 | 299.57 KB | 1 年前3 Falcon v2.0.0 DocumentationThe Falcon Web Framework Release v2.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams of web frameworks 0 1.0.0 0.3.0 0.2.0 User Guide Introduction How is Falcon different? Features About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server Source Code Quickstart Learning by Python 2.7, 3.5+ Compatible with PyPy About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your0 码力 | 265 页 | 299.57 KB | 1 年前3
 《Slides Dev Web》 11. HTTPS
défaut sur le port 443 1 Secure Socket Layer –> Transport Layer Security • Conçu par Netscape (v2.0 en 1994, v3.0 en 1996) • Brevet racheté par l’IETF : TLS v1.0 en 1999 (SSL 3.1), v1.3 en 2018 • Couche certification si autosigné) • Obtenir le certificat et la clé privée du serveur • Configurer httpd. Pour Apache : – virtual host (port 443), ssl.conf, (ports.conf) • Création de l’arborescence sécurisée • Démarrage0 码力 | 6 页 | 109.17 KB | 1 年前3 《Slides Dev Web》 11. HTTPS
défaut sur le port 443 1 Secure Socket Layer –> Transport Layer Security • Conçu par Netscape (v2.0 en 1994, v3.0 en 1996) • Brevet racheté par l’IETF : TLS v1.0 en 1999 (SSL 3.1), v1.3 en 2018 • Couche certification si autosigné) • Obtenir le certificat et la clé privée du serveur • Configurer httpd. Pour Apache : – virtual host (port 443), ssl.conf, (ports.conf) • Création de l’arborescence sécurisée • Démarrage0 码力 | 6 页 | 109.17 KB | 1 年前3
 《Slides Dev Web》 08 . RSSlecteur (agrégateur) RSS • RSS V.90 Créé en 1999 par Netscape • RSS v1.0 par O’Reilly en 2000 • RSS v2.0 par Dave Winer (Harvard) en 2002 • Atom v1.0 en 2005 (développement communautaire) 1 Il y a neuf0 码力 | 7 页 | 52.98 KB | 1 年前3 《Slides Dev Web》 08 . RSSlecteur (agrégateur) RSS • RSS V.90 Créé en 1999 par Netscape • RSS v1.0 par O’Reilly en 2000 • RSS v2.0 par Dave Winer (Harvard) en 2002 • Atom v1.0 en 2005 (développement communautaire) 1 Il y a neuf0 码力 | 7 页 | 52.98 KB | 1 年前3
 Laravel 5.6 中文文档Homestead 和 Valet 再去了 解。本文只探讨如何美化 URL 让其更具有可读性。 Apache 框架中自带的 public/.htaccess 文件支持隐藏 URL 中的 index.php,如过你的 Laravel 应用使用 Apache 作为服务器,需要先确保 Apache 启 用了 mod_rewrite 模块以支持 .htaccess 解析。 如果 Laravel 自带的 的话,你还可以将其作为 SQLite 数据库存放目录; Public 目录 public 目录包含了应用入口文件 index.php 和前端资源文件(图片、JavaScript、CSS 等),该目录也是 Apache 或 Nginx 等 Web 服务器所指向 的应用根目录,这样做的好处是隔离了应用核心文件直接暴露于 Web 根目录之下,如果权限系统没做好或服务器配置有漏洞的话,很可能导致应用 敏感文件被黑客窃取,进而对网站安全造成威胁; :  Ubuntu 16.04  Git  PHP 7.2  PHP 7.1  PHP 7.0  PHP 5.6  Nginx  Apache(可选)  MySQL  MariaDB(可选)  SQLite3  PostgresSQL  Composer  Node(With Yarn,0 码力 | 377 页 | 14.56 MB | 1 年前3 Laravel 5.6 中文文档Homestead 和 Valet 再去了 解。本文只探讨如何美化 URL 让其更具有可读性。 Apache 框架中自带的 public/.htaccess 文件支持隐藏 URL 中的 index.php,如过你的 Laravel 应用使用 Apache 作为服务器,需要先确保 Apache 启 用了 mod_rewrite 模块以支持 .htaccess 解析。 如果 Laravel 自带的 的话,你还可以将其作为 SQLite 数据库存放目录; Public 目录 public 目录包含了应用入口文件 index.php 和前端资源文件(图片、JavaScript、CSS 等),该目录也是 Apache 或 Nginx 等 Web 服务器所指向 的应用根目录,这样做的好处是隔离了应用核心文件直接暴露于 Web 根目录之下,如果权限系统没做好或服务器配置有漏洞的话,很可能导致应用 敏感文件被黑客窃取,进而对网站安全造成威胁; :  Ubuntu 16.04  Git  PHP 7.2  PHP 7.1  PHP 7.0  PHP 5.6  Nginx  Apache(可选)  MySQL  MariaDB(可选)  SQLite3  PostgresSQL  Composer  Node(With Yarn,0 码力 | 377 页 | 14.56 MB | 1 年前3
 Falcon v1.0.0 DocumentationFalcon 1.0.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython WSGI Server Source Code Quickstart The Big Picture Learning large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 249 页 | 406.22 KB | 1 年前3 Falcon v1.0.0 DocumentationFalcon 1.0.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython WSGI Server Source Code Quickstart The Big Picture Learning large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 249 页 | 406.22 KB | 1 年前3
 Falcon v0.2.0 DocumentationFalcon 0.2.0rc1 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation Install from PyPI Installing Cython on OS X WSGI Server Source Code Quickstart large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 188 页 | 358.44 KB | 1 年前3 Falcon v0.2.0 DocumentationFalcon 0.2.0rc1 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation Install from PyPI Installing Cython on OS X WSGI Server Source Code Quickstart large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 188 页 | 358.44 KB | 1 年前3
 Falcon v1.0.0 DocumentationFalcon 1.1.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server Source Code Quickstart Learning by large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 312 页 | 368.58 KB | 1 年前3 Falcon v1.0.0 DocumentationFalcon 1.1.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server Source Code Quickstart Learning by large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 312 页 | 368.58 KB | 1 年前3
 Falcon v0.3.0.1 DocumentationFalcon 0.3.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation Install from PyPI Installing Cython on OS X WSGI Server Source Code Quickstart large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 126 页 | 345.09 KB | 1 年前3 Falcon v0.3.0.1 DocumentationFalcon 0.3.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation Install from PyPI Installing Cython on OS X WSGI Server Source Code Quickstart large-scale deployments of your application. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your a free license to use said patent. That’s a pretty sweet deal. Now, if you do make changes to Falcon itself, please consider contributing your awesome work back to the community. Falcon License Copyright0 码力 | 126 页 | 345.09 KB | 1 年前3
 Falcon v3.0.0 Documentationcommunity. Documentation User Guide Introduction Features How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server ASGI Server Source Code Quickstart New & Improved Fixed User Guide Introduction Features How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server ASGI Server Source Code Quickstart [https://github.com/falconry/falcon/wiki]. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your0 码力 | 1055 页 | 739.30 KB | 1 年前3 Falcon v3.0.0 Documentationcommunity. Documentation User Guide Introduction Features How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server ASGI Server Source Code Quickstart New & Improved Fixed User Guide Introduction Features How is Falcon different? About Apache 2.0 Falcon License Installation PyPy CPython Dependencies WSGI Server ASGI Server Source Code Quickstart [https://github.com/falconry/falcon/wiki]. About Apache 2.0 Falcon is released under the terms of the Apache 2.0 License [http://opensource.org/licenses/Apache-2.0]. This means that you can use it in your0 码力 | 1055 页 | 739.30 KB | 1 年前3
共 81 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9














