05 2013 档案

摘要:修改完成的Demo下载:Demo源文:http://www.infragistics.com/community/blogs/anton_staykov/archive/2010/08/24/silverlight-wcf-service-compression-azure.aspx 阅读全文
posted @ 2013-05-19 21:44 Rain520 阅读(170) 评论(0) 推荐(0)
摘要:API:Zip(Stream inStream, Stream outStream)Unzip(Stream inStream, Stream outStream)下载地址:http://download.csdn.net/download/sanguorewrite/4313133 阅读全文
posted @ 2013-05-17 13:52 Rain520 阅读(980) 评论(0) 推荐(0)
摘要:public partial class Form1 : Form { private string Estring; private string priKey; private string pubKey; public Form1() { InitializeComponent(); RSACryptoServiceProvider rsa = new RSACryptoServiceProvider(); priKey = rsa.ToXmlStrin... 阅读全文
posted @ 2013-05-16 13:36 Rain520 阅读(5022) 评论(0) 推荐(1)