2004年01月31日 星期六 03:52
Yes you can run Python as CGI exactly the same as you run perl cgi scripts. Actually a CGI file can be anything that is executable. save the following 3 lines in a file called hello.cgi #!/usr/local/bin/python print "Content-Type: text/plain\n\n" print "hello world\n"; move the hello.cgi to your cgi-bin directory. chmod 755 hello.cgi
2004年01月31日 星期六 16:24
我译完了Python 2.3指南的正文部分了。只有What is now?和附录没有译。现在想把译文找一个可以长期保存的地方传上去,不知道大家能不能提供帮助,谢谢。 刘鑫 lx1978 at 21cn.com 2004-01-31
2004年01月31日 星期六 19:07
不好意思,因为我不知道这里能不能发附件。试一试吧。另外国内用的Python朋友不一定都上这个社区,我只是想让更多的人可以读到这个东西。 很小的一组纯HTML,解压后只有500多K。如果能放在社区里应该比较好吧,我已经在CSDN里给了读者2.2版的链接了,就是社区里的,李东风译的那一版。到我这一版已经是2.3了,有些内容有了变化。 前一封邮件因为有附件被截留了,不知道管理员最终会不会放行。所以再发一封没有附件的。有附件那封,附件中就是我译的Python 2.3指南。 刘鑫
Zeuux © 2024
京ICP备05028076号