2017年6月15日

VS - Microsoft.Practices.Unity

摘要: PM> Install-Package Unity Web.config UnityHelper.cs IGetTestBLL.cs GetTestBLL.cs UnityHelper.UnityContainer.LoadConfiguration();IGetTestBLL getTest = 阅读全文

posted @ 2017-06-15 18:00 白马酒凉 阅读(194) 评论(0) 推荐(0) 编辑

VS - Microsoft.Practices.EnterpriseLibrary.Logging

摘要: string fileName = AppDomain.CurrentDomain.BaseDirectory + "\\log.txt";File.AppendAllText(fileName, "start\r\n", Encoding.UTF8); version 6.0.0.0 need s 阅读全文

posted @ 2017-06-15 17:46 白马酒凉 阅读(526) 评论(0) 推荐(0) 编辑

VS - Paginated

摘要: BootstrapPagination.cshtml PaginatedList.cs public PaginatedList<classname> classnameList { get; set; } classnameList = new PaginatedList<EventCallDet 阅读全文

posted @ 2017-06-15 16:16 白马酒凉 阅读(138) 评论(0) 推荐(0) 编辑

RegularExpression正则表达式

摘要: 1.必須為大寫字母,小寫字母,數字和符號的至少其中3種組合 The new password should contain any three of different syntax which is Upper Case Character, Lower Case Character, Numer 阅读全文

posted @ 2017-06-15 16:09 白马酒凉 阅读(175) 评论(0) 推荐(0) 编辑

VS - ActionFilterAttribute

摘要: Global.asax.cs FilterConfig.cs LogAction.cs CheckLoginAttribute.cs AccountController.cs NoResubmitAttribute.cs [ValidateAntiForgeryToken] EmailAttribu 阅读全文

posted @ 2017-06-15 16:07 白马酒凉 阅读(180) 评论(0) 推荐(0) 编辑

执行DTS包将excel导入数据库

摘要: 利用ssms生成dtsx文件,必须以32bit执行,到路径执行C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn > dtexec /file "D:\Temp\Temp.dtsx" > d:\temp\log.txt 这种方法在数据库机 阅读全文

posted @ 2017-06-15 12:08 白马酒凉 阅读(216) 评论(0) 推荐(0) 编辑

导航