码迷,mamicode.com
首页 >  
搜索关键字:functional programming    ( 5069个结果
Programming Concepts: Static vs. Dynamic Type Checking
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:03:39    阅读次数:6
Programming Concepts: Type Introspection and Reflection
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:02:41    阅读次数:5
基于 Spring functional 的Secured Kafka (kerberos) configuration
基于kerberos 加密的kafka消息我们在用spring binder链接的时候配置应当如下: #input spring.cloud.stream.bindings.process-in-0.destination=input-topic spring.cloud.stream.bindin ...
分类:编程语言   时间:2020-11-25 12:45:59    阅读次数:10
AOP(Aspect Oriented Programming:面向切面编程)
@Aspect注解将表示它是一个切面@Component表示它是一个Spring的组件 切片Aspect,既然Spring那么支持AOP,就肯定都能拿。有人会问如何拿原始的HTTP请求和响应的信息,通过以下代码应该拿得到啊哈哈哈哈ServletRequestAttributes attributes ...
分类:Web程序   时间:2020-11-25 12:05:49    阅读次数:12
ACS130 Introduction to Systems
ACS130 Introduction to Systems Engineering and SoftwareIndividual C Programming Assignment 1Assignment weighting: 10% of module markAssignment release ...
分类:其他好文   时间:2020-11-19 12:12:45    阅读次数:5
动态规划入门
1.动态规划的概念及理解 动态规划(Dynamic Programming,DP)是运筹学的一个分支,是求解决策过程最优化的过程。我的个人理解如下:将一个复杂的大问题拆分成若干个小问题并求出这些小问题的解,记录下来。最后借由这些小问题的解推导出原始大问题的答案。 2.示例 2.1 上台阶 共十级台阶 ...
分类:其他好文   时间:2020-11-16 12:57:23    阅读次数:8
JavaSE---Concurrency
1、Processes and Threads In concurrent programming, there are two basic units of execution: processes and threads.(并发程序中,有2个基本的执行单位:进程、线程) 1.1、Processe ...
分类:编程语言   时间:2020-11-12 13:23:54    阅读次数:6
01函数式编程概念
Functional Programing FP 函数式编程中的函数不是指程序中的函数,而是指数学中的映射关系 Y=fn(X) .同一个X始终对应同一个Y。是对运算过程中进行抽象。 相同的输入始终得到相同输出。 纯函数的好处 可以缓存纯函数的结果。相同输入返回相同输出的特性 自定义缓存函数memoi ...
分类:其他好文   时间:2020-11-11 15:51:21    阅读次数:5
7个有益的编程习惯
7个有益的编程习惯BartlomiejKaralus,目前是Zonal的资深Web开发工程师,Zonal提供零售行业的数据分析系统解决方案。本文由魏佳翻译,原文链接:https://dev.to/binarforge/seven-useful-programming-habits我最近一直在阅读关于“如何培养习惯”的书籍。阅读并消化之后,我不禁开始思考,目前我有哪些习惯。其中一些是生活方面的,另一
分类:其他好文   时间:2020-11-07 15:44:55    阅读次数:14
ue xcode debug shader
https://docs.unrealengine.com/en-US/Programming/Rendering/ShaderDevelopment/ShaderCompileProcess/index.html Engine/Config/ConsoleVariables.ini 这两个个注释打 ...
分类:其他好文   时间:2020-10-26 11:27:47    阅读次数:19
5069条   上一页 1 ... 4 5 6 7 8 ... 507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!