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

  • 大小: 0.03M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: Xml??實例??C#??c??

資源簡介

c#讀寫xml實例(僅讀寫)

資源截圖

代碼片段和文件信息

//Download?by?http://www.NewXing.com
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;

namespace?Readxml
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?ShowPerson()
????????{
????????????DataSet?myDataSet?=?new?DataSet();
????????????myDataSet.Readxml(“Person.xml“);
????????????dataGridView1.DataSource?=?myDataSet.Tables[“student“];
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????ShowPerson();
?????

????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1245??2011-07-30?14:57??Properties\AssemblyInfo.cs

?????文件???????2876??2011-07-30?14:57??Properties\Resources.Designer.cs

????.......??????5612??2007-01-03?15:31??Properties\Resources.resx

?????文件???????1143??2011-07-30?14:57??Properties\Settings.Designer.cs

????.......???????249??2007-01-03?15:31??Properties\Settings.settings

?????文件????????714??2011-07-30?14:57??Form1.cs

?????文件???????2463??2011-07-30?14:57??Form1.Designer.cs

?????文件???????5814??2007-01-03?15:37??Form1.resx

?????文件????????505??2011-07-30?14:57??Program.cs

?????文件???????3429??2010-02-08?15:26??Readxml.csproj

?????文件????????903??2010-02-08?15:26??Readxml.sln

????.......??????2373??2007-06-04?17:37??bin\Debug\PERSON.xml

????.......??????8192??2010-02-16?12:06??bin\Debug\Readxml.exe

????.......?????32256??2010-02-16?12:06??bin\Debug\Readxml.pdb

????.......?????14328??2010-02-16?12:06??bin\Debug\Readxml.vshost.exe

????.......???????490??2009-06-11?05:14??bin\Debug\Readxml.vshost.exe.manifest

?????文件???????1999??2011-07-30?14:57??obj\Debug\Readxml.csproj.FileListAbsolute.txt

????.......???????847??2010-02-08?15:26??obj\Debug\Readxml.csproj.GenerateResource.Cache

????.......??????8192??2010-02-16?12:06??obj\Debug\Readxml.exe

????.......???????180??2010-02-08?15:26??obj\Debug\Readxml.Form1.resources

????.......?????32256??2010-02-16?12:06??obj\Debug\Readxml.pdb

????.......???????180??2010-02-08?15:26??obj\Debug\Readxml.Properties.Resources.resources

????.......??????4608??2010-02-08?15:26??obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????目錄??????????0??2010-02-08?15:26??obj\Debug\TempPE

?????目錄??????????0??2010-02-08?15:26??bin\Debug

?????目錄??????????0??2009-04-23?14:15??bin\Release

?????目錄??????????0??2010-02-16?12:06??obj\Debug

?????目錄??????????0??2009-04-23?17:24??Properties

?????目錄??????????0??2009-04-23?14:15??bin

?????目錄??????????0??2010-02-08?15:26??obj

............此處省略3個文件信息

評論

共有 條評論