上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页
摘要: https://css-tricks.com/almanac/properties/t/transition/ The transition property is a shorthand property used to represent up to four transition-relate 阅读全文
posted @ 2016-04-13 11:27 枪侠 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 匿名函数 // calculator.js(function(root) { var calculator = { sum: function(a, b) { return a + b; } }; root.Calculator = calculator;})(this);// app.jscons 阅读全文
posted @ 2016-04-11 17:18 枪侠 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 重写Binder的onTransact方法 you need to do that in Binder#onTransact method, this is a good place for any remote checks – pskink Feb 10 at 17:58 The descrip 阅读全文
posted @ 2016-04-11 16:11 枪侠 阅读(259) 评论(0) 推荐(0) 编辑
摘要: JavaScript is a general purpose programming language that was introduced as the page scripting language for Netscape Navigator. It is still widely bel 阅读全文
posted @ 2016-04-07 11:14 枪侠 阅读(263) 评论(0) 推荐(0) 编辑
摘要: mac下安装exuberant ctags mac 下自带ctags但是功能有限,要使用一些常用的功能需要安装exuberant ctags 下载exuberant ctags 安装exuberant ctags ./configuremakesudo make install 更改PATH,用ex 阅读全文
posted @ 2016-04-05 22:31 枪侠 阅读(755) 评论(0) 推荐(0) 编辑
摘要: export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node 本文主要介绍最近自己碰到的几个坑以及搜索到的相应解决方案: 如何快速搭建 Node.js 开发环境. 使用 npm 安装一些包速度很慢或者失败. github 无法打开或 阅读全文
posted @ 2016-04-05 13:52 枪侠 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 网页布局(layout)是CSS的一个重点应用。 布局的传统解决方案,基于盒状模型,依赖 display属性 + position属性 + float属性。它对于那些特殊布局非常不方便,比如,垂直居中就不容易实现。 2009年,W3C提出了一种新的方案 Flex布局,可以简便、完整、响应式地实现各种 阅读全文
posted @ 2016-04-04 09:30 枪侠 阅读(292) 评论(0) 推荐(0) 编辑
摘要: https://scotch.io/tutorials/an-introduction-to-mongodb MongoDB的安装有好多种安装方法,有普通青年的HomeBrew方式,也有文艺青年的源码编译方式。我只想快速的装起来用一下,所以我选最简单的HomeBrew。 请参考官方文档 : http 阅读全文
posted @ 2016-04-02 22:22 枪侠 阅读(213) 评论(0) 推荐(0) 编辑
摘要: https://medium.com/the-graphqlhub/your-first-graphql-server-3c766ab4f0a2#.n88wyan4e 0.问题来了 DT 时代,各种业务依赖强大的基础数据平台快速生长,如何高效地为各种业务提供数据支持,是所有人关心的问题。 现有的业务 阅读全文
posted @ 2016-04-02 20:53 枪侠 阅读(7539) 评论(1) 推荐(1) 编辑
摘要: 先run build,然后用node server.js来做 WebStorm 11 adds support for debugging client-side apps built with Webpack, though you need to configure the mappings a 阅读全文
posted @ 2016-04-02 20:09 枪侠 阅读(2117) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页