会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
魅力风语
博客园
首页
新随笔
联系
订阅
管理
2020年5月
centos7安装postgresql
摘要: 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)
2020年3月
vue搭建新项目
摘要: 一、安装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)
2019年12月
mysql8.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)
2019年10月
angular引入bootstrap和jquery
摘要: 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)
公告