摘要:
/// /// 汉字转拼音类 /// public class EcanConvertToCh { //定义拼音区编码数组 private static int[] getValue = new int[] { ... 阅读全文
posted @ 2014-04-22 15:27
loong618
阅读(601)
评论(0)
推荐(0)
摘要:
public class CreatChinaSpell { public static string GetChineseFirstChar(string chineseStr) { StringBuilder sb = new Strin... 阅读全文
posted @ 2014-04-22 15:24
loong618
阅读(261)
评论(0)
推荐(0)
摘要:
/// /// AES加密 /// public sealed class AESCrypt { /// /// 加密 /// /// /// static public ... 阅读全文
posted @ 2014-04-22 14:09
loong618
阅读(744)
评论(0)
推荐(0)