摘要: 概述 本篇主要记录网络资源的搜索历程,比对不同网站的搜索查找逻辑与规则,以试图需找到一种快速查看有效参考资源的方式。 资源范围 产品评测 博客 论坛 Code Station 搜索基本原则 The Latest 20 Units The Latest 20 Units For Per Categor 阅读全文
posted @ 2020-05-28 23:34 Wind678 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 概述 文章主要对物联网通讯涉及的技术应用做归类与使用说明。 应用场景 移动终端与物联网设备通讯,实现通讯、服务订阅等。 内容组成 UDP TCP/IP MQTT BLE UDP 1.Abstract Shortly 2.结构与原理 3.Demo 参考 [1] UDP报文结构及检验和 [2] iOS 阅读全文
posted @ 2020-05-25 11:20 Wind678 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 一、概述 1.1 简介 1.2 特性/优势 1.3 应用案例/市场 二、开发环境 2.1 开发平台 2.2 开发语言 2.3 环境安装/配置(依赖) 2.3.1 Mac OS iOS HomeBrew 2.3.2 Mac OS Android Android Studio For Mac 3.4正式 阅读全文
posted @ 2019-07-04 18:55 Wind678 阅读(343) 评论(0) 推荐(0) 编辑
摘要: Git操作笔记 一、简介 二、操作 2.1 从仓库获取代码 (1)进入本地存放路径 cd 路径 (2)从仓库copy代码 git clone url 2.2 删除已提交至github的commit (1)删除特定的commit git log --oneline 看一下当前的提交历史记录 git r 阅读全文
posted @ 2019-06-20 08:51 Wind678 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Last login: Wed Apr 10 08:58:20 on ttys001 winds-Mac-mini:~ wind$ cd /Users/wind/Desktop/LED/10\ AppStore/LED-Viewer_20190409_V1.5.1 winds-Mac-mini:LE 阅读全文
posted @ 2019-04-26 15:40 Wind678 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 1.CocoaPods安装使用 Background: 系统版本升级(->MacOS Mojave10.14)&Xcode(10.1)版本升级 Phenomenon: CocoaPods无法使用: Method: 切换源 | 重新安装cocoapod | 安装Xcode Command Line T 阅读全文
posted @ 2019-01-04 13:43 Wind678 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1. General Implement Methods 2. initWithFrame、initWithCoder、awakeFromNib的区别 Refer To:https://blog.csdn.net/ccc82284/article/details/54744771 阅读全文
posted @ 2019-01-03 09:55 Wind678 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1.获取所有手机型号 https://www.theiphonewiki.com/wiki/Models https://www.jianshu.com/p/a9ffbd620719 阅读全文
posted @ 2018-12-24 09:35 Wind678 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 一、目标适配与目标显示问题 (1)场景一 Ambient Scout App Background: 在自定义View(xib)中,绘制曲线。在Controller中添加自定义View。 Phenomenon: 在界面中显示的SubView,与AutoLayout的Frame不一致。 Method: 阅读全文
posted @ 2018-10-31 18:39 Wind678 阅读(402) 评论(0) 推荐(0) 编辑
摘要: Temperary: dispatch_async(dispatch_get_main_queue(), ^{ //[MBHUDHelper hideHUDView]; }); if (error.code 999) { //主动取消请求 } else if (error.code 1001) { 阅读全文
posted @ 2018-10-17 14:58 Wind678 阅读(342) 评论(0) 推荐(0) 编辑