摘要: Migrating an Existing Website from SQL Membership to ASP.NET Identity 阅读全文
posted @ 2016-09-13 20:56 shiningrise 阅读(340) 评论(0) 推荐(0) 编辑
摘要: /// /// 根据GUID获取16位的唯一字符串 /// /// /// public static string GuidTo16String() { long i = 1; foreach (byte b in Guid.NewGuid().ToByteArray()) i *= ((int)b + 1); ... 阅读全文
posted @ 2016-09-13 20:50 shiningrise 阅读(3655) 评论(1) 推荐(1) 编辑
摘要: https://github.com/JimBobSquarePants/ImageProcessor 阅读全文
posted @ 2016-09-13 09:37 shiningrise 阅读(164) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css