04 2017 档案

摘要:Sub Macro1()'' Macro1 Macro' ' Dim inputStr As StringDim myMsg As StringDim a As StringDim b As StringDim c As StringDim d As StringDim e As String in 阅读全文
posted @ 2017-04-19 22:23 天生弱智难自弃 阅读(165) 评论(0) 推荐(0)
摘要:https://blogs.msdn.microsoft.com/dsnotes/2015/04/09/wcf-consuming-wcf-web-service-in-a-dll/ http://blog.csdn.net/dyllove98/article/details/9631427 阅读全文
posted @ 2017-04-11 21:32 天生弱智难自弃 阅读(135) 评论(0) 推荐(0)
摘要:amespace ConsoleApplication8{ public partial class Program { static void Main(string[] args) { MethodInfo[] methodInfos = typeof(ConsoleApplication8.P 阅读全文
posted @ 2017-04-04 20:09 天生弱智难自弃 阅读(98) 评论(0) 推荐(0)
摘要:public static String generateXSD(string xmlPath) { XmlReader reader = XmlReader.Create(xmlPath); XmlSchemaSet schemaSet = new XmlSchemaSet(); String x 阅读全文
posted @ 2017-04-02 23:53 天生弱智难自弃 阅读(131) 评论(0) 推荐(0)