Python论坛  - 讨论区

标题:[python-chinese] Re: python-chinese Digest, Vol 30, Issue 81

2006年06月10日 星期六 09:42

V Plastic viscoplastic at gmail.com
Sat Jun 10 09:42:38 HKT 2006

大家能不能解释解释网络编程的概念和框架。 我个人觉得心中有数了,再做一些东西就容易了。


On 6/9/06, python-chinese-request at lists.python.cn <
python-chinese-request at lists.python.cn> wrote:
>
> Send python-chinese mailing list submissions to
>         python-chinese at lists.python.cn
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://python.cn/mailman/listinfo/python-chinese
> or, via email, send a message with subject or body 'help' to
>         python-chinese-request at lists.python.cn
>
> You can reach the person managing the list at
>         python-chinese-owner at lists.python.cn
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of python-chinese digest..."
>
>
> Today's Topics:
>
>    1. Re: Python???????? (xxmplus)
>    2. Re: django?request.user?? (wang dy)
>    3. ???? (wxl)
>    4. Re: ???????python????? (hw1979)
>    5. Re: moinmoin?????wiki???????? (yongshun zhang)
>    6. Re: Python???????? (yongshun zhang)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 9 Jun 2006 18:42:08 +1000
> From: xxmplus <xxmplus at gmail.com>
> Subject: Re: [python-chinese] Python????????
> To: python-chinese at lists.python.cn
> Message-ID:
>         <5eded1b80606090142i78a58d5bu3ff9efdbfe65e153 at mail.gmail.com>
> Content-Type: text/plain; charset=GB2312; format=flowed
>
> 无论如何,root总是方便一点。
> 象我在学校里只有student权限,硬盘,网络流量都有限额,是挺束手束脚的
> 不过在系统里能finger到那么多人,也是很好玩的一件事情
>
> On 6/9/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > 而恰恰很多人都su到root进行工作的,呵呵。
> >
> > 在 06-6-9,xxmplus<xxmplus at gmail.com> 写道:
> > > 这个恰恰就是病毒要解决的问题啊。如何搞到root权限:)
> > > 如果要依靠用户以root登陆才能发挥作用,这个病毒也就不怎么样了
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> ------------------------------
>
> Message: 2
> Date: Fri, 9 Jun 2006 18:46:33 +0800
> From: "wang dy" <dongyang.wang at gmail.com>
> Subject: Re: [python-chinese] django?request.user??
> To: python-chinese at lists.python.cn
> Message-ID:
>         <796a00fd0606090346s74eb0f2fwb9c310b87792110f at mail.gmail.com>
> Content-Type: text/plain; charset="gb2312"
>
>
> 一直用的php,喜欢完全掌握的编程,没怎么深入了解这些web框架,有个问题:如果我的用户类型比较多,比如有email用户,需要通过ldap来验证登录,有系统管理员,从某个表查询;有企业管理员,从企业表查询;有企业成员,需要根据企业编号和成员名词从表里查询。。。等等,这样的情况django能很好的处理么?然后这些用户的session希望能跨域名存在,能实现么?
>
> 在06-6-9,风向标 <vaneoooo at gmail.com> 写道:
> >
> >
> > 不想使用django自带的User
> > 自己写了个User的models
> >
> > 但是在做用户验证的时候发现
> >   request.user的用户认证部分和系统自带的User有极大的关联
> > 在文档中这样写到:
> >
> > user  一个 django.contrib.auth.users.User 对象, 表示当前登录用户.如果当前没有用户登录, user
> 被设置成
> > django.contrib.auth.models.AnonymousUser 的一个实例.你可以用 is_anonymous()
> > 来区分登录用户和未登录用户.就象下面这样::  if request.user.is_anonymous(): # Do something
> for
> > anonymous users. else: # Do something for logged-in users.
> >
> > 只有你的 Django 激活了 AuthenticationMiddleware 之后 user 对象才可用. 参阅
> `Authentication
> > in Web requests`_
> > <
> http://www.woodpecker.org.cn/obp/django/django-faq/request_response.html#id11
> >.
> > .. Authentication in Web requests:
> >
> http://www.djangoproject.com/documentation/authentication/#authentication-in-web-requests
> >
> > django还自动的设置request.user为AnonymousUser或者User的对象
> >
> > 我想请问,如果我一定不使用自带的User
> > 能够通过哪些比较好的方法来实现验证呢?(缺乏好一点的思路)
> > 请教牛人指点
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.exoweb.net/pipermail/python-chinese/attachments/20060609/a2995c36/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Fri, 9 Jun 2006 20:51:28 +0800
> From: "wxl" <element at zjip.com>
> Subject: [python-chinese] ????
> To: "python-chinese at lists.python.cn" <python-chinese at lists.python.cn>
> Message-ID: <20060609125159.8C90CC71DF at cn.exoweb.net>
> Content-Type: text/plain;       charset="gb2312"
>
> Ni ZhengGang,您好!
>
>
>
> ======= 2006-05-28 22:58:08 您在来信中写道:=======
>
> >装Python咯。
> >如果是Web Framework的话,Zope不错,其他大把的有。
> >>>
> >> 我准备装一个服务器支持python语言,要装什么软件呀?
> >>
> >>
> >>
> ------------------------------------------------------------------------
> >>
> >> _______________________________________________
> >> python-chinese
> >> Post: send python-chinese at lists.python.cn
> >> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> >> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> >> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >_______________________________________________
> >python-chinese
> >Post: send python-chinese at lists.python.cn
> >Subscribe: send subscribe to python-chinese-request at lists.python.cn
> >Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> >Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
> = = = = = = = = = = = = = = = = = = = =
>
>
>> 礼!
>
>
> wxl
> element at zjip.com
> 2006-06-09
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 9 Jun 2006 21:15:16 +0800
> From: hw1979 <hw1979 at gmail.com>
> Subject: Re: [python-chinese] ???????python?????
> To: python-chinese at lists.python.cn
> Message-ID:
>         <462d934a0606090615y2f550253n704ffca20764da6e at mail.gmail.com>
> Content-Type: text/plain; charset=GB2312; format=flowed
>
> 我用winpdb,不过最近老是连不上debugee,还没找到原因
>
> 在 06-6-9,flyaflya<flyaflya at gmail.com> 写道:
> > 在代码中插入pdb.set_trace(),手工调试就可以了。
> >
> >
> > On 6/8/06, batfree <batfreelist at gmail.com> wrote:
> > > 我也想知道,我觉得pydev+eclipse里debug很不错,可惜的我更习惯用vim,不知
> > > 道vim 里面有没有支持插件。
> > >
> > >
> > > Kula 写道:
> > > > 我就想知道什么工具调试python 最爽快
> > > >
> > > > 在06-6-7,*lubiao* <lubiao.py at gmail.com lubiao.py at gmail.com>>
>> > > > 道:
> > > >
> > > >     pdb
> > > >     你想要 IDE ?可以试试 boa
> > > >
> > > >
> > > >     On 6/7/06, *Kula* <kulasama at gmail.com kulasama at gmail.com
> >>
> > > >     wrote:
> > > >
> > > >         各位如果有用得顺手的python调试工具。支持单步调试的。望告知
> > > >
> > > >         _______________________________________________
> > > >         python-chinese
> > > >         Post: send python-chinese at lists.python.cn
> > > >         python-chinese at lists.python.cn>
> > > >         Subscribe: send subscribe to
> > > >         python-chinese-request at lists.python.cn
> > > >         python-chinese-request at lists.python.cn>
> > > >         Unsubscribe: send unsubscribe to
> > > >         python-chinese-request at lists.python.cn
> > > >         python-chinese-request at lists.python.cn>
> > > >         Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > > >
> > > >     _______________________________________________
> > > >     python-chinese
> > > >     Post: send python-chinese at lists.python.cn
> > > >     python-chinese at lists.python.cn>
> > > >     Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > > >     python-chinese-request at lists.python.cn>
> > > >     Unsubscribe: send unsubscribe to
> > > >     python-chinese-request at lists.python.cn
> > > >     python-chinese-request at lists.python.cn>
> > > >     Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > > >
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> > >
> >
> >
> >
> > --
> > http://www.flyaflya.com powered by pygame+python
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> ------------------------------
>
> Message: 5
> Date: Fri, 9 Jun 2006 21:40:48 +0800
> From: "yongshun zhang" <yongshunz1 at gmail.com>
> Subject: [python-chinese] Re: moinmoin?????wiki????????
> To: python-chinese at lists.python.cn
> Message-ID:
>         <35fac250606090640l493e4664r97985bde95a12eb3 at mail.gmail.com>
> Content-Type: text/plain; charset=GB2312; format=flowed
>
> moinmoin不支持原始的css/html,语法限制太多了。
>
> 在 06-6-9,肯定来过<rocker.yuan at gmail.com> 写道:
> > 那这个模块的名称是什么啊?从哪个方下载来使用,有没有使用文档啊?我看了moinmoin官方站,没找到啊
> >
> > 2006/6/8, Zoom. Quiet <zoom.quiet at gmail.com>:
> > >
> > > On 6/8/06, 肯定来过 <rocker.yuan at gmail.com> wrote:
> > > > 很喜欢,moinmoin、txt2tags的语法。要是我的个人站可以使用 moinmoin 的语法来写文章就好了。
> > > >
> > > > 有人知道moinmoin中负责解析语法的库是什么吗?它们可以用在别的地方吗?
> > > 就是MoinMoin 自个儿的哪?!
> > > 当然可以自由使用的,
> > > trac 的wiki 就是利用了MoinMoin 的维基语法解析
> > > >
> > > > --
> > > > 因为你,我才在这沙漠中独步而行…
> > > > http://rocker.hbgfs.org
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Detail Info:
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > >
> > > --
> > > """Time is unimportant, only life important!
> > > blogging  :  http://blog.zoomquiet.org/pyblosxom/
> > > wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> > > in douban:  http://www.douban.com/people/zoomq/
> > > """
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> >
> > --
> > 因为你,我才在这沙漠中独步而行…
> > http://rocker.hbgfs.org
> >
>
> ------------------------------
>
> Message: 6
> Date: Fri, 9 Jun 2006 21:55:29 +0800
> From: "yongshun zhang" <yongshunz1 at gmail.com>
> Subject: [python-chinese] Re: Python????????
> To: python-chinese at lists.python.cn
> Message-ID:
>         <35fac250606090655g274c30bbp8a2a270c745b7380 at mail.gmail.com>
> Content-Type: text/plain; charset=GB2312; format=flowed
>
> 你们学校还开个server给你们玩啊,可以踢人吗.
>
> 在 06-6-9,xxmplus<xxmplus at gmail.com> 写道:
> > 无论如何,root总是方便一点。
> > 象我在学校里只有student权限,硬盘,网络流量都有限额,是挺束手束脚的
> > 不过在系统里能finger到那么多人,也是很好玩的一件事情
> >
> > On 6/9/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > > 而恰恰很多人都su到root进行工作的,呵呵。
> > >
> > > 在 06-6-9,xxmplus<xxmplus at gmail.com> 写道:
> > > > 这个恰恰就是病毒要解决的问题啊。如何搞到root权限:)
> > > > 如果要依靠用户以root登陆才能发挥作用,这个病毒也就不怎么样了
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
>
> ------------------------------
>
> _______________________________________________
> python-chinese mailing list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
> End of python-chinese Digest, Vol 30, Issue 81
> **********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060609/1a6762c9/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号