01 2023 档案
摘要:case的用途 case语句有四个关键字,缺一不可,分别是:case when then end,另外还有一个else。case 后面跟字段名(当在when后面出现字段名时,case里不能写出来),when后面跟判断语句,then后面跟显示结果, end表示case语句结束。 --第一种用法 用于简
阅读全文
摘要:Git 安装 官网地址:https://git-scm.com 如果嫌通过官网下载慢,可以通过淘宝的开源镜像下载 网址:http://npm.taobao.org/mirrors/git-for-windows/v2.33.0.windows.2/ 直接点击 next . 选择git的安装目录,然后
阅读全文