上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 169 下一页
摘要: 一,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 刘宏缔的架构森林 阅读(2677) 评论(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 刘宏缔的架构森林 阅读(398) 评论(0) 推荐(0)
摘要: 一,为什么不能分享成卡片形式? 以前的链接分享形式: 现在的分享形式: 原因在于微信对分享成卡片形式的接口调整 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php/202 阅读全文
posted @ 2022-05-11 14:27 刘宏缔的架构森林 阅读(5783) 评论(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 刘宏缔的架构森林 阅读(2669) 评论(0) 推荐(0)
摘要: 一,修改vue.config.js const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, publicPath: proces 阅读全文
posted @ 2022-05-07 09:05 刘宏缔的架构森林 阅读(1281) 评论(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 刘宏缔的架构森林 阅读(466) 评论(0) 推荐(0)
摘要: 一,pidstat 查看某个进程下的所有线程 例: [lhdop@blog ~]$ pidstat -t -p 20756 Linux 4.18.0-80.11.2.el8_0.x86_64 (blog) 03/20/2022 _x86_64_ (4 CPU) 01:38:44 PM UID TGI 阅读全文
posted @ 2022-03-27 09:48 刘宏缔的架构森林 阅读(1502) 评论(0) 推荐(0)
摘要: 一,jmap查看帮助: [lhdop@blog ~]$ jmap --help Usage: jmap -clstats <pid> to connect to running process and print class loader statistics jmap -finalizerinfo 阅读全文
posted @ 2022-03-26 17:40 刘宏缔的架构森林 阅读(661) 评论(0) 推荐(0)
摘要: 一,jshell查看帮助 [lhdop@blog ~]$ jshell --help Usage: jshell <option>... <load-file>... where possible options include: --class-path <path> Specify where 阅读全文
posted @ 2022-03-26 17:35 刘宏缔的架构森林 阅读(131) 评论(0) 推荐(0)
摘要: 一,jcmd查看帮助 [lhdop@blog ~]$ jcmd -h Usage: jcmd <pid | main class> <command ...|PerfCounter.print|-f file> or: jcmd -l or: jcmd -h command must be a va 阅读全文
posted @ 2022-03-26 10:39 刘宏缔的架构森林 阅读(266) 评论(0) 推荐(0)
上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 169 下一页