Alibaba vendor fluent for Web Engineering Practice

Author: Ma Kunle (Kunwu)Since its debut in 2015, after years of development, fluent has become quite mature and has been widely used in Internet companies such as Alibaba, meituan and pinduoduo. In the ICBU Ali seller, 90 +% of the new businesses are developed with Flutter, and the ICBU client development group has a large number of Flutter dev ...

Posted by nominator on Fri, 25 Feb 2022 08:06:18 +0100

Fire at project corruption | manifest governance

Author: Liu Tianyu (Qian Feng) Engineering corruption is a very difficult problem in the process of app iteration, involving extensive and detailed details, which has a relatively "hidden" and indirect impact on R & D Efficiency & experience, Engineering & product quality, stability, package size and performance. Gen ...

Posted by MystedVeil on Fri, 25 Feb 2022 08:03:34 +0100

JDBC learning notes

There are five ways to obtain database connection:     Method 5 [final version] only this one can be practiced (doge): Put the basic information into a configuration file.   Benefits of mode 5: 1. Realize the separation of data and code, and realize decoupling 2. If you need to modify the configuration file information, you ...

Posted by saraadmin on Fri, 25 Feb 2022 07:44:41 +0100

Experience day3-8

Article link: Three hundred lines per day (summary)_ minfanphd blog - CSDN blog day3 basic if statement 3.1 if conditional branch statement, The expression in if should be Boolean. There are three different options. (suppose there will be data processing in if) First, only if statements are used, which means that I only filter the data I wa ...

Posted by jikishlove on Fri, 25 Feb 2022 07:33:49 +0100

Jenkins microservice continuous integration Xi (Spring Cloud microservice II)

1, Jenkins+Docker+SpringCloud continuous integration process description General process description: Developers submit their code to the Gitlab code warehouse every day.Jenkins pulls the project source code from Gitlab, compiles it and makes it into a jar package, then builds it into a Docker image, and uploads the image to the privat ...

Posted by kristofferlc on Fri, 25 Feb 2022 07:10:21 +0100

SQL development environment | secondary audit

Author: JasonWorked in home credit consumer finance Co., Ltd. as DBA. He has been engaged in the development of oracle, mongo, mysql DBA and big data ETL. Have a strong interest in NEWSQL and cloud native distributed database.Source: original contribution*It is produced by aikesheng open source community. The original content cannot be used wit ...

Posted by verbalmike on Fri, 25 Feb 2022 07:05:53 +0100

window10_ffmpeg debugging environment construction - self compilation

I recommend a free open course of zero sound college. Personally, I think the teacher speaks well. I share it with you: Linux, Nginx, ZeroMQ, MySQL, Redis, fastdfs, MongoDB, ZK, streaming media, CDN, P2P, K8S, Docker, TCP/IP, collaboration, DPDK and other technical contents, learn immediately "Windows 10_ffmpeg debugging environment cons ...

Posted by clandestine555 on Fri, 25 Feb 2022 06:44:47 +0100

Micro service design guidance - tips for improving Redis circular writing by 10 times

brief introduction The architecture with microservices does not represent good performance, but the architecture using microservices must require good performance. This sentence is not contradictory. The contradiction is that many people think that microservice architecture represents high concurrency, but it is not. We have the theory of &quo ...

Posted by enlight on Fri, 25 Feb 2022 06:25:21 +0100

Hudi of data Lake (10): use Spark to query the data in Hudi

catalogue 0. Links to related articles 1. Environmental preparation 1.1. Build server environment 1.2. Building Maven projects and writing data 2. Maven dependence 3. Core code 3.1. Direct query 3.2. Condition query 0. Links to related articles Summary of articles on basic knowledge points of big data 1. Environmental preparation ...

Posted by Jessup on Fri, 25 Feb 2022 06:11:53 +0100

Spring cloud integrates nacos2 X is used to realize the configuration center and registration center

preface Environment deployment reference: Docker deploying Nacos-2.0.3 stand-alone environment Docker deploying Nacos-2.0.3 cluster environment Deploying Nacos-2.0.3 stand-alone environment for Linux Deploying Nacos-2.0.3 cluster environment for Linux 1. Overview Nacos is committed to the discovery, configuration and management of micro ...

Posted by duvys on Fri, 25 Feb 2022 06:09:59 +0100