上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 168 下一页
摘要: 一,安装axios库: 1,相关地址 官网: https://axios-http.com/ 代码地址: https://github.com/axios/axios 2,安装 liuhongdi@lhdpc:/data/vue/axios$ npm install --save axios add 阅读全文
posted @ 2022-06-24 11:34 刘宏缔的架构森林 阅读(605) 评论(0) 推荐(0)
摘要: 一,安装i18n库: 1,安装vue-i18n liuhongdi@lhdpc:/data/vue/i18n$ npm install --save vue-i18n@next added 7 packages in 5s 2,查看已安装的版本: liuhongdi@lhdpc:/data/vue/ 阅读全文
posted @ 2022-06-23 11:31 刘宏缔的架构森林 阅读(3601) 评论(1) 推荐(0)
摘要: 一,修改默认语言 2,修改为us: 3,我们修改firefox浏览器的语言后, 如果不重启浏览器, 会仍然认为是在使用原来的语言, 例如用js的navigator.language提示时,如图: 重启之后: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouc 阅读全文
posted @ 2022-06-23 10:57 刘宏缔的架构森林 阅读(211) 评论(0) 推荐(0)
摘要: 一,js代码 <template> <div style="background: rgb(0, 0, 0);width:100%;height:100vh;"> <div style="position:relative;"> <video ref="homeVideo" style="posit 阅读全文
posted @ 2022-06-18 22:37 刘宏缔的架构森林 阅读(1167) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <div> <div style="position:relative;"> <video ref="homeVideo" style="position: absolute; width: 100vh; height: 100vw; left: -60vw; 阅读全文
posted @ 2022-06-18 16:59 刘宏缔的架构森林 阅读(2826) 评论(0) 推荐(0)
摘要: 一,思源黑体和思源宋体的下载地址: 思源黑体 https://github.com/adobe-fonts/source-han-sans/releases 思源宋体 https://github.com/adobe-fonts/source-han-serif/releases 说明:刘宏缔的架构 阅读全文
posted @ 2022-06-14 12:38 刘宏缔的架构森林 阅读(1864) 评论(0) 推荐(0)
摘要: 一,png转ico [lhdop@blog img]$ /usr/bin/convert -resize x128 fl.png -background transparent a3.ico 查看生成的ico [lhdop@blog img]$ identify a3.ico a3.ico ICO 阅读全文
posted @ 2022-06-13 21:55 刘宏缔的架构森林 阅读(672) 评论(0) 推荐(0)
摘要: 一,vue-router的官网: 1,官网: https://router.vuejs.org/ 2,在npmjs的地址: https://www.npmjs.com/package/vue-router 3,文档地址: https://router.vuejs.org/zh/introductio 阅读全文
posted @ 2022-06-13 16:25 刘宏缔的架构森林 阅读(927) 评论(0) 推荐(0)
摘要: 一,安装xmp-js: 1,xmp-js在npm的地址: https://www.npmjs.com/package/xmp-js 2,安装 liuhongdi@lhdpc:/data/vue/imgtouch$ npm i --save xmp-js added 1 package in 3s 3 阅读全文
posted @ 2022-06-11 14:51 刘宏缔的架构森林 阅读(282) 评论(0) 推荐(0)
摘要: 一,安装qrcode-parser第三方库: 1,安装: liuhongdi@lhdpc:/data/vue/imgtouch$ npm install --save qrcode-parser added 4 packages in 4s 2,查看已安装的版本: liuhongdi@lhdpc:/ 阅读全文
posted @ 2022-06-11 14:41 刘宏缔的架构森林 阅读(2279) 评论(0) 推荐(0)
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 168 下一页