摘要: 安装: style 标注less 阅读全文
posted @ 2018-07-19 15:44 samirah 阅读(246) 评论(0) 推荐(0)
摘要: 一、安装node 安装node:node官网下载,安装完成后,打开命令行工具输入命令node -v,如果出现对应版本号,就说明安装成功了。 安装npm:所需要的npm包管理器,是集成在node中的,所以,直接输入npm -v,显示出npm的版本信息 安装淘宝镜像cnpm: cnpm -v,可以查看当 阅读全文
posted @ 2018-07-19 15:26 samirah 阅读(9393) 评论(0) 推荐(1)
摘要: svn破解版cornerstone工具:http://xclient.info/s/cornerstone.html?t=c5242a66e53f1d866afe8c42aace2738c04ce9ee#versions 如果在安装 Mac 应用时,会遇到提示 “ XXX.app 已损坏,打不开。您 阅读全文
posted @ 2018-07-19 14:42 samirah 阅读(1211) 评论(0) 推荐(0)
摘要: let resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize' let recalc = function () { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px'... 阅读全文
posted @ 2018-07-18 18:11 samirah 阅读(616) 评论(0) 推荐(0)
摘要: 由于移动端是触摸事件,所以要用到H5的属性touchstart/touchmove/touched,但是PC端只支持鼠标事件,所以此时可以这样转换 阅读全文
posted @ 2018-07-17 17:21 samirah 阅读(1123) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-07-17 16:30 samirah 阅读(15) 评论(0) 推荐(1)