摘要:
using System; using System.Configuration; using System.Net; using System.IO; using System.Text; using System.Collections.Generic; namespace QinLanRegionalHealth.Helper { publi... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Web.UI; /// /// 一些常用的Js调用 /// 添加新版说明:由于旧版普遍采用Response.Write(string msg)的方式输出js脚本,这种 ... 阅读全文
摘要:
private static string BM(string hz) { string tmp = ""; foreach (char c in hz) { if (c != ':' && c != '.' && c != '/' && c != '\\' && c != '?' && c != '=' && c != '&' && c != 阅读全文
摘要:
Public Const MAX_ADAPTER_NAME_LENGTH = 260 Public Const MAX_ADAPTER_ADDRESS_LENGTH = 8 Public Const MAX_ADAPTER_DESCRIPTION_LENGTH = 132 Type IP_ADDR_STRING Next As Long ipAddress As String... 阅读全文