上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: 字帖工具 - 在线工具 (tool.lu) 阅读全文
posted @ 2022-04-07 16:22 cup_leo 阅读(96) 评论(0) 推荐(0)
摘要: import datetime #打印当前时间 def printbar(): nowtime = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') print("\n"+" "*8 + "%s"%nowtime) 阅读全文
posted @ 2022-03-04 14:52 cup_leo 阅读(49) 评论(0) 推荐(0)
摘要: #!/bin/bash date=`date -d "-1 day" +%F` spark-submit \ --class ****** \ --name "*** ***" \ --master yarn \ --deploy-mode client \ --num-executors 30 \ 阅读全文
posted @ 2022-03-02 09:50 cup_leo 阅读(83) 评论(0) 推荐(0)
摘要: regexp = "\\(.*?\\)|\\{.*?}|\\[.*?]|(.*?)" hive: regexp_replace(name,"\\(.*?\\)|\\{.*?}|\\[.*?]|(.*?",'') 阅读全文
posted @ 2022-01-21 11:55 cup_leo 阅读(483) 评论(0) 推荐(0)
摘要: FlyClockV5.7.0.exe FlyClock下载_FlyClock官方免费下载[最新版]-下载之家 (downza.cn) 阅读全文
posted @ 2022-01-18 10:36 cup_leo 阅读(83) 评论(0) 推荐(0)
摘要: (47条消息) 推荐系统架构详解_LitraLIN的博客-CSDN博客_推荐系统架构 扬奇智能公开课 | 个性化推荐技术在网易云音乐中的应用 - 知乎 (zhihu.com) 阅读全文
posted @ 2022-01-14 13:53 cup_leo 阅读(23) 评论(0) 推荐(0)
摘要: SELECT bit_column+0 as bit_column from *****对应bit列字段加上0就可以了 阅读全文
posted @ 2022-01-06 09:23 cup_leo 阅读(428) 评论(0) 推荐(0)
摘要: PyCharm 2021.2.1 汉化便携增强版 - 果核剥壳 (ghxi.com) 阅读全文
posted @ 2022-01-04 13:52 cup_leo 阅读(70) 评论(0) 推荐(0)
摘要: #!/bin/bash #spark参数按照实际情况配置 hive -e " SET mapreduce.job.queuename=batch; set hive.execution.engine=spark; set spark.executor.memory=4g; set spark.exe 阅读全文
posted @ 2021-12-29 09:39 cup_leo 阅读(602) 评论(0) 推荐(0)
摘要: date=`date -d "-1 day" +%F` spark-submit \ --name "suanfa_zjk_tyc_tjy_export" \ --master yarn \ --deploy-mode cluster \ --driver-memory 3G \ --executo 阅读全文
posted @ 2021-12-15 14:28 cup_leo 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页