
2016-05-25 64111

2016-05-25 21056

2011-03-24 16475

2016-10-26 12843

2016-04-26 11427
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