1、some 如果数组中至少有一个元素满足测试函数,则返回 true,否则返回 false。 2、filter 将所有在过滤函数中返回 true 的数组元素放进一个新数组中并返回。 3、find 找到第一个满足测试函数的元素并返回那个元素的值,如果找不到,则返回 undefined。 4、reduc ...
分类:
编程语言 时间:
2017-12-02 17:35:32
阅读次数:
137
+:算符的加法;连接字符串 加法会将其它类型的值,自动转为字符串,然后再进行连接运算! JavaScript中有9个运算符: +(加法:Addition),-(加法:Subtraction),*(乘法:Multiplication),/(除法:Division),%(取余:Remainder),++ ...
分类:
编程语言 时间:
2017-12-01 11:44:04
阅读次数:
287
The Object.entries() function is an addition to the ECMAscript scpec in Es2017. This allows us to iterate through the properties of an object and read ...
分类:
其他好文 时间:
2017-11-29 22:42:39
阅读次数:
150
1. 新增安装扩展模块的位置 [root@node_22 ~]# ls /usr/local/php7/lib/php/extensions/no-debug-non-zts-20151012/ opcache.a opcache.so swoole.so 2. 所有可用模块位置 [root@nod ...
分类:
Web程序 时间:
2017-11-22 20:20:29
阅读次数:
271
DNS简介 1. DNS的出现及演化 2.DNS概述入门 3、DNS域名解析过程 首先,客户端现在本地缓存查找有没有域名缓存,如果没有,客户端发送DNS请求翻译IP地址或主机名,DNS服务器在收到客户机的请求后: (1)检查DNS服务器的缓存,若查到请求的地址或名字,即向客户机发出应答信息 (2)若 ...
分类:
其他好文 时间:
2017-11-19 11:15:46
阅读次数:
199
[intrinsic column flags] (基本字段类型标识) - PK: primary key (column is part of a pk) 主键 - NN: not null (column is nullable) 非空 - UQ: unique (column is part ...
分类:
数据库 时间:
2017-11-16 17:15:14
阅读次数:
163
安装virtualBox工具包 virtualBox有如下功能: 目前要安装一些软件,主要需要用到共享文件功能,就不必每次拷贝了。希望从虚拟机的linux系统下能看到windows系统中指定路径下的文件。例如:jdk-8u111-linux-x64.rpm等。进行如下的操作: 挂载:VirtualB ...
分类:
其他好文 时间:
2017-11-14 14:14:06
阅读次数:
265
What is the purpose of the RMAN recovery catalog? (Choose all that apply.)A. It must be used because all RMAN-related backup and recovery metadata inf ...
分类:
其他好文 时间:
2017-11-09 19:40:00
阅读次数:
123
Crypto.h以及Crypto.cpp Crypto.h 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646 ...
分类:
编程语言 时间:
2017-11-07 18:12:28
阅读次数:
143
PL/SQL Developer import and export database method and illustrate HOW WELL DO YOU KNOW THE APPLE UNIVERSE? In 2015, Apple became the first company wor ...
分类:
数据库 时间:
2017-11-03 00:13:08
阅读次数:
202