91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.13M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽:

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.xml;

namespace?DisplayxmlFile
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????static?public?string?strName?=?““;//記錄讀取時xml文件路徑
????????DataSet?dataSet?=?new?DataSet();//聲明此數據集,存儲讀取出的xml數據

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????strName?=?“fileTwo.xml“;
????????????if?(File.Exists(strName))
????????????{
????????????????Showxml();
????????????}
????????}

????????public?void?Showxml()
????????{
????????????//讀取xml文件信息
???

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????932??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile.sln
?????文件???????14848??2009-01-10?15:28??sj\01\DisplayxmlFile\DisplayxmlFile.suo
?????文件????????3774??2009-01-10?15:25??sj\01\DisplayxmlFile\DisplayxmlFile\DisplayxmlFile.csproj
?????文件????????1023??2009-01-10?15:27??sj\01\DisplayxmlFile\DisplayxmlFile\Form1.cs
?????文件????????3245??2009-01-10?15:25??sj\01\DisplayxmlFile\DisplayxmlFile\Form1.Designer.cs
?????文件????????5814??2009-01-10?15:25??sj\01\DisplayxmlFile\DisplayxmlFile\Form1.resx
?????文件?????????495??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile\Program.cs
?????文件????????9216??2009-01-10?15:26??sj\01\DisplayxmlFile\DisplayxmlFile\bin\Debug\DisplayxmlFile.exe
?????文件???????22016??2009-01-10?15:26??sj\01\DisplayxmlFile\DisplayxmlFile\bin\Debug\DisplayxmlFile.pdb
?????文件???????14328??2009-01-10?15:27??sj\01\DisplayxmlFile\DisplayxmlFile\bin\Debug\DisplayxmlFile.vshost.exe
?????文件?????????490??2007-07-21?01:33??sj\01\DisplayxmlFile\DisplayxmlFile\bin\Debug\DisplayxmlFile.vshost.exe.manifest
?????文件?????????264??2009-01-06?15:34??sj\01\DisplayxmlFile\DisplayxmlFile\bin\Debug\fileTwo.xml
?????文件?????????773??2009-01-10?15:27??sj\01\DisplayxmlFile\DisplayxmlFile\obj\Debug\DisplayxmlFile.csproj.FileListAbsolute.txt
?????文件?????????847??2009-01-10?15:25??sj\01\DisplayxmlFile\DisplayxmlFile\obj\Debug\DisplayxmlFile.csproj.GenerateResource.Cache
?????文件????????9216??2009-01-10?15:26??sj\01\DisplayxmlFile\DisplayxmlFile\obj\Debug\DisplayxmlFile.exe
?????文件?????????180??2009-01-10?15:25??sj\01\DisplayxmlFile\DisplayxmlFile\obj\Debug\DisplayxmlFile.Form1.resources
?????文件???????22016??2009-01-10?15:26??sj\01\DisplayxmlFile\DisplayxmlFile\obj\Debug\DisplayxmlFile.pdb
?????文件?????????180??2009-01-10?15:25??sj\01\DisplayxmlFile\DisplayxmlFile\obj\Debug\DisplayxmlFile.Properties.Resources.resources
?????文件????????1360??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile\Properties\AssemblyInfo.cs
?????文件????????2878??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile\Properties\Resources.Designer.cs
?????文件????????5612??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile\Properties\Resources.resx
?????文件????????1099??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile\Properties\Settings.Designer.cs
?????文件?????????249??2009-01-10?15:20??sj\01\DisplayxmlFile\DisplayxmlFile\Properties\Settings.settings
?????文件?????????926??2009-01-10?15:27??sj\02\CreateNewxml\CreateNewxml.sln
?????文件???????14336??2009-01-10?15:44??sj\02\CreateNewxml\CreateNewxml.suo
?????文件????????3770??2009-01-10?15:32??sj\02\CreateNewxml\CreateNewxml\CreateNewxml.csproj
?????文件????????2753??2009-01-10?15:40??sj\02\CreateNewxml\CreateNewxml\Form1.cs
?????文件???????15090??2009-01-10?15:32??sj\02\CreateNewxml\CreateNewxml\Form1.Designer.cs
?????文件????????5814??2009-01-10?15:32??sj\02\CreateNewxml\CreateNewxml\Form1.resx
?????文件?????????493??2009-01-10?15:27??sj\02\CreateNewxml\CreateNewxml\Program.cs
?????文件???????13312??2009-01-10?15:32??sj\02\CreateNewxml\CreateNewxml\bin\Debug\CreateNewxml.exe
............此處省略36個文件信息

評論

共有 條評論