Loading...
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
1、进入yum的repos目录cd /etc/yum.repos.d/ 2、修改所有的CentOS文件内容sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /e...
会返回筛选的数据,但是会有多条db.modules.find({ 'modules.setting.propValue.lotteryStarts': { $eq: 1 }, "eid":{ $eq: 65 } },{"eid":1,"activity_i...
<div class="pagination"> <a-pagination style="margin-top: 20px;" :total="200" show-total/> </div> <style scoped lang=&quo...
使用建议:1、很多时候可以使用ref来创建任何响应式数据;2、如果有很多基本类型需要定义的,可以包装成一个对象,一次性使用reactive转化成响应式3、解决reactive生成的proxy对象解构会失去响应式的问题,可以使用toRefs响应式对象转换为一个个的ref使用,在测试三中,改成如下即可const people = reactive({ timer: null, h...