centos 7安装mongodb 4.2社区版(免费)
https://mongodb.net.cn/manual/tutorial/install-mongodb-on-red-hat/ 0,防火墙 sudo systemctl status firewalld //active(running)就意味着防火墙打开了 sudo systemctl stop firewalld //关闭 sudo systemctl disable firewalld //禁用防止自…
655 2021-07-14 去围观.editorconfig统一代码规范
会自动帮我们格式化一些代码,让代码阅读尽量统一。 以下工具都内置支持editorconfig无需插件,在根目录创建.editorconfig就行 webstorm配置参数
600 2021-07-07 去围观plop——用命令创建初始的空模板
plopfile.js功能类似于像创建一个xx.html的空模板,模板里面的有固定的初始化数据。 安装: npm i -g plop@2.5.0 //3.x是typeScript的 根目录创建:plopfile.js module.exports = function(plop) { // controller generator plop.…
617 2021-07-07 去围观