菜园前端 菜园前端
1年前
什么是函数式编程?
原文链接:什么是函数式编程?函数式编程(FunctionalProgramming,FP)就是利用纯函数实现细粒度的函数,然后再通过函数的组合把细粒度的函数组合成功能更强大的函数。函数式编程中的"函数"不是程序中的函数(方法),而是数学中的函数(映射关系)
Stella981 Stella981
3年前
SpringBoot2.0整合Quartz实现动态设置定时任务时间
一.  引入依赖<!引入quartz依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterquartz</artifactId</d
Stella981 Stella981
3年前
Spring Boot整合redis
一、添加依赖<!SpringBoot整合redis的依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter
Stella981 Stella981
3年前
CentOS7 docker
本地CentOS依赖包下载(有网络环境)yum只下载不安装依赖包$yuminstalldownloadonlydownloaddir/root/download<packagename创建依赖包所在的yumrepo目录$mkdir
Easter79 Easter79
3年前
SpringBoot项目集成cas单点登录
添加依赖添加casclient依赖<dependency<groupIdnet.unicon.cas</groupId<artifactIdcasclientautoconfigsupport</artifactId
Stella981 Stella981
3年前
SpringBoot项目集成cas单点登录
添加依赖添加casclient依赖<dependency<groupIdnet.unicon.cas</groupId<artifactIdcasclientautoconfigsupport</artifactId
Easter79 Easter79
3年前
SpringBoot2.0整合Quartz实现动态设置定时任务时间
一.  引入依赖<!引入quartz依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterquartz</artifactId</d
Stella981 Stella981
3年前
Python基础(六)
1函数1.1函数的分类函数可以分成三种:内置函数(BIF):解释器中内置的函数,可以直接通过函数名调用,如len().模块函数:定义在模块中的函数,通过模块名调用,如math.sin().用户自定义函数.1.2函数与方法函数是指在类外定义的,可以独立调用的
Stella981 Stella981
3年前
JavaScript学习总结(3)——JavaScript函数(function)
一、函数基本概念  为完成某一功能的程序指令(语句)的集合,称为函数。二、JavaScript函数的分类  1、自定义函数(我们自己编写的函数),如:functionfunName(){}  2、系统函数(JavaScript自带的函数),如alert函数。三、函数的调用方式
京东云开发者 京东云开发者
6个月前
库存领域核心能力--库存预占 建设实践
前言当我初次接触高可用这个概念的时候,对高可用的【少依赖原则】和【弱依赖原则】的边界感模糊,甚至有些“傻傻分不清楚”。这两个原则都关注降低模块之间的依赖关系,但它们之间的确存在某些差异。那么,「少依赖原则」和「弱依赖原则」它们之间本质的区别究竟是啥?少依赖