当前位置:网站首页>Idea problem record
Idea problem record
2022-07-06 12:33:00 【Vigorous waist Nuo dance】
Catalog
newly build web After the project, click helloservlet Later error reporting ?
Mine is because tomcat Version issue for , from 10 Switch to 9 There is no problem
css The file is invalid or changed css Restart after file is invalid ?
problem : Modify anyway css file , start-up idea After that, there was no effect , Unless put css Write directly in html in
browser : Google
Delete first idea In the project target file
Then delete the browser cache
Restart again to reflect the effect in time
Without rhyme or reason
…
I yue 了
The certificate is not trusted ?
No crack idea, I applied with my student card …
result 
But everyone on the Internet is talking about cracking …"~%?..,# *'*&℃$︿*?"
I don't know why
jsp in java Code section out Not available print Method ?
In addition to other blogs on the Internet
stay webapps Create a folder by yourself lib Then import outside the project
Just when you start a new project
hold full platform Just tick it
I don't know which one works ](/img/ac/70ad6f156447240bb6ff2c926adfed.png)
How to import Mysql drive

Click on download
Unzip it after downloading
open idea



Then import the whole unzipped file
apply That's all right.
A test sample
package day01;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
public class DB1 {
public static String driver="com.mysql.cj.jdbc.Driver";
// Need to change your user name and password
public static String user="root";
public static String password="xxxx";
public static void main(String[] args) {
// Create database
try {
Class.forName(driver);
Connection con1;
String url1="jdbc:mysql://localhost:3306";
try {
con1 = DriverManager.getConnection(url1, user, password);
Statement statement=con1.createStatement();
statement.executeUpdate("create database mysql_db1");
statement.close();
con1.close();
} catch (SQLException throwables) {
System.out.println(" Yours SQL The sentence is wrong ...");
}
} catch (ClassNotFoundException e) {
System.out.println(" There's something wrong with the drive ");
}
}
}
边栏推荐
- Symbolic representation of functions in deep learning papers
- (3) Introduction to bioinformatics of R language - function, data Frame, simple DNA reading and analysis
- ES6语法总结--下篇(进阶篇 ES6~ES11)
- Générateur d'identification distribué basé sur redis
- Conditional probability
- RuntimeError: cuDNN error: CUDNN_ STATUS_ NOT_ INITIALIZED
- JS variable types and common type conversions
- Compilation principle: preprocessing of source program and design and implementation of lexical analysis program (including code)
- [leetcode19] delete the penultimate node in the linked list
- Common properties of location
猜你喜欢

Symbolic representation of functions in deep learning papers

(5) Introduction to R language bioinformatics -- ORF and sequence analysis

單片機藍牙無線燒錄
![[esp32 learning-1] construction of Arduino esp32 development environment](/img/31/dc16f776b7a95a08d177b1fd8856b8.png)
[esp32 learning-1] construction of Arduino esp32 development environment

MySQL占用内存过大解决方案

Basic operations of databases and tables ----- classification of data

AMBA、AHB、APB、AXI的理解

(1) Introduction Guide to R language - the first step of data analysis

Compilation principle: preprocessing of source program and design and implementation of lexical analysis program (including code)

js 变量作用域和函数的学习笔记
随机推荐
Programmers can make mistakes. Basic pointers and arrays of C language
JS 函数提升和var变量的声明提升
(1) Introduction Guide to R language - the first step of data analysis
MySQL time, time zone, auto fill 0
Derivation of logistic regression theory
PT OSC deadlock analysis
Unity3D,阿里云服务器,平台配置
Gravure sans fil Bluetooth sur micro - ordinateur à puce unique
Flink late data processing (3)
Important methods of array and string
[leetcode15] sum of three numbers
(5) Introduction to R language bioinformatics -- ORF and sequence analysis
[leetcode622]设计循环队列
JS数组常用方法的分类、理解和运用
Who says that PT online schema change does not lock the table, or deadlock
Mp3mini playback module Arduino < dfrobotdfplayermini H> function explanation
JS正则表达式基础知识学习
Cannot change version of project facet Dynamic Web Module to 2.3.
How to add music playback function to Arduino project
HCIP Day 12