码迷,mamicode.com
首页 >  
搜索关键字:built-in functions    ( 2913个结果
Arrow functions (Function) – JavaScript 中文开发手册
[JavaScript 中文开发手册Arrow functions (Function) - JavaScript 中文开发手册箭头函数表达式的语法比函数表达式更短,并且不绑定自己的this,arguments,super或new.target。这些函数表达式最适合用于非方法函数,并且它们不能用作构... ...
分类:编程语言   时间:2020-07-06 21:38:11    阅读次数:73
Javascript 箭头函数,大括号与return的省略问题
参考官方文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 其中说: // 当箭头函数的函数体只有一个 `return` 语句时,可以省略 `return` 关键 ...
分类:编程语言   时间:2020-07-06 13:13:50    阅读次数:129
一些需要禁用的PHP危险函数(disable_functions)
phpinfo() 功能描述:输出 PHP 环境信息以及相关的模块、WEB 环境等信息。 危险等级:中 passthru() 功能描述:允许执行一个外部程序并回显输出,类似于 exec()。 危险等级:高 exec() 功能描述:允许执行一个外部程序(如 UNIX Shell 或 CMD 命令等)。 ...
分类:Web程序   时间:2020-07-06 11:21:28    阅读次数:73
QOpenGLWidget 揭秘
QOpenGLWidget 揭秘 From QWidget to QOpenGLWidget xxxGL() Functions How to render? QWidget Review QOpenGLWidget ApplicationQOpenGLWidget Exploration Simp ...
分类:其他好文   时间:2020-07-05 21:34:03    阅读次数:119
glsl 内置数学函数
https://www.shaderific.com/glsl-functions OPENGL ES SHADING LANGUAGE BUILT-IN FUNCTIONS This is a reference for the built-in functions of the OpenGL E ...
分类:其他好文   时间:2020-07-04 13:33:31    阅读次数:287
Visual Studio Code
Visual Studio Code Homepage Free. Built on open source. Runs everywhere Tips VsCode折叠代码块快捷键 F1查看帮助->搜索fold vscode-chrome-debug vscode-chrome-debug Rea ...
分类:其他好文   时间:2020-07-04 01:47:14    阅读次数:95
DELPHI常用类型及定义单元
Controls Application (the variable not a type) Forms Beep SysUtils or Windows (different functions) CGID_EXPLORER ShlObj CN_BASE Controls CoInitialize ...
分类:Windows程序   时间:2020-07-03 15:21:59    阅读次数:129
node.js初体验
1.node是什么 Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。 其实node就是用javascript语言写 ...
分类:Web程序   时间:2020-07-02 22:07:09    阅读次数:85
Purity in My Programming: Functions in Go
原文连接 https://hackernoon.com/purity-in-my-programming-pure-functions-in-go-c21m3u2z 什么是纯函数 在程序设计中,若一个函数符合以下要求,则它可能被认为是纯函数: 此函數在相同的输入值時,需產生相同的輸出。 函數的輸出和 ...
分类:其他好文   时间:2020-07-02 22:02:58    阅读次数:50
Oracle GoldenGate 12.3.0.1.4 in Oracle 12.2 之05 ( Data Transformation )
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
2913条   上一页 1 ... 4 5 6 7 8 ... 292 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!