As a front-end development engineer, JavaScript is our main development language. Its syntax is relatively simple, and the ecosystem is also very complete, and its […]
Month: August 2023
Android
Kotlin coroutine context and exception handling
what is the context CoroutineContext is a set of elements used to define coroutine behavior, including the following parts: Inheritance of coroutine context Coroutine context […]
JAVA
java/kotlin generates the optimal solution for echarts pictures
1. Method exploration There are not many ways to generate images in the background. According to my search on the Internet, there are the following […]
JavaScript
Angular project too big? Split it up reasonably!
foreword This article describes how to split projects reasonably, and will be discussed in subsequent articles on performance optimization. One of the criticisms of Angular […]