gopl-zh.github.com/exercise/ex-ch1-11.md

3 lines
259 B
Markdown
Raw Normal View History

2015-12-09 07:45:11 +00:00
**練習 1.11:** Try fetchall with longer argument lists, such as samples from the top million web sites available at alexa.com. How does the program behave if a web site just doesnt respond? (Section 8.9 describes mechanisms for coping in such cases.)