Solve the problem that the dist folder is too large after Vue is packaged

1. Do not generate a sorce map file Set productionSourceMap to false in vue.config.js When this option is turned off, the packaged file will be twice as small 2. If the component library is referenced, set the on-demand reference If your project references the component library, the development environment can be imported without thinking, and

Solve the problem that the dist folder is too large after Vue is packaged Read More »

finally got it

On Sunday, when the rain stopped, I hurried to play ball. After going to one field, go to another field after a break to continue playing This article is reprinted from: https://note-star.cn/2022-05/1492.html This site is for inclusion only, and the copyright belongs to the original author.

finally got it Read More »

Find your own investment strategy

introduction I wrote an article a year ago – “[Deep Financial Management 13] Investment and Speculation Gambling” , which mainly talks about the difference between investment and speculation, and today’s article I want to further improve this topic. The importance of investment strategy Many people who speculate in stocks (including me now) clearly are speculators

Find your own investment strategy Read More »

Record some efficient operations of Java Stream

We use Stream a lot when we process some collection logic in our code every day. Ordinary value filtering collections can usually be done with the help of IDE, but some less commonly used ones are recorded here. Try to update the records later. This article is reprinted from: https://nicksxs.me/2022/05/15/%E8%AE%B0%E5%BD%95%E4%B8%8B-Java-Lambda-%E7%9A%84%E4%B8 %80%E4%BA%9B%E9%AB%98%E6%95%88%E6%93%8D%E4%BD%9C/ This site is for

Record some efficient operations of Java Stream Read More »