上一页 1 ··· 139 140 141 142 143 144 145 146 147 ··· 186 下一页
摘要: 一,如何查看图片的dpi? [lhdop@blog test3]$ identify -verbose 8.jpg Image: 8.jpg Format: JPEG (Joint Photographic Experts Group JFIF format) Mime type: image/jp 阅读全文
posted @ 2022-06-04 16:22 刘宏缔的架构森林 阅读(2882) 评论(0) 推荐(0)
摘要: 一,安装element-plus 从命令行安装: liuhongdi@lhdpc:/data/vue/imgtouch$ npm install element-plus --save 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: ht 阅读全文
posted @ 2022-06-03 20:27 刘宏缔的架构森林 阅读(495) 评论(0) 推荐(0)
摘要: 一,代码: <template> <div class="wrapper" ref="wrapper" @touchstart.prevent="onStart" @touchmove.prevent="onMove" @touchend.prevent="onEnd" @touchcancel.p 阅读全文
posted @ 2022-05-25 15:26 刘宏缔的架构森林 阅读(515) 评论(0) 推荐(0)
摘要: 一,js代码: 1,html代码 <div ref="loadingDiv" v-show="loadingShow" style="left:0;top:0;position:fixed;width:100vw;height:100vh;background: #000000;opacity: 0 阅读全文
posted @ 2022-05-20 11:33 刘宏缔的架构森林 阅读(3219) 评论(0) 推荐(0)
摘要: 一,vue3-count-to项目在npm库的地址: https://www.npmjs.com/package/vue3-count-to 文档:参考vue-count-to的文档即可 https://github.com/PanJiaChen/vue-countTo 说明:刘宏缔的架构森林是一个 阅读全文
posted @ 2022-05-18 22:23 刘宏缔的架构森林 阅读(2717) 评论(0) 推荐(0)
摘要: 一,安装所需的库@vueuse/core liuhongdi@lhdpc:/data/vue/lazy$ npm install --save @vueuse/core 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://bl 阅读全文
posted @ 2022-05-11 14:55 刘宏缔的架构森林 阅读(408) 评论(0) 推荐(0)
摘要: 一,为什么不能分享成卡片形式? 以前的链接分享形式: 现在的分享形式: 原因在于微信对分享成卡片形式的接口调整 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php/202 阅读全文
posted @ 2022-05-11 14:27 刘宏缔的架构森林 阅读(5865) 评论(0) 推荐(0)
摘要: 一,安装微信分享用到库: liuhongdi@lhdpc:/data/vue/guotou$ npm i weixin-js-sdk --save added 1 package in 3s liuhongdi@lhdpc:/data/vue/guotou$ npm i --save axios a 阅读全文
posted @ 2022-05-11 11:33 刘宏缔的架构森林 阅读(2729) 评论(0) 推荐(0)
摘要: 一,修改vue.config.js const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, publicPath: proces 阅读全文
posted @ 2022-05-07 09:05 刘宏缔的架构森林 阅读(1315) 评论(0) 推荐(1)
摘要: 一,查看编译时的参数: 1,命令行: [lhdop@blog etc]$ /usr/local/soft/php7/bin/php -i | grep configure Configure Command => './configure' '--prefix=/usr/local/soft/php 阅读全文
posted @ 2022-04-23 21:47 刘宏缔的架构森林 阅读(481) 评论(0) 推荐(0)
上一页 1 ··· 139 140 141 142 143 144 145 146 147 ··· 186 下一页