上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: MUI,则是一款可用开发高性能App的框架,也是目前最接近原生App效果的框架之一,可以有效解决上述问题,同时体积也小。目前MUI已经开源,采用MIT协议。 阅读全文
posted @ 2015-04-05 19:37 Coca-code 阅读(223) 评论(0) 推荐(0)
摘要: 一.基础知识:1.视频格式H.264,音频格式AAC;2.传统直播协议有RTMP,RTSP,MMS... ...3.苹果系统协议是HLS,苹果视频格式是M3U8格式;通过该协议将资源视频分割成很小的视频供直播端不停地下载,小视频格式是MPEG-TS格式;二.技术步骤1.采集视频源和音频源的数据(Di... 阅读全文
posted @ 2015-03-12 17:20 Coca-code 阅读(172) 评论(0) 推荐(0)
摘要: 一.ms-if 显示与隐藏 ,与ms-visible相同,但是性能好。二.数据缓存。ms-data-*console.log(this[***]);三.属性操作。ms-class 类名操作; 表单值操作 ms-duplex; 元素固有属性处理 ms-attr;元素自定义属性管理 ms-href;元素... 阅读全文
posted @ 2015-02-26 11:59 Coca-code 阅读(137) 评论(0) 推荐(0)
摘要: 一.ms-controller 可以相互嵌套的作用域ms-impotant 不可以相互嵌套的作用域ms-skip 不应用任何view-model属性的作用域二.1.插值表达式 {{a}},{{a|b}}2.绑定属性 ms-text,ms-value,ms-html3.过滤器 html upperCa... 阅读全文
posted @ 2015-02-25 18:12 Coca-code 阅读(125) 评论(0) 推荐(0)
摘要: fekit 是国内去哪儿网站开发的一套前端开发工具, 其中包含了本地开发支持环境静态文件编译 css / js组件源服务开发辅助工具等fekit所有源码全部使用coffeescript开发bin - 放置可执行文件lib - 执行代码(编译结果,请不要修改)src - 源码test - 单元测试te... 阅读全文
posted @ 2015-02-25 15:43 Coca-code 阅读(145) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-02-14 17:16 Coca-code 阅读(157) 评论(0) 推荐(0)
摘要: @charset "utf-8";html,body{background:#f0f0f0;color:#505050;font-size:62.5%;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webki... 阅读全文
posted @ 2015-01-03 15:18 Coca-code 阅读(229) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-12-29 21:37 Coca-code 阅读(100) 评论(0) 推荐(0)
摘要: Avalon是一款迷你的MVVM框架,其API设计非常简单易用,兼容IE6-8,更好维护,大大提高生产力,并且另有特殊版本支持移动开发。现已在去哪儿网,百度,盛大等大公司使用。 阅读全文
posted @ 2014-12-27 17:30 Coca-code 阅读(129) 评论(0) 推荐(0)
摘要: body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padd... 阅读全文
posted @ 2014-12-24 22:26 Coca-code 阅读(159) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页