摘要: 问题描述: 造成原因不明,表现为:win+空格键 切换输入法 无效 添加别的输入法,更改系统输入法相关配置,也无济于事 出现问题的系统版本 20h2 问题解决: 将系统更新至当前最新的21h1,就好了 解决参考: 相关问题及官方提供的回答 https://answers.microsoft.com/ 阅读全文
posted @ 2021-05-27 20:17 大毛线|dmx 阅读(2718) 评论(0) 推荐(0)
摘要: js 每5分钟刷新一次 通过el-switch 来控制是否启用自动更新 el-switch 通过 v-model 来绑定 store中的状态 computed: { autoRefresh: { get() { return this.$store.state.dmx.mvAutoRefresh } 阅读全文
posted @ 2021-04-08 18:55 大毛线|dmx 阅读(212) 评论(0) 推荐(0)
摘要: 如何在组件中使用 全局属性 mapState方式 import { mapState } from 'vuex' 将全局状态共享为当前组建的计算属性 computed: { ...mapState(['count']) } this.$store.state.count 的方式 mutation 用 阅读全文
posted @ 2021-04-08 18:43 大毛线|dmx 阅读(47) 评论(0) 推荐(0)
摘要: vi nginx.conf 输入命令 i 进入编辑模式,在指定位置添加代码 location / { root ... index ... try_files $uri $uri/ /index.html; 解决页面刷新404问题 } 重启nginx systemctl restart nginx 阅读全文
posted @ 2020-12-01 17:30 大毛线|dmx 阅读(329) 评论(0) 推荐(0)
摘要: ps cs6 放大缩小快捷键 按住ALT 点击 或者 鼠标左键长按左滑(+)右滑(-) 阅读全文
posted @ 2020-11-28 16:12 大毛线|dmx 阅读(65) 评论(0) 推荐(0)
摘要: #fbc42d 字体颜色 屎黄色 #3d3d3d 背景色 暗黑 看着挺舒服的! 阅读全文
posted @ 2020-11-27 11:03 大毛线|dmx 阅读(274) 评论(0) 推荐(0)
摘要: 林则徐说过一段发人深省的话:子孙若如我,留钱做什么,贤而多财,则损其志;子孙不如我,留钱做什么,愚而多财,益增其过。 阅读全文
posted @ 2020-11-26 15:31 大毛线|dmx 阅读(45) 评论(0) 推荐(0)
摘要: 迈出了我的blog的第一步!mark一下! dmx 阅读全文
posted @ 2020-11-26 14:25 大毛线|dmx 阅读(24) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示