C#
onioncong
IT人民工程师,不过大家都简称叫IT民工。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Seriazable Dictionary
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; [XmlRoot("dictionary")] public class SerializableDictionary : Di原创 2008-12-24 14:11:00 · 575 阅读 · 0 评论 -
How to Get Hardware Information using C#
1. First using System.Management 2.Create a ManagementObjectSearcher Object ManagementObjectSearcher searcher = new ManagementObjectSearcher( "select * from " + Key); List of Key: Win32_1394Contro原创 2009-04-09 19:18:00 · 989 阅读 · 0 评论 -
How to import xml data into excel
Excel.Application oXL;Excel._Workbook oWB;Excel._Worksheet osheet;Excel.Range oRng;object opt = Type.Missing;try{ oXL = new Microsoft.Office.Interop.Excel.Application(); oWB =原创 2009-06-11 17:54:00 · 642 阅读 · 0 评论
分享