MSSharePoint

导航

2008年10月14日 #

Creating a Custom SharePoint 2007 List Definition

摘要: 1.在 C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES 文件夹下创建 SubmissionColumns文件夹 2. 在SubmissionColumns文件夹下创建feature.xml内容如下: Code Code highlighting produced ... 阅读全文

posted @ 2008-10-14 14:42 Jack.Tian 阅读(213) 评论(0) 推荐(0)

C# --- Get remote PC disk size from WMI

摘要: 今天工作时需要做一些关于获取远程计算机磁盘大小的任务。所以就用C#(.Net2.0)写了下面的代码: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Ge... 阅读全文

posted @ 2008-10-14 14:35 Jack.Tian 阅读(308) 评论(0) 推荐(0)