2004年08月25日 星期三 10:47
Hollo dreamingk(天成): 200% 同意! 异步讨论使用邮件最好, 也最友好, 实时讨论的话 IRC 更加标准,只是如何穿越HTTP代理?? mIRC 好象没有办法,…………………… 哭! /******** [2004-08-25]10:45:39 ; dreamingk(天成) wrote: dreamingk(天成)> dreamingk(天成),您好! dreamingk(天成)> 这样讨论好象没有结果吧! dreamingk(天成)> 不如到哪里做个投票,然后根据结果来决定交流方式! dreamingk(天成)> dreamingk(天成)> 不过也有问题的。因为很多朋友上网有很多限制或者不便的地方,不能要求每个人都一样的。所以多元化的交流方式还是必须的。 dreamingk(天成)> dreamingk(天成)> 有很多朋友在公司上qq不方便,但是对于我、hoxide等等,qq还是用的最多的。而uc上面人确实不多,一个uc的普及率毕竟不及qq,二是他现在只是我们在讲课的时候语音交流的方式,如果可以找到更好的语音交流的方式,uc也可不用。 dreamingk(天成)> dreamingk(天成)> mailing还是比较适合用来讨论技术的。没发现我们的讨论成果大都是从mailing dreamingk(天成)> 中得到的吗?但是现在这个maling还存在些问题。并且如果象我回到学校上网条件很差,又不能用邮件工具,只能用web方式来处理,那就难死了。 dreamingk(天成)> dreamingk(天成)> irc还是不错的。我以前用过,觉得象一个c/s方式的功能强大的多人聊天室(不知道准确不?)。对于解决某些问题,这样的即时交流方式还是必须的。 dreamingk(天成)> dreamingk(天成)> 如果大家根据自己的情况都用好上面的交流方式,辅以一定的管理,以及资料的整理。我觉得对于我们社区的发展会是很好的! dreamingk(天成)> ======= 2004-08-25 10:17:44 您在来信中写道:======= >>Alex Dong,您好! >> >> 好象不可以这样吧! >> 可以通过给定字符串来得到相应的变量的值。逆操作应该不可以吧! >> >>======= 2004-08-25 10:13:38 您在来信中写道:======= >> >>>我想知道的是给定变量a, 如何得到字符串'a'? >>> >>>这是一个有些神秘的事情,不知道Python是否能做到。 >>> >>>> -----Original Message----- >>>> From: python-chinese-bounces at lists.python.cn >>>> [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Xie Yanbo >>>> Sent: 2004年8月25日 09:59 >>>> To: python-chinese at lists.python.cn >>>> Subject: Re: [python-chinese] >>>> 有什么办法可以判断一个变量是否被定义过 >>>> >>>> On 2004-08-25 09:54:1093398840 +0800, Alex Dong wrote: >>>> > Dir() 返回的是所有已经定义的变量的名字,比如: >>>> > >>> a = 3 >>>> > >>> b = 4 >>>> > >>> dir() >>>> > ['__builtins__', '__doc__', '__name__', 'a', 'b'] >>>> > >>> str(a) >>>> > 3 >>>> > 但是怎么能得到一个变量的名字呢? 一个奇怪又有趣的问题。 >>>> >>>> 什么叫“得到一个变量的名字”?你在执行 dir() 之后不是已经 >>>> 都得到了吗?你是不是想通过得到的变量名字 'a' 取得 a 的值? >>>> 如果是,这样试试: >>>> >>>> eval('a') >>>> >>>> 或者 >>>> >>>> eval(dir()[3]) >>>> >>>> 也能得到。 >>>> >>>> _______________________________________________ >>>> 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 >> >>= = = = = = = = = = = = = = = = = = = = >> >> >> 致 >>礼! >> >> >> dreamingk(天成) >> dreamingker at 163.com >> 2004-08-25 >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >> dreamingk(天成)> = = = = = = = = = = = = = = = = = = = = dreamingk(天成)> 致 dreamingk(天成)> 礼! dreamingk(天成)> dreamingk(天成) dreamingk(天成)> dreamingker at 163.com dreamingk(天成)> 2004-08-25 ********************************************/ -- Free as in Freedom Zoom.Quiet #=========================================# ]Time is unimportant, only life important![ #=========================================# sender is the Bat!2.12.00
2004年08月25日 星期三 11:00
dreamingk(天成),您好! ClientCookie.CookieJar确实没有save 的方法 MSIECookieJar 才有这个方法 ======= 2004-08-25 10:43:47 您在来信中写道:======= >Xie Yanbo,您好! > > 他的doc里确实有个例子是使用的cookies.save() > 但是不明白为什么ClientCookie.CookieJar为什么没有这个attr > >======= 2004-08-25 10:24:22 您在来信中写道:======= > >>On 2004-08-25 10:11:1093399868 +0800, dreamingk(天成) wrote: >>> Xie Yanbo,您好! >>> cookie=ClientCookie.CookieJar() >>> cookie.save(... ) >>> AttributeError: CookieJar instance has no attribute 'save' >> >>哦,我的那段代码很老了,现在的 ClientCookie API 可能已经有 >>变化,自己看文档更改吧──或者你下载一个老版本的 ClientCookie >>试试。 >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >> > >= = = = = = = = = = = = = = = = = = = = > > > 致 >礼! > > > dreamingk(天成) > dreamingker at 163.com > 2004-08-25 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! dreamingk(天成) dreamingker at 163.com 2004-08-25
2004年08月25日 星期三 11:30
Alex Dong,您好! 在一个程序中你定义了一个变量a,你一定是已经知道了。为什么还要通过别的方法得到'a'呢?除非你都不知道你定义了什么变量,那需要考虑一样实际的情况,举个例子才知道。 ======= 2004-08-25 10:13:38 您在来信中写道:======= >我想知道的是给定变量a, 如何得到字符串'a'? > >这是一个有些神秘的事情,不知道Python是否能做到。 > >> -----Original Message----- >> From: python-chinese-bounces at lists.python.cn >> [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Xie Yanbo >> Sent: 2004年8月25日 09:59 >> To: python-chinese at lists.python.cn >> Subject: Re: [python-chinese] 有什么办法可以判断一个变量是否被定义过 >> >> On 2004-08-25 09:54:1093398840 +0800, Alex Dong wrote: >> > Dir() 返回的是所有已经定义的变量的名字,比如: >> > >>> a = 3 >> > >>> b = 4 >> > >>> dir() >> > ['__builtins__', '__doc__', '__name__', 'a', 'b'] >> > >>> str(a) >> > 3 >> > 但是怎么能得到一个变量的名字呢? 一个奇怪又有趣的问题。 >> >> 什么叫“得到一个变量的名字”?你在执行 dir() 之后不是已经 >> 都得到了吗?你是不是想通过得到的变量名字 'a' 取得 a 的值? >> 如果是,这样试试: >> >> eval('a') >> >> 或者 >> >> eval(dir()[3]) >> >> 也能得到。 >> >> _______________________________________________ >> 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 = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-25
Zeuux © 2025
京ICP备05028076号