码迷,mamicode.com
首页 >  
搜索关键字:concepts    ( 369个结果
[Node.js] Creating Demo APIs with json-server
json-server makes it extremely easy to setup robust JSON apis to use for demos and proof of concepts. John walks you through the process of using pre-...
分类:Windows程序   时间:2015-01-12 23:52:43    阅读次数:221
计算机中整数加法满足结合律吗
今天看《程序设计语言概念》(Concepts of Programming Language),第七章“结合性”一节中有这么一段:某些计算机中的整数加法不具有结合性。例如,假设一个程序要计算“A + B + C + D”,其中A、C是很大的正数,B、D是绝对值很大的负数。在这种情况下,将B加到A并不...
分类:其他好文   时间:2015-01-08 17:36:55    阅读次数:250
Important Programming Concepts (Even on Embedded Systems) Part V: State Machines
Earlier articles in this series:Part I: IdempotencePart II: ImmutabilityPart III: VolatilityPart IV: SingletonsOh, hell, this article just had to be a...
分类:系统相关   时间:2015-01-07 16:42:43    阅读次数:423
C++学习笔记_01 C++ Primer chapter 1
Key Concept: TypesTypes are one of the most fundamental concepts in programming and aconcept that we will come back to over and over in this Primer. A...
分类:编程语言   时间:2015-01-04 18:40:01    阅读次数:191
[Elasticsearch] 聚合中的重要概念 - Buckets(桶)及Metrics(zh)
本章翻译自Elasticsearch官方指南的Aggregations-High-level Concepts一章。 高层概念(High-Level Concepts) 和查询DSL一样,聚合(Aggregations)也拥有一种可组合(Composable)的语法:独立的功能单元可以被混合在一起来满足你的需求。这意味着需要学习的基本概念虽然不多,但是它们的组合方式是几...
分类:其他好文   时间:2015-01-04 11:31:16    阅读次数:139
Autolayout 01
Auto Layout Concepts auto layout的基本概念是constraint(约束)。表示了你interface中的layout元素。例如,你可以创建一个约束来指定元素的宽度或者距离另一个元素的水平距离。你可以添加或者移除约束或者改变约束的属性来作用你的interface的布局。...
分类:其他好文   时间:2014-12-22 19:20:07    阅读次数:187
收藏一下大牛的数据挖掘学习经验
只是过来人,说点看法: 基础篇: 1. 读书《Introduction to Data Mining》,这本书很浅显易懂,没有复杂高深的公式,很合适入门的人。另外可以用这本书做参考《Data Mining : Concepts and Techniques》。第二本比较厚,也多了一些数据仓库方面的知...
分类:其他好文   时间:2014-12-19 00:33:49    阅读次数:264
前端好难
In many ways, I think being a front end engineer is one of the most complicated jobs in computer science. Most traditional programming concepts don’t ...
分类:其他好文   时间:2014-12-18 18:10:45    阅读次数:181
SmartGit STUDY
Git ConceptsThis section helps you to get started with Git and gives you an understanding of the fundamental Git concepts.Repository, Working Tree, Co...
分类:其他好文   时间:2014-12-15 23:28:55    阅读次数:401
【Gradle教程】第六章 构建脚本基础
6.1. Projects and tasks 项目和任务 Everything in Gradle sits on top of two basic concepts: projects and tasks. **** Gradle中的所有东西都是围绕两个基本概念:项目和任务。 Every Gradle build is made up of one or more project...
分类:其他好文   时间:2014-12-11 00:22:49    阅读次数:258
369条   上一页 1 ... 29 30 31 32 33 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!