摘要:
专题截图: 项目截图: 目录说明: dest/ 发布代码文件夹; src/ 预编译代码文件夹; node_modules node 插件; gulpfile.js gulp的配置文件; package.json npm 配置文件; src/待编译文件夹: c/ css文件目录; i/ img文件目录 阅读全文
摘要:
github : https://github.com/uustoboy/base_mixins ( 有坑慎用 ) 项目截图: _base_mixins.scss 混合宏的引入文件; _setting_mixins.scss 设置默认参数文件; _template_mixins.scss 模板混合宏 阅读全文
摘要:
demo截图: 图书: 电影: 共工欲善其事,必先利其器: 小程序编辑器下载地址 : https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html?t=1477656486010 小程序API : https://mp.weixin 阅读全文
摘要:
demo截图: demo下载: 百度网盘:http://pan.baidu.com/s/1o8yBwIA 密码:nf62(启服务端查看); 我制作是全屏定点360的全景页面,使用pano2vr软件制作生成html页面 1、 准备2张360度以上的图片: out.jpg 初始场景展示图; in.jpg 阅读全文
摘要:
git笔记:git初始项目步骤: $ git init 初始化 git项目初始化{.git 隐藏目录 是git的版本库(没事别瞎改。。。。)}; $ git clone https://github.com/xxxx/xxxxx.git 从github下载到本地项目; $ git remote 查看 阅读全文
摘要:
推荐文章: gulp.js中文网 : http://www.gulpjs.com.cn/ DBPOO : http://www.dbpoo.com/getting-started-with-gulp/ Ooo_My_God : http://www.ydcss.com/archives/424 w3 阅读全文
摘要:
资料: w3c : http://www.w3school.com.cn/html5/html_5_app_cache.asp quzishen : http://blog.csdn.net/quzishen/article/details/7319703 manifest文件: 1 CACHE M 阅读全文
摘要:
demo截图: demo链接 代码: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>地图定位</title> 6 <style> 7 *,body,html{ margin:0;padd 阅读全文
摘要:
参考资料: bootstrap:http://www.bootcss.com/ 汤姆大叔的博客: 《深入理解Bootstrap》http://item.jd.com/11462962.html 截图: 屏幕大于970px: 屏幕小于970px大于750px: ` 小于780px: 页面代码: 1 < 阅读全文
摘要:
quirejs : http://www.requirejs.cn/ 叶小钗 : http://www.cnblogs.com/yexiaochai/p/3214926.html app.js 展示: logo.js 展示: requirejs 模块可以转成commonjs 模块 head.js 展 阅读全文