英文原文:Non-functional Requirements in Architectural Decision Making 本文由《IEEE Software》杂志首发,现在由InfoQ和IEEE Computer Society联合向您呈现。 在软件工程中,非功能性需求(nonfuncti ...
分类:
其他好文 时间:
2016-10-21 10:57:45
阅读次数:
220
与我们大多数人想象的不同,DTrace用于MySQL时不需对MySQL做任何更改。DTrace最强大的“提供器”(provider,是一组可观测的探测器)是FBT(Functional Boundary Tracing,函数边界跟踪)提供器。我们可以把它与PID提供器结合起来,用于深入观测userl ...
分类:
数据库 时间:
2016-10-16 19:09:01
阅读次数:
253
main.cpp #include <iostream> #include <vector> #include <chrono> #include <functional> #include "ThreadPool.h" #include <omp.h> class CA { int a = 1; ...
分类:
编程语言 时间:
2016-10-08 13:18:43
阅读次数:
239
在java8里面新增了functionalinterface这个概念。并且添加了新的annotation@FunctionalInterfaceI1什么是functionalinterface函数式接口了?functionalinterface:functionalinterfaceonlyhave1abstractmethod。这就是函数接口的定义。简单明白,函数接口其实就是一个抽象方法的..
分类:
编程语言 时间:
2016-10-06 01:07:55
阅读次数:
192
本文是函数式Ruby编程的学习笔记。 1.Ruby中的迭代方法(如each, map)需要与Block配合使用,那么如何获得Block呢? 直接使用{}或do ... end 将Proc或Method对象转化为Block. &proc_name/&:method_name => block 获得Pr ...
分类:
其他好文 时间:
2016-10-04 20:43:47
阅读次数:
154
Slick (Scala language-integrated connection kit)是scala的一个FRM(Functional Relational Mapper),即函数式的关系数据库编程工具库。Slick的主要目的是使关系数据库能更容易、更自然的融入函数式编程模式,它可以使使用者 ...
分类:
其他好文 时间:
2016-09-21 11:28:09
阅读次数:
151
如今的C++已经是个多重泛型编程语言(multiparadigm programming lauguage),一个同时支持过程形式(procedural)、面向对象形式(object-oriented)、函数形式(functional)、泛型形式(generic)、元编程形式(metaprogram ...
分类:
编程语言 时间:
2016-09-09 00:50:08
阅读次数:
227
Learning F#Functional programming languages need a different approach学习F#函数式编程语言需要不同的学习方法 Functional languages are very different from standard impera ...
分类:
其他好文 时间:
2016-08-31 12:08:30
阅读次数:
140
We'll learn how to take advantage of Ramda's automatic function currying and data-last argument order to combine a series of pure functions into a lef ...
分类:
Web程序 时间:
2016-08-24 06:38:50
阅读次数:
305