With the JDK environment installed correctly, run studio.exe or studio64.exe with administrator privileges
Magically opened.
The answer comes from: Java – Android Studio: failed to load JVM DLL – stack overflow
With the JDK environment installed correctly, run studio.exe or studio64.exe with administrator privileges
Magically opened.
The answer comes from: Java – Android Studio: failed to load JVM DLL – stack overflow

Generally, the VNC configuration of the/etc/Nova/nova.conf configuration file is improper

Open, replace with

2. Modify novncproxy_base_URL, try to use IP address instead of domain name
For server_proxyclient_Address if you use a domain name, you need to modify the resolution in the local host file
Add a line: IP addresses Domain name
After modification Systemctl restart openstack-nova-compute.service restart the service

Problem solving
Conclusion: it is caused by setting agent
1. Check the global settings
Enter git config -- Global - e to check whether there are proxy settings for [HTTP] and [HTTPS] in the global configuration, such as proxy= socks://localhost:1080, if any, delete it.
2. Check the config in the current. Git file
In the current working directory, cat ./.Git/config

As shown in the figure above, delete the agent.
http://www.gstatic.com/generate_ two hundred and four
Burpsuite and browser settings are set normally, but an unknown port appears when capturing packets, and the domain name is unknown.
The reason is whether the upstream system agent is set in the user options of burpsuite, which is generally used for linkage scanning with awvs and Xray. If it is not closed here, it will be impossible to capture packets next time.
———
Simple problems are not simple when they are not encountered. Record, share and solve problems.

Note that this prompt is not the problem, that is, the error is not invoking “make – J2 – L2”, it just indicates that you use dual threaded computing, just like the dual core of a computer. Similarly, “- J4 – L4” and “- J8 – L8” will appear. As shown in the figure above, the problem is that I missed a semicolon when writing C + + code;
If you don’t say much, report the error directly:
this error report looks too familiar. After searching online, the general solution is:
1. Record an error in Vue history mode chunkloaderror: loading chunk XX failed net:: err_ Abort 404 (not found) solution
2. Error: loading chunk * failed, Vue router lazy loading error report solution
Follow the example. History, publicpath, onerror, and even the online server. Whatever solution you have, I can’t solve it. There’s no sign that it can be solved. I’m still a local project, and removing lazy loading can’t solve this problem. Why are such errors prompted?
In the end, experienced colleagues have to find the cause of the problem: delete original assets. Finally, just comment it out.
In vue.config.js, it is used to optimize the front-end performance: front-end performance optimization – using gzip compression.

Background
I’ve been looking at HBase recently, introducing
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>2.1.3</version>
</dependency>
Abnormal
Exception thrown: failed to read artifact descriptor for XXX: jar missing
Solution
Delete the org.apache.hbase related files under the local repository to solve the problem
reference resources
https://blog.csdn.net/weixin_ 42204641/article/details/80768905
CTRL + Alt + Shift + s opens the JDK configuration of the project
view project JDK
view java compiler version
OL>
It’s solved, milk~
An error is reported in one of the published layers. There is an alarm next to this error. Layer’s data source is not register
so it’s OK to register the database, but it seems that there are other situations, which will be encountered in the record in the future
Packaging succeeded,but publishing failed
Failed to execute.Parameters are not valid
Please consult the GP Results Window for enhanced error
description or contact your administrator for the server logs.

Scenario Description: when a Vue project of someone else is running on vscode, the download dependency process is normal, and the run dev reports an error. The information is as follows
in many cases, this error is because the node version required for project operation is inconsistent with your local node version. Just switch back to the normal version

Host key verification failed
When I wanted to connect to my server on the Mac, I found that there was a problem with my key, so Baidu took a look and made a record.
The first terminal is the picture of the problem, and the second terminal is a code to solve the problem
SSH keygen - R IP address you want to access
SSH keygen - R 192.168.1.5
Reference blog
***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
Process finished with exit code 1
This error is always reported when springboot starts
my solution:
1. Check whether the Resources folder is configured. Mine was gray before, and it is equipped with
2. Use Maven clean
and start successfully. 