Tag:intellij-idea

  • JDBC Connecting to MySQL

    Time:2024-4-30

    catalogs I. Beginning II. Introduction 1, the concept of JDBC 2、Functions of JDBC 3, JDBC common interfaces and classes III. Database creation (MySQL) 1. Connecting to MySQL (1), register the driver (2) Getting Connected (3), get the executor connection (4), execute the SQL statement, and accept the results (5), processing results (6) Release of resources […]

  • IDEA import project can not be recognized as a maven project solution

    Time:2023-12-8

    A new Maven project is opened in IDEA, but when it is opened, none of the Maven dependencies are downloaded. As a result, the project does not compile and there is no Maven view on the right side. The little icon on the pom.xml file doesn’t seem right either. What should I do now? Right […]