上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 98 下一页
摘要: 格式工厂转化成mp4 avc格式 暴风影音不能播放的解决方法 先转成其他mp4 确保能播放 然后再转成avc 阅读全文
posted @ 2019-11-13 20:31 newmiracle宇宙 阅读(542) 评论(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宇宙 阅读(548) 评论(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宇宙 阅读(346) 评论(0) 推荐(0)
摘要: vmware centos共享文件夹 查看VMware Tools 是否安装成功 <pre>vmware-hgfsclient</pre> 出现共享文件夹<pre>mkdir /mnt/hgfssu/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=v 阅读全文
posted @ 2019-11-13 20:28 newmiracle宇宙 阅读(123) 评论(0) 推荐(0)
摘要: php微信卡券logo上传方法 <pre> $xiangmupath = $this->getxiangmupath(); $logo = $xiangmupath . '/images/1/12.png'; $token = '19_bEfPNDgMAEAqTcb3uHFzv9wz0_STJ66n 阅读全文
posted @ 2019-11-13 20:27 newmiracle宇宙 阅读(346) 评论(0) 推荐(0)
摘要: css3 svg 物体跟随路径动画教程https://www.jianshu.com/p/992488f3f3fc 阅读全文
posted @ 2019-11-13 20:27 newmiracle宇宙 阅读(500) 评论(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:27 newmiracle宇宙 阅读(148) 评论(0) 推荐(0)
摘要: php nginx反向代理获取真实ip的教程 <pre> location /getip { proxy_pass http://newmiracle.cn/ip.php; } proxy_set_header Host $host; proxy_set_header X-Real-IP $remo 阅读全文
posted @ 2019-11-13 20:26 newmiracle宇宙 阅读(1690) 评论(0) 推荐(0)
摘要: css3mask淡出文字<pre>.p0_11wrap { width: 0.299rem; height: 7.68rem; overflow: hidden; background: url(/weiyeweiwangzhan/images/0/p0_11.png) no-repeat; bac 阅读全文
posted @ 2019-11-13 20:26 newmiracle宇宙 阅读(357) 评论(0) 推荐(0)
摘要: php charles 使用方法 打开charles 点击help菜单点击local ip address 可以获取本地ip 手机上选择代理这个ip 端口8888 然后手机访问网页 charles会弹出弹窗提示 选择allow就行了 阅读全文
posted @ 2019-11-13 20:25 newmiracle宇宙 阅读(236) 评论(0) 推荐(0)
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 98 下一页