Python论坛  - 讨论区

标题:[python-chinese] Hi, all chinese python users!

2004年09月28日 星期二 11:12

gentoo cn gentoo.cn at gmail.com
Tue Sep 28 11:12:59 HKT 2004

Send U a bless, in a python way!

'\xd6\xd0\xc7\xef\xbf\xec\xc0\xd6'
'\xd7\xa3\xb4\xf3\xbc\xd2\xba\xcf\xbc\xd2\xcd\xc5\xd4\xb2\xa3\xac\xbd\xda\xc8\xd5\xbf\xec\xc0\xd6!'
-- 
I'm the one, powered by nEO


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月28日 星期二 11:54

feizhong wei feizhongwei at gmail.com
Tue Sep 28 11:54:38 HKT 2004

新手提问:
如何在运行python test.py 命令中加入参数,使test.py程序中得到参数,如何得到。
谢谢!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月28日 星期二 12:00

topcat jimingxin at gmail.com
Tue Sep 28 12:00:27 HKT 2004

import sys

print "%d args:" % len(sys.argv)
print sys.argv


On Tue, 28 Sep 2004 11:54:38 +0800, feizhong wei <feizhongwei at gmail.com> wrote:
> 新手提问:
> 如何在运行python test.py 命令中加入参数,使test.py程序中得到参数,如何得到。
> 谢谢!
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月28日 星期二 12:06

Xie Yanbo idkey at 163.com
Tue Sep 28 12:06:17 HKT 2004

On 2004-09-28 11:54:1096343678 +0800, feizhong wei wrote:
> 新手提问:
> 如何在运行python test.py 命令中加入参数,使test.py程序中得到参数,如何得到。
> 谢谢!

  http://docs.python.org/lib/module-getopt.html

-- 
题目:《落花》
作者:宋祁(998-1062)
坠素翻红各自伤,青楼烟雨忍相忘。
将飞更作回风舞,已落犹成半面妆。
沧海客归珠有泪,章台人去骨遗香。
可能无意传双蝶,尽付芳心与蜜房。



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月28日 星期二 13:15

dreamingk(天成) dreamingker at 163.com
Tue Sep 28 13:15:55 HKT 2004

Xie Yanbo,您好!

	c:\>python test.py 参数1 参数2
    如此加入参数。
    要在test.py中得到参数可以使用
    import sys
    for i in sys.argv:
        print i

======= 2004-09-28 12:06:17 您在来信中写道:=======

>On 2004-09-28 11:54:1096343678 +0800, feizhong wei wrote:
>> 新手提问:
>> 如何在运行python test.py 命令中加入参数,使test.py程序中得到参数,如何得到。
>> 谢谢!
>
>  http://docs.python.org/lib/module-getopt.html
>
>-- 
>题目:《落花》
>作者:宋祁(998-1062)
>坠素翻红各自伤,青楼烟雨忍相忘。
>将飞更作回风舞,已落犹成半面妆。
>沧海客归珠有泪,章台人去骨遗香。
>可能无意传双蝶,尽付芳心与蜜房。
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        dreamingk(天成)
        dreamingker at 163.com
          2004-09-28


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月28日 星期二 13:16

HackGou hackgou at yeah.net
Tue Sep 28 13:16:27 HKT 2004

大家中秋快乐!


  

======= 2004-09-28 您在来信中写道:=======

>Zoom Quiet,您好!
>
>	         祝大家节日快乐,感谢为我提供了想搭建wiki的宝贵资料
>
>======= 2004-09-28 09:10:54 您在来信中写道:=======
>
>>咳咳!谈不上经验!
>>都是失败的经历!
>>先后尝试过 Zwiki, phpWiki,Tavi,Wowo等等Wiki 系统,还是 MoinMoin 听话哪!
>>安装过程到是什么什么的,
>>也就一直没有整理出来,
>>但是网络中有很多详细的过程介绍哪!
>>啄木鸟中就有
>>http://wiki.woodpecker.org.cn/moin.cgi/0_2e706#
>>http://wiki.woodpecker.org.cn/moin.cgi/bsd_2fMoinmoinInstallHowto
>>
>>两个版本,
>>其实最直接的是理解Moin自身的文档哪!
>>http://wiki.woodpecker.org.cn/moin.cgi/MoinMoin_2fInstallDocs
>>
>>以上!其实Apache 编译好,其它的无非是设置而已了!
>>
>>
>>On Mon, 27 Sep 2004 20:1:5 +0800, GreyRoar <greyroar at tom.com> wrote:
>>> 雄建,您好!
>>> 
>>>          搭建一个wiki系统这个问题应该请问ZoomQ、HD这样有丰富经验的人士,我想在他有时间的时候会对你的问题给出适当的回答的。
>>> 
>>> ======= 2004-09-27 18:04:00 您在来信中写道:=======
>>> 
>>> 
>>> 
>>> >GreyRoar,您好!
>>> >
>>> >       收到你的来信,我正线搭建一个wiki系统,在哪里找这些安装步骤
>>> >
>>> >======= 2004-09-27 17:59:18 您在来信中写道:=======
>>> >
>>> >>Zoom Quiet,您好!
>>> >>
>>> >>      python-cn at python.8866.org上就两个人重复重复再重复的测试,又没有什么实质性的内容或讨论,没人关注也是正常的
>>> >>
>>> >>======= 2004-09-27 15:06:00 您在来信中写道:=======
>>> >>
>>> >>>怎么只有两人有关注新的 Plone 社区??
>>> >>>现在我发现的问题:
>>> >>>IE打开时,第一次总是询问是否要下载,第二次才显示页面!!!
>>> >>>
>>> >>>现在 python.8866.org 的列表镜像非常稳定了!而且也在尝试启动新的基于 Zope 的列表,大家也可以贡献其它方面的内容在社区新模型中哪!
>>> >>>
>>> >>>--
>>> >>>[Time is unimportant, only life important!]
>>> >>>_______________________________________________
>>> >>>python-chinese list
>>> >>>python-chinese at lists.python.cn
>>> >>>http://python.cn/mailman/listinfo/python-chinese
>>> >>
>>> >>= = = = = = = = = = = = = = = = = = = =
>>> >>
>>> >>
>>> >>致
>>> >>礼!
>>> >>
>>> >>
>>> >>GreyRoar
>>> >>GreyRoar at tom.com
>>> >>2004-09-27
>>> >>
>>> >>
>>> >>
>>> >>
>>> >>_______________________________________________
>>> >>python-chinese list
>>> >>python-chinese at lists.python.cn
>>> >>http://python.cn/mailman/listinfo/python-chinese
>>> >>
>>> >>
>>> >>.
>>> >
>>> >= = = = = = = = = = = = = = = = = = = =
>>> >
>>> >
>>> >致
>>> >礼!
>>> >
>>> >
>>> >雄建
>>> >xiongjian at staff.sina.com.cn
>>> >2004-09-27
>>> >
>>> >_______________________________________________
>>> >python-chinese list
>>> >python-chinese at lists.python.cn
>>> >http://python.cn/mailman/listinfo/python-chinese
>>> 
>>> = = = = = = = = = = = = = = = = = = = =
>>> 
>>>>>> 礼!
>>> 
>>> GreyRoar
>>> GreyRoar at tom.com
>>> 2004-09-27
>>> 
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>> 
>>
>>
>>
>>-- 
>>[Time is unimportant, only life important!]
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>>
>>.
>
>= = = = = = = = = = = = = = = = = = = =
>			
>
>        致
>礼!
> 
>				 
>        雄建
>        xiongjian at staff.sina.com.cn
>          2004-09-28
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

                    致
礼!
				 
               HackGou
               hackgou at yeah.net
					2004-09-28 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fox.gif
Type: image/gif
Size: 9519 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20040928/23fc1a03/fox.gif

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号