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

資源簡介

現代企業級開發中,在線文檔管理是必不可少模塊之一,本例所講在線文檔管理模塊包括了文件上傳到服務器上、文件瀏覽、重命名、移動、復制、刪除、新建文件夾、壓縮、解壓縮、在線編輯等多種常用操作,適用于無紙化辦公OA、ERP、CRM、項目管理、文件管理(網盤)、主機管理等多種場合。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Web;

public?static?class?DownloadFile
{
????public?static?void?ResponseFile(string?path?HttpContext?contextbool?hasfileName)
????{
????????context?=?HttpContext.Current;

????????System.IO.Stream?iStream?=?null;
????????byte[]?buffer?=?new?Byte[10000];
????????int?length;
????????long?dataToRead;
????????string?filename;
????????if?(!hasfileName)
????????{
????????????filename?=?System.IO.Path.GetFileName(path);
????????}
????????else
????????{
????????????filename?=?“down_“?+?DateTime.Now.ToString(“yyyyMMddHHmmss“)+“.zip“;
????????}

????????try
????????{
????????????iStream?=?new?System.IO.FileStream(path?System.IO.FileMode.Open?System.IO.FileAccess.Read?System.IO.FileShare.Read);
????????????da

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

?????文件?????526336??2012-08-17?19:03??在線文件管理模塊最終代碼\在線文件管理模塊.ppt

?????文件??????85872??2019-01-04?13:19??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\.vs\config\applicationhost.config

????..A..H.????102912??2019-01-04?16:34??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\.suo

?????文件??????????0??2019-01-04?13:19??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\db.lock

?????文件???????4096??2019-01-04?13:19??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\storage.ide

?????文件??????32768??2019-01-04?13:19??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\storage.ide-shm

?????文件????1334912??2019-01-04?13:25??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\.vs\WebFilesExplorer\v15\Server\sqlite3\storage.ide-wal

?????文件???????1864??2012-08-17?21:40??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\DownLoadFile.cs

?????文件??????????1??2012-08-16?21:07??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\HTMLPage1.htm

?????文件???????1091??2012-08-17?21:00??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Ajax.js

?????文件????????684??2012-08-17?21:00??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Common.js

?????文件???????9315??2012-08-17?21:00??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Dialog.js

?????文件??????11218??2012-08-17?22:04??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\Tree.js

?????文件??????17115??2012-08-17?21:46??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\js\WebExplorerMain.js

?????文件???????1357??2012-08-15?19:34??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\Properties\AssemblyInfo.cs

?????文件????????458??2012-08-17?21:19??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\Web.config

?????文件???????1240??2012-08-15?19:34??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\Web.Debug.config

?????文件???????1301??2012-08-15?19:34??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\Web.Release.config

?????文件????????106??2012-08-15?19:54??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebExplorer.ashx

?????文件??????12799??2012-08-17?21:52??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebExplorer.ashx.cs

?????文件???????5407??2012-08-17?22:18??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebExplorer.htm

?????文件???????5884??2012-08-17?20:59??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebFilesExplorer.csproj

?????文件???????1174??2012-08-17?20:59??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\WebFilesExplorer.csproj.user

?????文件???????9044??2012-08-17?20:59??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer\ZipClass.cs

?????文件????????938??2012-08-15?19:34??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\Backup\WebFilesExplorer.sln

?????文件??????47900??2019-01-04?13:19??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\UpgradeLog.htm

?????文件???10540408??2012-08-17?21:46??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\WebFilesExplorer\#download.zip

?????文件????????617??2012-08-17?21:16??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\WebFilesExplorer\asax.gif

?????文件?????229376??2008-07-14?15:08??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\WebFilesExplorer\bin\ActiproSoftware.CodeHighlighter.Net20.dll

?????文件?????229376??2008-07-14?15:02??在線文件管理模塊最終代碼\最終版本code\WebFilesExplorer\WebFilesExplorer\bin\ActiproSoftware.Shared.Net20.dll

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

評論

共有 條評論