2017年3月15日

摘要: <!DOCTYPE html> <html> <meta charset="UTF-8"><head> <title>Handlebars Expressions Example</title> </head> <body> <h1>Handlebars Expressions Example!</ 阅读全文
posted @ 2017-03-15 10:54 志明1220 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 介绍:1.为什么要构建工具(自动化) 2.为什么要使用Grunt(生态系统庞大,一直增长。利用Grunt自动完成任何事情) 安装: grunt中文网 >快速入门 通过npm安装,npm是node.js的包管理器,node版本超过0.8(命令行npm -v检查当前node的版本) npm instal 阅读全文
posted @ 2017-03-15 09:52 志明1220 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 介绍:流式的构建工具 安装:node.js command prompt执行命令(sudo) npm install -g gulp 1.新建一个文件夹gulptext,通过命令行进入该文件夹 npm init 然后回车 2.在当前文件夹内执行 (sudo) npm install gulp --s 阅读全文
posted @ 2017-03-15 09:48 志明1220 阅读(83) 评论(0) 推荐(0) 编辑

2017年3月13日

摘要: Document 姓名 手机号码 电子邮箱 公司名称 密码 确认密码 确认 阅读全文
posted @ 2017-03-13 17:34 志明1220 阅读(106) 评论(0) 推荐(0) 编辑
摘要: $('.lockTouchmove').each(function(){ $(this)[0].addEventListener('touchmove',function(e){ e.preventDefault(); },false); }); 阅读全文
posted @ 2017-03-13 17:02 志明1220 阅读(75) 评论(0) 推荐(0) 编辑
摘要: .center { .center { position: absolute; position: absolute; left: 50%; left: 50%; top: 50%; top: 50%; transform: translate(-50%, -50%); transform: tra 阅读全文
posted @ 2017-03-13 16:59 志明1220 阅读(128) 评论(0) 推荐(0) 编辑

导航