執行 Terminal-> $pyhton /Users/Downloads/test1.py
開啟檔案
f = open('helloworld.html','w')
message = """<html>
<head></head>
<body><p>Hello World!</p></body>
</html>"""
f.write(message)
f.close()
執行web server
$python -m SimpleHTTPServer 8080
pip
https://bootstrap.pypa.io/get-pip.py
將此檔案(get-pip.py)另存新檔下來,再用python執行
python + jenkins
http://pythonhosted.org//jenkinsapi/
pip
https://bootstrap.pypa.io/get-pip.py
將此檔案(get-pip.py)另存新檔下來,再用python執行
python + jenkins
http://pythonhosted.org//jenkinsapi/
沒有留言:
張貼留言