摘要:
原文:https://www.cnblogs.com/xiaofengfeng/p/3422668.html 阅读全文
摘要:
一个简单的方法将excel导入数据库 private void Plan_Import_Execl() { OpenFileDialog fileDialog = new OpenFileDialog(); fileDialog.Multiselect = true; fileDialog.Titl 阅读全文
摘要:
1.将图片转为字节流 public byte[] SaveImage(String path)//输入图片路径 { FileStream fs = new FileStream(path, FileMode.Open, FileAccess.Read); //将图片以文件流的形式进行保存 Binar 阅读全文
摘要:
objVar == Convert.DBNull 另 引用类型的变量可以和null直接进行比较。 阅读全文