2007年05月15日 星期二 16:20
请问 python 如何获取网页的抓图?有没有相关的类库或思路可以参考?
2007年05月15日 星期二 16:29
import httplib,urllib s=open("post").read() for i in range(105,500) : s1=s+"xuehao=06R0%d\r\n\r\n" % i print s1 try: conn=httplib.HTTPConnection("10.2.0.1:80") conn.request("POST",s1) response = conn.getresponse() data = response.read() open("./html/06R0%d.html" % i,"w").write(data) except: print "a except\n" lu_zi_2000 2007-05-15 ·¢¼þÈË£º Neil(ľҰºü) ·¢ËÍʱ¼ä£º 2007-05-15 16:21:06 ÊÕ¼þÈË£º python-chinese在lists.python.cn ³ËÍ£º Ö÷Ì⣺ [python-chinese]python ÈçºÎ»ñÈ¡ÍøÒ³µÄץͼ ÇëÎÊ python ÈçºÎ»ñÈ¡ÍøÒ³µÄץͼ£¿ÓÐûÓÐÏà¹ØµÄÀà¿â»ò˼·¿ÉÒԲο¼£¿ _______________________________________________ python-chinese Post: send python-chinese在lists.python.cn Subscribe: send subscribe to python-chinese-request在lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070515/8d11aa4f/attachment.htm
2007年05月15日 星期二 22:45
不是这个意思,是要根据 url 取得网页的 Screen Shot. 像这个:http://www.snap.com/ 在 07-5-15,lu_zi_2000<lu_zi_2000在163.com> 写道: > > > import httplib,urllib > > s=open("post").read() > for i in range(105,500) : > s1=s+"xuehao=06R0%d\r\n\r\n" % i > print s1 > try: > conn=httplib.HTTPConnection("10.2.0.1:80") > conn.request("POST",s1) > response = conn.getresponse() > data = response.read() > open("./html/06R0%d.html" % i,"w").write(data) > except: > print "a except\n" > > > ________________________________ > > lu_zi_2000 > 2007-05-15 >
2007年05月15日 星期二 22:59
Neil(木野狐) 写道: > 不是这个意思,是要根据 url 取得网页的 Screen Shot. > 像这个:http://www.snap.com/ > > 以前见有人说过原理,好象是利用firefox来渲染然后截图,邮件列表里有做digg 类似网站的朋友实现了。
2007年05月15日 星期二 23:10
谢谢,请了解具体情况的朋友指教一二。 在 07-5-15,batfree<batfreelist在gmail.com> 写道: > Neil(木野狐) 写道: > > 不是这个意思,是要根据 url 取得网页的 Screen Shot. > > 像这个:http://www.snap.com/ > > > > > 以前见有人说过原理,好象是利用firefox来渲染然后截图,邮件列表里有做digg > 类似网站的朋友实现了。
2007年05月16日 星期三 07:11
On 5/15/07, Neil(木野狐) <chenrong2003在gmail.com> wrote: > 谢谢,请了解具体情况的朋友指教一二。 > 去爱发现的主页帮助中找一找,是使用mozilla来处理的。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2007年05月16日 星期三 09:50
那这是不是意味着一个ajax应用也能被搜索&cache;到? On 5/16/07, limodou <limodou at gmail.com> wrote: > > On 5/15/07, Neil(木野狐) <chenrong2003 at gmail.com> wrote: > > 谢谢,请了解具体情况的朋友指教一二。 > > > 去爱发现的主页帮助中找一找,是使用mozilla来处理的。 > > -- > I like python! > UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad > My Blog: http://www.donews.net/limodou > _______________________________________________ > 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 -- //************************ * Never Say Never ************************// -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070516/d40d0412/attachment.html
2007年05月16日 星期三 09:54
On 5/16/07, limodou <limodou在gmail.com> wrote: > On 5/15/07, Neil(木野狐) <chenrong2003在gmail.com> wrote: > > 谢谢,请了解具体情况的朋友指教一二。 > > > 去爱发现的主页帮助中找一找,是使用mozilla来处理的。 > 是也乎,他们是使用 PyGtkMoz 进行的 http://www.hackdiary.com/archives/000055.html > -- > I like python! > UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad > My Blog: http://www.donews.net/limodou > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- '''Time is unimportant, only life important! http://zoomquiet.org blog在http://blog.zoomquiet.org/pyblosxom/ wiki在http://wiki.woodpecker.org.cn/moin/ZoomQuiet scrap在http://floss.zoomquiet.org douban在http://www.douban.com/people/zoomq/ ____________________________________ Pls. use OpenOffice.org to replace M$ Office. http://zh.openoffice.org Pls. use 7-zip to replace WinRAR/WinZip. http://7-zip.org/zh-cn/ You can get the truely Freedom 4 software. '''
2007年05月16日 星期三 09:55
> On 5/16/07, limodou <limodou在gmail.com> wrote: > > > > > 去爱发现的主页帮助中找一找,是使用mozilla来处理的。 搜了一圈,爱发现的网页打不开... 张成兄看到请指点一下,谢谢。
2007年05月16日 星期三 10:27
ZoomQuiet,多谢!我试试看。 在 07-5-16,Neil(木野狐)<chenrong2003在gmail.com> 写道: > > On 5/16/07, limodou <limodou在gmail.com> wrote: > > > > > > > > 去爱发现的主页帮助中找一找,是使用mozilla来处理的。 > > > 搜了一圈,爱发现的网页打不开... > 张成兄看到请指点一下,谢谢。 >
Zeuux © 2025
京ICP备05028076号