文章分类 -  asp.net

摘要:1 启动快捷键 devenv 阅读全文
posted @ 2016-09-20 17:45 on@road 阅读(62) 评论(0) 推荐(0)
摘要:public class Base64Encrypt { public string Base64Code(string content) { byte[] bytes = System.Text.Encoding.Default.GetBytes(content); return Convert. 阅读全文
posted @ 2016-08-19 17:59 on@road 阅读(83) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography; namespace ConsoleApplication1{ p 阅读全文
posted @ 2016-08-19 11:49 on@road 阅读(97) 评论(0) 推荐(0)