只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-07-02 17:14
要等闲阿
阅读(60)
评论(1)
推荐(1)
该文被密码保护。 阅读全文
posted @ 2012-07-02 16:14
要等闲阿
阅读(4)
评论(0)
推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-07-02 15:46
要等闲阿
阅读(50)
评论(0)
推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-07-02 15:34
要等闲阿
阅读(13)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using MSWord = Microsoft.Office.Interop.Word;using System.IO;using System.Reflection;namespace CreateWordXDemo{ class Program { static void Main(string[] args) { object ... 阅读全文
posted @ 2012-07-02 14:54
要等闲阿
阅读(798)
评论(0)
推荐(0)
摘要:
DateTime d1 = DateTime.Parse("2012-3-10 10:30"); DateTime d2 = DateTime.Parse("2012-4-9 10:30"); System.TimeSpan nd = d2 - d1; int num = nd.Minutes; double num2 = nd.TotalMinutes; Console.WriteLine(num.ToString()); Console.WriteLine(n... 阅读全文
posted @ 2012-07-02 14:10
要等闲阿
阅读(119)
评论(0)
推荐(0)