- 博客(4)
- 收藏
- 关注
转载 获得web api 返回的Dataset 绑定到网格控件上
private async void button1_Click(object sender, EventArgs e) { string url = "http://10.0.10.28:8080/api/dept"; //创建HttpClient(注意传入HttpClientHandler) ...
2015-11-12 09:36:00
358
转载 DbHelperSQL—— 动软生成DbHelperSQL类
=============放在这里容易找到 using System; using System.Collections; using System.Collections.Specialized; using System.Data; using System.Data.SqlClient; using System.Configuration; using ...
2015-11-07 09:41:00
352
转载 Silverlight 调用 web api
private void Button_Click(object sender, RoutedEventArgs e) { string url = "http://localhost:30058/api/Products"; var uriStr = new Uri(url); ...
2015-10-28 17:29:00
156
转载 await运算符只能用于异步方法中。请考虑用async修饰符标记此方法,并将其返回类型更改为Task...
private void button1_Click(object sender, EventArgs e) { string url = "http://localhost:35234/api/Products"; //创建HttpClient(注意传入HttpClientHandler) ...
2015-10-28 16:59:00
2729
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人