01 2015 档案

摘要:1首先这个demo是针对net版本是4.5的 SignalR 获取的是2.2的2新建一个mvc项目 3 Nuget 搜索SignalR 安装如图的一项4新建一个 集线器类修改新建的 类 [HubName("demo")] public class ChatHub:Hub { ... 阅读全文
posted @ 2015-01-19 17:30 crazyair 阅读(488) 评论(0) 推荐(1)
摘要:1前台代码 ... 阅读全文
posted @ 2015-01-17 11:31 crazyair 阅读(488) 评论(0) 推荐(0)
摘要:private void GetDll() { WebClient client = new WebClient(); string url = "http://xxxx/services/depoWebService?wsdl";//这... 阅读全文
posted @ 2015-01-16 09:41 crazyair 阅读(341) 评论(0) 推荐(0)
摘要:string d = "http://search.anccnet.com/searchResult2.aspx"; //name="__VIEWSTATE" value="/wEPDwULLTEzODQxNzY5NjNkZEc4gDy0wp5ERjILg2b7lTTH3F+w... 阅读全文
posted @ 2015-01-08 11:41 crazyair 阅读(322) 评论(0) 推荐(0)