码迷,mamicode.com
首页 >  
搜索关键字:built-in functions    ( 2913个结果
Flink之Stateful Operators
Implementing Stateful Functions source function的stateful看官网,要加lock Declaring Keyed State at the RuntimeContext state可通过 rich functions 、Listcheckpoint ...
分类:其他好文   时间:2018-12-22 22:40:57    阅读次数:692
绕过disable_functions执行命令实验
绕过disable_functions执行命令实验 看下disable函数,所有命令函数都被禁用: 编译64位共享库: 命令成功执行: 参考链接: "https://www.freebuf.com/articles/web/192052.html" "https://www.t00ls.net/th ...
分类:其他好文   时间:2018-12-21 22:39:18    阅读次数:466
通过yum升级gcc/g++至版本4.8.2
最近在坐一个日期处理的问题,需要安装sxtwl模块,但是gcc版本4.7死活也安装不上,最后测试到只能升级gcc版本到4.8才得以解决 [root@123 bin]# gcc -vUsing built-in specs.Target: x86_64-redhat-linuxThread model ...
分类:其他好文   时间:2018-12-20 11:58:05    阅读次数:271
iOS之关于Architectures设置及Build Active Architecture Only编译设置
一,前言 最近在帮朋友解决极光报错的提示:“file was built for archive which is not the architecture being linked (i386)”时,涉及到Build Active Architecture Only设置问题。所以又重新温习了一下, ...
分类:移动开发   时间:2018-12-20 01:01:51    阅读次数:368
Constructing continuous functions
This post summarises different ways of constructing continuous functions, which are introduced in Section 18 of James Munkres “Topology”.Constant func... ...
分类:其他好文   时间:2018-12-19 18:40:24    阅读次数:115
James Munkres Topology: Sec 18 Exer 12
Theorem 18.4 in James Munkres “Topology” states that if a function \(f : A \rightarrow X \times Y\) is continuous, its coordinate functions \(f_1 : A ...
分类:其他好文   时间:2018-12-18 22:38:34    阅读次数:183
DB-MySQL:MySQL 函数
1、 http://www.runoob.com/mysql/mysql-functions.html 2、 ...
分类:数据库   时间:2018-12-18 19:43:32    阅读次数:218
列表与字符串转换
Because list is the name of a built-in function, you should avoid using it as a variable name. I also avoid l because it looks too much like 1. So tha ...
分类:其他好文   时间:2018-12-18 12:14:08    阅读次数:161
<Python>判断变量是否是DataFrame 或者 Series
https://stackoverflow.com/questions/14808945/check-if-variable-is-dataframe Use the built-in isinstance() function. ...
分类:编程语言   时间:2018-12-18 02:31:38    阅读次数:362
cs231n 批量归一化的参数优化
1. 机器学习流程简介 1)一次性设置(One time setup) - 激活函数(Activation functions) - 数据预处理(Data Preprocessing) - 权重初始化(Weight Initialization) - 正则化(Regularization:避免过拟合 ...
分类:其他好文   时间:2018-12-17 23:58:21    阅读次数:589
2913条   上一页 1 ... 43 44 45 46 47 ... 292 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!