Python论坛  - 讨论区

标题:Re: Re: [python-chinese] 我的问题:如何使用程序登陆论坛等!

2004年08月28日 星期六 15:39

gentoo.cn gentoo.cn at 126.com
Sat Aug 28 15:39:43 HKT 2004

这个用urllib中的urlencode就可以




> dreamingk(天成),您好!
> 
> 	我刚才又想到一个办法,把中文转成 %E6%9C%8D%E5%8A%A1 (这个是“服务”的代码)
> 	但我不知道Python中用什么函数作,只要转化成这个因该就可以处理了。
> 	(大家知道有什么函数可以转换这个吗?)
> 
> ======= 2004-08-28 10:15:00 您在来信中写道:=======
> 
> >Anew,您好!
> >
> >	sgml的parser不能正确处理中文,所以当遇到中文的时候就自动截断了。
> >    当然因为我的应用很简单,所以用正则表达式解决就可以。你的方法当然也是不错的。谢谢!
> >
> >======= 2004-08-28 03:38:26 您在来信中写道:=======
> >
> >>dreamingk(天成),您好!
> >>
> >>	这几天大家讨论如何使用程序登陆论坛我很感兴趣,我前些日子就用Python来处理论坛里的文档。
> >>	但我没有用ClientCookie,因为我不知道有这个东西,最近刚知道。
> >>	我一直都是用Socket直接连Http的80,然后提交协议。其实很简单,你只要把IE游览这个论坛的TCP报文捕获下来,然后用Socket连就可以了。
> >>	而处理HTTP我用的是一个Div Into Python里的BaseHTMLProcessor. 这样就可以基本解决大多数的HTML处理.
> >>	但是像  ftp://music.popv.net:bbs.popv.net@218.104.78.34/游戏/莎木一章横须贺_Shenmue/Shenmue_OST2/船员の复响.mp3>网通公众网镜像 可能就有一点问题了(虽然我没测试,你可以去试试)
> >>	但我想用正则表达式处理就可以了, 例如: .*?)>.*?
> >>	OK ,解决了.
> >>
> >>======= 2004-08-27 12:56:00 您在来信中写道:=======
> >>
> >>>Xie Yanbo,您好!
> >>>
> >>>	已经按照上述方法搞定了,可以正确登陆论坛。原来的原因是我没有用ClientCookie.urlopen()来打开网页,而是用的urllib.urlopen()也不能获得正确的网页。
> >>>    但是现在也有点问题。网页上的href都是这样的
> >>>      ftp://music.popv.net:bbs.popv.net@218.104.78.34/游戏/莎木一章横须贺_Shenmue/Shenmue_OST2/船员の复响.mp3>网通公众网镜像
> >>>    但是我用sgml的parser解析获得的href都只有前半段 ftp://music.popv.net:bbs.popv.net@218.104.78.34/ ,这个是解析器的问题吗?
> >>>
> >>>======= 2004-08-27 11:49:26 您在来信中写道:=======
> >>>
> >>>>On 2004-08-25 11:00:1093402811 +0800, dreamingk(天成) wrote:
> >>>>> dreamingk(天成),您好!
> >>>>> 
> >>>>> 	ClientCookie.CookieJar确实没有save 的方法
> >>>>>     MSIECookieJar 才有这个方法
> >>>>
> >>>>研究了一下新版本的 ClientCookie,还有 Python2.4 的 cookielib,
> >>>>更新了一下那个登录 linuxforum 的代码,大家有兴趣可以看:
> >>>>
> >>>>  http://xie.freezope.org/blog/2004/08/python.html
> >>>>
> >>>>_______________________________________________
> >>>>python-chinese list
> >>>>python-chinese at lists.python.cn
> >>>>http://python.cn/mailman/listinfo/python-chinese
> >>>>
> >>>
> >>>= = = = = = = = = = = = = = = = = = = =
> >>>			
> >>>
> >>>        致
> >>>礼!
> >>> 
> >>>				 
> >>>        dreamingk(天成)
> >>>        dreamingker at 163.com
> >>>          2004-08-27
> >>>
> >>>_______________________________________________
> >>>python-chinese list
> >>>python-chinese at lists.python.cn
> >>>http://python.cn/mailman/listinfo/python-chinese
> >>>
> >>
> >>= = = = = = = = = = = = = = = = = = = =
> >>			
> >>
> >>        致
> >>礼!
> >> 
> >>				 
> >>        Anew
> >>        Anewboy at citiz.net
> >>          2004-08-28
> >>
> >>_______________________________________________
> >>python-chinese list
> >>python-chinese at lists.python.cn
> >>http://python.cn/mailman/listinfo/python-chinese
> >>
> >
> >= = = = = = = = = = = = = = = = = = = =
> >			
> >
> >        致
> >礼!
> > 
> >				 
> >        dreamingk(天成)
> >        dreamingker at 163.com
> >          2004-08-28
> >
> >_______________________________________________
> >python-chinese list
> >python-chinese at lists.python.cn
> >http://python.cn/mailman/listinfo/python-chinese
> >
> 
> = = = = = = = = = = = = = = = = = = = =
> 			
> 
>         致
> 礼!
>  
> 				 
>         Anew
>         Anewboy at citiz.net
>           2004-08-28
> 
> 

-----------------------------------------------------------
马上到http://www.126.com申请260M全国最大免费邮箱!
提供新邮件到达手机短信提醒功能, 随时掌握邮件信息!

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

2004年08月28日 星期六 15:40

hoxide hoxide_dirac at yahoo.com.cn
Sat Aug 28 15:40:37 HKT 2004

tocer,您好!

	升到6.3了~~,不错,

======= 2004-08-28 15:06:43 您在来信中写道:=======

>解决办法有三个:
>  1、升级vim6.2---->6.3
>  2、降级python---->2.1
>  3、重新编译vim6.2源代码,使他能兼容你的python版本。不过这招我也不会:)
>
>这个脚本的功能简单说就是代码提示。
>----- Original Message ----- 
>From: "hoxide" <hoxide_dirac at yahoo.com.cn>
>To: <python-chinese at lists.python.cn>
>Sent: Saturday, August 28, 2004 2:34 PM
>Subject: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)
>
>
>> tocer,您好!
>> 
>> gvim6.2中不能用~~~,需要python2.1~~~, 这个pyfile到底是什么东西?
>> 
>> ======= 2004-08-28 13:21:58 您在来信中写道:=======
>> 
>> >版本:0.3
>> >
>> >运行平台:linux ,windows,VIM
>> >          我只在中文win2000+vim6.3中测试通过。别的平台,别的vim版本没有测试,如果也能通过,告诉我一声。
>> >
>> >特性:
>> >    1、在vim里编码的时候,可以随着你的输入,自动显示模块或者函数名称和用法,就像idle或者pywin里的calltips,不过我这个脚本还能显示用法和帮助。
>> >    2、只支持python语言。
>> >
>> >用法:
>> >    1、打开一个python文件,然后pyfile <路径>pyCallTips.py,如果没有报错,就能运行了,在python文件中import的模块和方法,都能够随着你的输入显示出来。支持内建函数,试着输入 dir 看看。或者放入vimrc文件中,自动运行。
>> >    2、如果新增import 或者 from 。。import语句,需要按刷新一下,这样才能显示出新增的模块和方法
>> >
>> >如果有问题,在这里提出来,我会尽量回答的。如果好使,也说一声,让我也高兴高兴。_______________________________________________
>> >python-chinese list
>> >python-chinese at lists.python.cn
>> >http://python.cn/mailman/listinfo/python-chinese
>> >
>> 
>> = = = = = = = = = = = = = = = = = = = =
>> 
>> 
>>         致
>> 礼!
>>  
>> 
>>         hoxide
>>         hoxide_dirac at yahoo.com.cn
>>           2004-08-28
>> 
>> 
>
>
>--------------------------------------------------------------------------------
>
>
>> _______________________________________________
>> 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
>

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

        致
礼!
 
				 
        hoxide
        hoxide_dirac at yahoo.com.cn
          2004-08-28


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

2004年08月28日 星期六 16:08

hoxide hoxide_dirac at yahoo.com.cn
Sat Aug 28 16:08:49 HKT 2004

http://www.ursky.com/bbs/dispbbs.asp?boardID=129&ID;=2985
好像是用一个插件, 不过服务器好像登不上, 有谁研究一下?

        致
礼!
 				

        hoxide
        hoxide_dirac at yahoo.com.cn
          2004-08-28

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号