07 2015 档案

摘要:public static void Main() { Timer timer= new Timer(); timer.Interval = 100; timer.Elapsed += new ElapsedEventH... 阅读全文
posted @ 2015-07-08 14:34 wancient 阅读(128) 评论(0) 推荐(0)
摘要:一.首先介绍xml代码如下: 广州 深圳 北京,上海,广州,深圳,珠海,东莞,青岛,连云港市 View Code二.读取文件: public class NewWebsiteHomeLogic ... 阅读全文
posted @ 2015-07-07 17:13 wancient 阅读(234) 评论(0) 推荐(0)
摘要:public ActionResult Index() { // Request.UserHostAddress(); string ip = Request.ServerVariables["REMOTE_ADDR"].ToString()... 阅读全文
posted @ 2015-07-07 17:01 wancient 阅读(269) 评论(0) 推荐(0)