[Solved] Solve the Vue error: This dependency was not found

Scenario where the error occurs: It’s also a question from other friends, I also tried it, and it’s true ERROR Failed to compile with 1 error This dependency was not found: * vue in ./src/main.js To install it, you can run: npm install –save vue Causes and solutions: 1, because in main.js, a space is […]

[Solved] Hands-on implementation of deep neural network 1 two-layer neural network (modified the map error about weight b)

Hands-on implementation of deep neural network 1 two-layer neural network In this series, we will try to use python to write a neural network. Of course, the actual neural network model available is not very complicated, involving many implementation details and optimizations. Therefore, we will start with a two-layer neural network, and then Continuous improvement […]

[Solved] oracle18c error ORA-12012: error on auto execute of job

The newly installed oracle18c database, the alert log has been wrong: ORA-12012: error on auto execute of job ORA-12012: error on auto execute of job “SYS”.”ORA$AT_OS_OPT_SY_222″ ORA-20001: Statistics Advisor: Invalid task name for the current user ORA-06512: at “SYS.DBMS_STATS”, line 49538 ORA-06512: at “SYS.DBMS_STATS_ADVISOR”, line 881 ORA-06512: at “SYS.DBMS_STATS_INTERNAL”, line 21631 ORA-06512: at “SYS.DBMS_STATS_INTERNAL”, line […]

IDEA push to gitee reports error Push to origin/master was rejected

1. Questions IDEA reports an error when pushing to gitee: Push to origin/master was rejected 2. Solutions You need to pull the files on gitee to the project first, and then perform the push operation: git pull git pull origin master git pull origin master –allow-unrelated-histories D:\Workspaces\IdeaProjects\gittest>git pull remote: Enumerating objects: 4, done. remote: Counting […]