摘要: 自己写的好玩的。当然这个程序只能是自己玩玩。using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace EmailAddressCheck{ class Program { static void Main(string[] args) { Console.WriteLine("Please input your Email address"); String emailToBeVerify=Console.ReadLine(); char[] ema 阅读全文
posted @ 2011-11-09 17:31 xiaoshiyilang 阅读(162) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq; using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using System.Coll 阅读全文
posted @ 2011-11-09 16:51 xiaoshiyilang 阅读(165) 评论(1) 推荐(0) 编辑