Python论坛  - 讨论区

标题:[python-chinese] 已经建了设计模式的页面

2005年07月29日 星期五 10:29

flyaflya flyaflyaa at gmail.com
Fri Jul 29 10:29:45 HKT 2005

已经建了http://wiki.woodpecker.org.cn/moin/designpattern,大家往里增加吧,把23模式慢慢加全,以后用起来就方便了
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050729/adc9d1bc/attachment.htm

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

2005年07月29日 星期五 16:16

flyaflya flyaflyaa at gmail.com
Fri Jul 29 16:16:45 HKT 2005

噢,原来大 小 写敏感,很少见网页分大 小写的,呵呵,很改的话最好改改
----- Original Message ----- 
From: "Qiangning Hong" <hongqn at gmail.com>
To: "Zoom Quiet" <zoom.quiet at gmail.com>; <python-chinese at lists.python.cn>
Sent: Saturday, July 30, 2005 1:50 PM
Subject: Re: [python-chinese] 已经建了设计模式的页面


> 嗯。
> 页面名字如果能符合wiki习惯叫作DesignPattern就更好了,以后在别处链接到这个页面也方便。
> 似乎没有开放页面改名功能?
> 
> On 7/30/05, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> > 大力支持!!!
> > 建立我们自个儿的Pythonic Pattern 仓库!!!
> > 
> > 在 05-7-29,flyaflya<flyaflyaa at gmail.com> 写道:
> > >
> > > 已经建了http://wiki.woodpecker.org.cn/moin/designpattern,大家往里增加吧,把23模式慢慢加全,以后用起来就方便了
> > > _______________________________________________
> > > 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
> > 
> > 
> > 
> 
> 
> -- 
> Qiangning Hong
> 
> I'm usually annoyed by IDEs because, for instance, they don't use VIM
> as an editor. Since I'm hooked to that, all IDEs I've used so far have
> failed to impress me.
>    -- Sybren Stuvel @ c.l.python
> 
> Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>
> 


--------------------------------------------------------------------------------


> _______________________________________________
> 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年07月29日 星期五 19:54

flyaflya flyaflyaa at gmail.com
Fri Jul 29 19:54:35 HKT 2005

有的话就往上补吧,慢慢的就全了
----- Original Message ----- 
From: "Li Jie" <cpunion at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Saturday, July 30, 2005 5:44 PM
Subject: Re: [python-chinese] 已经建了设计模式的页面


> 我曾经发过2篇,分别是委托(delegate)和适配器(adapter)这2个类的实现,从模式上来说分别是Observer(观察者模式)和Adapter(适配器模式),当然由于python语言本身的灵活性,每种模式都有非常多的实现方式(称表现方式或许更合适,模式本身属概念层次)。
> 


--------------------------------------------------------------------------------


> _______________________________________________
> 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年07月30日 星期六 10:58

Qiangning Hong hongqn at gmail.com
Sat Jul 30 10:58:50 HKT 2005

On 7/29/05, flyaflya <flyaflyaa at gmail.com> wrote:
>  
> 已经建了http://wiki.woodpecker.org.cn/moin/designpattern,大家往里增加吧,把23模式慢慢加全,以后用起来就方便了

增加了从TaskCoach中抄出来的Singleton实现,使用metaclass,感觉用起来更方便。

-- 
Qiangning Hong

I'm usually annoyed by IDEs because, for instance, they don't use VIM
as an editor. Since I'm hooked to that, all IDEs I've used so far have
failed to impress me.
   -- Sybren Stuvel @ c.l.python

Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>

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

2005年07月30日 星期六 13:06

Zoom Quiet zoom.quiet at gmail.com
Sat Jul 30 13:06:24 HKT 2005

大力支持!!!
建立我们自个儿的Pythonic Pattern 仓库!!!

在 05-7-29,flyaflya<flyaflyaa at gmail.com> 写道:
>  
> 已经建了http://wiki.woodpecker.org.cn/moin/designpattern,大家往里增加吧,把23模式慢慢加全,以后用起来就方便了
> _______________________________________________
> 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年07月30日 星期六 13:50

Qiangning Hong hongqn at gmail.com
Sat Jul 30 13:50:27 HKT 2005

嗯。
页面名字如果能符合wiki习惯叫作DesignPattern就更好了,以后在别处链接到这个页面也方便。
似乎没有开放页面改名功能?

On 7/30/05, Zoom Quiet <zoom.quiet at gmail.com> wrote:
> 大力支持!!!
> 建立我们自个儿的Pythonic Pattern 仓库!!!
> 
> 在 05-7-29,flyaflya<flyaflyaa at gmail.com> 写道:
> >
> > 已经建了http://wiki.woodpecker.org.cn/moin/designpattern,大家往里增加吧,把23模式慢慢加全,以后用起来就方便了
> > _______________________________________________
> > 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
> 
> 
> 


-- 
Qiangning Hong

I'm usually annoyed by IDEs because, for instance, they don't use VIM
as an editor. Since I'm hooked to that, all IDEs I've used so far have
failed to impress me.
   -- Sybren Stuvel @ c.l.python

Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>

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

2005年07月30日 星期六 17:44

Li Jie cpunion at gmail.com
Sat Jul 30 17:44:12 HKT 2005

我曾经发过2篇,分别是委托(delegate)和适配器(adapter)这2个类的实现,从模式上来说分别是Observer(观察者模式)和Adapter(适配器模式),当然由于python语言本身的灵活性,每种模式都有非常多的实现方式(称表现方式或许更合适,模式本身属概念层次)。

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

2005年07月30日 星期六 18:05

Li Jie cpunion at gmail.com
Sat Jul 30 18:05:49 HKT 2005

提点意见:把各个模式放到独立的页上面,否则以后会形成一个长长的页面。

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

2005年07月30日 星期六 20:05

Zoom Quiet zoom.quiet at gmail.com
Sat Jul 30 20:05:49 HKT 2005

在 05-7-29,flyaflya<flyaflyaa at gmail.com> 写道:
> 有的话就往上补吧,慢慢的就全了

赞哪!!一定要补全!!格式的话,大家一起来调整到合理是也乎!

> ----- Original Message -----
> 
> 
> > 我曾经发过2篇,分别是委托(delegate)和适配器(adapter)这2个类的实现,从模式上来说分别是Observer(观察者模式)和Adapter(适配器模式),当然由于python语言本身的灵活性,每种模式都有非常多的实现方式(称表现方式或许更合适,模式本身属概念层次)。
> >
> 

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

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号