IntelliJ IDEA software setup checklist

IntelliJ IDEA software settings list Article directory IntelliJ IDEA software setup checklist Global default settings Develop basic configuration Unified settings for JDK & Java versions Unified setting of compiler and compiled version Unicode character set Check Transparent native-to-ascii conversion? See details What is UTF-8 BOM? [Project compilation error: java illegal character \\?_illegal character\\?-CSDN blog](https://blog.csdn.net/xinpz/article/details/109713959) Unify […]

SuperMap iObjects Java component development – creating SuperMap UI interface in IntelliJ IDEA

Author: nannan Table of Contents Preface 1. Implementation ideas 1.1 Create top-level containers 1.2 Set up the layout manager 1.3 Add listening events 1.3.1 Listening to the JFrame window 1.3.2 Listening to JTabbedPane tabs 1.4 Display the GUI interface 1.5 Load data and display 1.5.1 Open workspace 1.5.2 Open the map 1.5.3 Association between maps […]

SuperMap iObjects Java component development – creating SuperMap UI interface in IntelliJ IDEA

Table of Contents Preface 1. Implementation ideas 1.1 Create top-level containers 1.2 Set up the layout manager 1.3 Add listening events 1.3.1 Listening to the JFrame window 1.3.2 Listening to JTabbedPane tabs 1.4 Display the GUI interface 1.5 Load data and display 1.5.1 Open workspace 1.5.2 Open the map 1.5.3 Association between maps and layers […]

IntelliJ IDEA super practical skills

Basic instructions Open the default configuration: top navigation bar -> File -> Other Settings -> Default Settings/ProjectStructs Open the current configuration: Top navigation bar -> File -> Settings / ProjectStructs Configure JDK 1. Configure global JDK Top navigation bar -> File ->Other Settins -> Default Project Structure -> SDKs -> JDK 2. Configure the current […]

1.6 IntelliJ IDEA development tools

Foreword: ### 1.6 IntelliJ IDEA development tool notes – **Background**: – Although it is possible to write Java code using a basic text editor such as Notepad, it is inefficient and difficult to debug. – Integrated development environment (IDE) can effectively improve the development efficiency of Java programs. – **Common Java IDE**: – Several IDEs […]

Selenium +IntelliJ+firefox/chrome environment complete set

1Step 1: Download the IntelliJ idea code editor 2Step 2: Download the browser Chrome 3 Step 3: Download JDK 4Step 4: Configure environment variables (1JAVA_HOME 2 path) 5Step 5: Download Maven 6Step 6: Configure environment variables (1MAVEN_HOME 2path) 7Step 7: Download the ChromeDriver that matches the browser version 8Step 8: Set up JDK and Maven […]