软件配置
未读
Stylelint 配置
1、依赖 {
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.9",
"stylelint": "^16.10.0"
node
未读
NodeJS的优缺点
# Node.js 优缺点 ## 简介 Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时,它允许开发者使用 JavaScript 来编写服务器端代码。自从2009年推出以来,Node.js 已迅速成为一种流行的服务器端技术。 ## 优点 ### 1. 高性能 No
软件配置
未读
sourcetTree配置ssh
sourcetTree配置ssh 如果未配置ssh会导致操作的时候会报错:If you trust this host, enter "y" to add the key to...