response.writefile方法可以將指定的檔案直接寫入http內容輸出流中顯示。
示例是將檔案直接輸出到客戶端,html主體**:
<body
>
<
p>
選擇輸出檔案:
p>
<
form id="
form1
"runat="
server
">
<
p>
<
asp:dropdownlist id="
dropdownlist1
"runat="
server
"height="
16px
"width="
303px
">
asp:dropdownlist
>
<
asp:button id="
button1
"runat="
server
"text="
輸出檔案
"/>
p>
<
div>
div>
form
>
body
>
c#後台**:
usingsystem;
using
system.collections;
using
system.configuration;
using
system.data;
using
system.linq;
using
system.web;
using
system.web.security;
using
system.web.ui;
using
system.web.ui.htmlcontrols;
using
system.web.ui.webcontrols;
using
system.web.ui.webcontrols.webparts;
using
system.xml.linq;
using
system.io;
using
system.text;
namespace
response}}
#region
web 視窗設計器生成的**
override
protected
void
oninit(eventargs e)
private
void
initializecomponent()
#endregion
private
void
button1_click(
object
sender, system.eventargs e)}}
效果 圖
Qt CuteLogger 日誌輸出檔案
qt 開發過程中,我們經常使用qdebug 來輸出一條除錯資訊,但是,等軟體正式發布之後,我們就需要軟體執行日誌功能,使用日誌功能,能夠快速的進行異常錯誤的跟蹤和定位。也能檢視軟體執行的情況。qt的日誌工具有很多,log4cplus log4cxx,log4qt等等,當然,也可以採用qt的訊息輸出,...
稀疏陣列 輸出檔案
稀疏陣列 需求稀疏陣列 test public void test1 system.out.println system.out.println 將二維陣列 轉 稀疏陣列的思 1.先遍歷二維陣列 得到非0資料的個數 int sum 0 for int i 0 i 11 i 2.建立對應的稀疏陣列 i...
nohup命令及其輸出檔案
今天在linux上部署wdt程式,在ssh客戶端執行.start dishi.sh,啟動成功,在關閉ssh客戶端後,執行的程式也同時終止了,怎樣才能保證在推出ssh客戶端後程式能一直執行呢?通過網上查詢資料,發現需要使用nohup命令。完美解決方案 nohup start dishi.sh outp...