摘要: 转载注明出处:http://www.jianshu.com/p/7e30b7b7ee48 Mac端环境变量配置 Mac使用bash做为默认的shell MAC OS X环境配置的加载顺序 # 系统级别 /etc/profile /etc/paths # 用户级别 ~/.bash_profile ~/ 阅读全文
posted @ 2019-07-18 17:42 zzfx 阅读(637) 评论(0) 推荐(0)
摘要: react 学习资料 https://github.com/crazycodeboy/GitHubPopular crazycodeboy/GitHubPopular https://github.com/reactnativecn/react-native-guide reactnativecn/ 阅读全文
posted @ 2019-07-18 15:41 zzfx 阅读(218) 评论(0) 推荐(0)
摘要: 协议:参与各方达成的共识、标准、约定;是参与各方行为的规范; 协议是信息交互的抽象约定; 指定了通信会话的控制规则和信息组成要素及要素的取值范围; 协议:由抽象到现实; 发生联系时的依据; Protocol(网络数据交换规则)_百度百科 2018-6-5 · Protocol为进行网络中的数据交换而 阅读全文
posted @ 2019-07-18 15:20 zzfx 阅读(280) 评论(0) 推荐(0)
摘要: 语言的本质是更好的对客观世界作出抽象和描述。 语言的本质是对世界的表达能力。 这即是语言的工具属性, 也是语言的进化方向; 语言约等于意识。 某种语言可能对客观世界的某些方面有局限性,这就需要引入新的语义,或者创造新的语言,以适应人类对客观世界的认识。 阅读全文
posted @ 2019-07-18 14:46 zzfx 阅读(745) 评论(0) 推荐(0)
摘要: 都是在会话层作出优化:安全、存储、会话控制; 在表示层作出数据处理; 在应用层提供请求响应的便捷接口。 阅读全文
posted @ 2019-07-18 14:33 zzfx 阅读(197) 评论(0) 推荐(0)
摘要: An async function can contain an await expression that pauses the execution of the async function and waits for the passed Promise's resolution, and t 阅读全文
posted @ 2019-07-18 14:27 zzfx 阅读(940) 评论(0) 推荐(0)
摘要: futureHandler = current(handler, context(t0)) : T0 -> handler(context(t0),taskResult) : Tx T0:request(params, handler, context(0)); Tn:hander(response 阅读全文
posted @ 2019-07-18 11:34 zzfx 阅读(164) 评论(0) 推荐(0)