02 2022 档案
摘要:Statement 1.Statement、PreparedStatement和CallableStatement都是接口(interface)。 2.Statement继承自Wrapper、PreparedStatement继承自Statement、CallableStatement继承自Prep
阅读全文
摘要:解决方法: pip install XX 改为 pip.exe install xx 安装requset时,发现pip 报错 Unknown or unsupported command 'install' 查询资料之后发现是本机安装了loadrunner,该软件也有pip 命令,系统无法识别。 参
阅读全文