2005年09月07日 星期三 09:30
Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣? -- jzx <jzx19770812 at yahoo.com.cn> __________________________________________________ Do You Yahoo!? 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 http://cn.mail.yahoo.com/?id=77071
2005年09月07日 星期三 10:06
Hi,List 一个很久的疑惑想请教大家。 *******************************************问题状况*************************************** 在主界面上点击一个“按钮”后,开始进行网络通信(收取邮箱中邮件), 通信过程大约3分钟,每收一封邮件就刷新一下界面中的列表显示。 在通信过程中想可以进行别的操作,认为需要多线程的支持。 *******************************************问题******************************************* 如何把通信过程和刷新界面上的列表显示的动作放到多线程里头来进行呢? 同时在“按钮”按下后,按钮变为灰色(非使能),待通信过程结束,按钮可以使能。 致 礼! Bazaari guangxing at ict.ac.cn 2005-09-07
2005年09月07日 星期三 10:11
可能这样有助于性能的提升。 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道: > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性 > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182 > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣? > -- > jzx <jzx19770812 at yahoo.com.cn> > > __________________________________________________ > Do You Yahoo!? > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 > http://cn.mail.yahoo.com/?id=77071 > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年09月07日 星期三 10:40
很难说到底好不好。一动不如一静,这种地方还是不动比较稳当。万一失败代价太大了。 On 9/6/05, wafd Alex <liuguodong at gmail.com> wrote: > 可能这样有助于性能的提升。 > > 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道: > > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性 > > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182 > > > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣? > > -- > > jzx <jzx19770812 at yahoo.com.cn> > > > > __________________________________________________ > > Do You Yahoo!? > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 > > http://cn.mail.yahoo.com/?id=77071 > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年09月07日 星期三 11:10
我觉得现在的语言发展应该是保持简单和快速 在 05-9-7,shhgs<shhgs.efhilt at gmail.com> 写道: > 很难说到底好不好。一动不如一静,这种地方还是不动比较稳当。万一失败代价太大了。 > > On 9/6/05, wafd Alex <liuguodong at gmail.com> wrote: > > 可能这样有助于性能的提升。 > > > > 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道: > > > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性 > > > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182 > > > > > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣? > > > -- > > > jzx <jzx19770812 at yahoo.com.cn> > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 > > > http://cn.mail.yahoo.com/?id=77071 > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年09月07日 星期三 12:15
我认为这个特色不要改为好 On 9/7/05, wafd Alex <liuguodong at gmail.com> wrote: > > 我觉得现在的语言发展应该是保持简单和快速 > > 在 05-9-7,shhgs<shhgs.efhilt at gmail.com> 写道: > > 很难说到底好不好。一动不如一静,这种地方还是不动比较稳当。万一失败代价太大了。 > > > > On 9/6/05, wafd Alex <liuguodong at gmail.com> wrote: > > > 可能这样有助于性能的提升。 > > > > > > 在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道: > > > > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性 > > > > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182 > > > > > > > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣? > > > > -- > > > > jzx <jzx19770812 at yahoo.com.cn> > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱 > > > > http://cn.mail.yahoo.com/?id=77071 > > > > _______________________________________________ > > > > python-chinese list > > > > python-chinese at lists.python.cn > > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- Yours, fluke fluke at sfcube.net http://sfcube.net/blog -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050907/96d7ef46/attachment.html
2005年09月07日 星期三 15:33
在 05-9-7,jzx++<jzx19770812 at yahoo.com.cn> 写道: > Python的作者想给python加入类型声明,主要针对是函数参数,函数返回值和属性 > 原文 http://www.artima.com/weblogs/viewpost.jsp?thread=87182 > > 虽然加入类型声明比较符合我的编程习惯,但这样一来python的动态语言的优势会不会打折扣? 这个特性是一个可选项。可用可不用。 -- I like python! My Donews Blog: http://www.donews.net/limodou
Zeuux © 2025
京ICP备05028076号