上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: How to dispatch a Redux action with a timeout? Q I have an action that updates notification state of my application. Usually this notification will be 阅读全文
posted @ 2016-04-29 14:03 枪侠 阅读(793) 评论(0) 推荐(0) 编辑
摘要: Tutorial: https://hulufei.gitbooks.io/react-tutorial/content/jsx-in-depth.html 阅读全文
posted @ 2016-04-29 10:29 枪侠 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://kadira.io/blog/graphql/initial-impression-on-relay-and-graphql http://graphql.org/blog/subscriptions-in-graphql-and-relay/ Facebook recently m 阅读全文
posted @ 2016-04-28 16:17 枪侠 阅读(294) 评论(0) 推荐(0) 编辑
摘要: http://sentsin.com/ 尽管今日的JavaScript已经突飞猛进,但JS的许多特性仍然保留,以下题目并不是有意设坑,许多地方将验证你的JS底细,如果错了一半,请别告诉我你从事前端。 "object" "array" "arguments" "undefined" "number" 阅读全文
posted @ 2016-04-28 10:55 枪侠 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 字体的选择,是网页开发的关键因素之一。 合适的字体,对网页的美观度(或可读性)有着举足轻重的影响。 但是,相比英文字体,中文字体的网页开发有着极大的局限性。因为,一套中文字体最少也要有几千个字符,体积为几个MB;单单为了浏览网页,开发者不可能让用户去下载字体,只能依靠操作系统的预装字体。(*注:确实 阅读全文
posted @ 2016-04-23 16:44 枪侠 阅读(259) 评论(0) 推荐(0) 编辑
摘要: https://scotch.io/tutorials/easy-node-authentication-setup-and-local https://scotch.io/tutorials/upgrading-our-easy-node-authentication-series-to-expr 阅读全文
posted @ 2016-04-22 18:27 枪侠 阅读(175) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/haogj/p/3985438.html 概览 从 Express 3 到Express 4 是一个巨大的变化,这意味着现存的 Express 3 应用在不更新依赖的情况下将不能工作。 这篇文章涵盖一下内容: Express 4 中的变化 一个从 Exp 阅读全文
posted @ 2016-04-16 17:03 枪侠 阅读(431) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/dasn/articles/3716055.html 刚刚给博客加了一个500px相册插件,lightbox引入了很多js文件和css文件,页面一下子看起来非常臃肿,所以还是把Gzip打开了。 环境:Debian 6 1、Vim打开Nginx配置文件 v 阅读全文
posted @ 2016-04-16 16:36 枪侠 阅读(840) 评论(0) 推荐(0) 编辑
摘要: http://www.w3cplus.com/css3/learning-to-use-the-before-and-after-pseudo-elements-in-css.html 如果你一直密切关注着各种网页设计的博客,你可能已经注意到了:before和:after伪元素已经在前端开发中获得了 阅读全文
posted @ 2016-04-13 14:09 枪侠 阅读(165) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/polk6/p/3142187.html CSS float 浮动属性 CSS float 浮动属性 本篇主要介绍float属性:定义元素朝哪个方向浮动。 目录: 1. 页面布局方式:介绍文档流、浮动层以及float属性。 2. float:left : 阅读全文
posted @ 2016-04-13 13:47 枪侠 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页