01 2023 档案

摘要:thinkphp6 common.php报错不提示 因为他用的是引用机制 阅读全文
posted @ 2023-01-30 09:29 newmiracle宇宙 阅读(157) 评论(0) 推荐(0) 编辑
摘要:PHP单点登录实现方法 跳转网址前生成code jwt token 存入数据库 然后参数加上这个code 然后获取到token令牌就可以登录了 注意code要记录 只能使用1次 阅读全文
posted @ 2023-01-24 21:53 newmiracle宇宙 阅读(89) 评论(0) 推荐(0) 编辑
摘要:微信小程序自定义字体 解决方法 // 加载字体 wx.loadFontFace({ global:true, family: 'cl', source: 'url("cl.TTF")', success: res => { console.log('加载字体完成', res) }, fail: er 阅读全文
posted @ 2023-01-14 23:56 newmiracle宇宙 阅读(520) 评论(0) 推荐(0) 编辑
摘要:wx.ready 原理猜测 我觉得他不是个回调函数 这个函数执行的意义就是判断 wx.config有没有成功 可以执行多次的 阅读全文
posted @ 2023-01-10 09:19 newmiracle宇宙 阅读(55) 评论(0) 推荐(0) 编辑
摘要:let xhr = new XMLHttpRequest() xhr.open('POST', 'http://xx.aa.cn/home/moban/ssds11') xhr.setRequestHeader('Content-Type', 'application/json') xhr.send 阅读全文
posted @ 2023-01-06 16:53 newmiracle宇宙 阅读(180) 评论(0) 推荐(0) 编辑
摘要:svg 贝塞尔曲线画法 https://cubic-bezier.com/#.48,.46,.38,.8 <animate attributeName="x" dur="5s" values="0; 80; 160" keyTimes="0; .8; 1" calcMode="spline" key 阅读全文
posted @ 2023-01-05 12:25 newmiracle宇宙 阅读(79) 评论(0) 推荐(0) 编辑
摘要:<a data-miniprogram-appid="wx88ed27696de5b9a1" data-miniprogram-path="pages/tabs/home" data-miniprogram-nickname="精品店" data-miniprogram-type="svg-404" 阅读全文
posted @ 2023-01-05 09:23 newmiracle宇宙 阅读(655) 评论(0) 推荐(0) 编辑
摘要:svg additive = "sum" 作用 这个东西挺复杂 <svg width="640" height="480" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xli 阅读全文
posted @ 2023-01-04 21:17 newmiracle宇宙 阅读(215) 评论(0) 推荐(0) 编辑
摘要:gsap.to(".elem", { keyframes: { "0%": { x: 100, y: 100}, "75%": { x: 0, y: 0, ease: 'sine.out'}, // finetune with individual eases "100%": { x: 50, y: 阅读全文
posted @ 2023-01-04 13:20 newmiracle宇宙 阅读(37) 评论(0) 推荐(0) 编辑
摘要:svg pointer-events="auto" <svg width="640" height="480" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" po 阅读全文
posted @ 2023-01-03 10:25 newmiracle宇宙 阅读(19) 评论(0) 推荐(0) 编辑
摘要:<svg width="640" height="480" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="150" y="50" width= 阅读全文
posted @ 2023-01-02 21:04 newmiracle宇宙 阅读(44) 评论(0) 推荐(0) 编辑
摘要:gsap 自定义 ease曲线 https://greensock.com/docs/v3/Eases C命令多次贝塞尔不会用 怎么用L 直线代替 M0,0 L0.5,0.5 L0.8,0.5 L1,1 tween.progress() 获取进度 阅读全文
posted @ 2023-01-01 09:43 newmiracle宇宙 阅读(417) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示