資源簡介
代碼片段和文件信息
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;
namespace?json
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????Ran();
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????Ran();
????????}
????????public?void??Ran()
????????{
????????????try
????????????{
????????????????Random?rad?=?new?Random();
????????????????//?int?val?=?rad.Next(1000?10000);
????????????????//?textBox1.Text?=?val.ToString();
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????17408??2017-01-09?16:35??YZM\json.suo
?????文件????????144??2017-01-09?15:03??YZM\YZM\app.config
?????文件??????10240??2017-01-09?16:38??YZM\YZM\bin\Debug\json.exe
?????文件????????144??2017-01-09?15:03??YZM\YZM\bin\Debug\json.exe.config
?????文件??????26112??2017-01-09?16:38??YZM\YZM\bin\Debug\json.pdb
?????文件??????11600??2017-01-09?16:38??YZM\YZM\bin\Debug\json.vshost.exe
?????文件????????144??2017-01-09?15:03??YZM\YZM\bin\Debug\json.vshost.exe.config
?????文件????????490??2016-03-09?13:48??YZM\YZM\bin\Debug\json.vshost.exe.manifest
?????文件???????1678??2017-01-09?16:38??YZM\YZM\Form1.cs
?????文件???????5567??2017-01-09?16:38??YZM\YZM\Form1.Designer.cs
?????文件???????5817??2017-01-09?16:38??YZM\YZM\Form1.resx
?????文件???????3744??2017-01-09?16:35??YZM\YZM\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6059??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????412??2017-01-09?16:32??YZM\YZM\obj\x86\Debug\json.csproj.FileListAbsolute.txt
?????文件????????975??2017-01-09?16:32??YZM\YZM\obj\x86\Debug\json.csproj.GenerateResource.Cache
?????文件??????10240??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\json.exe
?????文件????????180??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\json.Form1.resources
?????文件??????26112??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\json.pdb
?????文件????????180??2017-01-09?16:34??YZM\YZM\obj\x86\Debug\json.Properties.Resources.resources
?????文件???????4608??2017-01-09?15:03??YZM\YZM\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????880??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\YZM.csproj.FileListAbsolute.txt
?????文件????????975??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\YZM.csproj.GenerateResource.Cache
?????文件???????2209??2017-01-09?16:38??YZM\YZM\obj\x86\Debug\YZM.csprojResolveAssemblyReference.cache
?????文件????????485??2017-01-09?15:01??YZM\YZM\Program.cs
?????文件???????1358??2017-01-09?15:01??YZM\YZM\Properties\AssemblyInfo.cs
?????文件???????2848??2017-01-09?15:03??YZM\YZM\Properties\Resources.Designer.cs
?????文件???????5612??2017-01-09?15:01??YZM\YZM\Properties\Resources.resx
?????文件???????1104??2017-01-09?15:03??YZM\YZM\Properties\Settings.Designer.cs
?????文件????????249??2017-01-09?15:01??YZM\YZM\Properties\Settings.settings
?????文件???????3739??2017-01-09?15:13??YZM\YZM\YZM.csproj
............此處省略15個文件信息
評論
共有 條評論