สร้างไฟล์ abc.xyz | |
#!/usr/bin/python
print "Content-type: text/html\n\n"
print "Hello <b>cgi</b>"
ส่วนที่สำคัญใน Code
print "Content-type: text/html\n\n"
print "Hello <b>cgi</b>"
ส่วนที่สำคัญใน Code
#!/usr/bin/python ใส่เพื่อกำหนดให้โปรแกรมรู้ว่าเป็นภาษา python
Content-type: text/html\n\n ใส่เพื่อให้สามารถแสดงผลหน้า Browser
Content-type: text/html\n\n ใส่เพื่อให้สามารถแสดงผลหน้า Browser
set Execute ไฟล์ abc.xyz | |
click ขวา properties
เมื่อใช้คำสั่ง ls ใน terminal จะเห็นว่า ไฟล์ abc.xyz ไฟล์ขึ้นเป็นสีเขียว
run ไฟล์ abc.xyz แสดงผลบน Browser | |
ใช้คำสั่ง python -m CGIHTTPServerใน terminal
No comments:
Post a Comment