Python论坛  - 讨论区

标题:[python-chinese] How to change "\" tro "/"?

2005年12月13日 星期二 00:18

cry zyqmail at tom.com
Tue Dec 13 00:18:22 HKT 2005

python,您好!

PYTHON中如何做呢?比如,把:
“C:\PATH1\ABC.TXT"
变成:
“C:/PATH1/ABC.TXT"

谢谢

cry


                    致
礼!

            cry
            zyqmail at tom.com



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

2005年12月13日 星期二 00:51

刘鑫 march.liu at gmail.com
Tue Dec 13 00:51:49 HKT 2005

>>> s = 'C:\PATH1\ABC.TXT'
>>> ns = s.replace('\\', '/')
>>> ns
'C:/PATH1/ABC.TXT'
>>>

在05-12-13,cry <zyqmail at tom.com> 写道:
>
> python,您好!
>
> PYTHON中如何做呢?比如,把:
> "C:\PATH1\ABC.TXT"
> 变成:
> "C:/PATH1/ABC.TXT"
>
> 谢谢
>
> cry
>
>
>> 礼!
>
>             cry
>             zyqmail at tom.com
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/449b608a/attachment.htm

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

2005年12月13日 星期二 10:20

zhang sw.zhangxy swzhangxy at gmail.com
Tue Dec 13 10:20:17 HKT 2005

db = cx_Oracle.connect("  ","user","pw") 其中第一个参数,是什么, 我试了 oracle 的本地服务名称,
不行?提示无法处理服务明。
那么该是什么
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051213/595ebbe1/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号