上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 53 下一页
摘要: 初窥 position:sticky sticky 英文字面意思是粘,粘贴,所以姑且称之为粘性定位。下面就来了解下这个处于实验性的取值的具体功能及实用场景。 这是一个结合了 position:relative 和 position:fixed 两种定位功能于一体的特殊定位,适用于一些特殊场景。 什么 阅读全文
posted @ 2021-07-07 11:14 鼓舞飞扬 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45077178/article/details/107226551 视频教程: https://xdclass.net/#/dplayer?video_id=42&e_id=11702 prettier帮助我们,按照eslint规则,格式化 阅读全文
posted @ 2021-07-05 14:39 鼓舞飞扬 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 安卓uni-app实现pdf文件预览功能: 1.https://mozilla.github.io/pdf.js/getting_started/#download下载 放在根目录下, 2.新建一个webView页面 1 <template> 2 <view style="width: 100%;" 阅读全文
posted @ 2021-07-02 10:03 鼓舞飞扬 阅读(6261) 评论(2) 推荐(0) 编辑
摘要: uniapp 生命周期(onLoad跟onLoadonShow的区别) 一、uniapp生命周期分两种 : 1、应用生命周期:仅可在App.vue中监听,在其它页面监听无效。 2、页面生命周期:仅在page页面中监听,而单独封装的组件中【页面周期无效】,但是Vue的生命周期依然有效 【Vue的生命周 阅读全文
posted @ 2021-06-28 15:34 鼓舞飞扬 阅读(2983) 评论(0) 推荐(0) 编辑
摘要: 1 uni.scanCode({ 2 success: res => { 3 this.$http({ 4 url: '/checkin/scanSign', 5 data: { 6 codeInfo: res.result 7 }, 8 method: 'GET', 9 header: { 10 阅读全文
posted @ 2021-06-26 12:48 鼓舞飞扬 阅读(836) 评论(0) 推荐(0) 编辑
摘要: uni-app连接安卓真机,发现接口调不通,打开Hbuilder下方的调试。可查看失败原因:如下图 解决方法:电脑变热点,手机连这个热点,就能解决手机和pc在同一局域网。具体操作,参照以下网站: https://zhidao.baidu.com/question/211572191640118554 阅读全文
posted @ 2021-06-25 16:15 鼓舞飞扬 阅读(2686) 评论(0) 推荐(0) 编辑
摘要: 最近项目中使用非对称加密JSEncrypt。 uni-app中先安装第三方npm包jsencrypt util文件夹下新建一个jsencrypt.js文件 1 import JSEncrypt from 'jsencrypt/bin/jsencrypt.min' // 引入非对称 RSA 加密工具 阅读全文
posted @ 2021-06-24 10:48 鼓舞飞扬 阅读(2458) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/huihuihero/p/13183031.html 阅读全文
posted @ 2021-06-22 15:51 鼓舞飞扬 阅读(419) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1jy4y1B7pw?p=159&spm_id_from=pageDriver 阅读全文
posted @ 2021-06-22 11:18 鼓舞飞扬 阅读(468) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1jy4y1B7pw?p=140&spm_id_from=pageDriver uniapp封装request,设置请求头与token,前端判断token过期: https://blog.csdn.net/mmwanwen/artic 阅读全文
posted @ 2021-06-22 09:53 鼓舞飞扬 阅读(3558) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 53 下一页