原文连接 https://hackernoon.com/purity-in-my-programming-pure-functions-in-go-c21m3u2z 什么是纯函数 在程序设计中,若一个函数符合以下要求,则它可能被认为是纯函数: 此函數在相同的输入值時,需產生相同的輸出。 函數的輸出和 ...
分类:
其他好文 时间:
2020-07-02 22:02:58
阅读次数:
50
1.Date Functions 【DATENOW()】 GGSCI (xag131) 3> view params RT002 REPLICAT RT002 SETENV (ORACLE_SID='CDB1') DBOPTIONS INTEGRATEDPARAMS(parallelism 6) U ...
分类:
数据库 时间:
2020-07-01 00:22:51
阅读次数:
74
1、编写脚本selinux.sh,实现开启或禁用SELinux功能 [root@centos7 scripts]# cat selinux.sh #!/bin/bash . /etc/init.d/functions STATUS=`getenforce` start(){ [ $STATUS != ...
分类:
其他好文 时间:
2020-06-28 22:32:22
阅读次数:
77
1.oracle 用户环境: 主库: [oracle@hzmtx admin]$ cat ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi ...
分类:
数据库 时间:
2020-06-28 00:20:49
阅读次数:
82
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 1. ()=>{c} 无参数return c a=>{c} 一个参数a return c (a,b)=>{c} 两个 ...
分类:
其他好文 时间:
2020-06-26 22:36:39
阅读次数:
82
一、简单聚合 1.1 数据准备 // 需要导入 spark sql 内置的函数包 import org.apache.spark.sql.functions._ val spark = SparkSession.builder().appName("aggregations").master("lo ...
分类:
数据库 时间:
2020-06-26 18:03:35
阅读次数:
58
第五空间智能安全大赛-web hate-php : 进入题目,发现入下的代码; 看到过滤了很多东西;但是由提示我们也可以知道我们需要读取的文件就是flag.php文件;但是这里有个问题,get_defined_functions()函数它将获取所有已定义的函数,包括内置(internal) 和用户定 ...
分类:
Web程序 时间:
2020-06-26 12:49:16
阅读次数:
344
题记:昨晚在一个技术社区直播分享了“利用Azure Functions和k8s构建Serverless计算平台”这一话题。整个分享分为4个部分:Serverless概念的介绍、Azure Functions的简单介绍、k8s和KEDA的介绍和最后的演示。ServerlessServerless其实包... ...
分类:
其他好文 时间:
2020-06-18 13:25:56
阅读次数:
60
方法: # django官网提供的一个orm语法 from django.db.models.functions import TruncMonth -官方提供 from django.db.models.functions import TruncMonth Sales.objects .anno ...
分类:
其他好文 时间:
2020-06-12 00:59:52
阅读次数:
60
练习过程中的随手记,很多问题也未深究,,简单问题可能直接贴改完之后的代码,..分享出来,若能帮助大家,意外乐趣 functions1.rs // functions1.rs // Make me compile! Execute `rustlings hint functions1` for hin ...
分类:
其他好文 时间:
2020-06-11 13:46:16
阅读次数:
45