摘要: // 引入必要的命名空间using System.IO;using System.Drawing.Imaging; // 代码部分 // private byte[] photo;//公用缓冲区public string SourFilePath;//源图片文件路径public string Obj 阅读全文
posted @ 2018-01-05 16:24 qqhfeng16 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 如何连接并处理 sdf 数据库文件 SqlCeConnection cc = new SqlCeConnection(); DataTable dt = new DataTable(); private void button1_Click(object sender, EventArgs e) { 阅读全文
posted @ 2018-01-05 15:56 qqhfeng16 阅读(449) 评论(0) 推荐(0) 编辑