Two days ago, the service of a certain cloud vendor we used was down, and it stayed down for most of the day. Our services […]
Month: September 2023
Why doesn’t React recommend Vite as the default?
In the documentation, the preferred way Reactto build a new application is (create-react-app).ReactCRA CRAIt was launched in 2016. At that time, there were no systematic Reactscaffolding tools for everyone […]
Android – In-depth Binder interception
Based on the underlying dynamic interception technology, dynamic analysis and interception of the Binder communication protocol of the application process under the Android platform are […]
step by step how to customize plug-ins in Vue3
1. Vue plugin In Vue, we can directly define some simple functions as global methods, and then hang them on Vue to use them. For […]
Log an Online DDL operation
Log an Online DDL operation To support the user account deletion function, a field deleted needs to be added to the user table. 1. Environment […]
Peeling off the cocoon: Detailing the detailed troubleshooting process of an invalid DevServer Proxy configuration problem
The cause of the matter is this. In an online project, one of the interfaces containing login and menu acquisition took a long time to […]
Do you only use front-end data to bury the SDK?
Preface I believe that many people have not taken the time to understand it because they have not been exposed to the content related to […]
Features that may change the future of front-end engineering: ESM Loader Hooks
In the recent release Node v18.6.0 an experimental feature ESM Loader Hooks API was brought. If he finally landed, it is likely to become a feature that changes the […]
Redis memory optimization magic, small memory saves big data
This time, the code brother will share some optimization skills with you. When you encounter the following problems in your interview or work, you can […]
Swoole 5.1 adds more database coroutine client support
In 5.1the version, support for a variety of database coroutine clients has been added, and all PDOare provided in the form of interfaces. Old business codes can […]