2006年04月19日 星期三 13:44
前阵子写了一个程序,修改从新浪下载的围棋棋谱,转换成一般打谱软件可以看的sgf棋谱。 -- regards, yzhh
2006年04月19日 星期三 15:52
*limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!* 在06-4-19,yzhh <yezonghui at gmail.com> 写道: > > 前阵子写了一个程序,修改从新浪下载的围棋棋谱,转换成一般打谱软件可以看的sgf棋谱。 > > -- > regards, > yzhh > > _______________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/b4902d74/attachment.html
2006年04月19日 星期三 16:14
On 4/17/06, bird devdoer <devdoer at gmail.com> wrote: > > Python的简单,高效开发确实吸引人,用它来写自己的"玩具"真不错. > 大家都最近在用它写什么呢? > 我先说吧 .我最近在用python写一个爬虫. > > 我之前写了一个BTChina的分析工具.就是从BTChina下载几十页的数据,根据种子数排序, 然后放到一个网页中.呵呵. 最近打算写一个www.ys168.com的分析工具.以实现自动的上传和下载文件. -- Best Regards, Leo Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/1c7b6e3d/attachment.html
2006年04月19日 星期三 17:02
在06-4-19,Leo Jay <python.leojay at gmail.com> 写道: > > On 4/17/06, bird devdoer <devdoer at gmail.com> wrote: > > > > Python的简单,高效开发确实吸引人,用它来写自己的"玩具"真不错. > > 大家都最近在用它写什么呢? > > 我先说吧 .我最近在用python写一个爬虫. > > > > 我之前写了一个BTChina的分析工具.就是从BTChina下载几十页的数据,根据种子数排序, > 然后放到一个网页中.呵呵. > 分析工具现在还能用马? 下载要认证码啊. > 最近打算写一个www.ys168.com的分析工具.以实现自动的上传和下载文件. > > -- > Best Regards, > Leo Jay > > _______________________________________________ > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/8e71f8b6/attachment.htm
2006年04月19日 星期三 17:21
On 4/19/06, HoLin <holin.he at gmail.com> wrote: > > 分析工具现在还能用马? > 下载要认证码啊. > > 下载网页不要认证码的. 你是说下载torrent文件吧? 我有真实IP,好像局域网里的要认证码. 我一般下载torrent文件不要认证码的. -- Best Regards, Leo Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/1fcbac63/attachment.html
2006年04月19日 星期三 19:35
在06-4-19,Neil <chenrong2003 at gmail.com> 写道: > > *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!* > 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/bf17066c/attachment.html
2006年04月27日 星期四 10:54
spider(crawler): 呵呵,我也在爬吖。我爬的是XML。 不过,抓取RSS的时候转换编码出了点问题。 用cElementTree来做xml分析。 用pymssql来操作数据库。 感觉就是爽。咔咔 在06-4-19,Person <person.lee at gmail.com> 写道: > > > > 在06-4-19,Neil <chenrong2003 at gmail.com> 写道: > > > *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!* > > > > 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。 > > > > _______________________________________________ > 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 > > -- 谢小漫 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/1190390c/attachment.htm
2006年04月27日 星期四 14:39
> > 在06-4-19,Neil <chenrong2003 at gmail.com> 写道: > > > *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!* > > > > 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。 > 注意,不要用爬虫去爬wiki,小心触发删除页面之类的操作 呵呵 http://my.opera.com/zhangyunfeng -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/8c23344c/attachment.htm
2006年04月27日 星期四 18:29
还没有时间去研究wiki咯。 爬的时候出现了编码转换的问题。郁闷ing。 在06-4-27,zhang yunfeng <zhangyunfeng at gmail.com> 写道: > > 在06-4-19,Neil < chenrong2003 at gmail.com> 写道: > > > > > *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!* > > > > > > > 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。 > > > > 注意,不要用爬虫去爬wiki,小心触发删除页面之类的操作 呵呵 > > http://my.opera.com/zhangyunfeng > > _______________________________________________ > 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 > > -- 谢小漫 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/d0e4e92c/attachment.html
2006年04月27日 星期四 18:39
别爬wiki 关键是好象木有办法判断是否是wiki吧 On 4/27/06, 谢小漫 <littlecn at gmail.com> wrote: > > 还没有时间去研究wiki咯。 > 爬的时候出现了编码转换的问题。郁闷ing。 > > > 在06-4-27,zhang yunfeng <zhangyunfeng at gmail.com> 写道: > > > > 在06-4-19,Neil < chenrong2003 at gmail.com> 写道: > > > > > *limodou 写过一个 crawler 的,我还没看完那个程序,公司事情太忙了 -_-!* > > > > > > > 爬虫的程序很多,websucker算一个吧,以前python 2.2的标准安装包里就有。 > > > > 注意,不要用爬虫去爬wiki,小心触发删除页面之类的操作 呵呵 > > http://my.opera.com/zhangyunfeng > > _______________________________________________ > > 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 > > > > > -- > 谢小漫 > > _______________________________________________ > 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://codeplayer.blogbus.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060427/bab6b697/attachment.htm
2006年04月27日 星期四 20:43
写组马赛克,对着屏幕流口水
Zeuux © 2025
京ICP备05028076号