摘要:
public static double SimilarityNoContains(string a, string b) { string a1 = ""; string b1 = ""; if (a=... 阅读全文
摘要:
/// /// 求出数据平均值,并保留三位小数 /// /// 数据集合 /// public static double average(List Valist) { d... 阅读全文
摘要:
/// /// 获取百度关键词出现的密度 /// /// 标题、关键词 /// 如:10 (满为100) public static int GetBaiDuKeywordDensity(string keyW... 阅读全文
摘要:
//// /// 将DataTable对象转换成XML字符串 /// /// DataTable对象 /// XML字符串 public static string CDataToXml(DataTable d... 阅读全文
摘要:
/// /// DES加密字符串 /// /// 待加密的字符串 /// 加密密钥,要求为8位 /// 加密成功返回加密后的字符串,失败返回源串 public static string Encr... 阅读全文
摘要:
1,建立存储过程create PROCEDURE [dbo].[p_Company_Insert]@CompanyCollection [CompanyTableType] READONLYASINSERT INTO tb_Company ( [cpID] ... 阅读全文