05 2016 档案
code md5
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Web; using NLog; namespace services.Resources { public clas... 阅读全文
posted @ 2016-05-27 15:11 武胜-阿伟 阅读(386) 评论(0) 推荐(0)
gridview转成EXCEL文件保存(多页)
摘要:CompositeLink complink = new CompositeLink(new PrintingSystem()); PrintableComponentLink link = new PrintableComponentLink(); link.Component = gridControl1; compli... 阅读全文
posted @ 2016-05-15 09:03 武胜-阿伟 阅读(821) 评论(0) 推荐(0)
Getting started with SciPy for .NET
摘要:Getting started with SciPy for .NET 1.) IronPython Download and install IronPython 2.7, this will require .NET v4.0. 2.) Modify PATH Add the install l 阅读全文
posted @ 2016-05-02 19:34 武胜-阿伟 阅读(1123) 评论(0) 推荐(0)