上一页 1 2 3 4 5 6 7 ··· 97 下一页
摘要: PHP单点登录实现方法 跳转网址前生成code jwt token 存入数据库 然后参数加上这个code 然后获取到token令牌就可以登录了 注意code要记录 只能使用1次 阅读全文
posted @ 2023-01-24 21:53 newmiracle宇宙 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 微信小程序自定义字体 解决方法 // 加载字体 wx.loadFontFace({ global:true, family: 'cl', source: 'url("cl.TTF")', success: res => { console.log('加载字体完成', res) }, fail: er 阅读全文
posted @ 2023-01-14 23:57 newmiracle宇宙 阅读(497) 评论(0) 推荐(0) 编辑
摘要: wx.ready 原理猜测 我觉得他不是个回调函数 这个函数执行的意义就是判断 wx.config有没有成功 可以执行多次的 阅读全文
posted @ 2023-01-10 09:20 newmiracle宇宙 阅读(44) 评论(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:54 newmiracle宇宙 阅读(171) 评论(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宇宙 阅读(71) 评论(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宇宙 阅读(456) 评论(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宇宙 阅读(164) 评论(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:21 newmiracle宇宙 阅读(24) 评论(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宇宙 阅读(14) 评论(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:05 newmiracle宇宙 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 97 下一页