資源簡介
asp.net webform文件監控 及圖片輪播 例子源碼下載
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
namespace?ImagePlay.file
{
????public?class?FileCommon?
????{
????????public?string[]?GetDirectory(string?path)
????????{
????????????if?(string.IsNullOrEmpty(path))
????????????{
????????????????return?null;
????????????}
????????????//?string[]?directorys?=?Directory.GetDirectories(path);
????????????string?currentPath?=?System.AppDomain.CurrentDomain.baseDirectory;
????????????path?=?Path.Combine(currentPathpath);
????????????string[]?files?=?Directory.GetFiles(path);
????????????if?(files.Length?>?0)
????????????{
????????????????for?(int?i?=?0;?i?????????????????{
????????????????????FileInfo?file?=?new?FileInfo(file
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????9216??2014-09-18?13:22??ImagePlay\ImagePlay\bin\ImagePlay.dll
?????文件????????353??2014-09-18?09:56??ImagePlay\ImagePlay\bin\ImagePlay.dll.config
?????文件??????22016??2014-09-18?13:22??ImagePlay\ImagePlay\bin\ImagePlay.pdb
?????文件???????1044??2014-09-18?09:59??ImagePlay\ImagePlay\file\FileCommon.cs
?????文件????????102??2014-09-18?09:58??ImagePlay\ImagePlay\file\ImgFile.ashx
?????文件???????1628??2014-09-18?10:00??ImagePlay\ImagePlay\file\ImgFile.ashx.cs
?????文件???????5966??2014-09-18?11:44??ImagePlay\ImagePlay\ImagePlay.csproj
?????文件???????1211??2014-09-18?11:44??ImagePlay\ImagePlay\ImagePlay.csproj.user
?????文件???????1974??2014-09-18?09:58??ImagePlay\ImagePlay\ImgCommon\css\layout.css
?????文件?????590990??2014-09-18?09:58??ImagePlay\ImagePlay\ImgCommon\ImgWatcher\電子屏-0916.jpg
?????文件????1043047??2014-09-18?09:58??ImagePlay\ImagePlay\ImgCommon\ImgWatcher\電子屏1.jpg
?????文件?????785338??2014-09-18?09:58??ImagePlay\ImagePlay\ImgCommon\ImgWatcher\電子屏2.jpg
?????文件??????11013??2014-08-13?16:10??ImagePlay\ImagePlay\ImgCommon\ImgWatcher\馬.jpg
?????文件???????8211??2014-08-15?13:55??ImagePlay\ImagePlay\ImgCommon\ImgWatcher\龍.jpg
?????文件??????14626??2014-09-18?09:58??ImagePlay\ImagePlay\ImgCommon\js\hhSwipe.js
?????文件??????94840??2014-09-18?09:58??ImagePlay\ImagePlay\ImgCommon\js\jquery.min.js
?????文件???????2289??2014-09-18?12:05??ImagePlay\ImagePlay\ImgCommon\WebForm1.aspx
?????文件???????5082??2014-09-18?14:01??ImagePlay\ImagePlay\ImgCommon\WebForm1.aspx.cs
?????文件???????1439??2014-09-18?11:52??ImagePlay\ImagePlay\ImgCommon\WebForm1.aspx.designer.cs
?????文件???????9284??2014-09-18?11:19??ImagePlay\ImagePlay\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????610??2014-09-18?10:23??ImagePlay\ImagePlay\obj\Debug\ImagePlay.csproj.FileListAbsolute.txt
?????文件???????3320??2014-09-18?10:22??ImagePlay\ImagePlay\obj\Debug\ImagePlay.csprojResolveAssemblyReference.cache
?????文件???????9216??2014-09-18?13:22??ImagePlay\ImagePlay\obj\Debug\ImagePlay.dll
?????文件??????22016??2014-09-18?13:22??ImagePlay\ImagePlay\obj\Debug\ImagePlay.pdb
?????文件??????????0??2014-09-18?09:56??ImagePlay\ImagePlay\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2014-09-18?09:56??ImagePlay\ImagePlay\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2014-09-18?09:56??ImagePlay\ImagePlay\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????9286??2014-09-18?10:01??ImagePlay\ImagePlay\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????616??2014-09-18?10:01??ImagePlay\ImagePlay\obj\Release\ImagePlay.csproj.FileListAbsolute.txt
?????文件???????3320??2014-09-18?10:01??ImagePlay\ImagePlay\obj\Release\ImagePlay.csprojResolveAssemblyReference.cache
............此處省略85個文件信息
- 上一篇:C#代碼遞歸對編碼進行轉換
- 下一篇:HTML5 socket在線聊天程序 源碼
評論
共有 條評論