07 2017 档案
摘要:1、写一个webService(添加一个web服务)在当前的网站上 右击-添加-新建项-web服务 然后在生成的类中添加调用的方法,如这里在WebService测试.asmx中添加一个test方法 1 using System; 2 using System.Collections.Generic;
阅读全文
摘要:1、C# SqlHelper 1 public static class SqlHelper 2 { 3 private static readonly string conStr = ConfigurationManager.ConnectionStrings["connStr"].Connect
阅读全文