2005年07月29日 星期五 10:29
已经建了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
2005年07月29日 星期五 16:16
噢,原来大 小 写敏感,很少见网页分大 小写的,呵呵,很改的话最好改改 ----- 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 >
2005年07月29日 星期五 19:54
有的话就往上补吧,慢慢的就全了 ----- 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 >
2005年07月30日 星期六 10:58
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>
2005年07月30日 星期六 13:06
大力支持!!! 建立我们自个儿的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!]
2005年07月30日 星期六 13:50
嗯。 页面名字如果能符合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>
2005年07月30日 星期六 17:44
我曾经发过2篇,分别是委托(delegate)和适配器(adapter)这2个类的实现,从模式上来说分别是Observer(观察者模式)和Adapter(适配器模式),当然由于python语言本身的灵活性,每种模式都有非常多的实现方式(称表现方式或许更合适,模式本身属概念层次)。
2005年07月30日 星期六 18:05
提点意见:把各个模式放到独立的页上面,否则以后会形成一个长长的页面。
2005年07月30日 星期六 20:05
在 05-7-29,flyaflya<flyaflyaa at gmail.com> 写道: > 有的话就往上补吧,慢慢的就全了 赞哪!!一定要补全!!格式的话,大家一起来调整到合理是也乎! > ----- Original Message ----- > > > > 我曾经发过2篇,分别是委托(delegate)和适配器(adapter)这2个类的实现,从模式上来说分别是Observer(观察者模式)和Adapter(适配器模式),当然由于python语言本身的灵活性,每种模式都有非常多的实现方式(称表现方式或许更合适,模式本身属概念层次)。 > > > -- [Time is unimportant, only life important!]
Zeuux © 2025
京ICP备05028076号