Vue element admin refreshes the page and jumps to the login page or 404 page Bug resolution record

01 Bug description The author carries out secondary development based on the simplified Vue element admin front-end framework Vue admin template. I added the functions of authority authentication and dynamic routing in Vue admin template, that is, the front end generates dynamic routes according to different user roles and renders different p ...

Posted by mattd8752 on Tue, 30 Nov 2021 01:45:31 -0800

Debugging the kernel using Ftrace

preface "Ftrace is a tracking tool built into the Linux kernel. Many Linux distributions have enabled various configurations of ftrace in the latest versions. One of the benefits of ftrace to Linux is that it can view what happens inside the kernel, better find the exact cause of the crash, and help developers create the right solution ...

Posted by Rhiknow on Sun, 21 Nov 2021 12:39:28 -0800