摘要:
public class MD5 { public static string MD5Encrypt32(string sDataIn) { if (String.IsNullOrEmpty(sDataIn)) return ""; var b = Encoding.UTF8.GetBytes(sD 阅读全文
摘要:
using (var contentStream = Request.Content.ReadAsStreamAsync().Result) { contentStream.Seek(0, SeekOrigin.Begin); using (var sr = new StreamReader(con 阅读全文
摘要:
@echo off pushd "%~dp0" dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b C:\Windows 阅读全文