
大数据开发
zhiliang-chen
大数据工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
正则表达式
正则表达式在线正则测试http://tool.oschina.net/regex常用的元字符代码说明.除换行符以外的任意字符\w字母,数字,下划线,汉字\s空白符\d数字\b单词的开始或结束^开头位置$结尾位置常用的限定符代码说明*重复0次以上+重复1次以上?重复0次或1次...原创 2019-10-17 15:30:00 · 510 阅读 · 0 评论 -
flink python 从csv读取,写入csv
环境centos 6.5Python 2.7flink 1.9获得pyflink库pyflink库在flink安装路径opt/python下$ cd /usr/local/flink/opt/python$ cp pyflink.zip py4j-0.10.8.1-src.zip /opt/test$ cd /opt/test$ unzip pyflink.zip$ unz...原创 2019-09-25 14:51:19 · 2639 阅读 · 0 评论