摘要: DES加密: DES解密: 阅读全文
posted @ 2018-06-28 10:43 洛晨随风 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: /// /// MD532位加密方式 /// /// 用户原始密码 /// public static string MD5EncryptTo32(string str) { string cl = str; string pwd = ""; ... 阅读全文
posted @ 2018-06-28 10:39 洛晨随风 阅读(6437) 评论(0) 推荐(0) 编辑
摘要: 后台返回的时间是一个格式为 /Date(1530153274362)/ 的unxi时间戳前台转换代码:var matchResult = data.match(/(\d+)/);if (matchResult != null && matchResult.index > 0) { curTime = 阅读全文
posted @ 2018-06-28 10:37 洛晨随风 阅读(197) 评论(0) 推荐(0) 编辑