2016年12月18日

摘要: 命名: let numberOfDogs = 6 +2; 字符串连接: let finishedMessage = username + "xx" + password; 字符串打印值: let food = "i like\(favoriteFood) because it is\(reason) 阅读全文
posted @ 2016-12-18 12:36 I'm new 阅读(128) 评论(0) 推荐(0) 编辑
 

2016年7月3日

摘要: 从昨天开始:2016年7月日,早晨用时1+2个小时左右,最开始还怀疑自己能否解决,但是最终还是自己解决, 所以下次遇到问题,最好还是尽量尝试自己解决。 1.css在设计的时候,一定要把父元素的长宽高指定。 2.设置rem时,是对html的设置 3./*注意:.scroll-list li 或索引到所 阅读全文
posted @ 2016-07-03 18:21 I'm new 阅读(113) 评论(0) 推荐(0) 编辑
 

2016年6月25日

摘要: 今天经过一天超过8小时的实践,有很多CSS上的细节需要注意: 1, 2.选择器的优先级 3.动画的设置 需要设置一个初始状态和结束状态, 全部代码: 1.index.html 2.index.css 3.index.js 阅读全文
posted @ 2016-06-25 20:03 I'm new 阅读(973) 评论(0) 推荐(0) 编辑
 
摘要: index.html index.css index.js 阅读全文
posted @ 2016-06-25 13:47 I'm new 阅读(228) 评论(0) 推荐(0) 编辑
 

2016年6月24日

摘要: 参考网址:http://www.cnblogs.com/leejersey/p/3662612.html 阅读全文
posted @ 2016-06-24 21:47 I'm new 阅读(116) 评论(0) 推荐(0) 编辑
 
摘要: 增加操作栏,使用felxbox居中,felx相关参考网址:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html 使用webFont添加图标,webFont下载地址为http://fontello.com/ index.html: index 阅读全文
posted @ 2016-06-24 21:36 I'm new 阅读(206) 评论(0) 推荐(0) 编辑
 

2016年6月23日

摘要: 框架采用cordova,android编译环境为android studio.系统为mac,cordova 环境搭建参考网址:http://cordova.apache.org/docs/en/5.0.0/cordova/plugins/pluginapis.html#Plugin%20APIs 1 阅读全文
posted @ 2016-06-23 16:53 I'm new 阅读(922) 评论(0) 推荐(0) 编辑
 

2016年6月21日

摘要: index.css: index.js: 阅读全文
posted @ 2016-06-21 20:08 I'm new 阅读(512) 评论(0) 推荐(0) 编辑
 
摘要: 1.尽量单页面开发 2.慎重选择前端UI框架,新手最好自己动手。 3.动画特效达到60fps 4.长度单位是用rem,即字体的宽度,字体宽度可根据 window.width/number. 阅读全文
posted @ 2016-06-21 20:00 I'm new 阅读(161) 评论(0) 推荐(0) 编辑
 

2016年6月19日

摘要: 一个移动app需要原声和html集成框架如cordova。 再者需要一个移动UI框架,就可以开发移动app.如下是一些国外常用的UI框架 http://tutorialzine.com/2015/10/comparing-the-top-frameworks-for-building-hybrid- 阅读全文
posted @ 2016-06-19 19:29 I'm new 阅读(353) 评论(0) 推荐(0) 编辑