摘要:
/// <summary> /// 获得当前页面客户端的IP /// </summary> /// <returns>当前页面客户端的IP</returns> public static string GetIP() { string result = String.Empty; result = HttpContext.Current.Reques... 阅读全文
posted @ 2010-01-08 19:50
生
阅读(230)
评论(0)
推荐(0)
摘要:
set @billableID=SCOPE_IDENTITY()select @billableID as 'billableID' 阅读全文
posted @ 2010-01-08 12:09
生
阅读(167)
评论(0)
推荐(0)