编解码 ASCII:1字节,0-255 GBK2313:常用的汉字,2万多个 GBK:对GBK2313的补充,支持藏文,2个字节表示一个汉字 big5:台湾,繁体字 unicode:万国码,2-4字节,只是在内存中使用,传输或者保存时要编码 UTF:Unicode transformation fo ...
分类:
编程语言 时间:
2019-10-01 22:50:06
阅读次数:
142
ETL概述 ETL(Extraction-Transformation-Loading)是将业务系统的数据经过抽取、清洗转换之后加载到数据仓库的过程,目的是将企业中的分散、零乱、标准不统一的数据整合到一起,为企业的决策提供分析依据, ETL是BI(商业智能)项目重要的一个环节。 数据治理流程 数据挖 ...
分类:
其他好文 时间:
2019-09-27 19:00:02
阅读次数:
117
On a mysterious island there are creatures known as Quxes which come in three colors: red, green, and blue. One power of the Qux is that if two of the ...
分类:
其他好文 时间:
2019-09-14 10:30:32
阅读次数:
110
Flink的编程模型
1、获取Flink上下文;
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
2、加载、创建数据;
DataSet
3、数据转换;
Transformation
4、数据结果存放;
5、触发执行。...
分类:
其他好文 时间:
2019-09-10 00:30:27
阅读次数:
132
Cost-based query transformation in Oracle Enhanced Subquery Optimizations in Oracle Cost-based query transformation in Oracle 本文介绍Oracle的查询优化框架, 先描述,O ...
分类:
数据库 时间:
2019-08-27 20:53:47
阅读次数:
177
相同 都是对分区进行操作 不同 1、foreachpartition是Action操作,mappartition是Transformation操作 2、foreachpartition无返回值,mappartition有返回值 3、foreachpartition一般都是在程序末尾比如说要落地数据到 ...
分类:
移动开发 时间:
2019-08-24 23:14:33
阅读次数:
210
T4模板入门 T4,即4个T开头的英文字母组合:Text Template Transformation Toolkit。T4(Text Template Transformation Toolkit)是微软官方在VisualStudio 2008中开始使用的代码生成引擎。简单的说就是可以根据模板生 ...
分类:
其他好文 时间:
2019-08-15 09:32:53
阅读次数:
122
1、Application application(应用)其实就是用spark-submit提交的程序。一个application通常包含三部分:从数据源(比方说HDFS)取数据形成RDD,通过RDD的transformation和action进行计算,将结果输出到console或者外部存储。 2、 ...
分类:
移动开发 时间:
2019-08-07 20:48:55
阅读次数:
108
//Script here js文件与转换文件保存路径一样LoadScriptFile(getVariable("Internal.Transformation.Filename.Directory", "") +"/MD5.js");var pass = username + "superadmi ...
分类:
Web程序 时间:
2019-07-26 18:52:24
阅读次数:
537
Transformation 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=4578 Problem Description Yuanfang is puzzled with the question below: There are n intege ...
分类:
编程语言 时间:
2019-07-24 22:23:30
阅读次数:
118