旋转动画.demo { background-image: url(\'circular.png\'); width: 80px; height: 80px; position: absolute; webkit-animation: rotate 2s cubic-bezier(.4,.1,.4,1)infinite; -o-animation: rotate 2s cubic-bezi ...
//loading层var loadingIndex = layer.load(2, { //icon支持传入0-2 shade: [0.5, \'gray\'], //0.5透明度的灰色背景 content: \'加载中...\', success: function (layero) { layero.find(\'.layui- ...
获取数组中某个键的数值对应的个数/** * [filterby 过滤关联数组中某key某值 返回数组] * * * @param [array] $array [关联数组] * @param [string] $value [某个key ...
$(\'img\').click(function(e) { const img = new Image(); img.src = $(this).attr(\'src\'); const newWin = window.open(\"\", \"_blank\"); newWin.document.write(img.outerHTML); newWin.docum ...
<?phpclass Ball { public function down() { //注册事件 echo \"ball is downing \"; Hook::add(\"man\"); Hook::add(\"Women\"); } public function do() { Hook::ex ...
微信小程序按钮透明.apply_btn { display: inline; background-color: transparent; border: none; padding: 0;}.apply_btn: after { border: none;}
背景相关background-color 背景颜色 background-position 背景定位 top|bottom|left|right percert 具体数值px background-image 背景图片 background-repeat背景重复 no-repea ...
JQ自带表带序列化,前提是要把表单元素放在form标签中.(不能为div)在LAYUI中通过给容器添加一个样式 .layui-form然后在按钮添加LAYUI表单监听参数 lay-submit lay-filter=\"LAY-user-back-search\"// 监 ...
redis包含多种数据存储结构。如KEY-VALUE集合有序集队列当中集合和键值对支持设置数据有效期。而队列则不支持。随着数据量的增多,过期数据也会相应增加。这个时候需要在合适的时间段删除过期数据。在workman下结合r ...
针对于部分频繁请求,又不需要频繁更改的数据,可以考虑以缓存的形式读取。适当时机再做更新。以文件缓存为例。PHP缓存类实例化使用$cache_class = \\Library\\Cache::getInstance();自动加载操作 CLASS_PATH ...
最新文章
最多浏览
随意浏览