11 2020 档案
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using Excel = M
阅读全文
摘要:if (pFlagOK) { DirectoryInfo[] imgFolders = new DirectoryInfo(imageFolder).GetDirectories(); DirectoryInfo directoryInfos = null; DataTable pDataTable
阅读全文
摘要:--定义身份证号码和原始身份证号码两个参数,如果身份证号码不是18和15位,我们就选择ysxx的身份证号码 USE [Das]GO/****** Object: UserDefinedFunction [dbo].[Getsfzhm] Script Date: 2020/11/24 10:17:55
阅读全文
摘要:while (dataReader1.Read()) { //判断照片是否为空,不为空 if (dataReader1.GetValue(1) != DBNull.Value) { //数据库中获取到字节 fileData = (byte[])dataReader1.GetValue(1); //照
阅读全文
浙公网安备 33010602011771号