2005年07月22日 星期五 10:51
我说的是ftp命令,linux下和win下都有 2005/7/22, nicran <nicran at gmail.com>: > ftplib里面没有看到reget这个函数啊? > > 在 05-7-22,清风<paradise.qingfeng at gmail.com> 写道: > > 最简单的利用ftp命令就可以了,get ,reget。要写得更好一些,最好去看一下ftp协议。 > > > > 2005/7/22, nicran <nicran at gmail.com>: > > > 求教,如何用python写一个简单的能够实现断点续传的ftp客户端,多谢了 > > > > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > -- > > Blog:http://www.donews.net/changzheng > > > -- Blog:http://www.donews.net/changzheng
2005年07月22日 星期五 11:18
问个问题,在网站正式对外公开运作之前,网站需要不需要先备案呀? -----原始邮件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]代表 Zoom Quiet 发送时间: 2005年7月22日 9:08 收件人: python-chinese列表; Python.cn at google; bpug at googlegroups.com; CPUG at googlegroups.com 主题: [python-chinese] [啄木鸟]玉米恢复! 昨晚HD交了200大元后, 今天恢复正常……………… Portal 的预备可以继续了………… -- [Time is unimportant, only life important!]
2005年07月22日 星期五 11:46
我现在要把Python解释器嵌入到VC应用程序中,同时我还用C++编写了一个用于扩展Python解释器功能的扩展模块MyExtension.dll(Win32 Dynamic-Link Library),现在我想在VC应用程序中把这个扩展模块Import进来,而我现在知道可以用两种方式: 1. PyRun_SimpleString("import MyExtension") 或 PyRun_SimpleString("from MyExtension import *"); 2. PyImport_ImportModule("MyExtension"); 请问哪种方式更加方便和安全,我看有的代码采用第2种方式,不过要自己维护引用计数:Py_DECREF()。 另外,如果采用上述两种方式,是否要自己卸载扩展模块,如何卸载? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050722/b5234081/attachment.html
Zeuux © 2025
京ICP备05028076号