Loading...
使用建议:1、很多时候可以使用ref来创建任何响应式数据;2、如果有很多基本类型需要定义的,可以包装成一个对象,一次性使用reactive转化成响应式3、解决reactive生成的proxy对象解构会失去响应式的问题,可以使用toRefs响应式对象转换为一个个的ref使用,在测试三中,改成如下即可const people = reactive({ timer: null, h...
du -h / |sort -rh |head -20
用户聚合数量查询 $params = [ 'index' => ES::USER_ACTION_RECORD_LOGS, 'type' => '_doc', 'body' => [ 'query' => [ 'bool' ...
下载文件 https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.0.2.tgz安装到三台机器172.26.239.38:27010172.26.239.34:27010172.26.239.37:27010mongodb.conf配置文件dbpath=/www/server/mongodb2/data logpath=/...
// 只在两个碰撞体开始接触时被调用一次 onBeginContact (contact, selfCollider, otherCollider) { console.log('有人碰到了玩家',selfCollider.node.name,otherCollider.node.name); if(otherCollider.node.name==&q...