IOS
文章平均质量分 60
果粉叔叔
IOS程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Cocoapods私有库
Cocoapods私有库pod update --verbose --no-repo-update创建仓库pod repo add O2Specs https://github.com/marklin2012/O2Specs.git创建项目和索引spec6、上传git并打taggit add -A && git commit -m “msg”原创 2017-06-26 11:35:00 · 291 阅读 · 0 评论 -
udp socket
其实服务器和客户端没有实质区别,都是端而已。发消息就是互相senddata即可。过滤IPip.dst == 192.168.3.6ip.src == 192.168.3.6ip.addr == 192.168.3.6过滤端口tcp.port == 80udp.port == 5555过滤maceth.dst==48-a1-95-4c-原创 2017-07-07 08:59:01 · 353 阅读 · 0 评论 -
ios学习
ReactiveCocoa √SDAutoLayout √(ARC,Block,GCD)OC高级编程 √effictive OC √设计模式 √深入解析Mac OS X & iOS操作系统 √图解Http √TCP/IP分层应用层传输层网络层数据链路层原创 2017-07-07 09:02:21 · 230 阅读 · 0 评论
分享