node 模块系统

Posted by 夏泽民

为了让Node.js的文件可以相互调用,Node.js提供了一个简单的模块系统。



kong

Posted by 夏泽民

https://github.com/kong/kubernetes-ingress-controller



function 匿名函数

Posted by 夏泽民

基本用法: ES6中允许使用“箭头”(=>)定义函数



express

Posted by 夏泽民

Express 是一个简洁而灵活的 node.js Web应用框架, 提供了一系列强大特性帮助你创建各种 Web 应用,和丰富的 HTTP 工具。



vscode 调试 node.js

Posted by 夏泽民

项目根目录下新建.vscode文件夹,同时该文件夹下新建launch.json文件 { “configurations”: [ { “type”: “node”, “request”: “launch”, “name”: “nodemon”, “runtimeExecutable”: “nodemon”, “program”: “${workspaceFolder}/app/starter.js”, “restart”: true, “console”: “integratedTerminal”, “internalConsoleOptions”: “neverOpen” } ] } 1.需要在项目跟目录下,不然点击启动调试的时候识别不出来该项目中有这个调试任务



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required