2005年04月15日 星期五 13:58
Lin Li,你好 你把读进来的字符strip(s)一下,然后做个判断。 你试一下。 Carambo , qutr at tjub.com.cn 2005-4-15 ----- 收到以下来信内容 ----- 发件人: Lin Li 收件人: limodou 时 间: 2005-04-15, 13:43:03 主 题: [python-chinese] Re: 怎么能 把从文件读出来的s tring16进制数转换成数字 我现在遇到一个问题, 当用读文件的时候会遇到读出的字符串长度为0的报错. 什么原因? 应该如何解决 谢谢 On 4/13/05, limodou <limodou at gmail.com> wrote: > 之所以报错是因为read(1)读出来的可能不是数字字符,例如: > > >>> int('a') > > Traceback (most recent call last): > File "", line 1, in -toplevel- > int('a') > ValueError: invalid literal for int(): a > > 也就是说使用int函数需要你给它的参数是数字的字符。 > > On 4/13/05, Lin Li <lilin.tech at gmail.com> wrote: > > 谢谢。 > > ord(file.read(1))ok了 > > 我的描述有问题。 > > 我先 > > fd = file("filename") > > print "%d" % int(fd.read(1)) #这一行错误 > > > > > > > > On 4/12/05, Chun Lin Zhang <zhangcl at smmail.cn> wrote: > > > > > > ord(file.read(1)) > > > > > > ----- Original Message ----- > > > > > > > > > From: Lin Li > > > To: python-chinese > > > Sent: Tuesday, April 12, 2005 8:24 PM > > > Subject: [python-chinese] 怎么能把从文件读出来的string16进制数转换成数字 > > > > > > 我通过file.read()读出来的字符不能通过int变换成数字 > > > 比如int(file.read(1), 16) 出现语法错误 > > > 而int("C0", 16)却没有语法错误。 > > > 怎么回事呢? > > > > > > 谢谢 > > > > > > > > > ________________________________ > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > My Sina Blog: http://blog.sina.com.cn/blog/1148608914 > New Google Maillist: http://groups-beta.google.com/group/python-cn > _______________________________________________ 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/20050415/7bc1fd1b/attachment-0001.html
2005年04月15日 星期五 14:26
记得曾经有人在这里提过一个图谱(就如啄目鸟开源社区的资源图谱)制作工具的下载,我竟然找不到了,哪位知道的请再发一下下载地址,谢。 致 礼! 5261314 5261314 at vip.sina.com 2005-04-15 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050415/7d59f3f3/attachment.htm
Zeuux © 2025
京ICP备05028076号