因为在Swift中,struct都是按值传递,class是按引用传递;数组和字典都是struct。所以要改变原来的chars数组,在其前部加入inout关键字,表示是按引用传递。
stride(from: 0, through: names.count, by: 2)// less than or equal to end
stride(from: 0, to: names.count, by: 2)// less than end
continue// 继续下次循环,不往下执行;
break// 终止循环,跳出循环;
因为往queue中提交Block,总是追加在队列尾部的
异步通知的使用
NSNotification *noti = [NSNotification notificationWithName:@"111" object:nil];
[[NSNotificationQueue defaultQueue] enqueueNotification:noti postingStyle:NSPostASAP];
Geek,指有较高超电脑能力的人。
最重要的是 Weex 可以使用 Vue 作为DSL 开发 也可以选择 Rax 来作为 DSL 开发。Rax 和 React 的关系相当于,preact 和 react 的关系。所以你想入门 React,Weex 也可以是一个很好的起点。