地址:http://www.quke.cn gae地址:http://quke.appspot.com 今天刚发布的。 2008-8-8: 今天提供下载了,欢迎大家使用! [ 本帖最后由 kukei 于 2008-9-2 19:00 编辑 ]
python创始人Guido van Rossum的博客中文版: http://blog.csdn.net/gvanrossum [ 本帖最后由 missjiang 于 2007-10-2 11:02 编辑 ]
Blog_Backup v0.3发布 博客备份程序,目前支持的BSP如下: 百度空间,新浪博客,和讯博客,Donews博客,博客巴士,天涯博客 MSN空间,搜狐博客,QQ空间,Bokee博客,歪酷博客,网易博客 CSDN博客,ChinaUnix博客,F2Blog博客,PJBlog博客,Z-Blog博客 程序截图: 下载程序: http://blog_backup.pt42.cn/ 版本更新: Blog_Backup v0.3 [2007-03-20] *修改MSN等博客出现的乱码问题 *增加对F2Blog博客支持 *增...
CONSTRUCTOR AND STARTUP new()$mech->agent_alias( $alias )known_agent_aliases()PAGE-FETCHING METHODS $mech->get( $uri )$mech->put( $uri, content => $content )$mech->reload()$mech->back()STATUS METHODS $mech->success()$mech->uri()$mech->response() / $mech->res()$mech->status()$mech->ct() / $mech->content_type()$mech->base()$mech->forms()$mech->current_form()$mech->links()$mech->is_html()$mech->ti...
这两天在看CPAN上的WWW::mechanize模块,选项巨多,看了前面忘了后面~ 从简单的入手,通过WWW::mechanize登陆CU,会用WWW::mechanize的兄弟,帮给个简短的CODE,我参考下,谢谢!
用$mech->save(1.xls)的文件打不开,和服务器上的对比要大,请问一下可以从哪个方面分析这个问题。 提示the document is corrupt and cannot be opened
[code] my $url='http://babelomics.bioinfo.cipf.es/fatigoplus/cgi-bin/fatigoplus.cgi'; my $mech=new WWW::mechanize; $mech->get($url); $mech->submit_form( form_number=>'2', #form_name=>'fat_search', fields => { database=>'hsa', list1=>$ref, biological_process=>'yes', molecular_function=>'yes', cellular_component=>'yes', action=>'Run', } ); $mech->click(); print O $me...
use strict; use LWP::UserAgent; use HTML::Form; use WWW::mechanize; use Data::Dumper; my $num=1; my $url = "http://search.cpan.org/"; my $mech = WWW::mechanize->new(); $mech->get($url); my @links=$mech->find_all_links(); foreach my $i (@links){ print "$...
好好学python,以后要养家吃饭的!!! 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/89259/showart_1885773.html