Sun
Sun
- 技术 - [w3ctech长沙站第12期技术分享会](http://www.w3ctech.com/event/56) - [基于node.js实现前后端分离](http://yalishizhude.github.io/2016/04/19/front-back-separation/) - [GET vs POST](http://pinggod.com/2016/GET-vs-POST/) - [我的 Vue.js 之旅](https://github.com/f2e-journey/xueqianban/issues/5) - [Vue.js 的组件化编程](http://zhuanlan.zhihu.com/p/20773378) - [为什么 [] == ![]; 结果会是true?](http://www.zhihu.com/question/29615998/answer/45453344) - [升级 AngularJS 1.5:新特性对比与最佳实践](http://blog.jimmylv.info/2016-03-08-introduction-of-angular-new-features-by-examples/) - [Webpack 一探究竟](http://mp.weixin.qq.com/s?__biz=MjM5MTA1MjAxMQ==&mid=2651220238&idx=1&sn=ebdba528f199e10f6b273c3a6fd04650&scene=0#wechat_redirect)...
* 技术 - [如何看待B站 (bilibili) 开源 HTML5 播放器内核 flv.js](http://www.zhihu.com/question/51997376/answer/129065505) @Monine > An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. > > [flv.js](https://github.com/Bilibili/flv.js) works by transmuxing FLV...
* 技术 - [我的 React Native 之旅 - 从前端到全栈和全端](https://github.com/f2e-journey/xueqianban/issues/38) > 要想学好用好 React Native, 使用 React Native 来开发 App, 必须学会 **Android 开发(Java) + iOS 开发(Objective-C/Swift) + React + Web 开发的部分技能(主要是 ES6/7...
* 技术 - [边玩游戏边学 Flexbox 布局](http://gold.xitu.io/entry/5810090b8ac247005b687941) @Monine > Flexbox 布局在很大程度上解决了网页布局问题。但是实际使用的时候还是有一定的难度,因为属性太多,应用非常灵活。 > > * [CSS3 Flexbox属性可视化指南](http://www.css88.com/archives/5744) > * [FLEXBOX FROGGY](http://flexboxfroggy.com/#zh-cn) - [一道常被人轻视的前端JS面试题](http://www.cnblogs.com/xxcanghai/p/5189353.html) @Monine > ```javascript > function Foo() { > getName...
- 技术 - [前端工程师的职业发展规划](https://github.com/f2e-journey/f2e-journey/blob/master/career-planning.md) - [前端通用接口规范](https://github.com/f2e-journey/treasure/blob/master/api.md) - [网站项目目录结构规范](https://github.com/appbone/mobile-spa-boilerplate/blob/master/directory.md) - [定制图片加载失败时的样式](http://www.zhihu.com/question/27426689) - [使用 FLIP 来提高 Web 动画的性能](http://bubkoo.com/2016/03/31/high-performance-animations/) - [React Native Playground](https://rnplay.org/) - [打造H5里的“3D全景漫游”秘籍](https://isux.tencent.com/3d.html) - [H5页面快速搭建之高级字体应用实践](http://taobaofed.org/blog/2016/04/12/webfont-practice/) > - 第一种方案是通过用户输入的文字,和选择的字体,通过服务器生成对应的图片来使用。容易出现大量冗余图片,最终页面的图片请求也会增加 > - 第二种方案是通过传递字体和文字内容来获取字体文件...
- 技术 - [JavaScript奇技淫巧44招](http://forums.fami2u.com/t/javascript-44/77) > - 首次为变量赋值时务必使用var关键字 > - 从数组中随机获取成员 > > ``` javascript > var items = [12, 548 , 'a' , 2 , 5478 , 'foo' , 8852,...
- 技术 - [一个用Vue.js开发微信app界面(ios风格)的demo](https://github.com/useryangtao/vue-wechat) > 线上地址: [vue-wechat.github.io](https://vue-wechat.github.io/) - [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) > [Chrome 49+ 可用](http://caniuse.com/#search=URLSearchParams), 其他浏览器可以用 [URLSearchParams polyfill](https://github.com/WebReflection/url-search-params) > > The URLSearchParams interface defines utility methods to work with the query string...
- 技术 - [Monine's blog](https://monine.github.io) > @Monine 同学纯手工打造的 Vue Blog, 和[学前班](http://f2e-journey.github.io/xueqianban/)一样也是借用 github issues 做为博客系统 - [Angular 2.0 Final Release Now Live!](https://angular.io/) > 2.0.0 (2016-09-14) - [图解7种耦合关系](http://yanhaijing.com/program/2016/09/01/about-coupling/) > **高内聚与低耦合** > >...
最近微信公众号小程序实在太火爆了, 前面几天才开始内测, 各种尝鲜的文章已经遍布互联网了 带着强烈的好奇心, 我也玩了一把, 将[小程序开发文档](https://mp.weixin.qq.com/debug/wxadoc/dev/index.html)翻了个遍. 下面就是阅读后的一些摘要和记录 --- ## 框架 小程序开发框架的目标是通过尽可能简单、高效的方式让开发者可以**在微信中开发具有原生 APP 体验的服务**。 框架提供了自己的视图层描述语言 WXML 和 WXSS,以及基于 JavaScript 的逻辑层框架,并在视图层与逻辑层间提供了数据传输和事件系统,可以让开发者可以方便的聚焦于数据与逻辑上。 - 响应的数据绑定 - 页面管理 - 基础组件 - 丰富的 API ### 文件结构...
- 技术 - [The elements of HTML](https://rawgit.com/w3c/elements-of-html/master/index.html) > A list of HTML and XHTML elements, past and present - [Pano2VR 3D](http://www.sc.cc/360/zmc77/html5/index.html) > [Create virtual tours and interactive 360º panoramas](http://ggnome.com/pano2vr) -...