摘要: 一、安装 npm -v node -v 注:安装完成后重启系统 ,环境变量生效 链接:完整版 二、配置 包源更改为淘宝镜像 npm config set registry https://registry.npm.taobao.org 更改全局依赖包的存储路径 npm config set pref 阅读全文
posted @ 2020-08-13 09:23 Water540 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 一、时间字段自动更新 create table `stu` ( 'id' int not null auto_increment, 'createtime' timestamp default current_timestamp comment '创建时间', 'moditiytime' times 阅读全文
posted @ 2020-08-13 09:14 Water540 阅读(62) 评论(0) 推荐(0) 编辑