正则表达式使用技巧 By zhagangPosted on 2020-05-13Posted in 未分类 匹配以“http”开头的整行字符串:^http.*$匹配任意含http的整行:^.*http.*$匹配以“ht […]
Windows 10 MD5 Check By zhagangPosted on 2020-05-04Posted in 未分类 CertUtil -hashfile “path/to/filename” MD5