Python论坛  - 讨论区

标题:答复: 回复:Re: [python-chinese] Python Ebook BT种子发布!!

2004年05月26日 星期三 19:25

Tan Lihui tony at exchange.ricsson.com
Wed May 26 19:25:13 HKT 2004

我一直在做种子啊!拿不到吗?
 
-----邮件原件-----
发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 zhangxin_m
发送时间: 2004年5月26日 18:08
收件人: python-chinese at lists.python.cn
主题: Re: 回复:Re: [python-chinese] Python Ebook BT种子发布!!
 
有四个已经完成的,但是拒绝传送了:(
我被卡在16% ,
有谁能继续作种啊,感激不尽啦!!
----- Original Message ----- 
From: info at xichen.com 
To: python-chinese at lists.python.cn 
Sent: Wednesday, May 26, 2004 10:44 AM
Subject: Re: 回复:Re: [python-chinese] Python Ebook BT种子发布!!
 
liux at gdcn.com,您好! 
 
  我已经下载完了啊,
 
 
======== 2004-05-26 09:20:37 您在来信中写道: ========
 

----- 原邮件 ----- 
从: "info at xichen.com" <info at xichen.com> 
日期: 星期三, 五月 26日, 2004 上午8:35 
主题: Re: [python-chinese] Python Ebook BT 种子发布!! 
> Tan Lihui,您好! 
> 
> 可以下载,就是速度有点慢,才25k左右。谢谢了。下载完了我做种子。。 
一直下载不到咯……
> 
> ======= 2004-05-25 19:53:37 您在来信中写道:======= 
> 
> >这是我在伊红块绿发布的种子: 
> > 
> >http://www.imagegarden.net/bt/torrent.php?torrent=5914dfc9408a7c9d749ac4d5646cc7525818fc3e 
> > 
> >大家伙可以用bt取了,我会整天在线。 
> > 
> >BTW:我不知道伊红块绿下载东西是否需要注册,如果大家点击上面的连接,结果出来页面说要注册的话,就注册一下吧,不需一分钟,主要是我找不到不需要登陆的bt站允许发布种子的,这个伊红块绿还不错,速度挺快。 
> > 
> >-----邮件原件----- 
> >发件人: Jack_Zhang at trendmicro.com.cn 
> [mailto:Jack_Zhang at trendmicro.com.cn] 
> >发送时间: 2004年5月25日 17:27 
> >收件人: python-chinese at lists.python.cn 
> >主题: RE: RE: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
> > 
> >多谢多谢,我们6:00下班。 
> > 
> >-----Original Message----- 
> >From: python-chinese-bounces at lists.python.cn [mailto:python- 
> chinese-bounces at lists.python.cn] On Behalf Of info at xichen.com 
> >Sent: Tuesday, May 25, 2004 4:47 PM 
> >To: python-chinese at lists.python.cn 
> >Subject: Re: RE: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
> > 
> >Jack_Zhang,您好! 
> > 
> > 要不我架一个ftp给大家使用?我用的是公网IP,不过下班了机器就关了。 
> > 服务器都是生产要用的,不能用来开ftp了。 
> > 
> >======= 2004-05-25 16:33:29 您在来信中写道:====== 
> > 
> >>可以通过msn传阿。 我的msn zhangleisme at hotmail.com, 
> >> 
> >>-----Original Message----- 
> >>From: python-chinese-bounces at lists.python.cn 
> >>[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Tan 
> Lihui>>Sent: Tuesday, May 25, 2004 4:29 PM 
> >>To: python-chinese at lists.python.cn 
> >>Subject: 答复: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
> >> 
> >>我这里有10来个python的电子书,不知道通过什么方式给你? 
> >>我在公司内部,不能用ftp,你能用bt吗?我发布种子给你。 
> >> 
> >>-----邮件原件----- 
> >>发件人: info at xichen.com [mailto:info at xichen.com] 
> >>发送时间: 2004年5月25日 16:24 
> >>收件人: python-chinese at lists.python.cn; python-chinese at lists.python.cn 
> >>主题: Re: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
> >> 
> >>Tan Lihui,您好! 
> >> 
> >> 谢谢了。你那里有什么好的电子书吗? 
> >> 
> >>======= 2004-05-25 15:31:06 您在来信中写道:====== 
> >> 
> >>>当然有。在string模块里面,例子: 
> >>>import string 
> >>> 
> >>>str1 = 'abcde' 
> >>>str2 = string.upper(str1) 
> >>> 
> >>>一般对字符串的处理在string模块里面,你在交互环境下 
> >>>import string 
> >>>dir(string) 
> >>>就能看到string模块有什么函数。 
> >>>Help(string) 
> >>>就能看string模块的各函数的help 
> >>> 
> >>>随便down一本python的电子书,先看看。 
> >>> 
> >>>-----邮件原件----- 
> >>>发件人: info at xichen.com [mailto:info at xichen.com] 
> >>>发送时间: 2004年5月25日 15:01 
> >>>收件人: python-chinese 
> >>>主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
> >>> 
> >>>python-chinese,您好! 
> >>> 请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数? 
> >>> 
> >>> 
> >>>        致 
> >>>礼! 
> >>> 
> >>> 
> >>>        info 
> >>>        info at xichen.com 
> >>>          2004-05-25 
> >>> 
> >>>_______________________________________________ 
> >>>python-chinese list 
> >>>python-chinese at lists.python.cn 
> >>>http://python.cn/mailman/listinfo/python-chinese 
> >> 
> >>= = = = = = = = = = = = = = = = = = = 
> >> 
> >> 
> >>        致 
> >>礼! 
> >> 
> >> 
> >>        info 
> >>        info at xichen.com 
> >>          2004-05-25 
> >> 
> >> 
> >>_______________________________________________ 
> >>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 
> > 
> >= = = = = = = = = = = = = = = = = = = 
> > 
> > 
> >        致 
> >礼! 
> > 
> > 
> >        info 
> >        info at xichen.com 
> >          2004-05-25 
> > 
> > 
> > 
> >_______________________________________________ 
> >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 
> 
> = = = = = = = = = = = = = = = = = = = = 
> 
> 
>         致 
> 礼! 
> 
> 
>         info 
>         info at xichen.com 
>           2004-05-26 
> 
> 
= = = = = = = = = = = = = = = = = = = = = = 
        致
礼!
 
              info at xichen.com
              info at xichen.com
               2004-05-26
 

  _____  

_______________________________________________
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/20040526/207b0844/attachment.htm

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

2004年05月26日 星期三 20:29

zhangxin_m zhangxin_m at 163.com
Wed May 26 20:29:00 HKT 2004

我可以连接到两个100%完成的,以及另外两个被卡在19.4%。但是却没有数据传输,bt我不是很懂,一般连接上了就行,这种情况还是头一次遇到。:(

我该怎么办呢? 
  ----- Original Message ----- 
  From: Tan Lihui 
  To: python-chinese at lists.python.cn 
  Sent: Wednesday, May 26, 2004 7:25 PM
  Subject: 答复: 回复:Re: [python-chinese] Python Ebook BT种子发布!!


  我一直在做种子啊!拿不到吗?

   

  -----邮件原件-----
  发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 zhangxin_m
  发送时间: 2004年5月26日 18:08
  收件人: python-chinese at lists.python.cn
  主题: Re: 回复:Re: [python-chinese] Python Ebook BT种子发布!!

   

  有四个已经完成的,但是拒绝传送了:(

  我被卡在16% ,

  有谁能继续作种啊,感激不尽啦!!

    ----- Original Message ----- 

    From: info at xichen.com 

    To: python-chinese at lists.python.cn 

    Sent: Wednesday, May 26, 2004 10:44 AM

    Subject: Re: 回复:Re: [python-chinese] Python Ebook BT种子发布!!

     

    liux at gdcn.com,您好! 

     

      我已经下载完了啊,

     

     

    ======== 2004-05-26 09:20:37 您在来信中写道: ========

     

            ----- 原邮件 ----- 

            从: "info at xichen.com" <info at xichen.com> 

            日期: 星期三, 五月 26日, 2004 上午8:35 

            主题: Re: [python-chinese] Python Ebook BT 种子发布!! 

            > Tan Lihui,您好! 
            > 
            > 可以下载,就是速度有点慢,才25k左右。谢谢了。下载完了我做种子。。 

            一直下载不到咯……
            > 
            > ======= 2004-05-25 19:53:37 您在来信中写道:======= 
            > 
            > >这是我在伊红块绿发布的种子: 
            > > 
            > >http://www.imagegarden.net/bt/torrent.php?torrent=5914dfc9408a7c9d749ac4d5646cc7525818fc3e 
            > > 
            > >大家伙可以用bt取了,我会整天在线。 
            > > 
            > >BTW:我不知道伊红块绿下载东西是否需要注册,如果大家点击上面的连接,结果出来页面说要注册的话,就注册一下吧,不需一分钟,主要是我找不到不需要登陆的bt站允许发布种子的,这个伊红块绿还不错,速度挺快。 
            > > 
            > >-----邮件原件----- 
            > >发件人: Jack_Zhang at trendmicro.com.cn 
            > [mailto:Jack_Zhang at trendmicro.com.cn] 
            > >发送时间: 2004年5月25日 17:27 
            > >收件人: python-chinese at lists.python.cn 
            > >主题: RE: RE: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
            > > 
            > >多谢多谢,我们6:00下班。 
            > > 
            > >-----Original Message----- 
            > >From: python-chinese-bounces at lists.python.cn [mailto:python- 
            > chinese-bounces at lists.python.cn] On Behalf Of info at xichen.com 
            > >Sent: Tuesday, May 25, 2004 4:47 PM 
            > >To: python-chinese at lists.python.cn 
            > >Subject: Re: RE: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
            > > 
            > >Jack_Zhang,您好! 
            > > 
            > > 要不我架一个ftp给大家使用?我用的是公网IP,不过下班了机器就关了。 
            > > 服务器都是生产要用的,不能用来开ftp了。 
            > > 
            > >======= 2004-05-25 16:33:29 您在来信中写道:====== 
            > > 
            > >>可以通过msn传阿。 我的msn zhangleisme at hotmail.com, 
            > >> 
            > >>-----Original Message----- 
            > >>From: python-chinese-bounces at lists.python.cn 
            > >>[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Tan 
            > Lihui>>Sent: Tuesday, May 25, 2004 4:29 PM 
            > >>To: python-chinese at lists.python.cn 
            > >>Subject: 答复: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
            > >> 
            > >>我这里有10来个python的电子书,不知道通过什么方式给你? 
            > >>我在公司内部,不能用ftp,你能用bt吗?我发布种子给你。 
            > >> 
            > >>-----邮件原件----- 
            > >>发件人: info at xichen.com [mailto:info at xichen.com] 
            > >>发送时间: 2004年5月25日 16:24 
            > >>收件人: python-chinese at lists.python.cn; python-chinese at lists.python.cn 
            > >>主题: Re: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
            > >> 
            > >>Tan Lihui,您好! 
            > >> 
            > >> 谢谢了。你那里有什么好的电子书吗? 
            > >> 
            > >>======= 2004-05-25 15:31:06 您在来信中写道:====== 
            > >> 
            > >>>当然有。在string模块里面,例子: 
            > >>>import string 
            > >>> 
            > >>>str1 = 'abcde' 
            > >>>str2 = string.upper(str1) 
            > >>> 
            > >>>一般对字符串的处理在string模块里面,你在交互环境下 
            > >>>import string 
            > >>>dir(string) 
            > >>>就能看到string模块有什么函数。 
            > >>>Help(string) 
            > >>>就能看string模块的各函数的help 
            > >>> 
            > >>>随便down一本python的电子书,先看看。 
            > >>> 
            > >>>-----邮件原件----- 
            > >>>发件人: info at xichen.com [mailto:info at xichen.com] 
            > >>>发送时间: 2004年5月25日 15:01 
            > >>>收件人: python-chinese 
            > >>>主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? 
            > >>> 
            > >>>python-chinese,您好! 
            > >>> 请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数? 
            > >>> 
            > >>> 
            > >>>        致 
            > >>>礼! 
            > >>> 
            > >>> 
            > >>>        info 
            > >>>        info at xichen.com 
            > >>>          2004-05-25 
            > >>> 
            > >>>_______________________________________________ 
            > >>>python-chinese list 
            > >>>python-chinese at lists.python.cn 
            > >>>http://python.cn/mailman/listinfo/python-chinese 
            > >> 
            > >>= = = = = = = = = = = = = = = = = = = 
            > >> 
            > >> 
            > >>        致 
            > >>礼! 
            > >> 
            > >> 
            > >>        info 
            > >>        info at xichen.com 
            > >>          2004-05-25 
            > >> 
            > >> 
            > >>_______________________________________________ 
            > >>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 
            > > 
            > >= = = = = = = = = = = = = = = = = = = 
            > > 
            > > 
            > >        致 
            > >礼! 
            > > 
            > > 
            > >        info 
            > >        info at xichen.com 
            > >          2004-05-25 
            > > 
            > > 
            > > 
            > >_______________________________________________ 
            > >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 
            > 
            > = = = = = = = = = = = = = = = = = = = = 
            > 
            > 
            >         致 
            > 礼! 
            > 
            > 
            >         info 
            >         info at xichen.com 
            >           2004-05-26 
            > 
            > 
         

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

            致
    礼!

     

                  info at xichen.com

                  info at xichen.com

                   2004-05-26

     


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

    _______________________________________________
    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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040526/9eeb7d69/attachment.html

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

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号