上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 186 下一页
摘要: 一,下载php8的安装包: 1,创建目录: root@lhdpc:~# mkdir /usr/local/source root@lhdpc:~# mkdir /usr/local/soft root@lhdpc:~# chmod 777 /usr/local/source/ root@lhdpc: 阅读全文
posted @ 2021-12-21 10:41 刘宏缔的架构森林 阅读(3978) 评论(0) 推荐(2)
摘要: 一,关于(swiper动态加载数据时默认显示最后一页)网上的一些解决方法: 网上的主要的解决方法有两个: 1是指定v-if为图片数量,当图片数量大于时才生成swiper, 在swiper@6.8.4这个版本无效2,在加载完数据后,用transform指定第一页的内容移动一定的距离, 例子: setT 阅读全文
posted @ 2021-12-03 11:27 刘宏缔的架构森林 阅读(2577) 评论(0) 推荐(0)
摘要: 一,安装所需的库@vueuse/core liuhongdi@lhdpc:/data/vue/lazy$ npm install --save @vueuse/core 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://bl 阅读全文
posted @ 2021-11-26 14:19 刘宏缔的架构森林 阅读(687) 评论(0) 推荐(0)
摘要: 一,安装所需的库@vueuse/core liuhongdi@lhdpc:/data/vue/lazy$ npm install --save @vueuse/core 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://bl 阅读全文
posted @ 2021-11-25 15:02 刘宏缔的架构森林 阅读(1143) 评论(0) 推荐(1)
摘要: 一,代码: GoTop.vue <template> <div style="width:100%;height:100vh;background: #ffff00;display: flex;flex-direction: column;"> <!--用来标记顶部位置的元素--> <div id= 阅读全文
posted @ 2021-11-24 14:52 刘宏缔的架构森林 阅读(504) 评论(0) 推荐(0)
摘要: 一,js代码 Menu.vue <template> <div style="width:calc(100vw - 25px);overflow:hidden;height: 100vh;"> <div id="icon" class="menu_box_open blade_col1" :clas 阅读全文
posted @ 2021-11-18 15:18 刘宏缔的架构森林 阅读(289) 评论(0) 推荐(0)
摘要: 一,js代码: Upload.vue <template> <div style="width:100%;height:100vh;background: #ffff00;display: flex;flex-direction: column;"> 请选择上传幻灯图片: <input type=" 阅读全文
posted @ 2021-11-17 18:51 刘宏缔的架构森林 阅读(654) 评论(0) 推荐(0)
摘要: 一,演示代码: Home.vue <template> <div style="width:100%;height: 100vh;"> <div :class="statusClass" @click="buttonClick" style="position:fixed;right:30px;to 阅读全文
posted @ 2021-11-17 11:06 刘宏缔的架构森林 阅读(491) 评论(0) 推荐(0)
摘要: 一,演示项目的代码地址: https://gitee.com/liuhongdi/move 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php/2023/05/28/vu 阅读全文
posted @ 2021-10-29 17:28 刘宏缔的架构森林 阅读(1410) 评论(0) 推荐(0)
摘要: 一,安装photoswipe liuhongdi@lhdpc:/data/vue/swipe$ npm i photoswipe --save up to date in 6s 15 packages are looking for funding run `npm fund` for detail 阅读全文
posted @ 2021-10-19 15:11 刘宏缔的架构森林 阅读(1703) 评论(0) 推荐(0)
上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 186 下一页