09 2015 档案

一些常用加密方法,留着备用
摘要:using System;using System.IO;using System.Data;using System.Text;using System.Diagnostics;using System.Security;using System.Security.Cryptography;/* ... 阅读全文

posted @ 2015-09-21 21:08 学无止境_上海 阅读(351) 评论(0) 推荐(0)

如何数据库表数据导出到excel中
摘要:1.首先须要有一个NPOI2.接下来上代码 1 private void button1_Click(object sender, EventArgs e) 2 { 3 //1.通过Ado.net读取数据 4 string sql = "SELECT * FROM ASRS_F1"; 5 ... 阅读全文

posted @ 2015-09-11 16:47 学无止境_上海 阅读(1166) 评论(0) 推荐(0)

导航