摘要:
用WebCollector爬取整站图片,仅仅须要遍历整站页面。然后将URL为.jpg、gif的页面(文件)保存到本地就可以。 比如我们爬取一个美食站点,获取里面全部的图片: import cn.edu.hfut.dmic.webcollector.crawler.BreadthCrawler; im 阅读全文
posted @ 2016-03-25 11:53
mengfanrong
阅读(969)
评论(0)
推荐(0)
摘要:
time_t到struct tm的转换:#include <time.h> struct tm *localtime(const time_t *timep);struct tm到time_t的转换:#include <time.h> time_t mktime(struct tm *tm); ti 阅读全文
posted @ 2016-03-25 10:32
mengfanrong
阅读(1541)
评论(0)
推荐(0)
摘要:
Good Luck in CET-4 Everybody! Problem Description 大学英语四级考试就要来临了,你是不是在紧张的复习?或许紧张得连短学期的ACM都没工夫练习了。反正我知道的Kiki和Cici都是如此。当然,作为在考场浸润了十几载的当代大学生,Kiki和Cici更懂得考 阅读全文
posted @ 2016-03-25 09:00
mengfanrong
阅读(204)
评论(0)
推荐(0)