上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 97 下一页
摘要: jquery swiper3自定义切换效果的方法 <pre> <div class="swiper-slide"> <div class="wrapslide bg"> <img class="ani bg loadimg" swiper-animate-effect="fadeInUp" swip 阅读全文
posted @ 2019-11-13 21:16 newmiracle宇宙 阅读(2336) 评论(0) 推荐(0) 编辑
摘要: jquery序列帧播放 这个弊端就是到时候需要升级下带宽 至少10MB 保证不卡。。 ae导出序列真的时候 每秒10帧 就是代码每秒播放10张图片 尺寸适当的可以压小点<pre> <php> for($i=0;$i<200;$i++){ if($i<10){ $ss='00'.$i; }else i 阅读全文
posted @ 2019-11-13 21:16 newmiracle宇宙 阅读(897) 评论(0) 推荐(0) 编辑
摘要: linux 安装swoole扩展方法 wget https://github.com/swoole/swoole-src/archive/v1.9.23.tar.gz接下去就不说了 说明下 下载swoole一定要去 github archive里面下 这里才是稳定的 阅读全文
posted @ 2019-11-13 21:15 newmiracle宇宙 阅读(167) 评论(0) 推荐(0) 编辑
摘要: php mkdir不能创建文件夹的原因 1 权限问题2 open_basedir设置问题 参考方法http://newmiracle.cn/?p=2896 阅读全文
posted @ 2019-11-13 21:14 newmiracle宇宙 阅读(913) 评论(0) 推荐(0) 编辑
摘要: PHP压缩文件夹的方法<pre> public function addFileToZip($path, $zip) { $handler = opendir($path); //打开当前文件夹由$path指定。 while (($filename = readdir($handler)) !== 阅读全文
posted @ 2019-11-13 21:14 newmiracle宇宙 阅读(140) 评论(0) 推荐(0) 编辑
摘要: jquery翻页turnjs简单实例<pre><div id="flipbook"> <div class="hard" style="background: #000; color: #FFF">1</div> <div class="hard" style="background: #F00;c 阅读全文
posted @ 2019-11-13 21:13 newmiracle宇宙 阅读(388) 评论(0) 推荐(0) 编辑
摘要: PHP根据ip获取地理位置(通过高德地图接口)<pre>//restapi.amap.com/v3/ip?key=2004f145cf3a39a72e9ca70ca4b2a1dc&ip=114.247.50.2</pre> 阅读全文
posted @ 2019-11-13 21:09 newmiracle宇宙 阅读(837) 评论(0) 推荐(0) 编辑
摘要: jquery鼠标点击穿透的解决方法 <pre><div class="showcontainer" style="background:#000;display: block;"> <div class="dd" style="width:20%;height:3rem;background:#F0 阅读全文
posted @ 2019-11-13 21:09 newmiracle宇宙 阅读(2054) 评论(0) 推荐(0) 编辑
摘要: egret开发方法(最笨的方法)1 1个精灵1个对象名字 获取精灵设置属性也是直接获取对象设置属性 (不用想的少些代码 因为没有jquery好用) ps:如果要设置很多个精灵属性 那可以添加到数组 然后循环遍历数组里面的精灵进行操作2 显示隐藏 用visible=true visible=false 阅读全文
posted @ 2019-11-13 21:08 newmiracle宇宙 阅读(219) 评论(0) 推荐(0) 编辑
摘要: egret常用功能<pre>////////////////////////////////////////////////////////////////////////////////////////// Copyright (c) 2014-present, Egret Technology. 阅读全文
posted @ 2019-11-13 21:08 newmiracle宇宙 阅读(790) 评论(0) 推荐(0) 编辑
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 97 下一页