02 2014 档案

摘要:第一, 输入输出流都来自控制台。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication1 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 int year = int.Parse(System.Console.ReadLine());13 ... 阅读全文
posted @ 2014-02-26 22:08 大Yi巴狼 阅读(251) 评论(0) 推荐(0)
摘要:*日,在浏览伯乐在线(http://blog.jobbole.com/29281/)的时候碰到一些很不错的资源:25本免费的Python电子书如下图:其中,每本都是以名字+超链接的方式,于是激起了我写个小程序保存这些资源的欲望,顺便也能练*一些不太熟练的小爬虫 : ) 。 好了,我们开始吧!先展示一... 阅读全文
posted @ 2014-02-17 15:57 大Yi巴狼 阅读(4107) 评论(0) 推荐(0)