当前位置:编程学习 > JAVA >>

有个屏幕抓取数据的题目,求大神帮忙,万分感谢!!可否用java写

Below is the requirement for the project. You need to have a configuration file in which you should have an URL and the starting number of the puzzle, e.g. the number is 1, means the program will extract all puzzles, if the number is 50, then it will extract puzzles starting from puzzle 50 to the end.
This is a very straight-forward screen scraping job which can be done in your language of choice: perl, python, php, java, net, ruby, whatever. Deliverables will be excel output and code.

We need to screenscrape data for the Arukone puzzles located here at the following URL:
http://www.menneske.no/arukone/5x5/eng/?number=1

Output should be one excel file includes all puzzles.
Every puzzle should be outputed like: puzzle number, difficulty level, and location of each numbered point in the order (number, row coordinate, column coordnate). 
For example, the sample 5x5 puzzle located at http://www.menneske.no/arukone/5x5/eng/?number=499
would have output:
499,super easy,3,0,4
499,super easy,2,1,1
499,super easy,3,1,3
499,super easy,1,1,4
499,super easy,2,3,4
499,super easy,1,4,4
There should be 1,434(constant) puzzles for the 5x5 excel file.
If you have questions, please do not hesitate to call or write I,our senior engineer will answer all your questions or guide you through the test.
Please reply with your estimated finish date.
如果你及时的完成了这些基本的要求,请考虑下解析1434个puzzles需要多长的时间,请就使用多线程减短解析时间改进你的程序。
补充:Java ,  Java SE
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,