摘要: private async void button1_Click(object sender, EventArgs e) { string url = "http://10.0.10.28:8080/api/dept"; //... 阅读全文
posted @ 2015-11-12 09:36 zhuang75 阅读(443) 评论(0) 推荐(0) 编辑
摘要: =============放在这里容易找到using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using Sy... 阅读全文
posted @ 2015-11-07 09:41 zhuang75 阅读(813) 评论(0) 推荐(0) 编辑
摘要: private void Button_Click(object sender, RoutedEventArgs e) { string url = "http://localhost:30058/api/Products"; ... 阅读全文
posted @ 2015-10-28 17:29 zhuang75 阅读(123) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { string url = "http://localhost:35234/api/Products"; //创建... 阅读全文
posted @ 2015-10-28 16:59 zhuang75 阅读(7130) 评论(0) 推荐(0) 编辑