Error information display
solve
Step 1: refresh
Step 2: 
That’s it.
Error information display
solve
Step 1: refresh
Step 2: 
That’s it.
Official website:
https://ourpalm.github.io/ILRuntime/public/v1/guide/tutorial.html
https://github.com/Ourpalm/ILRuntime
1. Search “ilruntime” with unity built-in package manager
1.1 existence:
Direct “Install”
1.2 does not exist
First of all, you need to add ilruntime source information in packages/manifest. JSON of the project, and add the following code before the dependencies node of this file
"scopedRegistries": [
{
"name": "ILRuntime",
"url": "https://registry.npmjs.org",
"scopes": [
"com.ourpalm"
]
}
],
As shown in the figure:

Then through unity’s window – & gt; From the package manager menu, open the package manager, select all packages from the upper tab, and tick show preview packages in advanced. Wait for unity to load the package information. Ilruntime should be found in the list on the left, and click Install
1.3 still cannot be installed:
Some unity versions can’t directly brush ilruntime in the list. If the list on the left can’t be found, add the following code at the beginning of the dependencies section in the project’s manifest.json to manually add ilruntime to the project
“com.ourpalm.ilruntime”: “1.6.0”,
As shown in the figure:

1.4 you can import demo
After installing the ilruntime package, select ilruntime in the package manager. There are samples in the details page on the right. Click Import to project on the right to directly import the sample demo of ilruntime into the current project.
1.5 import demo error
After the example is imported into the project, it may cause compilation errors because unsafe is not turned on. You can check allow unsafe code in player settings to solve the compilation problem.
1.6 turn on heat exchanger
In assets/samples/ilruntime/1.6/demo/hotfix_ Open the vs project of hotchange DLL in the project ~ directory, compile it directly, and then you can run the demo example of ilruntime normally
1.7 final solution
If ilruntime cannot be found after the above configuration, you can manually install ilruntime according to the steps of the example project of unity3d below
1.8 installation successful

Recently, there is a problem in the project: when the SRC attribute of img tag is used as a relative path in HTML, and then the project is packaged and deployed online with webpack, the image path will report an error. Because it was built by ourselves, so I stepped on a lot of pits. Baidu has common problems. The problem of wrong image path was solved after a long time.
1. Find config – & gt; In index.js, modify as follows
2. Find build – & gt; Utils.js, add a sentence in it: ‘… /… /’,
3. Img tag introduces the image
<img src="static/images/list_icon.png" alt="">
After reading many posts, according to the solution given, the first line of VI/usr/bin/Yum is changed to “#”/ usr/bin/python2.7”
But there are new problems. How can we solve them!
AttributeError:’module’ object has no attribute ‘lib;
Project startup error
nested exception is org.hibernate.PropertyAccessException: Null value was assigned to a property [class ***] of primitive type setter of ***
The error content indicates a field of the entity class for the following reasons
Field types are basic types, such as int, long, float, and so on. These types are not allowed to save null values. This field may already exist in the database and has data. You need to directly modify the database field properties and modify or clear all null in the existing data. No error will be reported after restart after modification
Alipay’s online payment function has recently been developed to download and pay the SDK package. The wrong presentation is as follows: 
reported false prompts: Microsoft Visual C++ 14 or greater is required. Get it it ” https://visualstudio.microsoft.com/visual-cpp-build-tools/
Reason: python3 is compiled with VC + + 14, python27 is compiled with C + + 9, and the package to install python3 needs to be compiled with C + + 14 or above
Don’t panic for small scenes
That’s the thing above. Double click the installation. Do you think it’s over?
In case of no accident, most of the installation packages you download will finally prompt you: the installation package is missing or damaged
some netizens say that it can succeed with a ladder, and others say that it can’t succeed
I uploaded an offline version here. You can try 
Question:
The problem encountered in the project is very strange. MySQL database is installed on CentOS, and the project is spring boot.
When the project is started locally, it is normal to connect to the server database, the local database client is normal to connect to the server database, and the server is normal to connect to the client database. When the project is deployed to the server, an exception is thrown.
A lot of misinformation..
The most important thing is:
java.sql.SQLException: Access denied for user ''@'localhost' (using password: YES)
reason:
I forgot to repack every time you run a project, idea will not help you repackage it. You need to do it yourself
Other questions can be referred to
https://www.cnblogs.com/secbro/p/12544158.html
The log level is configured as follows
logging:
level:
root: warn
Vue import path ××× from ‘ ×××’ Error
the file name and address introduced are correct, but the error is still reported
already included file name‘ ×××’ differs from file name ‘ ×××’ only in casing.
At this time, we just need to remove the suffix Vue of the file name
solution
Solution 1: remove the suffix Vue of the file name
Solution 2: change the point in front of the path to@
| Path th> | function th> TR> |
|---|---|
| ./ td> | current file sibling directory td> |
| ./ td> | current file superior directory td> TR> |
| @ td> | when importing a module, you can use @ instead of/SRC directory to refer to the relative path td> TR> tbody> Table>
Navicat import local SQL file error “[MSG] finished – unsuccessfully | [err] 1046 – no database selected”Error screen:
reason: If you do not create a database with the same name and character set, you can directly right-click run SQL file on MySQL 1. Create a database with the same name and character set under MySQL 2. Under the newly created database, right-click run SQL file 3. Deselect the second item 4. Click start to import SQL file successfully
The problem has been solved. If the table has not been loaded, refresh the navicate or exit and reopen it CDH restart hive error [How to Solve]report errors Error starting Web UI: reason Hive Web UI is not closed solve ps -ef|grep 10002 Then kill the real PID above Then go to CDH and restart hive @Error in restcontroller annotationIf the @ restcontroller annotation can’t recognize the red, the reason is that there is no web dependency added to the POM file.
If a web dependency is added or an error is reported, it may be that there is no specified version number, so Maven can’t recognize |