摘要: Introduction Start writing deployment profiles Start the deployment Deployment complete, check pod status Introduction Kubekey is an open source Kuber 阅读全文
posted @ 2022-11-28 10:02 王晓驰 阅读(39) 评论(0) 推荐(0)
摘要: Spark local hive metadata store Skip to end of metadata By default, spark will use embedded Derby database to store metadata, but if we don't config a 阅读全文
posted @ 2022-10-29 22:05 王晓驰 阅读(56) 评论(0) 推荐(0)
摘要: import reimport sysclass Dup_input: def __init__(self,str_input): self.s=str_input self.l=len(str_input)-1 self.count = (1 if any(x.isupper() for x in 阅读全文
posted @ 2021-01-29 15:31 王晓驰 阅读(106) 评论(0) 推荐(0)
摘要: Py西游攻关之函数 一 函数是什么? 函数一词来源于数学,但编程中的「函数」概念,与数学中的函数是有很大不同的,具体区别,我们后面会讲,编程中的函数在英文中也有很多不同的叫法。在BASIC中叫做subroutine(子过程或子程序),在Pascal中叫做procedure(过程)和function, 阅读全文
posted @ 2020-03-28 23:47 王晓驰 阅读(25) 评论(0) 推荐(0)