摘要:
Oracle实现判断功能三种方式总结 1、case … when … then...else...end select case when t.字段名= '1' then '要设置的名字1' when t.字段名 = '2' then '要设置的名字2' else '要设置的名字3' end fro 阅读全文
摘要:
VSCode安装、配置 一、下载 https://code.visualstudio.com/Download User Installer版:会安装在当前计算机帐户目录,意味着如果使用另一个帐号登陆计算机将无法使用别人安装的vscode。 System Installer版:安装在非用户目录,例如 阅读全文