02 2014 档案
摘要:http://blog.csdn.net/fmx121586/article/details/8025268
阅读全文
摘要:private static string GetTasksString(int TaskId, DataTable dt) { DataRow[] rows = dt.Select("ParentID=" + TaskId.ToString()); if (rows.Length == 0) return string.Empty; ; StringBuilder str = new StringBuilder(); foreach (DataRow row in rows) ...
阅读全文
摘要:/// /// Base64加密,解密方法/// /// 输入字符串/// true-加密,false-解密static public string base64(string s, bool c){ if (c) {returnSystem.Convert.ToBase64String(System.Text.Encoding.Default.GetBytes(s)); } else {returnSystem.Text.Encoding.Default.GetString(System.Convert.FromBase64String(s));}}注:在进行解码时,需要输入参数s为base
阅读全文
摘要:WEB打印控件Lodop(V6.x)使用说明及样例:http://www.hbsszx.com/lodop/PrintSampIndex.html
阅读全文
浙公网安备 33010602011771号