server.js
const http = require('http'); http.createServer(function(req,res){ console.log('req come', req.url); res.end('123'); }).listen(8888); console.log('server listening on 8888'); console.log('http://localhost:8888/')
用node创建一个最简单的服务
server.js
const http = require('http'); http.createServer(function(req,res){ console.log('req come', req.url); res.end('123'); }).listen(8888); console.log('server listening on 8888'); console.log('http://localhost:8888/')
用node创建一个最简单的服务
上一篇:CORS跨域请求的限制和解决
下一篇:http报文
linux服务器部署一个简单的smb共享,并且添加用户设置用户权限
简单使用springboot开发,让初学者感受到springboot的强大,只需简单的配置和几行代码就可以构建一个web应用
试着创建一个docker image, 不在乎实用性和功能,只是对docker 创建image 有个大概的了
全部的代码如下:你只需将以上代码拷贝下来,在VC++6.0编译器,建一个Window32工程,使用MFC链接库#include <afxwin.h>class samp
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M