2005年04月14日 星期四 11:12
On 4/14/05, albertlee <hanzhupeng at 163.com> wrote: > > 请问 google 的邮件列表的地址是什么啊? > > 我要把邮箱指向改到这里 > 恩,也许你问的是google groups的首页地址? 是 http://groups-beta.google.com -- Qiangning Hong Get Firefox! < http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050414/5aef55cd/attachment.html
2005年04月14日 星期四 11:18
fei: 但这样就不满足“每个元素分别占用了两个字节”条件。 ======= 2005-04-14 10:48:29 fei wrote: ======= >我已经想到一个简介的办法了。 >例如 将200写入文件 > >可以这样子, >f=open('text','wb') >f.write(chr(200)) >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese >. = = = = = = = = = = = = = = = = = = = = Bruce Who whoonline at msn.com 2005-04-14
2005年04月14日 星期四 11:37
晕倒。。。我发不了邮件了??再试试: 用struct.pack就可以了: >>> a = range(10) >>> a [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] >>> import struct >>> struct.pack('>' + 'h'*len(a), *a) '\x00\x00\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x07\x00\x08\x00\t' Bruce Who 写道: >fei: > > 但这样就不满足“每个元素分别占用了两个字节”条件。 > >======= 2005-04-14 10:48:29 fei wrote: ======= > > > >>我已经想到一个简介的办法了。 >>例如 将200写入文件 >> >>可以这样子, >>f=open('text','wb') >>f.write(chr(200)) >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >>. >> >> > >= = = = = = = = = = = = = = = = = = = = > > > Bruce Who > whoonline at msn.com > 2005-04-14 > > > >------------------------------------------------------------------------ > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > > -- 座右铭:不怕不会,就怕不会搜! 提点建议:大家把自己的邮件客户端设置一下,这里好多邮件是乱码,如果你们看到我的邮件是乱码,也请通知我一下,以免影响交流。
2005年04月14日 星期四 11:39
我怎么发不了邮件了?能收到的回个给我吧,真奇怪。 奇怪。。我昨天回复了嘛,怎么我自己都看不到。 用struct.pack就可以了: >>> a = range(10) >>> a [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] >>> import struct >>> struct.pack('>' + 'h'*len(a), *a) '\x00\x00\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x07\x00\x08\x00\t' Bruce Who 写道: >fei: > > 但这样就不满足“每个元素分别占用了两个字节”条件。 > >======= 2005-04-14 10:48:29 fei wrote: ======= > > > >>我已经想到一个简介的办法了。 >>例如 将200写入文件 >> >>可以这样子, >>f=open('text','wb') >>f.write(chr(200)) >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >>. >> >> > >= = = = = = = = = = = = = = = = = = = = > > > Bruce Who > whoonline at msn.com > 2005-04-14 > > > >------------------------------------------------------------------------ > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > > -- 座右铭:不怕不会,就怕不会搜! 提点建议:大家把自己的邮件客户端设置一下,这里好多邮件是乱码,如果你们看到我的邮件是乱码,也请通知我一下,以免影响交流。
2005年04月14日 星期四 11:44
职位要求: 1)、熟悉linux/FreeBSD操作系统,熟练掌握perl,php,python,java编程语言中有两种 2)、熟悉Apache、Mysql的配置和使用 3)、专科以上学历,具有2年以上Linux下应用软件的设计、开发经验 工作地点:北京 工作性质:全职 公司网站:http://www.net.cn 工资面议! 如果朋友或个人想换工作请email联系我,李先生,谢谢! 致 礼! lilanzhu lilz at hichina.com 2005-04-14
2005年04月14日 星期四 12:25
我看到了呀。 在05-4-14,cpunion<cpunion at 263.net> 写道: > 我怎么发不了邮件了?能收到的回个给我吧,真奇怪。 > > 奇怪。。我昨天回复了嘛,怎么我自己都看不到。 > > 用struct.pack就可以了: > > >>> a = range(10) > >>> a > [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] > >>> import struct > >>> struct.pack('>' + 'h'*len(a), *a) > '\x00\x00\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x07\x00\x08\x00\t' > > Bruce Who 写道: > > >fei: > > > > 但这样就不满足"每个元素分别占用了两个字节"条件。 > > > >======= 2005-04-14 10:48:29 fei wrote: ======= > > > > > > > >>我已经想到一个简介的办法了。 > >>例如 将200写入文件 > >> > >>可以这样子, > >>f=open('text','wb') > >>f.write(chr(200)) > >>_______________________________________________ > >>python-chinese list > >>python-chinese at lists.python.cn > >>http://python.cn/mailman/listinfo/python-chinese > >>. > >> > >> > > > >= = = = = = = = = = = = = = = = = = = = > > > > > >Bruce Who > >whoonline at msn.com > >2005-04-14 > > > > > > > >------------------------------------------------------------------------ > > > >_______________________________________________ > >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
2005年04月14日 星期四 12:44
你发的三篇我都看到了,包括昨天的那篇。 On 4/14/05, cpunion <cpunion at 263.net> wrote: > > 我怎么发不了邮件了?能收到的回个给我吧,真奇怪。 > > 奇怪。。我昨天回复了嘛,怎么我自己都看不到。 > > 用struct.pack就可以了: > > >>> a = range(10) > >>> a > [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] > >>> import struct > >>> struct.pack('>' + 'h'*len(a), *a) > > '\x00\x00\x00\x01\x00\x02\x00\x03\x00\x04\x00\x05\x00\x06\x00\x07\x00\x08\x00\t' > > Bruce Who 写道: > > >fei: > > > > 但这样就不满足"每个元素分别占用了两个字节"条件。 > > > >======= 2005-04-14 10:48:29 fei wrote: ======= > > > > > > > >>我已经想到一个简介的办法了。 > >>例如 将200写入文件 > >> > >>可以这样子, > >>f=open('text','wb') > >>f.write(chr(200)) > >>_______________________________________________ > >>python-chinese list > >>python-chinese at lists.python.cn > >>http://python.cn/mailman/listinfo/python-chinese > >>. > >> > >> > > > >= = = = = = = = = = = = = = = = = = = = > > > > > > Bruce Who > > whoonline at msn.com > > 2005-04-14 > > > > > > > >------------------------------------------------------------------------ > > > >_______________________________________________ > >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 > -- Qiangning Hong Get Firefox! < http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050414/7e6ec48e/attachment.html
Zeuux © 2025
京ICP备05028076号