摘要: 1、概念 canvas一般就是用来绘制图像的 canvas一般就是用来绘制图像的 2、基本知识 上下文对象 var canvas = doucment.getElementById("canvas"); var ctx = canvas.getContext("2d"); ctx.fillStyle 阅读全文
posted @ 2017-02-21 18:45 茹孟凯 阅读(194) 评论(0) 推荐(0) 编辑
摘要: TCP协议与UDP协议的区别 首先咱们弄清楚,TCP协议和UCP协议与TCP/IP协议的联系,很多人犯糊涂了,一直都是说TCP/IP协议与UDP协议的区别,我觉得这是没有从本质上弄清楚网络通信!TCP/IP协议是一个协议簇。里面包括很多协议的。UDP只是其中的一个。之所以命名为TCP/IP协议,因为 阅读全文
posted @ 2017-02-21 10:36 茹孟凯 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 富文本编辑器 ueditor xheditor 阅读全文
posted @ 2017-02-21 09:27 茹孟凯 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 首先安装n模块: 1 npm install -g n 1 npm install -g n 1 npm install -g n 1 npm install -g n npm install -g n 第二步: 升级node.js到最新稳定版 1 n stable 1 n stable 1 n s 阅读全文
posted @ 2017-02-21 09:24 茹孟凯 阅读(194) 评论(0) 推荐(0) 编辑