摘要:
短片观看地址:https://www.bilibili.com/video/BV1U14y1V7BA/?spm_id_from=333.337.search-card.all.click 下面是字幕: Dead wasteland Is what my father always said abou 阅读全文
摘要:
【创建用户test1005】 create user test1005 identified by 1234; grant create session to test1005; grant create table to test1005; grant drop any table to test 阅读全文
摘要:
【说明】 以下代码提供了两种方案,一种是基于java的Collections.nCopies实现的,普适性好,效率稍低;一种是基于字符串数组拼接实现的,效率稍高。 各位请自行选择。 【代码】 import java.util.Collections; public class Test { publ 阅读全文