摘要: static class Program { private static Mutex onlyOne; [STAThread] static void Main() { onlyOne = new Mutex(true, Process.GetCurrentProcess().ProcessNam 阅读全文
posted @ 2016-07-27 22:52 shiningrise 阅读(287) 评论(0) 推荐(0)
摘要: Random r = new Random(); byte[] bytes = new byte[6]; var t = new StringBuilder(); for (int j = 0; j < 16; j++) { r.NextByt... 阅读全文
posted @ 2016-07-27 12:31 shiningrise 阅读(904) 评论(0) 推荐(0)
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css