摘要: http://www.hanselman.com/blog/ScottHanselmans2006UltimateDeveloperAndPowerUsersToolListForWindows.aspx 阅读全文
posted @ 2007-03-09 17:34 左边的天空 阅读(122) 评论(0) 推荐(0)
摘要: Luma写的 我翻译的using System;using System.Collections.Generic;usingSystem.Text;using System.Net;namespace Nutqq{ public class Crypter { // 指向当前的明文块 private byte[] plain; //这指向前面一个明文块 private byte[] prePlai... 阅读全文
posted @ 2007-03-09 09:20 左边的天空 阅读(1548) 评论(4) 推荐(0)