写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

2010年3月27日

摘要: IList<Model_PicLink> PicLinkList=Dal_P.List(" And TypeId=1");string[] p = new string[PicLinkList.Count]; for (int j=0; j < PicLinkList.Count; j++) { if (j == 0) p[j] = "<li class=\"active\... 阅读全文

posted @ 2010-03-27 11:17 hateyoucode 阅读(178) 评论(0) 推荐(0)

摘要: label1.Text = "2004-1-1 15:36:05";label2.Text = "2004-3-1 20:16:35"; DateTime d1 =new DateTime(2004,1,1,15,36,05); DateTime d2 =new DateTime(2004,3,1,20,16,35); TimeSpan d3 = d2.Subtract(d1); label3... 阅读全文

posted @ 2010-03-27 11:15 hateyoucode 阅读(269) 评论(0) 推荐(0)