Python论坛  - 讨论区

标题:答复: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗

2004年05月25日 星期二 16:34

Tan Lihui tony at exchange.ricsson.com
Tue May 25 16:34:35 HKT 2004

要可以的话,就这样做了,我们公司对即时通讯工具一律禁止,什么qq, msn, imu, yahoo messager统统不能用。

-----邮件原件-----
发件人: Jack_Zhang at trendmicro.com.cn [mailto:Jack_Zhang at trendmicro.com.cn] 
发送时间: 2004年5月25日 16:33
收件人: python-chinese at lists.python.cn
主题: RE: 答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗?

可以通过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



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

2004年05月25日 星期二 16:46

info at xichen.com info at xichen.com
Tue May 25 16:46:44 HKT 2004

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


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

2004年05月25日 星期二 16:47

info at xichen.com info at xichen.com
Tue May 25 16:47:28 HKT 2004

Tan Lihui,您好!

	我装了有bt,给我发个种子也可以啊。

======= 2004-05-25 16:29:00 您在来信中写道:=======

>我这里有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

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

        致
礼!
 
				 
        info
        info at xichen.com
          2004-05-25


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

2004年05月25日 星期二 17:18

Zoom.Quiet zoomq at infopro.cn
Tue May 25 17:18:22 HKT 2004

Hollo Tan:

  呜乎哀哉!
在下的公司也一样!
甚至于连 HTTP 都禁止了,只有特定的人才可以浏览外网!

不知道为何 IT公司会有如此决定的!!!


/******** [2004-05-25]17:17:23 ; Tan wrote:

Tan Lihui> 要可以的话,就这样做了,我们公司对即时通讯工具一律禁止,什么qq,
Tan Lihui> msn, imu, yahoo messager统统不能用。

Tan Lihui> -----邮件原件-----
Tan Lihui> 发件人: Jack_Zhang at trendmicro.com.cn
Tan Lihui> [mailto:Jack_Zhang at trendmicro.com.cn] 
Tan Lihui> 发送时间: 2004年5月25日 16:33
Tan Lihui> 收件人: python-chinese at lists.python.cn
Tan Lihui> 主题: RE: 答复: [python-chinese]
Tan Lihui> 请教各位,python里面有将大写字符转换为小写字符的方法吗?

Tan Lihui> 可以通过msn传阿。 我的msn zhangleisme at hotmail.com,  

Tan Lihui> -----Original Message-----
Tan Lihui> From: python-chinese-bounces at lists.python.cn
Tan Lihui> [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Tan
Tan Lihui> Lihui
Tan Lihui> Sent: Tuesday, May 25, 2004 4:29 PM
Tan Lihui> To: python-chinese at lists.python.cn
Tan Lihui> Subject: 答复: 答复: [python-chinese]
Tan Lihui> 请教各位,python里面有将大写字符转换为小写字符的方法吗?

Tan Lihui> 我这里有10来个python的电子书,不知道通过什么方式给你?
Tan Lihui> 我在公司内部,不能用ftp,你能用bt吗?我发布种子给你。

Tan Lihui> -----邮件原件-----
Tan Lihui> 发件人: info at xichen.com [mailto:info at xichen.com]
Tan Lihui> 发送时间: 2004年5月25日 16:24
Tan Lihui> 收件人: python-chinese at lists.python.cn;
Tan Lihui> python-chinese at lists.python.cn
Tan Lihui> 主题: Re: 答复: [python-chinese]
Tan Lihui> 请教各位,python里面有将大写字符转换为小写字符的方法吗?

Tan Lihui> Tan Lihui,您好!

Tan Lihui> 	谢谢了。你那里有什么好的电子书吗?

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

Tan Lihui> = = = = = = = = = = = = = = = = = = = =
			

Tan Lihui>         致
Tan Lihui> 礼!
 
				 
Tan Lihui>         info
Tan Lihui>         info at xichen.com
Tan Lihui>           2004-05-25


Tan Lihui> _______________________________________________
Tan Lihui> python-chinese list
Tan Lihui> python-chinese at lists.python.cn
Tan Lihui> http://python.cn/mailman/listinfo/python-chinese


Tan Lihui> _______________________________________________
Tan Lihui> python-chinese list
Tan Lihui> python-chinese at lists.python.cn
Tan Lihui> http://python.cn/mailman/listinfo/python-chinese

Tan Lihui> _______________________________________________
Tan Lihui> python-chinese list
Tan Lihui> python-chinese at lists.python.cn
Tan Lihui> http://python.cn/mailman/listinfo/python-chinese


********************************************/

-- 
Free as in Freedom

 Zoom.Quiet                           

#=========================================#
]Time is unimportant, only life important![
#=========================================#

sender is the Bat!2.02 CE



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

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号