上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: node模块化: 1.输出:exports.a=12; 或者module.exports={ a:12, b:5 } 2.引入:require('./a.js'); 3.引用自定义模块 放到node_modules里 前面加./ ES6模块化: 一、输出 export(a,b,c,...); 二、引 阅读全文
posted @ 2017-11-11 21:53 逗比煎饼侠 阅读(767) 评论(0) 推荐(0)
摘要: http:一、无状态的协议二、客户端和服务端的连接过程:三次握手三、客户端和服务端的数据交互 1.客户端向服务端发送一个HTTP请求消息Request GET /web/20171110/data/2.txt HTTP/1.1 Host: localhost Connection: keep-ali 阅读全文
posted @ 2017-11-11 21:52 逗比煎饼侠 阅读(175) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:51 逗比煎饼侠 阅读(113) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:51 逗比煎饼侠 阅读(287) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:50 逗比煎饼侠 阅读(285) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:50 逗比煎饼侠 阅读(167) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:42 逗比煎饼侠 阅读(168) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:41 逗比煎饼侠 阅读(154) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:40 逗比煎饼侠 阅读(162) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-11-07 18:40 逗比煎饼侠 阅读(165) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页