07 2022 档案
摘要:最近在 vscode 上搓 html 遇到一个问题,vscode 输入 ! 后没有自动补全 html 模板,按 tab 键也没反应,几经摸索终于得到解决。 步骤如下: Step1: 打开 vscode,按下组合键 ctrl + , 打开设置(注意:是 ctrl 和 , 这两个键,不是 + 号键!)
阅读全文
摘要:准备好一个简单的 http 应用 vim index.js # vi / vim 请随意 index.js 内容: let http = require("http"); http.createServer( (request, response) => { // Send the HTTP hea
阅读全文

浙公网安备 33010602011771号