07 2021 档案

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