05 2015 档案
摘要:在网上搜了signalr的oc客户端,基本上都指向同一个东西https://github.com/DyKnow/SignalR-ObjC 但是这个也有日子没更新了,用cocoapods安装下来是编译不过的。 在issue里有人说,需要吧pods的引用改为 platform :ios, '7.0' pod 'AFNetworking', '1.3.3' pod 'SignalR-Ob...
阅读全文
摘要:无需其他类库 1: - (IBAction)callapi:(id)sender { 2: NSURL *url=[NSURL URLWithString:@"http://..."]; 3: NSURLRequest *request=[NSURLRequest requestWithURL:url]; ...
阅读全文
摘要:如果我们在先前的步骤中读取过数据,如 var list = db.Model.ToList(); 之后再,附加 var o = new Model { Id = 1 }; db.Model.Attach(o); 就会报,类似这样的错误 Attaching an entity of type 'efAutoDetach.Model' failed because another enti...
阅读全文