壓ASP.NET嶄糞?宥喘議嗤丼來丕刮
音砿壓B/S珊頁C/S嶄?方象荷忿略擦嚥殊沫?載謹扮昨?脅俶勣登僅喘薩村秘佚連議嗤丼來。壓B/S潤 更嶄?辛嬬珊勣深打Sql廣秘議芦畠來諒籾。 屡隼諒籾載噸演?厘断祥哘乎斤乎諒籾序佩匍暦渇??誼欺由匯議侃尖圭宛。壓緩初府厘断議侃尖圭 塀?喘噐糞?壓ASP.NET嶄聞喘C#囂冱糞?議宥喘嗤丼來殊刮。 厘断繍屁倖侃尖圭宛蛍葎眉何蛍? 1、鯉塀晒方象嗤丼來登僅?宸匯何蛍哘乎崑薦恂欺崇尺潤更議涙購來?匆祥頁傍?哘乎恂欺音砿頁 C/S潤更珊頁B/S潤更?脅哘乎頁宥喘議?方象芦畠來登僅?屡隼頁芦畠來深打?圻夸貧B/S才C/S潤更匆頁 宥喘議?曳泌Sql 廣秘議芦畠來? 2、侃噐嗔挫議住札來才嗔挫議俊笥?戻工匯倖否叟尖盾議距喘俊笥才掲隈戻佰頁駅勣議。宸頁更尺? 購議?壓Web蝕窟才WinForm蝕窟光徭嗤侭音揖議侃尖圭塀。屡隼炎籾頁ASP.NET嶄議嗤丼來殊刮?厘断峪 網胎Web圭塀議俊笥。 3、匈中距喘?屡隼頁匈中距喘?輝隼頁児噐Web議。 及匯何蛍?崇尺宥喘來 斤噐崇尺涙購議何蛍?哘乎深打慧壓匯倖児窃嶄?厘断匆頁宸劔恂議?音形厘断慧壓持拙凋兆腎寂葎 fsCSharpDevFrk.Common議fsDevCommon窃嶄。凪嶄糞?鯉塀三方象嗤丼來登僅議圭隈泌和? public bool CheckValidValue(string strValue, string strTypeFormat) { bool bReturn = true; if (strTypeFormat != null && strTypeFormat.Length > 0) { if (strTypeFormat.StartsWith("D")) { string[] strTypes = strTypeFormat.Split('',''); if (strTypes.Length > 1) { DateTime dtValue = new DateTime(1900, 1, 1), dtMaxValue = new DateTime(2050, 12, 31); if (strTypes.Length > 2 && IsDate(strTypes[2])) dtValue = DateTime.Parse(strTypes[2]); if (strTypes.Length > 3 && IsDate(strTypes[3])) dtMaxValue = DateTime.Parse(strTypes[3]); if (strTypes[1].Trim() == ">") bReturn = IsDigital(strValue) && (DateTime.Parse (strValue) > dtValue); else if (strTypes[1].Trim() == ">=") bReturn = IsDigital(strValue) && (DateTime.Parse (strValue) >= dtValue); else if (strTypes[1].Trim() == "<") bReturn = IsDigital(strValue) && (DateTime.Parse (strValue) < dtValue); else if (strTypes[1].Trim() == "<=") bReturn = IsDigital(strValue) && (DateTime.Parse (strValue) < dtValue); else if (strTypes[1].Trim() == "=") bReturn = IsDigital(strValue) && (DateTime.Parse (strValue) == dtValue); else if (strTypes[1].Trim().ToUpper() == "BETWEEN") bReturn = IsDigital(strValue) && (DateTime.Parse (strValue) >= dtValue) && (DateTime.Parse(strValue) <= dtMaxValue); } else |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |