Tag:assembly
-
Time:2021-4-23
A series of articles: Front end micro service solution 1 – Introduction Front end micro service solution 2 – necessity of use Front end micro service solution 3 – engineering design pattern Front end micro service solution 4 – new module construction User stories A team of Muse uses vue2.0 framework to develop front-end pages. […]
-
Time:2021-4-23
1. Download the official area data file,area.jsarea.tsIfarea.jsIf it does not exist, download itarea.ts, and then converted to JS filehold.tsChange the file name to.jsAnd thenexport const areaList = {}Change toexport default {} 2. Then it is introduced into Vue component of area componentimport areaList from ‘../../assets/js/area.js’ 3. Basic use < van area: area list = “arealist” […]
-
Time:2021-4-23
Source code:GitHub. Click here || Gitee. Click here 1、 Basic concepts 1. Single service All business services and application components are deployed on one service to save cost. This is a single service structure, which is suitable for the scenario of low concurrency and single business. 2. Cluster mode The business volume is gradually increasing, […]
-
Time:2021-4-23
Attack! Blazor! 》It’s a video of blazor zero foundation introductory course, which I cooperated with Mr. Zhang Shanyou. This course can let a programmer who has never been in contact with blazor master the ability to develop blazor applications.Video address:https://space.bilibili.com/48…Blazor webassembly is a single page application (SPA) framework, which is used to generate interactive client-side […]
-
Time:2021-4-23
preface We have been learning about weex for some time. We have also done practical development on the use of weex in three terminals. The rendering time is between 100-300ms, and the experience of each platform is greatly improved compared with H5. This article records some problems encountered in the development process from the perspective […]
-
Time:2021-4-23
It has been a long time since the world suffered from the fragmentation of the platform. Before the mobile Internet, developers only had to face the web happily. In the era of mobile Internet, IOS, Android, H5 and a variety of small app fast applications emerge in endlessly, and developers can no longer be happy. […]
-
Time:2021-4-23
Flutter is Google’s mobile UI framework, which can quickly build high-quality native user interface on IOS, Android, web and PC. Flutter can work with existing code. Flutter is being used by more and more developers and organizations all over the world, and it is completely free and open source. At the same time, it is […]
-
Time:2021-4-22
A series of articles: Front end micro service solution 1 – Introduction Front end micro service solution 2 – necessity of use Front end micro service solution 3 – engineering design pattern Front end micro service solution 4 – new module construction vue-module-pro Front end micro service solution introduce Vue module Pro is a front-end […]
-
Time:2021-4-22
react-redux We know that Redux is: a state is maintained in the store. When we dispatch an action in the view layer, the reducer updates the state according to the action. And react Redux is a bridge between react and redux. It’s not that react and Redux can’t be used without him, but that he […]
-
Time:2021-4-22
Abstract: programmers often say: I hate that the code written by others has no documents, and I also hate that I need to write documents. There is a very old stem: I hate the code written by others without documents, and I hate the need to write documents myself. Programmers with this idea should be […]
-
Time:2021-4-22
Under the head effect of the Internet market, enterprises are facing more and more competitive pressure. How to effectively solve the problems of high customer acquisition cost, low user stickiness and weak liquidity is the original intention of more and more enterprises to build big data platform. However, due to the complexity of the components […]
-
Time:2021-4-21
Three stages of cross platform technology development The first stage is the era of hybrid development of web container In order to solve the high cost and low efficiency of native development, hybrid development appears Embedded WebView based on browser in native The requirements that can be realized in web browser can be basically realized […]