摘要:
语法格式 case [列名] when [可能值1] then [目标值1] when [可能值2] then [目标值2] ... else [缺省值] end 注意的点 else最好写上 end必须写 when后面的和then后面的值类型必须相同 练习 有一张日本的都道府郡表,包含编号,都道府郡 阅读全文
摘要:
现象 dubbo服务的默认端口是20880,按照网上教程想查看dubbo服务,报错 telnet 127.0.0.1 20880 dubbo>lsDubbo Telnet Unsupported command: ls 原因 Please use the specific QOS port for 阅读全文
摘要:
1. 添加用户 在macOS中,可以通过命令行使用dscl(Directory Service command line utility)工具来添加用户。以下是使用dscl添加用户的步骤: 打开终端:可以通过在Spotlight搜索中输入"Terminal"或在/Applications/Utili 阅读全文