BrightEdge 第二轮技术题,限时两天【一亩三分地论坛刷题版】 - Powered by Discuz!
Generate a .jar file to act as scrapter to parse the information on www.sears.com. Concretely, you need to implement two queries as below.Target
The package is mainly for two questions:
Query 1: Total number of results
Given a keyword, such as "digital camera", return the total number of results found.
Query 2: Result Object
Given a keyword (e.g. "digital cameras") and page number (e.g. "1"), return the results in a result object and then print results on screen. For each result, return title, price, vendor, and vendor information.
This assignment is trying to test your OOP ability and documentation ability. You can use external HTML parsing tool.
Read full article from BrightEdge 第二轮技术题,限时两天【一亩三分地论坛刷题版】 - Powered by Discuz!
No comments:
Post a Comment