随笔分类 - C#
摘要:using System.Text; /// <summary>/// ToChineseValue 的摘要说明/// 人民币(RMB)转化为大写字母 /// </summary>public class ToChineseValue{ private enum chineseChar { 零, 壹
阅读全文
摘要:一、网站 http://www.icourses.cn (爱课程) 个高等教育课程资源共享平台,集中展示“中国大学视频公开课”和“中国大学资源共享课” http://www.jinxuliang.com http://www.runoob.com/ 菜鸟教程 https://developer.mo
阅读全文
摘要:/// /// DES加密 /// /// /// /// public static string DESEncrypt(string pToEncrypt, string sKey) { if (sKey == string.Empty) sKey = "pccweb12".PadLeft(8, 'X'); DESCryptoServiceProvider des = new DESCryptoServiceProvider(); byte[] inputByteArray = Encoding.Default.GetBytes(pToEncrypt);
阅读全文

浙公网安备 33010602011771号