using system;
using system.text;
using system.web;
using system.web.ui.webcontrols;
using system.text.regularexpressions;
namespace legalsoft.wizard.basic // 設定專案屬性可修改本專案的命名空間
#region 數字字串檢 查
///
/// 檢查request查詢字串的鍵值,是 否是數字,最大長度限制
///
/// request
///
///
/// 返回request查詢字串
/// 是否數字字串
///
///
///
public static bool isnumber(string inputdata)
///
/// 是否數字字串 可帶正負號
///
///
///
public static bool isnumbersign(string inputdata)
///
/// 是否是浮點數
///
///
///
public static bool isdecimal(string inputdata)
///
/// 是否是浮點數 可帶正負號
///
///
///
public static bool isdecimalsign(string inputdata)
#endregion
#region 中文檢測
///
/// 檢測是否有中文字元
///
///
///
public static bool ishaschzn(string inputdata)
#endregion
#region 郵件位址
///
/// 是否是浮點數 可帶正負號
///
///
///
public static bool isemail(string inputdata)
#endregion
#region 其他
///
/// 檢查字串最大長度,返回指定長度的串
///
///
/// 最大長度
///
public static string sqltext(string sqlinput, int maxlength)
return sqlinput;
} ///
/// 字串編碼
///
///
///
public static string htmlencode(string inputdata)
///
/// 設定label顯示encode的字串
///
///
///
public static void setlabel(label lbl, string txtinput)
public static void setlabel(label lbl, object inputobj)
#endregion
} }
C 常用資料加密類
using system using system.collections.generic using system.io using system.linq using system.security.cryptography using system.text using system.thre...
c 檢查資料溢位
1 指定 塊使用checked檢查資料溢位 1 checked 可以看到 會提示system.overflowexception 算術運算導致溢位。2 private void testdataoverflow checked 不會看到 提示算術運算溢位,因為溢位的地方又屬於另乙個 塊了。2 對程式...
常用安全檢查指令碼
hp ux cat etc shadow cat etc passwd quota username 磁碟配額 linux hostname ifconfig uname a who r ifconfig a netstat nr netstat a netstat lnpt ps ef ps ef...