上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 97 下一页
摘要: python判断 射线是否与圆相交 # 以上是返回截距式方程的y=kx+b的k和b def GeneralEquation(first_x,first_y,second_x,second_y): A = second_y-first_y B = first_x-second_x C = second 阅读全文
posted @ 2021-09-21 17:26 newmiracle宇宙 阅读(266) 评论(0) 推荐(0) 编辑
摘要: python实现快捷键的方法 import pyautogui import time import keyboard import pyautogui as pag iscanzhixing=1; def test_a(): global iscanzhixing # 只能执行一次 if isca 阅读全文
posted @ 2021-09-18 16:04 newmiracle宇宙 阅读(368) 评论(0) 推荐(0) 编辑
摘要: PHP防止上传文件包含木马的方法 1 判断类型是不是图片(别用后缀名判断) $xiangmupath = $this->getxiangmupath(); $logo = $xiangmupath . '/images/1/12.jpg'; $imginfo = getimagesize($logo 阅读全文
posted @ 2021-09-09 11:44 newmiracle宇宙 阅读(389) 评论(0) 推荐(0) 编辑
摘要: svg放大缩小图片 <g transform="scale(1 1)"><animateTransform attributeName="transform" type="scale" values="1;1;1;1.2;1;1;1" dur="1.2s" repeatCount="indefini 阅读全文
posted @ 2021-09-08 15:45 newmiracle宇宙 阅读(394) 评论(0) 推荐(0) 编辑
摘要: svg点击效果不停的换图片 <div class="rich_media_content " id="js_content" style="visibility: visible;"> <section powered-by="yutustudio666" style="line-height: 0 阅读全文
posted @ 2021-09-08 15:17 newmiracle宇宙 阅读(574) 评论(0) 推荐(0) 编辑
摘要: svg点击出票效果 <section powered-by="yutustudio666" style="line-height: 0;overflow: hidden;pointer-events: none;" data-mpa-powered-by="yiban.io"> <section p 阅读全文
posted @ 2021-09-08 14:59 newmiracle宇宙 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 自定义svg添加到秀米的方法 添加到这个标签下就对了 ps:一定要先保存再添加 不然会消失 阅读全文
posted @ 2021-09-08 10:24 newmiracle宇宙 阅读(1091) 评论(0) 推荐(0) 编辑
摘要: svg点击播放音乐 先微信后台添加音频 然后添加完把代码复制出来 <foreignObject x="0" y="50" width="100%" height="850"> <section style="opacity:0;transform: scale(50)translate(-924px 阅读全文
posted @ 2021-09-03 13:33 newmiracle宇宙 阅读(549) 评论(0) 推荐(0) 编辑
摘要: svg点击弹窗 <svg style="background-image: url(https://oss.knowway.cn/zhongliangct/hou2.jpg);background-repeat: no-repeat;background-size: 100% 100%;opacit 阅读全文
posted @ 2021-09-03 13:30 newmiracle宇宙 阅读(320) 评论(0) 推荐(0) 编辑
摘要: svg点击展开原理 <section style="line-height: 0;overflow:hidden;"> <section style="height:0;"><svg style="background-image: url(https://oss.knowway.cn/zhongl 阅读全文
posted @ 2021-09-03 10:51 newmiracle宇宙 阅读(440) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 97 下一页