上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 44 下一页
摘要: 解决方案 get-executionpolicy set-executionpolicy remotesigned 输入Y 至此问题解决 阅读全文
posted @ 2021-10-18 21:13 胸怀丶若谷 阅读(47) 评论(0) 推荐(0) 编辑
摘要: PFSTP 打开该软件,在安装putty自带的 连接服务器 open 192.168.142.131 按提示输入账户密码 传送文件 put C:\Users\13662\nifi-1.13.2-bin.tar.gz /root/nifi-1.13.2-bin.tar.gz 传送文件夹 #文件夹 pu 阅读全文
posted @ 2021-10-13 23:05 胸怀丶若谷 阅读(921) 评论(0) 推荐(0) 编辑
摘要: 输入以下命令: yum -y install wget 阅读全文
posted @ 2021-10-13 22:27 胸怀丶若谷 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 安装命令: yum install java-1.8.0-openjdk.x86_64 完成后验证命令: java -version 通过yum安装的路径如下所示: /usr/lib/jvm 配置环境变量 vi /etc/profile 在最后添加如下内容 #set java environment 阅读全文
posted @ 2021-10-13 09:55 胸怀丶若谷 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 原因 我这里是因为我代码中的方法不存在,我漏写了,后补充上就好了 解决方案 在methods中添加如下代码: // 修改登录状态 changeLoginType(bool){ this.loginType = bool } 阅读全文
posted @ 2021-10-07 19:00 胸怀丶若谷 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 解决方案 错误代码如下所示: <router-view @hideBox="hideLoginRegisterBox" @changeUI="changeLoginType"/> 报错如下所示: 修改代码如下: <router-view @hideBox="hideLoginRegisterBox" 阅读全文
posted @ 2021-10-07 18:51 胸怀丶若谷 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: 概念 A callback is a function that is passed as an argument to another function and is executed after its parent function has completed. 释义: 回调函数是作为参数传递 阅读全文
posted @ 2021-10-06 12:00 胸怀丶若谷 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 下載鏈接 https://zh.snipaste.com/ 阅读全文
posted @ 2021-10-06 11:59 胸怀丶若谷 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 原因:在windows系统中git没有获取到ssl证书 解决方案 输入以下命令: git config --global http.sslBackend schannel 之后再执行操作就可以啦 另: 这里主要是因为windows安装git时,自动抓取ssl证书选项没有勾选才导致的。所以小伙伴们再安 阅读全文
posted @ 2021-10-06 11:46 胸怀丶若谷 阅读(947) 评论(0) 推荐(1) 编辑
摘要: 原因 main.js文件中没有引入store 解决方案 添加如下代码即可 import store from "./store"; new Vue({ el: '#app', router, store, render: h => h(App) }) 阅读全文
posted @ 2021-10-02 16:18 胸怀丶若谷 阅读(1646) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 44 下一页