05 2021 档案
摘要:一、sys.exit()提前结束程序。 #提前终止程序import syswhile True: print('Type exit to exit.') response = input() if response == 'exit': sys.exit() else: print('you typ
阅读全文
摘要:1.什么是docker?1)docker是基于GO语言实现的开源容器项目。(go语言也是现在很火的一个语言,类似c语言,高效,轻量级,打包的此语言体积较小。容器,是装东西的。docker容器,是一个虚拟的OS,一种运行环境,不提供完整系统,利用现有硬件系统。)2)docker镜像更像是操作系统os虚
阅读全文

浙公网安备 33010602011771号