#region html**轉換成txt格式
///
/// 字串字元處理
///
/// 等待處理的字串
/// 處理後的字串
/// //把html**轉換成txt格式
public static string totxt(string input)
#endregion
#region 檢查危險字元
///
/// 檢查危險字元
///
///
///
public static string filter(string sinput)
else
return output;
}#endregion
#region 檢查過濾設定的危險字元
///
/// 檢查過濾設定的危險字元
///
/// 要過濾的字串
/// 如果引數存在不安全字元,則返回true
public static bool sqlfilter(string word, string intext)
}return false;
}#endregion
#region 過濾特殊字元
///
/// 過濾特殊字元
///
///
///
public static string htmls(string input)
else
}#endregion
#region 獲得當前絕對路徑
///
/// 獲得當前絕對路徑
///
/// 指定的路徑
/// 絕對路徑
#region 寫cookie
///
/// 寫cookie值
///
/// 名稱
/// 值
#region 讀cookie值
///
/// 讀cookie值
///
/// 名稱
/// cookie值
public static string getcookie(string strname)
#endregion
///
/// 讀cookie值
///
/// 名稱
/// cookie值
public static string getcookie(string strname, string key)
常用小方法
region 將字串轉換為陣列 public static string getstrarray string str endregion region 刪除最後結尾的乙個逗號 刪除最後結尾的乙個逗號 public static string dellastcomma string str endr...
常用小方法 續
region 擷取字元長度 擷取字元長度 字元 長度 public static string cutstring string inputstring,int len else trycatch if templen len break 如果截過則加上半個省略號 byte mybyte syste...
常用小方法整理3
錯排公式 n各有序的元素應有n!種不同的排列。如若乙個排列式的所有的元素都不在原來的位置上,則稱這個排列為錯排。核心遞推公式 d n n 1 d n 2 d n 1 特殊地,d 1 0,d 2 1.尤拉迴路的判定 一.無向圖 乙個無向圖存在尤拉路徑,當且僅當 該圖所有頂點的度數為偶數或者除了兩個度數...