会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兽妞
博客园
首页
新随笔
联系
订阅
管理
2022年4月5日
vue3 elementPlus table skeleton 表格加载状态的骨架屏
摘要: 之前用empty 插槽实现 不够简洁 全网搜索只有一个 elementui 的(vue2) https://github.com/kangyonggan/vue-elementui-skeleton 扒下来改了下 原版是js的 这里换成ts了 // skeletonDirective.ts 1 im
阅读全文
posted @ 2022-04-05 01:23 兽妞
阅读(1898)
评论(0)
推荐(0)
2019年11月5日
docker 安装redis
摘要: docker run --name redis -p 6379:6379 -v /home/redisdata:/data -d redis:3.2 redis-server --appendonly yes --requirepass "root" 参数说明 -p 6379:6379 端口映射 -
阅读全文
posted @ 2019-11-05 20:30 兽妞
阅读(2259)
评论(0)
推荐(0)
2019年10月24日
Centos7 安装最新稳定版 Docker
摘要: 安装软件源yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo安装docker yum install docker-ce -y启动systemctl start docker开机启
阅读全文
posted @ 2019-10-24 18:01 兽妞
阅读(434)
评论(0)
推荐(0)
2019年7月12日
阿里云 centos7 安装mysql(docker) 并配置主从复制
摘要: 最近公司打算把多个库合并 需要一主两从 在此留下笔记 以便日后使用 安装docker yum install docker -y 启动docker 并设置开机启动 systemctl start docker systemctl enable docker 查看版本 docker version 拉
阅读全文
posted @ 2019-07-12 21:05 兽妞
阅读(466)
评论(0)
推荐(0)
公告