摘要:
当前前提: 1: 拥有github登陆账号 2: mac电脑 本文所述: 1: 创建一个新的私有工程 2: 配置sshKey和用户信息 3: 实现 clone 和 push 操作 流程1:创建一个新的私有工程 1) 登陆github https://github.com/ 2) 点击new 点击ne 阅读全文
摘要:
效果结尾处可验收。 画线准备 准备一个canvas <canvas id="canvasId" width="1000" height="800"></canvas> 使用pointer事件监听,落笔,拖拽,收笔。 document.onpointerdown = function (e) { if 阅读全文