1   1  /  1  页   跳转

[求助] 老是乱杀啊!!!

老是乱杀啊!!!

把我刚编译的文件都杀了,我晕!!!
C:\Users\t\Documents\Visual Studio 2010\Projects\ConsoleApplication2\ConsoleApplication2\bin\Debug

相关进程 C:\Windows\SysWOW64\cmd.exe

源代码如下:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;

namespace ConsoleApplication2
{
  class Program
  {
      static void Main(string[] args)
      {
        string xml = @"<xml><ToUserName><![CDATA[gh_a41b890e4]]></ToUserName>
<FromUserName><![CDATA[oa3yYjsXcDwDSx84984dUG4hmg]]></FromUserName>
<CreateTime>1387962194</CreateTime>
<MsgType><![CDATA[text]]></MsgType>
<Content><![CDATA[jzjd]]></Content>
<MsgId>5961252231324420502</MsgId>
</xml>";

        XmlDocument document = new XmlDocument();
        document.LoadXml(xml);

        XmlNodeList list = document.GetElementsByTagName("xml");

        if (list[0]["aaaa"] == null)
        {
            Console.WriteLine("null");
        }

        Console.WriteLine("{0} - {1}", list[0]["FromUserName"].Name, list[0]["FromUserName"].InnerText);
      }
  }
}

赶紧修复下,我开发都不能搞了,太差了


用户系统信息:Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
分享到:
gototop
 

回复: 老是乱杀啊!!!

附件

附件附件:

下载次数:255
文件类型:application/x-zip-compressed
文件大小:
上传时间:2013-12-26 9:24:45
描述:zip

gototop
 

回复:老是乱杀啊!!!

哦,那我升级下,谢谢
gototop
 

回复:老是乱杀啊!!!

装了v16还要装防火墙吗?

瑞星现在有和多合一的产品没?
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT