基本信息
源码名称:C#实现个人电脑记录清理软件(毕设源码分享)
源码大小:1.41M
文件格式:.zip
开发语言:C#
更新时间:2023-06-14
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#实现个人电脑记录清理软件(毕设源码分享)
本文主要是参考自己的博客...希望对大家有所帮助,提示我采用的是VS2012完成,所以版本较低的VS可能会出现运行出错或不能打开等错误。 免费资源,仅供大家学习。——By:Eastmount
文件清单
└── 杨秀璋_1120102042_源代码
├── EMSecure
│ ├── App.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── EMSecure.exe
│ │ │ ├── EMSecure.exe.config
│ │ │ ├── EMSecure.pdb
│ │ │ ├── EMSecure.vshost.exe
│ │ │ ├── EMSecure.vshost.exe.config
│ │ │ └── EMSecure.vshost.exe.manifest
│ │ └── Release
│ │ ├── EMSecure.exe
│ │ ├── EMSecure.exe.config
│ │ ├── EMSecure.pdb
│ │ ├── EMSecure.vshost.exe
│ │ ├── EMSecure.vshost.exe.config
│ │ ├── EMSecure.vshost.exe.manifest
│ │ ├── usbDeleteLog.txt
│ │ └── usbFileLog.txt
│ ├── CleanFile.cs
│ ├── CleanFile.Designer.cs
│ ├── CleanFile.resx
│ ├── CleanIE.cs
│ ├── CleanIE.Designer.cs
│ ├── CleanIE.resx
│ ├── CleanRecent.cs
│ ├── CleanRecent.Designer.cs
│ ├── CleanRecent.resx
│ ├── CleanRecycle.cs
│ ├── CleanRecycle.Designer.cs
│ ├── CleanRecycle.resx
│ ├── CleanU.cs
│ ├── CleanU.Designer.cs
│ ├── CleanU.resx
│ ├── CleanWord.cs
│ ├── CleanWord.Designer.cs
│ ├── CleanWord.resx
│ ├── EMSecure.csproj
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── MyOpaqueLayer.cs
│ ├── MyOpaqueLayer.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── EMSecure.CleanFile.resources
│ │ │ ├── EMSecure.CleanIE.resources
│ │ │ ├── EMSecure.CleanRecent.resources
│ │ │ ├── EMSecure.CleanRecycle.resources
│ │ │ ├── EMSecure.CleanU.resources
│ │ │ ├── EMSecure.CleanWord.resources
│ │ │ ├── EMSecure.csproj.FileListAbsolute.txt
│ │ │ ├── EMSecure.csproj.GenerateResource.Cache
│ │ │ ├── EMSecure.csprojResolveAssemblyReference.cache
│ │ │ ├── EMSecure.EMSecure.resources
│ │ │ ├── EMSecure.exe
│ │ │ ├── EMSecure.pdb
│ │ │ ├── EMSecure.Properties.Resources.resources
│ │ │ ├── MyOpaqueLayer.MyOpaqueLayer.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── EMSecure.CleanFile.resources
│ │ ├── EMSecure.CleanIE.resources
│ │ ├── EMSecure.CleanRecent.resources
│ │ ├── EMSecure.CleanRecycle.resources
│ │ ├── EMSecure.CleanU.resources
│ │ ├── EMSecure.CleanWord.resources
│ │ ├── EMSecure.csproj.FileListAbsolute.txt
│ │ ├── EMSecure.csproj.GenerateResource.Cache
│ │ ├── EMSecure.csprojResolveAssemblyReference.cache
│ │ ├── EMSecure.EMSecure.resources
│ │ ├── EMSecure.exe
│ │ ├── EMSecure.pdb
│ │ ├── EMSecure.Properties.Resources.resources
│ │ ├── MyOpaqueLayer.MyOpaqueLayer.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── OpaqueCommand.cs
│ ├── picture
│ │ ├── background.jpg
│ │ ├── Button
│ │ │ ├── bt_max.png
│ │ │ ├── bt_min.png
│ │ │ └── bt_x.png
│ │ ├── EMICON2.ICO
│ │ ├── EMICON.ico
│ │ ├── ico.png
│ │ ├── Item
│ │ │ ├── clean ie.png
│ │ │ ├── clean office.png
│ │ │ ├── clean recycle.png
│ │ │ ├── clean u.png
│ │ │ ├── clean windows.png
│ │ │ └── delete files.png
│ │ ├── logo2.png
│ │ ├── logo3.png
│ │ ├── logo.png
│ │ ├── panel
│ │ │ ├── panel1.png
│ │ │ ├── panel2.png
│ │ │ ├── panel3.png
│ │ │ ├── panel4_delete.png
│ │ │ ├── panel4.png
│ │ │ ├── panel4_search.png
│ │ │ ├── panel5.png
│ │ │ └── panel6.png
│ │ ├── treeicon
│ │ │ ├── Closed Folder.ico
│ │ │ ├── Computer.ico
│ │ │ ├── fixed drive.ico
│ │ │ ├── folder.ico
│ │ │ ├── My Documents.ico
│ │ │ └── Open Folder.ico
│ │ └── 新建文件夹
│ │ ├── 360DiagnoseScan_413.png
│ │ ├── as2.gif
│ │ ├── panel3-2.png
│ │ ├── panel3-3.png
│ │ ├── system_002.png
│ │ ├── system_003.png
│ │ ├── titlebut_01_2011_01_02.png
│ │ └── titlebut_02_2011_01_01.png
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RecentlyFileHelper.cs
│ └── Resources
├── EMSecure.sln
└── EMSecure.v11.suo
18 directories, 126 files
C#实现个人电脑记录清理软件(毕设源码分享)
本文主要是参考自己的博客...希望对大家有所帮助,提示我采用的是VS2012完成,所以版本较低的VS可能会出现运行出错或不能打开等错误。 免费资源,仅供大家学习。——By:Eastmount
文件清单
└── 杨秀璋_1120102042_源代码
├── EMSecure
│ ├── App.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── EMSecure.exe
│ │ │ ├── EMSecure.exe.config
│ │ │ ├── EMSecure.pdb
│ │ │ ├── EMSecure.vshost.exe
│ │ │ ├── EMSecure.vshost.exe.config
│ │ │ └── EMSecure.vshost.exe.manifest
│ │ └── Release
│ │ ├── EMSecure.exe
│ │ ├── EMSecure.exe.config
│ │ ├── EMSecure.pdb
│ │ ├── EMSecure.vshost.exe
│ │ ├── EMSecure.vshost.exe.config
│ │ ├── EMSecure.vshost.exe.manifest
│ │ ├── usbDeleteLog.txt
│ │ └── usbFileLog.txt
│ ├── CleanFile.cs
│ ├── CleanFile.Designer.cs
│ ├── CleanFile.resx
│ ├── CleanIE.cs
│ ├── CleanIE.Designer.cs
│ ├── CleanIE.resx
│ ├── CleanRecent.cs
│ ├── CleanRecent.Designer.cs
│ ├── CleanRecent.resx
│ ├── CleanRecycle.cs
│ ├── CleanRecycle.Designer.cs
│ ├── CleanRecycle.resx
│ ├── CleanU.cs
│ ├── CleanU.Designer.cs
│ ├── CleanU.resx
│ ├── CleanWord.cs
│ ├── CleanWord.Designer.cs
│ ├── CleanWord.resx
│ ├── EMSecure.csproj
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── MyOpaqueLayer.cs
│ ├── MyOpaqueLayer.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── EMSecure.CleanFile.resources
│ │ │ ├── EMSecure.CleanIE.resources
│ │ │ ├── EMSecure.CleanRecent.resources
│ │ │ ├── EMSecure.CleanRecycle.resources
│ │ │ ├── EMSecure.CleanU.resources
│ │ │ ├── EMSecure.CleanWord.resources
│ │ │ ├── EMSecure.csproj.FileListAbsolute.txt
│ │ │ ├── EMSecure.csproj.GenerateResource.Cache
│ │ │ ├── EMSecure.csprojResolveAssemblyReference.cache
│ │ │ ├── EMSecure.EMSecure.resources
│ │ │ ├── EMSecure.exe
│ │ │ ├── EMSecure.pdb
│ │ │ ├── EMSecure.Properties.Resources.resources
│ │ │ ├── MyOpaqueLayer.MyOpaqueLayer.resources
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── EMSecure.CleanFile.resources
│ │ ├── EMSecure.CleanIE.resources
│ │ ├── EMSecure.CleanRecent.resources
│ │ ├── EMSecure.CleanRecycle.resources
│ │ ├── EMSecure.CleanU.resources
│ │ ├── EMSecure.CleanWord.resources
│ │ ├── EMSecure.csproj.FileListAbsolute.txt
│ │ ├── EMSecure.csproj.GenerateResource.Cache
│ │ ├── EMSecure.csprojResolveAssemblyReference.cache
│ │ ├── EMSecure.EMSecure.resources
│ │ ├── EMSecure.exe
│ │ ├── EMSecure.pdb
│ │ ├── EMSecure.Properties.Resources.resources
│ │ ├── MyOpaqueLayer.MyOpaqueLayer.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── OpaqueCommand.cs
│ ├── picture
│ │ ├── background.jpg
│ │ ├── Button
│ │ │ ├── bt_max.png
│ │ │ ├── bt_min.png
│ │ │ └── bt_x.png
│ │ ├── EMICON2.ICO
│ │ ├── EMICON.ico
│ │ ├── ico.png
│ │ ├── Item
│ │ │ ├── clean ie.png
│ │ │ ├── clean office.png
│ │ │ ├── clean recycle.png
│ │ │ ├── clean u.png
│ │ │ ├── clean windows.png
│ │ │ └── delete files.png
│ │ ├── logo2.png
│ │ ├── logo3.png
│ │ ├── logo.png
│ │ ├── panel
│ │ │ ├── panel1.png
│ │ │ ├── panel2.png
│ │ │ ├── panel3.png
│ │ │ ├── panel4_delete.png
│ │ │ ├── panel4.png
│ │ │ ├── panel4_search.png
│ │ │ ├── panel5.png
│ │ │ └── panel6.png
│ │ ├── treeicon
│ │ │ ├── Closed Folder.ico
│ │ │ ├── Computer.ico
│ │ │ ├── fixed drive.ico
│ │ │ ├── folder.ico
│ │ │ ├── My Documents.ico
│ │ │ └── Open Folder.ico
│ │ └── 新建文件夹
│ │ ├── 360DiagnoseScan_413.png
│ │ ├── as2.gif
│ │ ├── panel3-2.png
│ │ ├── panel3-3.png
│ │ ├── system_002.png
│ │ ├── system_003.png
│ │ ├── titlebut_01_2011_01_02.png
│ │ └── titlebut_02_2011_01_01.png
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RecentlyFileHelper.cs
│ └── Resources
├── EMSecure.sln
└── EMSecure.v11.suo
18 directories, 126 files