摘要: ~~ HTTP CLIENT ~~Write a program that performs an HTTP GET request to a URL provided toyou as the first command-line argument. Write the String contents ofeach "data" event from the response to a new line on the console(stdout).-------------------------------------------------------------- 阅读全文
posted @ 2013-11-18 21:04 星堡a 阅读(199) 评论(0) 推荐(0) 编辑
摘要: ~~ MAKE IT MODULAR ~~This problem is the same as the previous but introduces the concept ofmodules. You will need to create two files to solve this.Create a program that prints a list of files in a given directory,filtered by the extension of the files. The first argument is thedirectory name and th 阅读全文
posted @ 2013-11-18 17:58 星堡a 阅读(216) 评论(0) 推荐(0) 编辑