02 2009 档案
C#锯齿型数组的使用以及对负数取模的方法
摘要:一、锯齿型数组的使用 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 using System; 2 3 public class ... 阅读全文
posted @ 2009-02-28 17:05 不多贱 阅读(1387) 评论(0) 推荐(1)
C#中关于TimeSpan类和在DataSet中插入数据
摘要:一、TimeSpan类 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 DateTimedt1 = DateTime.Now; 2 Date... 阅读全文
posted @ 2009-02-25 22:38 不多贱 阅读(1217) 评论(0) 推荐(0)