摘要:
Window->Preferences选择maven,勾选“Download repository index updates on startup" 选择APPLY AND CLOSE 打开window->Show View->Other Maven Repositories->Open 选择FU 阅读全文
摘要:
今天遇到问题 dependencies.dependency.artifactId' for org.springframework.cloud::jar is miss 将pom.xml文件的spring-cloud-starter-eureka-server改为spring-cloud-star 阅读全文
摘要:
使用pycharm下载pymysql库,在终端输入命令: pip install pymysql 使用pycharm写登入操作前需要在数据库内添加一些数据,比如用户名和密码 create database pydb; use pydb; create table if not exists user 阅读全文