首页
小石头
取消

Flink指南

下载安装包 wget https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-8.0.25-linux-glibc2.17-x86_64-minimal.tar.xz 安装依赖包 apt-get install libaio1 libaio-dev sudo apt-get install libncurses5 新建用户组、用户 ...

天天基金网爬虫

天天基金网API 所有基金名称列表代码 http://fund.eastmoney.com/js/fundcode_search.js 所有基金公司名称列表代码 http://fund.eastmoney.com/js/jjjz_gs.js?dt=1463791574015 基金实时信息 http://fundgz.1234567.com.cn/js/001186.js?rt=1...

python基础语法

分支条件 if for while 数据结构 元组(Tuple) 元组(tuple)是一种序列(sequence)结构,而且是一种不可变序列。 创建元组 res = () res = tuple() res = tuple([]) res = (1,) res = 1, 2, 3, 4, 5, "a", "b", "c", "d", "e" res = (1, 2,...

Shell基础语法

ttt test 日期循环 !/bin/bash begin_date="20191001" end_date="20191101" while [ "$begin_date" -le "$end_date" ]; do echo $begin_date begin_date=$(date -d "${begin_date}+1days" +%Y%m%d) done...

咖喱鸡肉土豆

用时:35min 难度:♥♥ 口感:♥♥♥♥ 食材 主料 土豆 2 个 胡萝卜 1 个 洋葱 1 个 鸡胸脯 1 块 咖喱块 2 块 辅料 油 料酒 耗油 做法 将鸡肉切丁,用...

scala基础语法

for if 数据结构 Array 声明数组 val array = new Array[Int](10) val array = Array[Int](0, 1, 2, 3, 4, 5, 6, 7, 8, 9) List val array = new Array[Int](100) array[0] = 1 def fibonacci(n:Int):Int={ ...

常用端口汇总

Linux Windows 远程桌面连接:3389 s

关于数仓的一些问题

problem 联合事实表按照什么来分区? pass 实时数仓 oppo实时数仓

Docker

dc docker install https://blog.csdn.net/zha6476003/article/details/79269407 first second sudo apt-get update sudo apt-get install docker-ce

Python包

etl 库 pygrametl pygrametl的使用–python的ETL包 bonobo bonobo