码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
vscode常用插件
1.主题插件 经多个主题使用,最终使用Solarized Dark,还是有部分改动,在setting文件中自定义部分颜色, "[Solarized Dark]": { "functions": "#d8ca04dc", "types": "#08c48cfd", "comments": "#5ed1 ...
分类:其他好文   时间:2020-07-16 21:23:26    阅读次数:56
大数据之数据存Hbase
package com.sjw.flink import org.apache.flink.configuration.Configurationimport org.apache.flink.streaming.api.functions.sink.{RichSinkFunction, SinkF ...
分类:其他好文   时间:2020-07-10 00:43:32    阅读次数:74
大数据之输出报警信息
package com.sjw.flink import org.apache.flink.api.common.state.{ValueState, ValueStateDescriptor}import org.apache.flink.streaming.api.functions.Keyed ...
分类:其他好文   时间:2020-07-10 00:31:17    阅读次数:114
大数据之统计最低温度
package com.sjw.flink import org.apache.flink.streaming.api.TimeCharacteristicimport org.apache.flink.streaming.api.functions.timestamps.BoundedOutOfO ...
分类:其他好文   时间:2020-07-10 00:16:33    阅读次数:80
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
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
1849条   上一页 1 2 3 4 5 6 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!