摘要: 1.安装 yum -y install postgresql-server2.初始化 postgresql-setup initdb 3.设置postgresql可被远程连接登录 修改配置文件 vi /var/lib/pgsql/data/postgresql.conf 修改1: listen_ad 阅读全文
posted @ 2020-05-15 20:35 魅力风语 阅读(324) 评论(0) 推荐(0)
摘要: 一、安装node环境 1、下载node地址为:https://nodejs.org/en/ 2、cnpm淘宝镜像安装:http://npm.taobao.org/ 输入:npm install -g cnpm –registry=https://registry.npm.taobao.org,即可安 阅读全文
posted @ 2020-03-27 10:10 魅力风语 阅读(361) 评论(0) 推荐(0)
摘要: 1.管理员权限登陆cmd; 2.输入net stop mysql;然后提示。服务停止中 --> 服务已停止; 3.由于mysqld –skip-grant-tables实测在mysql8.0中已失效,现使用mysqld --console --skip-grant-tables --shared-m 阅读全文
posted @ 2019-12-16 09:50 魅力风语 阅读(462) 评论(0) 推荐(0)
摘要: 1. npm install -g @angular/cli 2. 新建项目 ng new my-app 3. 定位至项目路径下 cd my-app 4. 启动项目 ng serve --open 浏览器http://localhost:4200/看到vue主页说明项目启动成功 5. 安装boots 阅读全文
posted @ 2019-10-22 14:11 魅力风语 阅读(541) 评论(0) 推荐(0)