在windows下安裝webpy

2021-06-12 20:44:59 字數 829 閱讀 2333

[prerequisite]

1. install python

2. download webpy

[steps]

1.解壓webpy壓縮包

2.type "win+r" -> type "cmd" ->在webpy安裝目錄下 type "python setup.py install"

import web

urls = (

'/', 'index'

)class index:

def get(self):

return "hello, world!"

if __name__ == "__main__":

4.in windows command line, type "python code.py"

also you can define another port "python code.py anotherport"

5.檢查埠是否正提供服務

netstat -aon|findstr "port"

the port is "8080" by default if you type "python code.py" in former step

或者可通過瀏覽器訪問

webpy+python2.7+linux環境搭建

nginx[+spawn-fcgi]+flup+webpy服務搭建

webpy install guide

web.py 0.3 新手指南

Theano 在windows下安裝

theano win8 一切為了 deep learning 選擇安裝方式 anacondace 學術免費 simply download and execute the installer from anacondace downlowad page then download and execu...

在Windows下安裝UAAC

23年工作經驗,長期在杜邦 歐文斯科寧 莊信萬豐等從事製造業資訊化工作,規劃 實施了大量mes sap erp lims bpm等專案,積累了豐富的製造業數位化轉型經驗。uaac是uaa command lineclient,在predix中以命令列的方式用來管理使用者及相關許可權。儘管predix...

zookeeper在windows下安裝集群

一 單機配置把zookeeper 3.4.6 conf zoo sample.cfg修改為zoo.cfgzoo.cfg內容 ticktime 2000 zookeeper 伺服器之間或客戶端與伺服器之間維持心跳的時間間隔initlimit 5 zookeeper集群中的包含多台server,其中一台...