当前位置:网站首页>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 ");
}
}
}
边栏推荐
- [leetcode19]删除链表中倒数第n个结点
- Basic operations of databases and tables ----- view data tables
- Single chip Bluetooth wireless burning
- [leetcode622] design circular queue
- Esp8266 connects to onenet cloud platform (mqtt) through Arduino IDE
- Redis based distributed ID generator
- (课设第一套)1-4 消息传递接口 (100 分)(模拟:线程)
- ORA-02030: can only select from fixed tables/views
- (4) Data visualization of R language -- matrix chart, histogram, pie chart, scatter chart, linear regression and strip chart
- Générateur d'identification distribué basé sur redis
猜你喜欢

Custom view puzzle getcolor r.color The color obtained by colorprimary is incorrect

Vulnhub target: hacknos_ PLAYER V1.1
![[Nodejs] 20. Koa2 onion ring model ----- code demonstration](/img/a8/a4390238685903b63bb036206f8dcb.jpg)
[Nodejs] 20. Koa2 onion ring model ----- code demonstration

Kconfig Kbuild

Design and implementation of general interface open platform - (39) simple and crude implementation of API services

AMBA、AHB、APB、AXI的理解

(一)R语言入门指南——数据分析的第一步

Symbolic representation of functions in deep learning papers

JS Title: input array, exchange the largest with the first element, exchange the smallest with the last element, and output array.

Arduino JSON data information parsing
随机推荐
ES6语法总结--上篇(基础篇)
如何给Arduino项目添加音乐播放功能
VSCode基础配置
Design and implementation of general interface open platform - (39) simple and crude implementation of API services
MySQL时间、时区、自动填充0的问题
Walk into WPF's drawing Bing Dwen Dwen
[Clickhouse kernel principle graphic explanation] about the collaborative work of partitioning, indexing, marking and compressed data
Rough analysis of map file
MySQL時間、時區、自動填充0的問題
Programmers can make mistakes. Basic pointers and arrays of C language
Arduino uno R3 register writing method (1) -- pin level state change
2022.2.12 resumption
NRF24L01故障排查
[Offer18]删除链表的节点
Kconfig Kbuild
By v$rman_ backup_ job_ Oracle "bug" caused by details
What is the maximum length of MySQL varchar field
ES6 grammar summary -- Part I (basic)
Whistle+switchyomega configure web proxy
Solution to the problem of automatic login in Yanshan University Campus Network