摘要: 1. TCP的三次握手 客户端向服务端发送数据之前执行 过程: 1. 客户端先向服务端发送一串同步序列编号(SYN)。发送之后客户端进入“已发送”状态; 2. 服务端收到SYN后,向客户端发送确认信息:确认字符(ACK)和SYN。发送之后服务端进入“已确认”状态。 3. 客户端收到服务端的ACK+S 阅读全文
posted @ 2019-04-19 17:01 sunny_fish 阅读(251) 评论(0) 推荐(0) 编辑
摘要: IOS系统下由于软键盘弹起导致fixed定位的元素页面乱掉 阅读全文
posted @ 2019-03-22 15:51 sunny_fish 阅读(564) 评论(0) 推荐(0) 编辑
摘要: JavaScript判断苹果 iPhone X Series 机型 阅读全文
posted @ 2019-03-22 15:25 sunny_fish 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: 数组的6中方法:forEach、map、some、every、filter、reduce 阅读全文
posted @ 2018-12-04 15:07 sunny_fish 阅读(14810) 评论(0) 推荐(0) 编辑
摘要: Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command. xcode clone代码报错 阅读全文
posted @ 2018-10-10 17:36 sunny_fish 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1. Basic 在通过占位符引用方法时, Mock.mock('@boolean') ; Mock.mock('@boolean()') 都可以调用方法 Random.boolean(num1?,num2?,current?) 返回一个随机生成的boolean值 为current的概率为num1/ 阅读全文
posted @ 2018-09-26 18:20 sunny_fish 阅读(3459) 评论(0) 推荐(0) 编辑
摘要: 有关 mockJS 的数据模板的定义规则 阅读全文
posted @ 2018-09-25 16:03 sunny_fish 阅读(1473) 评论(0) 推荐(1) 编辑
摘要: Android端的video标签针对 1.video的全屏处理;2.video的自动播放 阅读全文
posted @ 2018-08-27 10:42 sunny_fish 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: 用于线上开发所做的代理 阅读全文
posted @ 2018-08-14 10:40 sunny_fish 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ES2018更新内容 阅读全文
posted @ 2018-08-09 18:16 sunny_fish 阅读(1483) 评论(0) 推荐(0) 编辑