摘要:
1. 很多人其实并不比你聪明(not smart than you) ,不要接受他们的建议,比如他们说不能改变世界,但实际是你可以改变世界,影响世界。 2. 向有才能的人请求帮助(Ask help ) 3. talent people work together 和有才华的人一起工作,大家在一起(p 阅读全文
摘要:
最简单的版本 第一步:初始化容器仓库 import {observable} from "mobx" class Store { @observable count = 0;//将普通数据变为可被观测的数据 } import {observable,action} from "mobx" class 阅读全文
摘要:
1 cc.Class({ 2 extends: cc.Component, 3 4 properties: { 5 // foo: { 6 // default: null, // The default value will be used only when the component attachin... 阅读全文