Python论坛  - 讨论区

标题:Re: [python-chinese] 求购Python编程金典!

2005年08月23日 星期二 16:30

chenzh chenzh at bhh.com.cn
Tue Aug 23 16:30:26 HKT 2005

"实际的编辑器在处理制表符是变长宽度", i think this is the answer
mixing tabs and spaces together sucks  :)
the below is what confused me:
   case 23:   //
         case 23:            //

copy  the above to the editor like editplus ,and click view->Tabs and Spaces
,
first line : tabs+spaces    length in vs : 30
second line : pure spaces   length in vs : 31

----- Original Message -----
From: "limodou" <limodou at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Tuesday, August 23, 2005 5:51 PM
Subject: Re: [python-chinese] how to get the right byte length of
aunicodestring ?


> 在 05-8-23,chenzh<chenzh at bhh.com.cn> 写道:
> > thanks
> > to judge a unicode string's byte length,
> > len('mixedstring') works well :)
> >
> > i am working on a script to adjust c++ comment in ms-vs,with
tab:4,indent:4
> > option.
> > the weird thing misled me to ask the question is,
> > i replaced all tabs in a line before comment with 4 spaces,
> > but when I copied the replaced line back to vs,i found its length
different
> > from the orginal line.
> >
> > still not figure it out.
> >
>
> 会不会是因为替了代码中间的制表符造成的?比如:
>
>     4  8  12
> ....if..a():
>
> 假设在if之前和if与a()之间都有制表符,但实际的编辑器在处理制表符是变长宽
度,因为需要按位置对齐,如按我上面标出的数字。因此在使用制表符时第一个制表符
占4空格,而第二个可能只占2字符。因此在将tab转为空格时要考虑这种习惯才可
以,而不是一味的将tab转为4个空格。
>
>
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
>


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


> _______________________________________________
> 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年08月23日 星期二 16:36

Wang Kebo mep_ at 163.com
Tue Aug 23 16:36:06 HKT 2005

chenzh wrote:
> thanks
> to judge a unicode string's byte length,
> len('mixedstring') works well :)
> 
> i am working on a script to adjust c++ comment in ms-vs,with
> tab:4,indent:4 option. 
> the weird thing misled me to ask the question is, i replaced all tabs
> in a line before comment with 4 spaces, but when I copied the
> replaced line back to vs,i found its length different from the
> orginal line.   
> 
> still not figure it out.

tab是一个字符,而空格是4个,是这个原因吗?
__
Best Regards,

Kebo Wang



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

2005年08月23日 星期二 16:51

limodou limodou at gmail.com
Tue Aug 23 16:51:41 HKT 2005

在 05-8-23,chenzh<chenzh at bhh.com.cn> 写道:
> thanks
> to judge a unicode string's byte length,
> len('mixedstring') works well :)
> 
> i am working on a script to adjust c++ comment in ms-vs,with tab:4,indent:4
> option.
> the weird thing misled me to ask the question is,
> i replaced all tabs in a line before comment with 4 spaces,
> but when I copied the replaced line back to vs,i found its length different
> from the orginal line.
> 
> still not figure it out.
> 

会不会是因为替了代码中间的制表符造成的?比如:

    4  8  12
....if..a():

假设在if之前和if与a()之间都有制表符,但实际的编辑器在处理制表符是变长宽度,因为需要按位置对齐,如按我上面标出的数字。因此在使用制表符时第一个制表符占4空格,而第二个可能只占2字符。因此在将tab转为空格时要考虑这种习惯才可以,而不是一味的将tab转为4个空格。


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou

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

2005年08月24日 星期三 09:03

TianLiangLe alang.yl at gmail.com
Wed Aug 24 09:03:04 HKT 2005

太大了。发不了。我在找ftp上传。

请大家不要再跟贴了。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050824/aa5517af/attachment.html

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

2005年08月24日 星期三 09:13

李戈强 ligeqq at gmail.com
Wed Aug 24 09:13:36 HKT 2005

这里有免费空间

www.ys168.com <http://www.ys168.com/> 

你用winrar分卷压缩一下放上去如何?

 

  _____  

发件人: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] 代表 TianLiangLe
发送时间: 2005年8月24日 9:03
收件人: python-chinese at lists.python.cn
主题: Re: [python-chinese] 求购Python编程金典!

 

太大了。发不了。我在找ftp上传。

请大家不要再跟贴了。

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050824/173b0956/attachment-0001.htm

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

2005年08月24日 星期三 09:54

Yskin yskins at gmail.com
Wed Aug 24 09:54:31 HKT 2005

可以上传到:
http://www.chinamofile.com/


在 05-8-24,TianLiangLe<alang.yl at gmail.com> 写道:
> 太大了。发不了。我在找ftp上传。
> 
> 请大家不要再跟贴了。
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
--------------------------------------------------------------------------
Yskin
E-MAIL: yskin at sohu.com,yskins at gmail.com
BLOG: http://yskin.blogchina.com
QQ: 25731835
树欲静而风不息,子欲养而亲不在。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050824/315d9d0a/attachment.htm

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

2005年08月24日 星期三 13:15

ye darwin darwinye at gmail.com
Wed Aug 24 13:15:03 HKT 2005

谢谢 我也需要一份

在 05-8-23,李戈强<ligeqq at gmail.com> 写道:
> 
> 我也要一份可以吗?ligeqq at gmail.com
> -----邮件原件-----
> 发件人: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn] 代表 jam.zheng
> 发送时间: 2005年8月23日 10:19
> 收件人: python-chinese at lists.python.cn
> 主题: RE: [python-chinese] 求购Python编程金典!
> 
> 谢谢,请发一份我  jam.zheng at gmail.com
> 
> -----Original Message-----
> From: python-chinese-bounces at lists.python.cn
> [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of 程 启
> Sent: Tuesday, August 23, 2005 9:51 AM
> To: python-chinese at lists.python.cn
> Subject: Re: [python-chinese] 求购Python编程金典!
> 
> 
> On 8/23/05, Geoffery>>>嘎瑞>>>XuLi <geofferyli at gmail.com> wrote:
> > 你发到我的gmail邮箱,分几个文件发就是了。
> >  谢谢
> 
> 方便的话,也请给我一份。
> 
> 多谢多谢 !
> 
> 
> --
> Best regards
> 
> Qi Cheng (程 启)
> 
> _______________________________________________
> 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
> 
> 
>

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

2005年08月24日 星期三 14:57

李答 6572890 at gmail.com
Wed Aug 24 14:57:11 HKT 2005

请给我一份,6572890 at gmail.com

在05-8-24,ye darwin <darwinye at gmail.com> 写道: 
> 
> 谢谢 我也需要一份
> 
> 在 05-8-23,李戈强<ligeqq at gmail.com> 写道:
> >
> > 我也要一份可以吗?ligeqq at gmail.com <http://gmail.com>
> > -----邮件原件-----
> > 发件人: python-chinese-bounces at lists.python.cn
> > [mailto:python-chinese-bounces at lists.python.cn] 代表 jam.zheng
> > 发送时间: 2005年8月23日 10:19
> > 收件人: python-chinese at lists.python.cn
> > 主题: RE: [python-chinese] 求购Python编程金典!
> >
> > 谢谢,请发一份我 jam.zheng at gmail.com
> >
> > -----Original Message-----
> > From: python-chinese-bounces at lists.python.cn
> > [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of 程 启
> > Sent: Tuesday, August 23, 2005 9:51 AM
> > To: python-chinese at lists.python.cn
> > Subject: Re: [python-chinese] 求购Python编程金典!
> >
> >
> > On 8/23/05, Geoffery>>>嘎瑞>>>XuLi <geofferyli at gmail.com> wrote:
> > > 你发到我的gmail邮箱,分几个文件发就是了。
> > > 谢谢
> >
> > 方便的话,也请给我一份。
> >
> > 多谢多谢 !
> >
> >
> > --
> > Best regards
> >
> > Qi Cheng (程 启)
> >
> > _______________________________________________
> > 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
> 
> 
> 


-- 
------------------
西藏世纪国际旅行社 国际部
Tibet Century International Travel Service
李答 Leedar 6572890 at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050824/0e14909c/attachment.html

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

2005年08月29日 星期一 14:58

su suyushi2004 suyushi2004 at gmail.com
Mon Aug 29 14:58:16 HKT 2005

能不能这样?我有个服务器带一及域名的,我单位的能不能放在上面给大家提供FTP下载

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

2005年08月29日 星期一 15:55

Albert Lee hanzhupeng at gmail.com
Mon Aug 29 15:55:10 HKT 2005

我的那本在离开珠海的时候,送给测试的MM了,鼓励她好好学习Python,将来长大为建设四个现代化出力


On 8/29/05, su suyushi2004 <suyushi2004 at gmail.com> wrote:
> 能不能这样?我有个服务器带一及域名的,我单位的能不能放在上面给大家提供FTP下载
> 
> _______________________________________________
> 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年08月30日 星期二 13:03

su suyushi2004 suyushi2004 at gmail.com
Tue Aug 30 13:03:02 HKT 2005

www.linuxabc.net这里免费下你要的那本书。另外用超新星不好用 就用BooX Viewer 来阅读。

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

2005年08月30日 星期二 13:21

ShiMing dushmo at gmail.com
Tue Aug 30 13:21:16 HKT 2005

不能下载呀!!

 在05-8-30,su suyushi2004 <suyushi2004 at gmail.com> 写道: 
> 
> www.linuxabc.net这里免费下你要的那本书。另外用超新星不好用 就用BooX Viewer 来阅读。
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050830/0681c6dd/attachment.html

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

2005年08月31日 星期三 15:44

su suyushi2004 suyushi2004 at gmail.com
Wed Aug 31 15:44:05 HKT 2005

不会啊,我刚下的

在 05-8-30,ShiMing<dushmo at gmail.com> 写道:
> 不能下载呀!!
> 
>  
> 在05-8-30,su suyushi2004 <suyushi2004 at gmail.com> 写道: 
> > www.linuxabc.net这里免费下你要的那本书。另外用超新星不好用 就用BooX Viewer 来阅读。
> > 
> > _______________________________________________ 
> > 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
> 
> 
>

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号