You should know kotlin's practical skills
prefaceAs we all know, kotlin is an android development language pushed by google to replace java kotlin is easy to use and has a lot of grammar This paper mainly explains some practical kotlin skillsCustom rounded rectangleIn projects, we often define rounded rectangular backgrounds, which are generally implemented with custom drawable Howe ...
Posted by vickie on Wed, 05 Jan 2022 20:56:53 +0100
MySQL transaction isolation level
MySQL transactions must meet the A (atomicity) C (consistency) I (isolation) D (persistence) principle. Among them, isolation is to minimize the impact of concurrent transactions on each other. The highest isolation level can ensure that concurrent transactions do not affect each other.
in the actual application process, in order to ada ...
Posted by qrt123 on Wed, 05 Jan 2022 20:06:18 +0100
Whoever says he is not familiar with Linux commands, throw this to him!
Although most of my work is Java related development, I am exposed to Linux system every day, especially after using Mac. I work in the command line environment with black background every day I don't have a good memory. I can't remember many useful linux commands very well. Now I'll summarize them gradually for later viewing.basic operation Li ...
Posted by apacheguy on Wed, 05 Jan 2022 17:52:15 +0100
Interviewer: what design patterns does Spring use? Just say three
With regard to design patterns, if used properly, it will make our code more concise and extensible. This article mainly explains how to use policy pattern, factory method pattern and Builder pattern in Spring.
1. Strategy mode
The usage of policy pattern is actually relatively simple in Spring. In essence, policy pattern is that there are mu ...
Posted by bucfan99 on Wed, 05 Jan 2022 16:17:49 +0100
Still curd? Encapsulate your own spring boot starter
Reading harvest
👍🏻 Learn to customize spring boot starter👍🏻 Understand the principle of SpringBoot auto configuration
Download the source code of this chapter
❤️Development starter❤️Test starter
What is Starter
Starter is a very important concept in Spring Boot. Starter is equivalent to a module. It can integrate the dependencies require ...
Posted by nimbus on Wed, 05 Jan 2022 15:44:52 +0100
It is said that 90% of people don't really understand Spring's dependency injection
preface
Spring is certainly no stranger to everyone. It is a barrier that every java developer can't get around. Spring framework provides a complete set of solutions for Java based enterprise applications, which facilitates developers to quickly carry out business development on the basis of the framework.
On the official website, we found t ...
Posted by seenu_vas80 on Wed, 05 Jan 2022 07:53:31 +0100
Use Python to make animation exclusive avatars ~ learn to no longer have to endure the embarrassment of avatar crash.
Introduction: Hello, Hello, do you like the iron juice duck with cartoon series as my avatar!!
I really like this (the original picture can also be a private letter to me, remember to pay attention to roar) but sometimes the avatar hasn't been changed for a long time 🤦♀️ You'll find a crash 😳 Alas, everyone seems to ...
Posted by sixdollarshirt on Wed, 05 Jan 2022 05:51:11 +0100
[collection of games] make a skiing game with Python ~ it's very suitable for fishing at work.
Introduction:
Hello, iron juice, a few days ago, it was snowing heavily in many cities ~ (Xiaobian in Hunan really didn't get too excited to see such heavy snow after a few years) I don't know if the lucky youyoumeng had fun snow? The snowball fight and the snowman wo are all played~ 😜😜
Skiing didn't come true, so this issue of Xiaobian wan ...
Posted by JohnnyBlaze on Wed, 05 Jan 2022 03:37:34 +0100
What are the conditions of index failure? When will the index expire? (comprehensive summary)
Although you have built an index on this column and the query criteria are also index columns, the final execution plan does not take its index.
Here are some key points causing this problem.
Column to column comparison
In a table, two columns (ID and c_id) have separate indexes. The following query criteria will not go through the index
...
Posted by dizzy1 on Tue, 04 Jan 2022 22:50:07 +0100
make and makefile file format of Linux
Another solution is to escape with a backslash before the newline character.
var-kept:
export foo<span class="token operator" style="margin: 0px; padding: 0px; list-style-type: none; border: none; color: rgb(166, 127, 89);">=</span>bar<span class="token punctuation" style="margin: 0px; padding: 0px; list-style-ty ...
Posted by jaxxstorm on Tue, 04 Jan 2022 15:31:49 +0100