
[技术] .Net快速开发
文章平均质量分 71
whyacinth
砥心厉性,曾益不能。
淡泊宁静,明志致远。
展开
-
HttpWebRequest Post方式传值
HttpWebRequest Post方式传值{ // string param = "UID=" + strUid + "&FunctionName=Survey"; //string param = "UID=2fba7bf3-64fc-478b-8e71-178af0dcc548&FunctionName=Survey";原创 2009-07-16 13:18:00 · 2797 阅读 · 0 评论 -
C#开发(1) 判断字符串是否为GUID的函数
bool IsGuid(string strToValidate) private bool IsGuid(string strToValidate) { bool isGuid = false; string strRegexPatten = @"^(/{){0,1}[0-9a-fA-F]{8}/-[0-9a-fA-原创 2009-07-30 17:06:00 · 5297 阅读 · 4 评论