08 2017 档案

摘要:1、打开 https://github.com ; 2、搜索 jsonView 链接:https://github.com/search?utf8=%E2%9C%93&q=jsonview; 3、选择需要的插件(我是选这个gildas-lormeau/JSONView-for-Chrome); 4、 阅读全文
posted @ 2017-08-24 11:06 Alamps 阅读(269) 评论(2) 推荐(0) 编辑
摘要:/// 判断是否十六进制格式字符串 public bool IsHexadecimal(string str) { const string PATTERN = @"[A-Fa-f0-9]+$"; return System.Text.RegularExpressions.Regex.IsMatch 阅读全文
posted @ 2017-08-02 19:08 Alamps 阅读(1629) 评论(0) 推荐(0) 编辑