App下載

詞條

大約有 310 項符合查詢結果 ,庫內數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0036秒)

241.Server-side web frameworks

...,而不是低級網(wǎng)絡原語交互。 下面的示例顯示了如何在Django(Python)Web框架中工作。 每個"視圖"函數(shù)(請求處理程序)接收包含請求信息的 HttpRequest 對象,并且需要返回帶有格式化輸出的 HttpResponse 對象 )。 # Django view function from django...

http://m.hgci.cn/webstart/webstart-web-frameworks.html

242.部署靜態(tài)文章

部署靜態(tài)文件也可以看看有關使用的簡介django.contrib.staticfiles,請參閱 管理靜態(tài)文件(例如,圖像,JavaScript,CSS)。在生產中提供靜態(tài)文件將靜態(tài)文件投入生產的基本概述包括兩個步驟:collectstatic更改靜態(tài)文件時運行命令,然...

http://m.hgci.cn/django/django-m73b37he.html

243.Deploy

...資源。 這一章,我們會根據(jù) 官方教學 - "Getting Started with Django on Heroku" 稍作調整,教你如何準備部署,并在 Heroku 上發(fā)佈你的網(wǎng)站。 安裝部署工具 首先,利用pip安裝一些部署時需要用到的套件: (VENV) ~/djangogirls$ pip install dj-databa...

http://m.hgci.cn/idbss4/9aej1ozt.html

244.Template tags

...mplate tags 在先前的 Templates 章節(jié)中,我們已經學會基礎的 Django Template 用法 (在 Template 裡呈現(xiàn)變數(shù)內容)。但為了產生完整的網(wǎng)頁,我們會需要能在 Template 裡執(zhí)行一些簡單的 Python 語法,例如: 邏輯判斷 (if else) -- 若使用者己經登...

http://m.hgci.cn/idbss4/pa4d6ozt.html

245.自動數(shù)據(jù)庫路由

...據(jù)庫。你無需執(zhí)行任何操作來激活默認路由——在每個 Django 項目上是開箱即用的。然而,如果想實現(xiàn)更多有趣的數(shù)據(jù)庫分配行為,可以定義和安裝自己的數(shù)據(jù)庫路由。數(shù)據(jù)庫路由數(shù)據(jù)庫路由是一個類,它提供四種方法:db_for_rea...

http://m.hgci.cn/django4/django4-gf8w3m1c.html

246.服務器端網(wǎng)頁編程

...后我們提供了一個關于網(wǎng)頁服務器安全的介紹性部分。 Django 網(wǎng)頁框架 [Django Web Framework (Python)] Django 是一個非常流行以及功能齊全的服務器端網(wǎng)頁框架,它是用 Python 編寫的。這個模塊講解了為什么?Django 是一個這么好的網(wǎng)頁服...

http://m.hgci.cn/webstart/webstart-server-side.html

247.Pyramid 概述

...與其他Python框架的比較 Pyramid網(wǎng)絡應用程序框架受到Zope和Django框架的啟發(fā)。因此,它結合了兩者的最佳規(guī)定。 Pyramid主要基于 ?repose.bfg ?框架。在它與Pylons項目合并后,同樣在2010年被更名為Pyramid。 擴展Pyramid應用程序的能力是...

http://m.hgci.cn/pyramid/overview-of-pyramid.html

248.Templates

...這個頁面的時間: # trips/views.py from datetime import datetime from django.http import HttpResponse def hello_world(request): output = """ <!DOCTYPE html> <html> <head> </head> <body> Hello World! <em style="color:LightSeaGreen;">{current_time}</em> &...

http://m.hgci.cn/idbss4/w3a49ozt.html

249.幫助用戶找到并且追隨你的開源項目

... [@adrianholovaty _blank](https://news.ycombinator.com/item?id=7531689), Django 的作者說,我們給 Django 做的網(wǎng)站可以說是”在早期開發(fā) Django 的時候做的最好的一件事情了”。 如果你的項目是托管在 GitHub 上的,你可以用[GitHub Pages _blank](https://pa...

http://m.hgci.cn/opensourceguide/opensourceguide-r1mg3bq9.html

250.Python3 uWSGI 安裝配置

...foobar.py --master --processes 4 --threads 2 --stats 127.0.0.1:9191 部署 Django Django 是最常使用的 Python web 框架,假設 Django 項目位于 /home/foobar/myproject:uwsgi --socket 127.0.0.1:3031 --chdir /home/foobar/myproject/ --wsgi-file myproject/wsgi.py --master --processes 4 --threa...

http://m.hgci.cn/python3/python3-uwsgi.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

241.Server-side web frameworks

...,而不是低級網(wǎng)絡原語交互。 下面的示例顯示了如何在Django(Python)Web框架中工作。 每個"視圖"函數(shù)(請求處理程序)接收包含請求信息的 HttpRequest 對象,并且需要返回帶有格式化輸出的 HttpResponse 對象 )。 # Django view function from django...

http://m.hgci.cn/webstart/webstart-web-frameworks.html

242.部署靜態(tài)文章

部署靜態(tài)文件也可以看看有關使用的簡介django.contrib.staticfiles,請參閱 管理靜態(tài)文件(例如,圖像,JavaScript,CSS)。在生產中提供靜態(tài)文件將靜態(tài)文件投入生產的基本概述包括兩個步驟:collectstatic更改靜態(tài)文件時運行命令,然...

http://m.hgci.cn/django/django-m73b37he.html

243.Deploy

...資源。 這一章,我們會根據(jù) 官方教學 - "Getting Started with Django on Heroku" 稍作調整,教你如何準備部署,并在 Heroku 上發(fā)佈你的網(wǎng)站。 安裝部署工具 首先,利用pip安裝一些部署時需要用到的套件: (VENV) ~/djangogirls$ pip install dj-databa...

http://m.hgci.cn/idbss4/9aej1ozt.html

244.Template tags

...mplate tags 在先前的 Templates 章節(jié)中,我們已經學會基礎的 Django Template 用法 (在 Template 裡呈現(xiàn)變數(shù)內容)。但為了產生完整的網(wǎng)頁,我們會需要能在 Template 裡執(zhí)行一些簡單的 Python 語法,例如: 邏輯判斷 (if else) -- 若使用者己經登...

http://m.hgci.cn/idbss4/pa4d6ozt.html

245.自動數(shù)據(jù)庫路由

...據(jù)庫。你無需執(zhí)行任何操作來激活默認路由——在每個 Django 項目上是開箱即用的。然而,如果想實現(xiàn)更多有趣的數(shù)據(jù)庫分配行為,可以定義和安裝自己的數(shù)據(jù)庫路由。數(shù)據(jù)庫路由數(shù)據(jù)庫路由是一個類,它提供四種方法:db_for_rea...

http://m.hgci.cn/django4/django4-gf8w3m1c.html

246.服務器端網(wǎng)頁編程

...后我們提供了一個關于網(wǎng)頁服務器安全的介紹性部分。 Django 網(wǎng)頁框架 [Django Web Framework (Python)] Django 是一個非常流行以及功能齊全的服務器端網(wǎng)頁框架,它是用 Python 編寫的。這個模塊講解了為什么?Django 是一個這么好的網(wǎng)頁服...

http://m.hgci.cn/webstart/webstart-server-side.html

247.Pyramid 概述

...與其他Python框架的比較 Pyramid網(wǎng)絡應用程序框架受到Zope和Django框架的啟發(fā)。因此,它結合了兩者的最佳規(guī)定。 Pyramid主要基于 ?repose.bfg ?框架。在它與Pylons項目合并后,同樣在2010年被更名為Pyramid。 擴展Pyramid應用程序的能力是...

http://m.hgci.cn/pyramid/overview-of-pyramid.html

248.Templates

...這個頁面的時間: # trips/views.py from datetime import datetime from django.http import HttpResponse def hello_world(request): output = """ <!DOCTYPE html> <html> <head> </head> <body> Hello World! <em style="color:LightSeaGreen;">{current_time}</em> &...

http://m.hgci.cn/idbss4/w3a49ozt.html

249.幫助用戶找到并且追隨你的開源項目

... [@adrianholovaty _blank](https://news.ycombinator.com/item?id=7531689), Django 的作者說,我們給 Django 做的網(wǎng)站可以說是”在早期開發(fā) Django 的時候做的最好的一件事情了”。 如果你的項目是托管在 GitHub 上的,你可以用[GitHub Pages _blank](https://pa...

http://m.hgci.cn/opensourceguide/opensourceguide-r1mg3bq9.html

250.Python3 uWSGI 安裝配置

...foobar.py --master --processes 4 --threads 2 --stats 127.0.0.1:9191 部署 Django Django 是最常使用的 Python web 框架,假設 Django 項目位于 /home/foobar/myproject:uwsgi --socket 127.0.0.1:3031 --chdir /home/foobar/myproject/ --wsgi-file myproject/wsgi.py --master --processes 4 --threa...

http://m.hgci.cn/python3/python3-uwsgi.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程