上一页 1 ··· 379 380 381 382 383 384 385 386 387 ··· 491 下一页
摘要: .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-... 阅读全文
posted @ 2016-12-02 17:29 Zhentiw 阅读(263) 评论(0) 推荐(0)
摘要: Functions are an important building block in Elm. In this lesson we will review stateless functions, function composition, anonymous functions, Curryi 阅读全文
posted @ 2016-12-02 17:08 Zhentiw 阅读(217) 评论(0) 推荐(0)
摘要: Learn the benefits of running one-off, short-lived Docker containers. Short-Lived containers are useful to execute one-line commands or setup schedule 阅读全文
posted @ 2016-12-02 02:34 Zhentiw 阅读(214) 评论(0) 推荐(0)
摘要: In this lesson, we'll find out the basics of running Docker containers. We'll go over how to download images from Docker Hub, what happens when you st 阅读全文
posted @ 2016-12-02 02:26 Zhentiw 阅读(788) 评论(0) 推荐(0)
摘要: Learn the basics of downloading and pulling Docker images from Docker Hub. Learn the difference between default tags and version specific tags. Also l 阅读全文
posted @ 2016-12-02 01:50 Zhentiw 阅读(353) 评论(0) 推荐(0)
摘要: Command line arguments are often used to modify the behavior of an application or specify needed parameters for operation. In this lesson, you will le 阅读全文
posted @ 2016-12-02 01:43 Zhentiw 阅读(529) 评论(0) 推荐(0)
摘要: const needs = ['wifi', 'shower', 'laundry']; const homes = [{ name: 'Home 1', wifi: 'y', shower: 'y', laundry: 'y', metro: 'n', balcony: 'y', fireplace: 'n', pool: 'y' }, { name: '... 阅读全文
posted @ 2016-11-30 06:07 Zhentiw 阅读(513) 评论(0) 推荐(0)
摘要: Before writing any Elm we need to first install the runtime locally. In this lesson we install the Elm runtime locally and set up a simple application 阅读全文
posted @ 2016-11-29 21:04 Zhentiw 阅读(225) 评论(0) 推荐(0)
摘要: In this lesson, you will learn how to use the Formidable nodejs-dashboard event loop delay to identify expensive operations in your code. An example a 阅读全文
posted @ 2016-11-29 20:32 Zhentiw 阅读(404) 评论(0) 推荐(0)
摘要: Realm is an ACID compliant object database. In this lesson, you will learn how to install Realm, define schemas for your data, perform CRUD operations 阅读全文
posted @ 2016-11-28 21:29 Zhentiw 阅读(476) 评论(0) 推荐(0)
上一页 1 ··· 379 380 381 382 383 384 385 386 387 ··· 491 下一页