码迷,mamicode.com
首页 >  
搜索关键字:shake    ( 120个结果
redis集群升级,数据迁移及校验
本次由于安全漏洞原因,需要降redis3升级为redis6,涉及到数据迁移及校验等,用阿里redis-shake迁移工具迁移,并用阿里RedisFullCheck工具进行数据比对 一、新redis安装启动 开启老版本redis的哨兵模式,编辑完sentinel.conf后执行哨兵模式启动,主节点均要 ...
分类:其他好文   时间:2021-06-07 20:24:55    阅读次数:0
CSS 点击img 或者 div 增加抖动(shake)效果
一般使用场景: 登录的错误验证 或者 强提醒 template 部分 <img id="barcode" :class="{ shaking: toShake}" @click="handleShake" /> javascript 部分 export default { data(){ retur ...
分类:Web程序   时间:2020-07-22 01:58:56    阅读次数:133
css3 动画 示例
1 /* animation */ 2 .a-bounce,.a-flip,.a-flash,.a-shake,.a-swing,.a-wobble,.a-ring{-webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s e ...
分类:Web程序   时间:2020-02-16 21:04:08    阅读次数:106
HTML、css、javascript 实现新年红包
上图! html代码: 1 <div class="wrapper shake" id="wrapper"> 2 <div id="header-box"> 3 </div> 4 <div id="box" class="box"> 5 <div id="content-box"> 6 <img i ...
分类:编程语言   时间:2020-02-06 10:44:20    阅读次数:90
CF848D Shake It!
"Link" 我们考虑dp,设$f_{i,j}$表示进行$i$次操作后Mincut为$j$的方案数。 转移与背包类似,考虑枚举成对的$f$进行转移,对于$f_{i,j}$,我们枚举$f_{a,b},f_{c,d}$,使得$f_{i,j}$的$s$与$f_{a,b}$的$s$重合,$f_{a,b}$的 ...
分类:其他好文   时间:2020-02-02 15:27:45    阅读次数:65
MySQL数据篇(九)--存储过程实现定时每天清理过期数据
需求:有一个活动记录表 t_ad ,商家每次发起一个活动,就会在 t_shake_devices_relation 表里面生成一些关联记录。现在写一个存储过程实现,如果活动过期,就将关联表里面的数据标记删除。 1、代码如下: BEGIN /* 用途:每天23:00执行一次,处理“开屏广告”和“门店主 ...
分类:数据库   时间:2019-11-19 16:55:56    阅读次数:103
css3 动画
``` .btn-shake-hand{ width: 0.78rem; height: 0.94rem; position: absolute; left: 5.15rem; top: 3.46rem; background: url('https://static.kuaidao.cn/qing... ...
分类:Web程序   时间:2019-10-23 16:46:35    阅读次数:122
Tempter of the Bone (奇偶剪枝?DFS)
Problem Description The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, an ...
分类:其他好文   时间:2019-07-20 23:22:09    阅读次数:128
使用jQuery删除HTML元素的class
<script>$(document).ready(function() {$("button").addClass("animated bounce");$(".well").addClass("animated shake");$("#target3").addClass("animated f ...
分类:Web程序   时间:2019-06-12 23:17:59    阅读次数:275
小程序电脑调试没有问题,真机预览报错fail hand shake error
今天在做小程序的过程中使用HTTPS请求数据时,遇到安卓机型无法获取到数据,通过一系列的排查,发现是因为ssl证书的问题,后来通过https://www.myssl.cn/tools/check-server-cert.html检查发现缺少中间证书: 打开网址 : https://www.myssl ...
分类:微信   时间:2019-05-14 15:07:09    阅读次数:189
120条   1 2 3 4 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!