上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页

2017年8月26日

在新浪SAE上搭建微信公众号的python应用

摘要: 微信公众平台的开发者文档https://www.w3cschool.cn/weixinkaifawendang/ python,flask,SAE(新浪云),搭建开发微信公众账号http://www.oschina.net/code/snippet_1768500_36580 从零开始 Python 阅读全文

posted @ 2017-08-26 14:09 白马酒凉 阅读(1087) 评论(0) 推荐(0) 编辑

2017年8月12日

LINQPad 应用

摘要: https://www.linqpad.net/ 使用 LINQPad 调试linq以及lambda表达式 http://www.studyofnet.com/news/1168.html linq 转化XML , 可以方便地把XML导出为CSV var path = @"d:\temp\note. 阅读全文

posted @ 2017-08-12 17:36 白马酒凉 阅读(184) 评论(0) 推荐(0) 编辑

2017年8月10日

(Python) SOAP Web Service (HTTP POST)

摘要: 功能很强大,可惜只有试用 https://www.example-code.com/python/soap_web_service.asp 阅读全文

posted @ 2017-08-10 17:36 白马酒凉 阅读(120) 评论(0) 推荐(0) 编辑

2017年7月26日

转载 C# 开源框架(整理)

摘要: C# 开源框架(整理)http://www.cnblogs.com/gaoyuchuanIT/articles/5612268.html Json.NET http://json.codeplex.com/ Json.Net 是一个读写Json效率比较高的.Net框架.Json.Net 使得在.Ne 阅读全文

posted @ 2017-07-26 13:34 白马酒凉 阅读(394) 评论(0) 推荐(0) 编辑

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) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页

导航