Python论坛  - 讨论区

标题:答复: [python-chinese]请帮个忙

2006年02月06日 星期一 13:27

xzli at elife.com.cn xzli at elife.com.cn
Mon Feb 6 13:27:39 HKT 2006

嘿嘿,先谢谢大大一个,我也需要一个, beyond0586 at gmail.com

 

________________________________

发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 w hunmr
发送时间: 2006年2月6日 13:23
收件人: python-chinese at lists.python.cn
主题: Re: [python-chinese]请帮个忙

 

我现在也需要一个, 大家谁邀请我一下子,  whunmr at gmail.com, 谢谢 啦,呵呵.

在06-2-6,pandaxiaoxi <pandaxiaoxi at tom.com> 写道: 

请问大侠们什么是orcut的邀请啊??知道的给小弟解释一下吧。谢了啊



======= 2006-01-05 11:00:36 您在来信中写道:=======

>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: ??list???????? (wang bin)
>   2. Re: ??list???????? (Vincent Wen)
>   3. Re: ??list???????? (Xie Yanbo) 
>   4. Re: DBI??????select??fetch?????????????? (Feng Ye)
>   5. ???? (Jam si)
>   6. ???,???,?orkut,??orkut??????????? (Jam si)
>   7. Re: ???? (??)
>   8. Re: ???,???,?orkut,??orkut??????????? (??) 
>   9. ?????????????????? (Chris Qie)
>  10. Re: python-cookbook????? ???????????? (???)
>
>------------------------------------------------------------
>From:  wang bin < wangbin1979 at gmail.com wangbin1979 at gmail.com> >
>To:  python-chinese at lists.python.cn
>Subject:  Re:_[python-chinese]_璇烽棶list涓湁涓枃濡備綍鎺掑簭
>Date:  Thu5 Jan 2006 09:22:21 +0800 
>
>在 06-1-4,CHAOS<chaoszhuo at gmail.com> 写道:
>> 现在好像就可以按照拼音次序排序呀!
>>
>> >>> a=['阿','波','茨','得','俄','佛','割']
>> >>> for c in a: 
>> ...     print c
>> ...
>>>>>>>>>>>>>>>> >>> a.sort()
>> >>> for c in a:
>> ...     print c 
>> ...
>>>>>>>>>>>>>>>我试了一下l = ['中国','美国','英国']也是可以的,难道说真的可行吗?
>python的sort方法真的对中文支持么?谢谢
>
>--
>想飞之心,永远不死! 
>Registered Linux User 404987 [http://counter.li.org]
>------------------------------------------------------------
>------------------------------------------------------------ 
>From:  Vincent Wen <vincentwen at gmail.com>
>To:  python-chinese at lists.python.cn
>Subject:  Re: [python-chinese] 请问list中有中文如何排序 
>Date:  Thu5 Jan 2006 09:46:22 +0800
>
>因为中文编码就是按照拼音排序的
>
>2006/1/5, wang bin <wangbin1979 at gmail.com>:
>> 在 06-1-4,CHAOS< chaoszhuo at gmail.com chaoszhuo at gmail.com> > 写道:
>> > 现在好像就可以按照拼音次序排序呀!
>> >
>> > >>> a=['阿','波','茨','得','俄','佛','割']
>> > >>> for c in a:
>> > ...     print c
>> > ...
>> > 阿
>> > 波
>> > 茨
>> > 得
>> > 俄
>> > 佛
>> > 割
>> > >>> a.sort()
>> > >>> for c in a: 
>> > ...     print c
>> > ...
>> >  阿
>> > 波
>> > 茨
>> > 得
>> > 俄
>> > 佛
>> > 割
>> 我试了一下l = ['中国','美国','英国']也是可以的,难道说真的可行吗? 
>> python的sort方法真的对中文支持么?谢谢
>>
>> --
>> 想飞之心,永远不死!
>> Registered Linux User 404987 [http://counter.li.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
>>
>>
>------------------------------------------------------------
>------------------------------------------------------------
>From:  Xie Yanbo < xieyanbo at gmail.com>
>To:  python-chinese at lists.python.cn
>Subject:  Re:_[python-chinese]_璇烽棶list涓湁涓枃濡備綍鎺掑簭
>Date:  Thu5 Jan 2006 09:48:49 +0800 
>
>On 1/5/06, wang bin <wangbin1979 at gmail.com> wrote:
>> 在 06-1-4,CHAOS<chaoszhuo at gmail.com> 写道:
>> > 现在好像就可以按照拼音次序排序呀! 
>> 我试了一下l = ['中国','美国','英国']也是可以的,难道说真的可行吗?
>> python的sort方法真的对中文支持么?谢谢
>
>比较简单、也比较常用的汉字,在第一次制定GB2312编码集时就已经确定了
>内码值,到GBK/GB18030方案中时都是兼容GB2312的;而这一部分汉字中最
>常用的3755个一级汉字,确实是按照拼音排序的;但3008个二级汉字则是 
>按照偏旁部首排序的。不过,对于更多的汉字,是在后来加入GB*编码集的,
>他们大都不按照拼音序排列。所以,要想正确处理汉字的拼音排序,必须有
>一张专门的查询表,以获得不同汉字在拼音序列中的前后位置。对于unicode
>编码的字符,同样有这个问题。
>
>关于GB2312的更多信息,可以参考维基百科:
> http://zh.wikipedia.org/wiki/GB2312 <http://zh.wikipedia.org/wiki/GB2312> 
>
>这里有GB2312编码的对照表,可供参考:
>http://ash.jp/code/cn/gb2312tbl.htm
>------------------------------------------------------------ 
>------------------------------------------------------------
>From:  Feng Ye <yef at 163.com>
>To:  python-chinese at lists.python.cn 
>Subject:  Re: [python-chinese] DBI鏄笉鏄畾涔変簡select鎿嶄綔fetch鐨勬暟鎹彧鏈夊垪鍊兼病鏈夊垪鍚???
>Date:  Thu05 Jan 2006 09:54:29 +0800
>
>limodou <limodou at gmail.com> writes: 
>
>> 在 06-1-5,wang dy<dongyang.wang at gmail.com> 写道:
>>> 以前没用过,今天看李木头的blog,发现
>>> >>> cu.execute("insert into catalog values(0, 0, 'name1')") 
>>> >>> cu.execute("insert into catalog values(1, 0, 'hello')")
>>> >>> cx.commit()
>>>
>>> >>> cu.execute("select * from catalog") 
>>> >>> cu.fetchall()
>>> [(0, 0, 'name2'), (1, 0, 'hello')]
>>>
>>> 突然发现fetch返回的recordset结果是个tuple,没有列名?!
>>>
>>> 有没有什么办法能返回dict什么的么?虽然效率低点但 rs[0], rs[2]实在无法接受啊 
>>
>> DB-API 应该还可以返回字段的描述信息,但需要自已去做。如果使用 SQLAlchemy 模块就很方便了。具体的使用可以去我的Blog上找。
>>
>
>cursor.description里面是列名信息
>
>--
>Regards,
>Feng Ye
>
>
> 
>------------------------------------------------------------
>------------------------------------------------------------
>From:  Jam si <james.si at gmail.com> 
>To:  python-chinese at lists.python.cn
>Subject:  [python-chinese]请帮个忙
>Date:  Thu5 Jan 2006 10:16:33 +0800
>
>请问谁有orcut的邀请啊,能送一个给我吗?非常感谢!
>
>james.si at gmail.com
>
>
>james
>------------------------------------------------------------
>------------------------------------------------------------ 
>From:  Jam si <james.si at gmail.com>
>To:  python-chinese at lists.python.cn
>Subject:  [python-chinese] 对不起,写错了,是orkut,谁有orkut的邀请?能给我一个吗? 
>Date:  Thu5 Jan 2006 10:20:13 +0800
>
>非常感谢!
>
>james.si at gmail.com
>
>james
>------------------------------------------------------------ 
>------------------------------------------------------------
>From:  咚咚<xiaodong.han at gmail.com>
>To:  python-chinese at lists.python.cn 
>Subject:  Re: [python-chinese] 请帮个忙
>Date:  Thu5 Jan 2006 10:26:00 +0800
>
>已发.
>
>On 1/5/06, Jam si <james.si at gmail.com> wrote:
>> 
>> 请问谁有orcut的邀请啊,能送一个给我吗?非常感谢!
>>
>> james.si at gmail.com
>>
>>
>> james
>>
>> _______________________________________________ 
>> 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
>>
>>
>
>
>--
>Best Regards.
>
>Xiaodong Han
>MSN:hxdhan at hotmail.com 
>------------------------------------------------------------
>------------------------------------------------------------
>From:  清风<paradise.qingfeng at gmail.com >
>To:  python-chinese at lists.python.cn
>Subject:  Re: [python-chinese] 对不起,写错了,是orkut,谁有orkut的邀请?能给我一个吗?
>Date:  Thu5 Jan 2006 10:26:28 +0800
>
>发了
>On 1/5/06, Jam si <james.si at gmail.com> wrote:
>> 非常感谢!
>>
>> james.si at gmail.com
>> 
>> james
>> _______________________________________________
>> 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
>>
>>
> 
>
>--
>Blog:http://blog.donews.com/changzheng
>------------------------------------------------------------
>------------------------------------------------------------ 
>From:  Chris Qie <longroad1999 at gmail.com>
>To:  python-chinese at lists.python.cn
>Subject:  [python-chinese] 晕,把乡下人说急了,哈哈!您别激动. 
>Date:  Thu5 Jan 2006 10:40:43 +0800
>
>HOHO,今天刚看到不好意思啊!我还出名了,以后Chris Qie就是名人了~
>http://wiki.woodpecker.org.cn/moin/CPUG#head-d486dfc00c1495aa5c0b8efcc10953f10390995c 
>8过......话说回来,丫乡下贱农(及其后代)这段时间也够损的,又给我订垃圾邮件又发病毒的,还在拙木尿上拿偶做榜样来诠释troll的概念,虽然对我来说没啥影响,不过您又何必呢?这么点小事还至于生这么大气?虽然您(及您的家人)气死后可以让国家少个分母,不过偶坚决不同意这样的优化国民素质方式,因为从医疗成本上看是比较高昂的,现在城里人看病已经很不容易了,求求您村儿里的要死就找个偏僻的地方自己等死,别闹着去医院还占着茅坑不拉屎,浪费国家有限资源在低贱的躯体上还交不出钱,跟乞讨有什么区别嘛!挖哈哈~~~ 
>
>BTW:怎么说呢,一看拙木尿就是农村人搞的社区/组织,丫的处处体现不专业,不仅搞人身攻击,还出现以下经典搞笑的话语.
>----------------------
>自动回复
>刚刚又发现了一个自动回复,我已经把他从列表里面删除了。他用的是网易的163.com邮箱,因为我没有网易的邮箱,我不知道是网易的邮箱默认的打开自动回复还是怎样,不过无论如何都请各位关掉,因为这个列表里面有一千多个订户,保守的估计至少有几百个是有效的,那么因为你的自动回复就会使邮件服务器每次多发出去1000多个邮件..........." 
>----------------------
>
>不愧为村儿里来的,就上面那段话居然作为Faq的形式出现.....另人汗颜!想学人家老外社区的风格,却因为自身文化涵养过低而弄的猫狗不象....
>所以,我郑重建议,您直接来个网上"庙会"不行了,那样家乡话可以说的更方便一些,就不要装B搞啥社区了丫,丢人.
>
>还有狗屁这个python邮件列表,每天退的比订的人都多,因为怕两三天没人了,就故意把退订功能弄坏,强逼别人看,脸皮之厚无与伦比了,啊呀呀,你丫不行就解散,别跟娘们一样拖拖拉拉,跟大便干燥似的,上海小男人,面B~~~~~ 
>呸~
>------------------------------------------------------------
>------------------------------------------------------------
>From:  笨笨狗<chen.ruijie at gmail.com >
>To:  python-chinese at lists.python.cn
>Subject:  Re: [python-chinese] python-cookbook乱译(1) 验证一个东西是否是字符串
>Date:  Thu5 Jan 2006 11:00:12 +0800
>
>这本书的第二版有大侠在译么?很是期待
>------------------------------------------------------------
>_______________________________________________
>python-chinese mailing list
> python-chinese at lists.python.cn python-chinese at lists.python.cn> 
>http://python.cn/mailman/listinfo/python-chinese

= = = = = = = = = = = = = = = = = = = =


致
礼!


pandaxiaoxi
        pandaxiaoxi at tom.com
2006-01-05


_______________________________________________
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 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/20060206/2aa79298/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号