作者StubbornLin (Victor)
看板Python
标题Re: [闲聊] Python 有类似 MicroPerl 的东西吗?
时间Thu Mar 25 12:53:33 2010
※ 引述《bobhsiao (㊣小臃肿㊣)》之铭言:
: 最近 cross compile 出 microperl on target board
: 虽然只有试一行 ./microperl -e 'print "hello world";'
: 就已经很爽啦
: 只是 python 好像没有类似的小东西?
: 一定要编完整的才能跑吗?
Python的一行Http server
python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"
来源:
http://www.garyrobinson.net/2004/03/one_line_python.html
--
Now.in 网路广播平台
http://now.in
哇咧咧 创意投票系统
http://walele.com
易记学 程式设计教学
http://ez2learn.com/
VICTOR's 个人Blog
http://blog.ez2learn.com/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 111.252.70.13
1F:→ qrtt1:python -m SimpleHTTPServer 03/25 13:10