exceptionhandling-nyucomputerscience.pptVIP

  • 11
  • 0
  • 约1.73万字
  • 约 63页
  • 2017-03-08 发布于天津
  • 举报
exceptionhandling-nyucomputerscience

* Case Study: Web Crawler Add the starting URL to a list named listOfPendingURLs; while listOfPendingURLs is not empty Remove a URL from listOfPendingURLs; if this URL is not in listOfTraversedURLs Add it to listOfTraversedURLs; Display this URL; Exit the while loop when the size of S is equal to 100. Read the page from this URL and for each URL contained in the page Add it to listOfPendingURLs if it is not is listOfTraversedURLs; WebCrawler Run * * * * * Trace a Program Execution animation try statement1; statement2; statement3; catch Exception1 ex handling ex; catch Exception2 ex h

文档评论(0)

1亿VIP精品文档

相关文档