<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>开发论坛 - .NET技术</title>
    <link>https://www.ityg.com/bbs/forum.php?mod=forumdisplay&amp;fid=33</link>
    <description>Latest 20 threads of .NET技术</description>
    <copyright>Copyright(C) 开发论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 00:13:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.ityg.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>开发论坛</title>
      <link>https://www.ityg.com/bbs/</link>
    </image>
    <item>
      <title>Asp.Net日期时间格式设置</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=6966</link>
      <description><![CDATA[DateTime dt = DateTime.Now;

//    Label1.Text = dt.ToString();//2005-11-5 13:21:25

//    Label2.Text = dt.ToFileTime().ToString();//127756416859912816

//    Label3.Text = dt.ToFileTimeUtc().ToString();//127756704859912816

//    Label4.Text = d]]></description>
      <category>.NET技术</category>
      <author>天云上人</author>
      <pubDate>Tue, 07 Apr 2015 11:41:10 +0000</pubDate>
    </item>
    <item>
      <title>怎样获取本地机器的MAC地址</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=4453</link>
      <description><![CDATA[using System; 
using System.Management; 
 
public class MAC 
{ 
 &amp;nbsp;  public static void Main() 
 &amp;nbsp;  { 
 &amp;nbsp;  &amp;nbsp;   ManagementClass mc = new ManagementClass(&amp;quot;Win32_NetworkAdapterConfiguration&amp;quot;); &amp;nbsp; 
 &amp;nbsp;  &amp;nbsp;   Management]]></description>
      <category>.NET技术</category>
      <author>天云上人</author>
      <pubDate>Thu, 20 Apr 2006 05:40:43 +0000</pubDate>
    </item>
    <item>
      <title>[收藏].NET中轻松获取系统信息(1) －WMI篇</title>
      <link>https://www.ityg.com/bbs/forum.php?mod=viewthread&amp;tid=2919</link>
      <description><![CDATA[Montaque

申明：

1、个人的一点心得，仅供参考
2、转载时候，请保留原本。


 

概述：

不知道大家有没有这种体会？有时候为了获取系统一点点信息，比如考虑一下操作系统的版本号，或者当前屏幕的分辨率。其实说到底就是读操作系统某个方面的一个属性值而已，然后 ...]]></description>
      <category>.NET技术</category>
      <author>天云上人</author>
      <pubDate>Mon, 30 May 2005 09:32:56 +0000</pubDate>
    </item>
  </channel>
</rss>