03 2013 档案

摘要:private void ShopList(Dictionary<string, ShopInfo> shopLists, ComboBox comboBox, string shopCode) { if ((shopLists != null) && (shopLists.Count != 0)) 阅读全文
posted @ 2013-03-16 15:39 dotNet修行之路 阅读(335) 评论(0) 推荐(0) 编辑
摘要:public partial class ImageHelper { public static string GetConfiguration(string key) { return ConfigurationManager.AppSettings[key]; } public static s 阅读全文
posted @ 2013-03-16 15:36 dotNet修行之路 阅读(307) 评论(1) 推荐(0) 编辑
摘要:表A、B; SELECT 'A表' as 'TableName',* FROM A UNION SELECT 'B表' as 'TableName',* FROM B 阅读全文
posted @ 2013-03-16 15:27 dotNet修行之路 阅读(335) 评论(0) 推荐(0) 编辑
摘要:@PRNDATE DATE=null, 哈哈哈~ 阅读全文
posted @ 2013-03-16 15:22 dotNet修行之路 阅读(1582) 评论(0) 推荐(0) 编辑
摘要:Winform选择目录路径与选择文件路径 Winform选择目录路径与选择文件路径 using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sy 阅读全文
posted @ 2013-03-14 16:26 dotNet修行之路 阅读(3866) 评论(0) 推荐(1) 编辑
摘要:#region 導出Excel private void outPutExcel(System.Data.DataTable dt, System.Data.DataTable dt2) { if (dt == null) return; Excel.Application xlApp = new 阅读全文
posted @ 2013-03-14 16:24 dotNet修行之路 阅读(336) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示