05 2015 档案

摘要: 阅读全文
posted @ 2015-05-30 18:12 b̶i̶n̶g̶.̶ 阅读(138) 评论(0) 推荐(0) 编辑
摘要:1B (Byte 字节)=8b (bit 位)1KB (Kilobyte 千字节)=1024B,1MB (Megabyte 兆字节 简称“兆”)=1024KB,1GB (Gigabyte 吉字节 又称“千兆”)=1024MB,1TB (Trillionbyte 万亿字节 太字节)=1024GB,1P... 阅读全文
posted @ 2015-05-11 08:26 b̶i̶n̶g̶.̶ 阅读(652) 评论(0) 推荐(0) 编辑
摘要:https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx 阅读全文
posted @ 2015-05-08 14:12 b̶i̶n̶g̶.̶ 阅读(164) 评论(0) 推荐(0) 编辑
摘要:using System;using System.IO;using System.Security.Cryptography;using System.Text; public class MD5Code { /// /// Get 文件的MD5校验码 ... 阅读全文
posted @ 2015-05-05 15:54 b̶i̶n̶g̶.̶ 阅读(1145) 评论(0) 推荐(0) 编辑