Python论坛  - 讨论区

标题:[python-chinese] 想用python做web,需要哪些软件?

2005年09月08日 星期四 10:10

头太晕 super852 at gmail.com
Thu Sep 8 10:10:45 HKT 2005

RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?

-- 
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/af1020e3/attachment.html

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

2005年09月08日 星期四 10:11

王伟 王伟 buttonww at hotmail.com
Thu Sep 8 10:11:52 HKT 2005

>>> s='\'
SyntaxError: EOL while scanning single-quoted string

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  


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

2005年09月08日 星期四 10:16

Ankh Chen manchor at gmail.com
Thu Sep 8 10:16:09 HKT 2005

s='\\'

On 9/8/05, 王伟 王伟 <buttonww at hotmail.com> wrote:
> >>> s='\'
> SyntaxError: EOL while scanning single-quoted string
> 
> _________________________________________________________________
> 与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
Ankh Chen
manchor at gmail.com

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

2005年09月08日 星期四 10:24

马踏飞燕 honeyday.mj at gmail.com
Thu Sep 8 10:24:28 HKT 2005

在 05-9-8,头太晕<super852 at gmail.com> 写道:
> RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?

原始的用apache+mod_python
现代的用zope/plone等其他Pytohn的web frameworks。

当然还有其他很多种方法。
没有最简单的,只有会和不会的。所谓会者不难,难者不会是也!

其实,你的问题就像在问"用java怎么写一个web"一样,太空泛。。。

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

2005年09月08日 星期四 10:27

清风 paradise.qingfeng at gmail.com
Thu Sep 8 10:27:31 HKT 2005

自己挑吧
http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks

在05-9-8,头太晕 <super852 at gmail.com> 写道:
> 
> RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?
> 
> -- 
> 阿弥陀佛 晕哉 晕哉
> --------
> 欢迎光临我的菜园子:
> http://spaces.msn.com/members/headfaint 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Blog:http://www.donews.net/changzheng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/93781a21/attachment.htm

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

2005年09月08日 星期四 10:31

头太晕 super852 at gmail.com
Thu Sep 8 10:31:00 HKT 2005

哪种最成熟、稳定、而且接近IIS一些???

在05-9-8,清风 <paradise.qingfeng at gmail.com> 写道:
> 
> 自己挑吧
> http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> 
> 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > 
> > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?
> > 
> > -- 
> > 阿弥陀佛 晕哉 晕哉
> > --------
> > 欢迎光临我的菜园子:
> > http://spaces.msn.com/members/headfaint 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn 
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> -- 
> Blog:http://www.donews.net/changzheng 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/6def4998/attachment-0001.html

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

2005年09月08日 星期四 10:46

Zoom Quiet zoom.quiet at gmail.com
Thu Sep 8 10:46:46 HKT 2005

接近IIS 的都是不可用的商业东西!!!
君不见凡是 IIS 的站点每日要重启的…………可怜的东西…………

记住Pythonic 关注的是快捷开发和维护,而不是高稳定性;
企业级别的,你只能使用 Zope平台来发布,Quixote 也非常皮实,只是部属比较烦,

轻量级别的,Karrigell 作为个人网站的开发,非常愉快!
Django 比较成熟,可以快速生成整个流程,但是同样Zope 一样有学习曲线…………

在 05-9-8,头太晕<super852 at gmail.com> 写道:
> 哪种最成熟、稳定、而且接近IIS一些???
> 
> 在05-9-8,清风 <paradise.qingfeng at gmail.com> 写道:
> > 自己挑吧
> > http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> > 
> > 
> > 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > > 
> > > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的? 
> > > 
> > > -- 
> > > 阿弥陀佛 晕哉 晕哉
> > > --------
> > > 欢迎光临我的菜园子:
> > > http://spaces.msn.com/members/headfaint 
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn 
> > > http://python.cn/mailman/listinfo/python-chinese
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > -- 
> > Blog:http://www.donews.net/changzheng 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> 
> -- 
> 阿弥陀佛 晕哉 晕哉
> --------
> 欢迎光临我的菜园子:
> http://spaces.msn.com/members/headfaint 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
[Time is unimportant, only life important!]

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

2005年09月08日 星期四 10:47

shhgs shhgs.efhilt at gmail.com
Thu Sep 8 10:47:29 HKT 2005

s = r'\'

On 9/7/05, Ankh Chen <manchor at gmail.com> wrote:
> s='\\'
> 
> On 9/8/05, 王伟 王伟 <buttonww at hotmail.com> wrote:
> > >>> s='\'
> > SyntaxError: EOL while scanning single-quoted string
> >
> > _________________________________________________________________
> > 与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> 
> --
> Ankh Chen
> manchor at gmail.com
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年09月08日 星期四 12:29

头太晕 super852 at gmail.com
Thu Sep 8 12:29:10 HKT 2005

apache+mod_python
这种方案如何?

在05-9-8,Zoom Quiet <zoom.quiet at gmail.com> 写道:
> 
> 接近IIS 的都是不可用的商业东西!!!
> 君不见凡是 IIS 的站点每日要重启的…………可怜的东西…………
> 
> 记住Pythonic 关注的是快捷开发和维护,而不是高稳定性;
> 企业级别的,你只能使用 Zope平台来发布,Quixote 也非常皮实,只是部属比较烦,
> 
> 轻量级别的,Karrigell 作为个人网站的开发,非常愉快!
> Django 比较成熟,可以快速生成整个流程,但是同样Zope 一样有学习曲线…………
> 
> 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > 哪种最成熟、稳定、而且接近IIS一些???
> >
> > 在05-9-8,清风 <paradise.qingfeng at gmail.com> 写道:
> > > 自己挑吧
> > > http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> > >
> > >
> > > 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > > >
> > > > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?
> > > >
> > > > --
> > > > 阿弥陀佛 晕哉 晕哉
> > > > --------
> > > > 欢迎光临我的菜园子:
> > > > http://spaces.msn.com/members/headfaint
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Blog:http://www.donews.net/changzheng
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> >
> >
> > --
> > 阿弥陀佛 晕哉 晕哉
> > --------
> > 欢迎光临我的菜园子:
> > http://spaces.msn.com/members/headfaint
> > _______________________________________________
> > 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
> 
> 
> 


-- 
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/9c403451/attachment.html

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

2005年09月08日 星期四 12:34

wafd Alex liuguodong at gmail.com
Thu Sep 8 12:34:55 HKT 2005

我现在用的就是mod_python 感觉速度挺快的,个人觉得zope学习曲线太陡峭了

在 05-9-8,头太晕<super852 at gmail.com> 写道:
> apache+mod_python
> 这种方案如何?
> 
> 在05-9-8,Zoom Quiet <zoom.quiet at gmail.com> 写道:
> > 接近IIS 的都是不可用的商业东西!!!
> > 君不见凡是 IIS 的站点每日要重启的…………可怜的东西…………
> > 
> > 记住Pythonic 关注的是快捷开发和维护,而不是高稳定性;
> > 企业级别的,你只能使用 Zope平台来发布,Quixote 也非常皮实,只是部属比较烦,
> > 
> > 轻量级别的,Karrigell 作为个人网站的开发,非常愉快!
> > Django 比较成熟,可以快速生成整个流程,但是同样Zope 一样有学习曲线………… 
> > 
> > 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > > 哪种最成熟、稳定、而且接近IIS一些???
> > >
> > > 在05-9-8,清风 <paradise.qingfeng at gmail.com > 写道:
> > > > 自己挑吧
> > > > http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> > > >
> > > >
> > > > 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > > > >
> > > > > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?
> > > > >
> > > > > --
> > > > > 阿弥陀佛 晕哉 晕哉
> > > > > -------- 
> > > > > 欢迎光临我的菜园子:
> > > > > http://spaces.msn.com/members/headfaint
> > > > > _______________________________________________
> > > > > python-chinese list 
> > > > > python-chinese at lists.python.cn
> > > > > http://python.cn/mailman/listinfo/python-chinese 
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Blog:http://www.donews.net/changzheng
> > > > _______________________________________________ 
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese 
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > 阿弥陀佛 晕哉 晕哉
> > > --------
> > > 欢迎光临我的菜园子:
> > > http://spaces.msn.com/members/headfaint 
> > > _______________________________________________
> > > 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
> > 
> > 
> > 
> 
> 
> 
> -- 
> 阿弥陀佛 晕哉 晕哉
> -------- 
> 欢迎光临我的菜园子:
> http://spaces.msn.com/members/headfaint 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年09月08日 星期四 12:45

马踏飞燕 honeyday.mj at gmail.com
Thu Sep 8 12:45:46 HKT 2005

在 05-9-8,头太晕<super852 at gmail.com> 写道:
> apache+mod_python
> 这种方案如何?

和直接写jsp差不多,用zope的话,就比较象structs,spring,hibenate等等。。。
做大还是用zope这样的框架,小网站学习的话,用mod_python足以了。

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

2005年09月08日 星期四 12:49

头太晕 super852 at gmail.com
Thu Sep 8 12:49:13 HKT 2005

呵呵,我比较喜欢直接写代码的,那样才有感觉。

在05-9-8,马踏飞燕 <honeyday.mj at gmail.com> 写道:
> 
> 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > apache+mod_python
> > 这种方案如何?
> 
> 和直接写jsp差不多,用zope的话,就比较象structs,spring,hibenate等等。。。
> 做大还是用zope这样的框架,小网站学习的话,用mod_python足以了。
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/bb94dc22/attachment-0001.htm

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

2005年09月08日 星期四 14:15

头太晕 super852 at gmail.com
Thu Sep 8 14:15:03 HKT 2005

有人用python写ASP吗?

在05-9-8,头太晕 <super852 at gmail.com> 写道:
> 
> 呵呵,我比较喜欢直接写代码的,那样才有感觉。
> 
> 在05-9-8,马踏飞燕 <honeyday.mj at gmail.com> 写道:
> > 
> > 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > > apache+mod_python
> > > 这种方案如何?
> > 
> > 和直接写jsp差不多,用zope的话,就比较象structs,spring,hibenate等等。。。
> > 做大还是用zope这样的框架,小网站学习的话,用mod_python足以了。 
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> -- 
> 阿弥陀佛 晕哉 晕哉
> --------
> 欢迎光临我的菜园子:
> http://spaces.msn.com/members/headfaint 
> 



-- 
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/0b34903a/attachment.html

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

2005年09月08日 星期四 14:19

Zoom Quiet zoom.quiet at gmail.com
Thu Sep 8 14:19:47 HKT 2005

在 05-9-8,头太晕<super852 at gmail.com> 写道:
> 有人用python写ASP吗?

有病哪!!!Python 和 ASP 风马牛不相及的东西比什么??
不过,你真的想玩,有IIS 的mod_python  扩展,你可以在IIS 中混合使用Python 和 ASP 的,不过,大家会BS 你的…………

> 在05-9-8,头太晕 <super852 at gmail.com> 写道:
> > 呵呵,我比较喜欢直接写代码的,那样才有感觉。
> > 
> > 
> > 在05-9-8,马踏飞燕 <honeyday.mj at gmail.com > 写道:
> > > 
> > > 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > > > apache+mod_python
> > > > 这种方案如何?
> > > 
> > > 和直接写jsp差不多,用zope的话,就比较象structs,spring,hibenate等等。。。 
> > > 做大还是用zope这样的框架,小网站学习的话,用mod_python足以了。 
> > > 
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > -- 
> > 阿弥陀佛 晕哉 晕哉
> > --------
> > 欢迎光临我的菜园子:
> > http://spaces.msn.com/members/headfaint 
> 
> 
> 
> -- 
> 阿弥陀佛 晕哉 晕哉
> --------
> 欢迎光临我的菜园子:
> http://spaces.msn.com/members/headfaint 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
[Time is unimportant, only life important!]

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

2005年09月08日 星期四 14:24

头太晕 super852 at gmail.com
Thu Sep 8 14:24:02 HKT 2005

我测试了一下,可以在ASP里用python写代码。
还有啊,为什么要BS我?这又没犯什么错误。说说BS我的理由先。

在05-9-8,Zoom Quiet <zoom.quiet at gmail.com> 写道:
> 
> 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > 有人用python写ASP吗?
> 
> 有病哪!!!Python 和 ASP 风马牛不相及的东西比什么??
> 不过,你真的想玩,有IIS 的mod_python 扩展,你可以在IIS 中混合使用Python 和 ASP 的,不过,大家会BS 你的…………
> 
> > 在05-9-8,头太晕 <super852 at gmail.com> 写道:
> > > 呵呵,我比较喜欢直接写代码的,那样才有感觉。
> > >
> > >
> > > 在05-9-8,马踏飞燕 <honeyday.mj at gmail.com > 写道:
> > > >
> > > > 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > > > > apache+mod_python
> > > > > 这种方案如何?
> > > >
> > > > 和直接写jsp差不多,用zope的话,就比较象structs,spring,hibenate等等。。。
> > > > 做大还是用zope这样的框架,小网站学习的话,用mod_python足以了。
> > > >
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > > --
> > > 阿弥陀佛 晕哉 晕哉
> > > --------
> > > 欢迎光临我的菜园子:
> > > http://spaces.msn.com/members/headfaint
> >
> >
> >
> > --
> > 阿弥陀佛 晕哉 晕哉
> > --------
> > 欢迎光临我的菜园子:
> > http://spaces.msn.com/members/headfaint
> > _______________________________________________
> > 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
> 
> 
> 


-- 
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050908/a6e9cddf/attachment.htm

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

2005年09月08日 星期四 14:31

Wang Kebo mep_ at 163.com
Thu Sep 8 14:31:28 HKT 2005

>有人用python写ASP吗?

如果用过Cherrypy或者Django,你会把IIS ASP抛之脑后的。

小型网站,Cherrypy不错;
如果网站的访问量很大,建议使用Django,Django集成了memcached,
适合应付大量数据库访问。

__
Best Regards,
 
Kebo Wang

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

2005年09月08日 星期四 14:32

Wang Kebo mep_ at 163.com
Thu Sep 8 14:32:44 HKT 2005

Zoom Quiet wrote:
> 在 05-9-8,头太晕<super852 at gmail.com> 写道:
>> 有人用python写ASP吗?
> 
> 有病哪!!!Python 和 ASP 风马牛不相及的东西比什么??
> 不过,你真的想玩,有IIS 的mod_python  扩展,你可以在IIS 中混合使用Python
和 ASP 的,不过,大家会BS
> 你的………… 

ASP是指一种技术,并不特定哪种语言。Python或者perl都可以写ASP
__
Best Regards,

Kebo Wang

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

2005年09月08日 星期四 18:45

saddle saddle at gmail.com
Thu Sep 8 18:45:01 HKT 2005

ai, ZQ兄对微软这么大意见啊, 
iis远不是那么差吧, 而且iis性能特别好, 为什么要仇视他呢。
On Thu, 8 Sep 2005 10:46:46 +0800
Zoom Quiet <zoom.quiet at gmail.com> 撰写于:

> 接近IIS 的都是不可用的商业东西!!!
> 君不见凡是 IIS 的站点每日要重启的…………可怜的东西…………
> 
> 记住Pythonic 关注的是快捷开发和维护,而不是高稳定性;
> 企业级别的,你只能使用 Zope平台来发布,Quixote 也非常皮实,只是部属比较烦,
> 
> 轻量级别的,Karrigell 作为个人网站的开发,非常愉快!
> Django 比较成熟,可以快速生成整个流程,但是同样Zope 一样有学习曲线…………
> 
> 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > 哪种最成熟、稳定、而且接近IIS一些???
> > 
> > 在05-9-8,清风 <paradise.qingfeng at gmail.com> 写道:
> > > 自己挑吧
> > > http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> > > 
> > > 
> > > 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > > > 
> > > > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的? 
> > > > 
> > > > -- 
> > > > 阿弥陀佛 晕哉 晕哉
> > > > --------
> > > > 欢迎光临我的菜园子:
> > > > http://spaces.msn.com/members/headfaint 
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn 
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > -- 
> > > Blog:http://www.donews.net/changzheng 
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > -- 
> > 阿弥陀佛 晕哉 晕哉
> > --------
> > 欢迎光临我的菜园子:
> > http://spaces.msn.com/members/headfaint 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> -- 
> [Time is unimportant, only life important!]

-- 
kepela <saddle at gmail.com>


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

2005年09月08日 星期四 19:22

Zoom Quiet zoom.quiet at gmail.com
Thu Sep 8 19:22:36 HKT 2005

在 05-9-8,saddle<saddle at gmail.com> 写道:
> ai, ZQ兄对微软这么大意见啊,
> iis远不是那么差吧, 而且iis性能特别好, 为什么要仇视他呢。

咳咳咳,以前公司就是使用IIS作服务器的,还是M$ 的金牌合作商,
但是使用ASP 时,还是不得不每晚重启,否则IIS 就自杀!!
弄的我们一点儿办法没有………………

同样的访问压力如果使用Linux 一个PC 512 Mb 内存都可以支持的住,
但是IIS 使用双CPU 1Gb 内存也没有办法稳定支持…………

M$ 的东西天生就不是为持久服务设计的说………………

> On Thu, 8 Sep 2005 10:46:46 +0800
> Zoom Quiet <zoom.quiet at gmail.com> 撰写于:
> 
> > 接近IIS 的都是不可用的商业东西!!!
> > 君不见凡是 IIS 的站点每日要重启的…………可怜的东西…………
> >
> > 记住Pythonic 关注的是快捷开发和维护,而不是高稳定性;
> > 企业级别的,你只能使用 Zope平台来发布,Quixote 也非常皮实,只是部属比较烦,
> >
> > 轻量级别的,Karrigell 作为个人网站的开发,非常愉快!
> > Django 比较成熟,可以快速生成整个流程,但是同样Zope 一样有学习曲线…………
> >
> > 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > > 哪种最成熟、稳定、而且接近IIS一些???
> > >
> > > 在05-9-8,清风 <paradise.qingfeng at gmail.com> 写道:
> > > > 自己挑吧
> > > > http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> > > >
> > > >
> > > > 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > > > >
> > > > > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?
> > > > >

-- 
[Time is unimportant, only life important!]

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

2005年09月09日 星期五 11:30

wafd Alex liuguodong at gmail.com
Fri Sep 9 11:30:17 HKT 2005

有没有使用zope好的教程或者文章,我准备入门啊

在 05-9-8,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> 在 05-9-8,saddle<saddle at gmail.com> 写道:
> > ai, ZQ兄对微软这么大意见啊,
> > iis远不是那么差吧, 而且iis性能特别好, 为什么要仇视他呢。
> 
> 咳咳咳,以前公司就是使用IIS作服务器的,还是M$ 的金牌合作商,
> 但是使用ASP 时,还是不得不每晚重启,否则IIS 就自杀!!
> 弄的我们一点儿办法没有………………
> 
> 同样的访问压力如果使用Linux 一个PC 512 Mb 内存都可以支持的住,
> 但是IIS 使用双CPU 1Gb 内存也没有办法稳定支持…………
> 
> M$ 的东西天生就不是为持久服务设计的说………………
> 
> > On Thu, 8 Sep 2005 10:46:46 +0800
> > Zoom Quiet <zoom.quiet at gmail.com> 撰写于:
> >
> > > 接近IIS 的都是不可用的商业东西!!!
> > > 君不见凡是 IIS 的站点每日要重启的…………可怜的东西…………
> > >
> > > 记住Pythonic 关注的是快捷开发和维护,而不是高稳定性;
> > > 企业级别的,你只能使用 Zope平台来发布,Quixote 也非常皮实,只是部属比较烦,
> > >
> > > 轻量级别的,Karrigell 作为个人网站的开发,非常愉快!
> > > Django 比较成熟,可以快速生成整个流程,但是同样Zope 一样有学习曲线…………
> > >
> > > 在 05-9-8,头太晕<super852 at gmail.com> 写道:
> > > > 哪种最成熟、稳定、而且接近IIS一些???
> > > >
> > > > 在05-9-8,清风 <paradise.qingfeng at gmail.com> 写道:
> > > > > 自己挑吧
> > > > > http://wiki.woodpecker.org.cn/moin/PyWebAppFrameworks
> > > > >
> > > > >
> > > > > 在05-9-8,头太晕 < super852 at gmail.com> 写道:
> > > > > >
> > > > > > RT,相用python做web,都需要哪些软件?能不能告诉我一种最简单的?
> > > > > >
> 
> --
> [Time is unimportant, only life important!]
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

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

2005年09月09日 星期五 14:14

goopler alang.yl at gmail.com
Fri Sep 9 14:14:01 HKT 2005

有2.X的。3.X的正在翻译中。e文基本过关的话也应该能看懂。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050909/01795946/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号