123

摘要: 1steam++ 火狐访问不了 这个 在地址栏里输入about:config 勾选警示,然后点接受风险并继续 风险提示 搜索security.enterprise_roots.enabled,把默认false改为true 搜索 重启浏览器 git bush hare 命令行输入 git config 阅读全文
posted @ 2022-06-19 21:40 LeiYanRRZZ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.https://akveo.github.io/eva-icons/#/ 小图标 阅读全文
posted @ 2022-06-13 16:01 LeiYanRRZZ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: github配置host 每天更新 https://raw.hellogithub.com/hosts maven仓库 https://mvnrepository.com/artifact/org.springframework/spring-webmvc/5.3.15 java8的API文档在线 阅读全文
posted @ 2022-06-08 10:57 LeiYanRRZZ 阅读(39) 评论(0) 推荐(0) 编辑
摘要: //查看仓库级的 config,命令: git config –local -l //查看全局级的 config,命令: git config –global -l //查看系统级的 config,命令: git config –system -l //查看当前生效的配置, 命令: git conf 阅读全文
posted @ 2022-06-08 10:56 LeiYanRRZZ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2022-05-26 12:52 LeiYanRRZZ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2022-05-26 09:33 LeiYanRRZZ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.Diagram Designer 画思维导图的软件 阅读全文
posted @ 2022-05-26 09:32 LeiYanRRZZ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.单文件的时候会使用到mount函数进行挂载 模拟插值语法 <div id="app"> <p>{{name}}{{fff}}</p> <p>{{message}}</p> </div> //1.获取DOM let tempNode = document.querySelector('#app') 阅读全文
posted @ 2022-05-25 17:49 LeiYanRRZZ 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1.注册组件之后必须创造Vue实例,组件才可以使用。创建实例后,必须在挂载元素里使用组件 <div id="app"> <abc></abc> </div> Vue.component("abc",{ template:'<div>123</div>' }); var vm = new Vue({ 阅读全文
posted @ 2022-05-25 14:03 LeiYanRRZZ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ##启动 nginx -s start ##停止 nginx -s stop nginx -s quit ##状态 查看nginx占用进程 tasklist /fi "imagename eq nginx.exe" 查看80端口是否被占用 netstat -ano | findstr 0.0.0.0 阅读全文
posted @ 2022-05-23 20:05 LeiYanRRZZ 阅读(13) 评论(0) 推荐(0) 编辑