//////返回提示資訊類
///public
class msg
if (sql.indexof("
where
") > -1)
if (sql.indexof("
group by
") > -1)
if (sql.indexof("
order by
") > -1)
return sql;
}public msg()
public
static
void confirm(string msgstr)
public
static
void redirectdelay(string msgstr, int delaytime)
public
static
void redirectdelay(string msgstr, string url, int delaytime)
//////
轉向到某個位址頁面,並傳送錯誤資訊字串
//////
///public
static
void direct(string urlstr, string urlmsg)
public
static
void direct(string url,bool istopwindows)
//////
將str引數列印在頁面上
//////
例:"您尚未登陸!"
public
static
void c1(string msgstr)
public
static
void c1(string msgstr,string iswarp)
public
static
void c1(string msgstr, bool istable)
//////
將str引數列印在頁面上,並且停止頁面執行
//////
例:"您尚未登陸!"
///布林引數,例:true
public
static
void c2(string msgstr)
public
static
void c2(string msgstr, bool istable)
public
static
void c2()
//////
在頁面顯示錯誤資訊後,停留n秒,跳轉到另一頁面
//////
//////
///public
static
void c3(string msgstr,string url)
public
static
void c3(string msgstr,string url,string timediff)
//////
彈出對話方塊提示資訊
//////
例:"您尚未登陸!"
public
static
void alert(string msgstr)
//////
提示,true 返回前一頁,history.back(),false ,不返回,直接關閉視窗
//////
public
static
void alert(string msgstr,bool isback)
else
}///
///彈出對話方塊提示資訊,並跳轉到指定的頁面,rul為空,則預設為前頁
//////
例:"您尚未登陸!"
///例:"error.aspx",為空則預設前一頁面
自己寫的快速排序演算法(原始碼)
includevoid swap int a,int b int partition int key,int left,int right,int array list array list low array list high swap array list high array list lo...
共享自己寫的測試ini 檔案讀寫原始碼
bool ctest131dlg readini 讀ini int ctest131dlg calccount char psectionname 儲存找到的某個節名字串的首位址 int i 指向陣列chsectionnames的某個位置,從0開始,順序後裔 int j 0 用來儲存下乙個節名字串的...
ros 建立自己的msg
在使用ros訂閱話題訊息的時候,有些時候為了能夠進行資料型別的轉換或者想實現訊息的傳輸問題時,需要用到自己定義的.msg訊息型別。建立乙個msg檔案,再建立乙個.msg檔案 mkdir msg vi test.msg如下定義 float32 data uint16 size header heade...