01 2015 档案
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Threading.Tasks;name...
阅读全文
摘要:1.BLL业务逻辑代码/// /// 处理“店铺竞品销售数据”导入文件 /// /// 文件物理路径 /// 品牌Id /// 竞品数据销售年月 /// 处理过程中出现的错误消息 /// ...
阅读全文
摘要:有时候项目中会根据用户姓名的拼音检索数据,微软专门提供了一个组件安装包来处理非英文的特殊语言,名称为Microsoft Visual Studio International Pack下载这个安装包,然后安装简体中文的组件默认的安装路径为:C:\Program Files (x86)\Microso...
阅读全文
摘要:在WinForm或Console应用程序中,要使用Log4Net组件,需要在AssembleInfo.cs文件中添加如下代码,表示要使用的配置文件信息:[assembly: log4net.Config.XmlConfigurator(ConfigFile = "./LearnLog4Net.exe...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Mail;using System.Text;using System.Threading.Tasks;...
阅读全文