03 2013 档案
摘要:private void ShopList(Dictionary<string, ShopInfo> shopLists, ComboBox comboBox, string shopCode) { if ((shopLists != null) && (shopLists.Count != 0))
阅读全文
摘要:public partial class ImageHelper { public static string GetConfiguration(string key) { return ConfigurationManager.AppSettings[key]; } public static s
阅读全文
摘要:表A、B; SELECT 'A表' as 'TableName',* FROM A UNION SELECT 'B表' as 'TableName',* FROM B
阅读全文
摘要:@PRNDATE DATE=null, 哈哈哈~
阅读全文
摘要:Winform选择目录路径与选择文件路径 Winform选择目录路径与选择文件路径 using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sy
阅读全文
摘要:#region 導出Excel private void outPutExcel(System.Data.DataTable dt, System.Data.DataTable dt2) { if (dt == null) return; Excel.Application xlApp = new
阅读全文