上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 97 下一页
摘要: php 微信jssdk 微信分享一直报config:fail,Error: invalid signature(签名生成是一致的) 里面url必须是当前的url比方说在A地址 请求获取jssdk参数 那地址就是A地址 而不是请求的地址 阅读全文
posted @ 2019-11-13 21:00 newmiracle宇宙 阅读(791) 评论(0) 推荐(0) 编辑
摘要: php imagick生成图片需要注意的问题 坐标必须写死不要写自适应 这样才能达到效果图的最好效果 而且不会出现各种问题如果前端显示的生成图片不达标 可以再写一套代码 把后台生成的图片透明度设成0 (不要偷懒) 只能写2套代码 阅读全文
posted @ 2019-11-13 20:57 newmiracle宇宙 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 1 图片加版本号2 js加版本号3 default.res.json 加版本号 3个缺一不可 ps: egret 里面default.res.json 资源和代码一定要保持一致 阅读全文
posted @ 2019-11-13 20:57 newmiracle宇宙 阅读(960) 评论(0) 推荐(0) 编辑
摘要: jquery 路径动画贝塞尔动画 <pre><!DOCTYPE html><!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> div{ position: absolute; top: 0px; le 阅读全文
posted @ 2019-11-13 20:55 newmiracle宇宙 阅读(262) 评论(0) 推荐(0) 编辑
摘要: html5自动横屏的方法<pre>var evt = "onorientationchange" in window ? "orientationchange" : "resize"; window.addEventListener(evt, function() { console.log(evt 阅读全文
posted @ 2019-11-13 20:42 newmiracle宇宙 阅读(2273) 评论(0) 推荐(0) 编辑
摘要: 1 下载64btnhttp://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso 2 vm注意选择centos64bit 其他没什么问题了 有些不支持vt 需要bios设置下 具体参考https://zh 阅读全文
posted @ 2019-11-13 20:34 newmiracle宇宙 阅读(121) 评论(0) 推荐(0) 编辑
摘要: php pdo mysql存入转义 因为存入html都是自动转义 相当于PHP的htmlspecialchars 所以读取的时候要加htmlspecialchars_decode 阅读全文
posted @ 2019-11-13 20:32 newmiracle宇宙 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 格式工厂转化成mp4 avc格式 暴风影音不能播放的解决方法 先转成其他mp4 确保能播放 然后再转成avc 阅读全文
posted @ 2019-11-13 20:31 newmiracle宇宙 阅读(513) 评论(0) 推荐(0) 编辑
摘要: PHP过滤换行的方法 <pre> public function trimall($str) { $qian = array(" ", " ", "\t", "\n", "\r"); return str_replace($qian, '', $str); }</pre> 阅读全文
posted @ 2019-11-13 20:31 newmiracle宇宙 阅读(538) 评论(0) 推荐(0) 编辑
摘要: css3 svg路径蒙版动画 具体看https://www.cnblogs.com/oubenruing/p/9568954.html 还有个更好控制的写法<pre><!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8" /> <ti 阅读全文
posted @ 2019-11-13 20:28 newmiracle宇宙 阅读(334) 评论(0) 推荐(0) 编辑
上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 97 下一页