
2016-05-25 65790

2016-05-25 22733

2011-03-24 18238

2016-10-26 14362

2017-01-06 13105
1、创建空的sqlite数据库。 数据库名的后缀你可以直接指定,甚至没有后缀都可以,创建的数据库是个0字节的文件。 方法一:创建一个空sqlite数据库,用IO的方式 FileStream fs =
RSA static string EnRSA(string data,string publickey) { RSACryptoServiceProvid
公共代码 static byte[] CreateKey(int num) { byte[] result = new byte[num];
.NET有丰富的加密解密API库供我们使用,本文章总结了.NET下的Hash散列算法,并制作成简单的DEMO,希望能对大家有所帮助。 using System; using System.Col