
.NET
键盘上的疯兔
乐于钻研问题背后的规律,并乐于编程证实。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C# automation Excel
C# automation Excel添加using:using System.Reflection;using Excel = Microsoft.Office.Interop.Excel;加入引用:C:\Program Files\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Off原创 2013-01-03 11:27:05 · 1484 阅读 · 0 评论 -
XML
XMLNamespaceIf namespace isn’t correct, the SelectSingleNode will return null!If prefix has specified in xmlns, just like: xmlns:prefix_foo=”name-of-namespace”, all element under the namespace must s原创 2015-07-24 09:08:52 · 2840 阅读 · 0 评论