很基础很重要的一课,虽然很简单,但是防止以后忘了,还是记下来 这个笔记里说的都是import本地的,自己创建的,或者复制粘贴的别人的,总之“不是安装到library”的module or package, 所以标题里有个大写的LOCAL module what’s a module ?It’s just a python file why do we need?Because we wanna re-use code, your own code or someone others’ dir()
完整的报错信息:Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (http://rpo.apache.org),它意味着"本地服务器没有从权威服务器上收到响应" 操作步骤: 1.初次使用idea创建Maven项目 2.项目创建成功后,右下角提示"Maven project need to be imported" ,点击&q