摘要:
http://www.cnblogs.com/chyingp/p/https-introduction.html 阅读全文
摘要:
//apple api #define kAppAppleId @"980883989" #define kAppRateUrl @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?t 阅读全文
摘要:
http://blog.crazyphper.com/?p=3661 123 brew install carthage error: module compiled with Swift 4.0.3 cannot be imported in Swift 4.1: /Users/temp/Down 阅读全文
摘要:
http://damoqiongqiu.iteye.com/blog/1971204 阅读全文
摘要:
问题描述:当运行Xcode6时,编译代码成功,但是登陆模拟器失败,显示错误:The Operation couldn't be completed.(LaunchServicesError error 0.)解决办法:第1种方法.点击当前的模拟器,点击IOS Simulator->Reset Con 阅读全文
摘要:
低版本的cocoa pods在编写Podfile文件时这样写就可以了 platform :ios, '8.0'pod 'AFNetworking' 高版本的cocoa pods在编写Podfile文件必须这样写 platform :ios, '8.0'target "targetName" dopo 阅读全文
摘要:
在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary Dictionary 下添加 NSAllowsArbitraryLoads 类型 Boolean ,值设为 YES,OK搞定 @synthesize executing=_executing; @ 阅读全文
摘要:
jquery mobile cannot be created in a document with origin 'null' and URL http://zhidao.baidu.com/link?url=bwkDXZncLeYhSxnnLl0iX4RLNVs7VZVBGLJE6C7MLbEo 阅读全文
摘要:
http://blog.csdn.net/yangzhenping/article/details/51152376 http://edu.csdn.net/huiyiCourse/live 阅读全文
摘要:
聊天室模型不一样考虑的问题也不一样 1.websocket文本聊天 * step1 : 向聊天室所有用户(不包括该用户自己)发送当前用户上线信息。客户端用户栏回添加此用户 * step2 : 将该用户添加至连接池中 * step3 : 向该用户发送该聊天室所有用户列表 * 注:step1 和 ste 阅读全文