October 2022

The substantial decline in the performance of New China Insurance is not caused by the downturn in the investment market

New China Insurance’s performance in the first three quarters fell by 7%, profit fell by 56%, revenue in the third quarter fell by 10.5%, profit fell by 99.8%, and the profit attributable to the parent was 3 million yuan. I think it is easy for everyone to think about it. It manages trillions of assets

The substantial decline in the performance of New China Insurance is not caused by the downturn in the investment market Read More »

Record the third quarterly report of A-shares with heavy positions

As of last night, all companies with relatively heavy A-share positions have released their third quarterly reports. Currently, according to the market value of A-shares, the relatively heavy positions are National Defense ETF, Aerospace Hongtu, Fudan Microelectronics, Ziguang Guowei, and AVIC Optoelectronics. , Mindray Medical, except for Mindray Medical, the rest are military stocks, or

Record the third quarterly report of A-shares with heavy positions Read More »

Take notes with classmate Xiaoshu

Original link: https://nexmoe.com/199G3Z.html Forgot what a bookmark does? don’t be afraid Now you can take notes on bookmarks and quickly find them in search. Smarter data backup Now Xiaoshu will automatically and regularly back up your data for you. At the same time, record the browser and version number you use, so that you can

Take notes with classmate Xiaoshu Read More »

A few recommended practices for writing good JavaScript asynchronous code

Today, I will recommend a few recommended practices for writing JavaScript asynchronous code. Each scenario has a corresponding eslint rule, and you can choose to configure it. no-async-promise-executor Passing an async function to the constructor of new Promise is not recommended. // ❌ new Promise(async (resolve, reject) => {}); // ✅ new Promise((resolve, reject) =>

A few recommended practices for writing good JavaScript asynchronous code Read More »

Lazy loading of non-critical CSS

CSS files are render-blocking resources : they must be loaded and processed before the browser can render the page. Web pages that contain unnecessarily large styles take longer to render. In this guide, you’ll learn how to lazy load non-critical CSS with the goal of optimizing the critical rendering path and improving First Contentful Paint

Lazy loading of non-critical CSS Read More »