10 2014 档案

摘要:1 public IList QueryAll(string beginTime, string endTime, string type) 2 { 3 beginTime = "2012-1-1"; endTime = "2014-10-10"; type... 阅读全文
posted @ 2014-10-22 14:27 银河系上的地球 阅读(341) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class... 阅读全文
posted @ 2014-10-16 15:09 银河系上的地球 阅读(1970) 评论(0) 推荐(0)
摘要:1.引用命名空间 xmlns:Primitives="clr-namespace:System.Windows.Controls.Primitives;assembly=System.Windows.Controls.Data" xmlns:data="clr-namespace:System.Wi... 阅读全文
posted @ 2014-10-15 10:24 银河系上的地球 阅读(196) 评论(0) 推荐(0)
摘要:1.网址(如:http://localhost:8081/index.aspx?name=123)2.获取name=123的信息3.IDictionary dict = System.Windows.Browser.HtmlPage.Document.QueryString;4. textblock... 阅读全文
posted @ 2014-10-11 12:56 银河系上的地球 阅读(206) 评论(0) 推荐(0)