**的根目錄下面建立乙個資料夾 caozuojilu ,然後呼叫的時候 caozuo.jilu("想記錄的東西");
讀取記錄的時候:caozuo.readtext(filepath);
如下:if (!ispostback)
using system;
using system.data;
using system.configuration;
using system.web;
using system.web.security;
using system.web.ui;
using system.web.ui.webcontrols;
using system.web.ui.webcontrols.webparts;
using system.web.ui.htmlcontrols;
using system.io;
using system.text;
///
/// 各種操作的日誌
///
//判斷檔案否存在,不存在則建立
if (!file.exists(filepath))
#endregion
using system;
using system.data;
using system.configuration;
using system.web;
using system.web.security;
using system.web.ui;
using system.web.ui.webcontrols;
using system.web.ui.webcontrols.webparts;
using system.web.ui.htmlcontrols;
using system.io;
using system.text;
///
/// 各種操作的日誌
///
//判斷檔案否存在,不存在則建立
if (!file.exists(filepath))
#endregion
#region 讀取操作記錄
public static string readtext(string fpath)
catch
}#endregion}}
自己的記錄
簡單的c語言提示 while getchar n 輸入以回車結束 sqrt x 是求平方根 前面用 include pow num,x 是求num的x次方前面用 include constint a 100 定義乙個整型常量a值為10 int a 10 用 n 在初始化資料中給出定位 沒定位的資料接...
自己寫的ini 檔案操作的類
ini 檔案操作的類 今天沒有什麼工作,找了些資料,寫乙個操作ini檔案的類,已經測試過了,也算是技術積累吧!哈哈.using system using system.collections.generic using system.text using system.runtime.interop...
自己學習的記錄
自己學習的一點記錄 筆記 於郝斌老師講課時的c語言大綱 一 c語言的指標 1.指標 和 指標變數 指標就是位址 位址就是指標。指標變數是一種特殊的變數 這個變數儲存的是 記憶體單元的編號,或者說指標變數就是存放位址的變數。2.指標的分類 基本型別指標,指標和陣列,指標和函式,指標和結構體,多級指標。...