08 2022 档案

摘要:基本设置 # 设置 bash 为默认 sh # 打开终端 # 输入命令,Configuring dash 选择“No”,回车确认 sudo dpkg-reconfigure dash # 加载petalinux环境 source /opt/pkg/petalinux/settings.sh # 向终 阅读全文
posted @ 2022-08-31 10:46 太晓 阅读(498) 评论(0) 推荐(0)
摘要:select * from table t where t.a = 'value' start with t.v in ('v1','v2','v3') connect by [nocycle] prior t.v = t.p 阅读全文
posted @ 2022-08-02 17:13 太晓 阅读(19) 评论(0) 推荐(0)