上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 203 下一页
摘要: 一,关于pinyin4j: 代码地址: https://github.com/belerweb/pinyin4j 在mvn的地址 https://mvnrepository.com/artifact/com.belerweb/pinyin4j/2.5.1 说明:刘宏缔的架构森林是一个专注架构的博客, 阅读全文
posted @ 2022-06-27 15:09 刘宏缔的架构森林 阅读(1604) 评论(0) 推荐(0)
摘要: 一,js代码: 1,选择国家或地区的component CountrySelect.vue <template> <div> <div class="selCountry" style="border: 1px solid #CCC;width: 250px;height:35px;"> <div 阅读全文
posted @ 2022-06-26 15:03 刘宏缔的架构森林 阅读(661) 评论(0) 推荐(0)
摘要: 一,js代码 1,Child.vue <template> <div style="background: #ffff00;"> <div>这是子组件</div> <div>参数default:{{defaultStr}},参数top:{{topStr}}</div> <div>变量:{{child 阅读全文
posted @ 2022-06-25 14:16 刘宏缔的架构森林 阅读(1052) 评论(0) 推荐(0)
摘要: 一,安装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 刘宏缔的架构森林 阅读(635) 评论(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 刘宏缔的架构森林 阅读(3687) 评论(1) 推荐(0)
摘要: 一,修改默认语言 2,修改为us: 3,我们修改firefox浏览器的语言后, 如果不重启浏览器, 会仍然认为是在使用原来的语言, 例如用js的navigator.language提示时,如图: 重启之后: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouc 阅读全文
posted @ 2022-06-23 10:57 刘宏缔的架构森林 阅读(263) 评论(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 刘宏缔的架构森林 阅读(1226) 评论(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 刘宏缔的架构森林 阅读(2901) 评论(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 刘宏缔的架构森林 阅读(2062) 评论(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 刘宏缔的架构森林 阅读(838) 评论(0) 推荐(0)
上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 203 下一页