11 2021 档案
摘要:安装axios npm install axios vue-axios main.js里 import axios from 'axios' import VueAxios from 'vue-axios' const app = createApp(App) // 创建实例 app.config.
阅读全文
摘要:1.编译环境可以参考:https://www.cnblogs.com/parkerchen/p/15135982.html 2.创建项目:vue create xxxx 3.创建router:vue add router 4.安装element-plus:npm i element-plus 5.使
阅读全文
postgresql数据库错误FATAL: 28000: no pg_hba.conf entry for host "192.168.1.23", user "postgres", database
摘要:FATAL: 28000: no pg_hba.conf entry for host "192.168.1.23", user "postgres", database "sde", SSL off 问题出现原因:pg数据库和访问数据库的客户端不在同一台机子上,然后保存 我遇到的情况,pg装在了1
阅读全文