07 2021 档案
摘要:select count(*) from information_schema.COLUMNS where TABLE_SCHEMA='库名' and table_name='表名'
阅读全文
摘要:1、什么是默认方法? 1.Java 8 的新特性 2.默认方法就是接口可以有实现方法,而且不需要实现类去实现其方法。 3.我们只需在方法名前面加个 default 关键字即可实现默认方法。 4.只能用在接口中 5.默认方法优于抽象方法 2、为什么需要默认方法? 1.举一个很现实的例子: 我们的接口老
阅读全文
摘要:原SQL: INSERT OVERWRITE TABLE dm_homed.dushilong_ultraman PARTITION (date = '${date}') VALUES (1001, 'Tiga', ARRAY('DaiGo'), 'Spark_prism', ARRAY('zepi
阅读全文
摘要:https://zhuanlan.zhihu.com/p/39753134 unrar x a.rar unrar x a.rar ~/Downloads
阅读全文

浙公网安备 33010602011771号