2005年08月23日 星期二 16:30
"实际的编辑器在处理制表符是变长宽度", 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 >
2005年08月23日 星期二 16:36
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
2005年08月23日 星期二 16:51
在 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
2005年08月24日 星期三 09:03
太大了。发不了。我在找ftp上传。 请大家不要再跟贴了。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050824/aa5517af/attachment.html
2005年08月24日 星期三 09:13
这里有免费空间 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
2005年08月24日 星期三 09:54
可以上传到: 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
2005年08月24日 星期三 13:15
谢谢 我也需要一份 在 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 > > >
2005年08月24日 星期三 14:57
请给我一份,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
2005年08月29日 星期一 14:58
能不能这样?我有个服务器带一及域名的,我单位的能不能放在上面给大家提供FTP下载
2005年08月29日 星期一 15:55
我的那本在离开珠海的时候,送给测试的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 > > >
2005年08月30日 星期二 13:03
www.linuxabc.net这里免费下你要的那本书。另外用超新星不好用 就用BooX Viewer 来阅读。
2005年08月30日 星期二 13:21
不能下载呀!! 在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
2005年08月31日 星期三 15:44
不会啊,我刚下的 在 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 > > >
Zeuux © 2025
京ICP备05028076号