Binary installation Kubernetes (k8s) v1 23.4 ---

6.k8s component configuration (different from point 4)All k8s nodes create the following directoriesmkdir -p /etc/kubernetes/manifests/ /etc/systemd/system/kubelet.service.d /var/lib/kubelet /var/log/kubernetes6.1. Create apiserver (all master nodes)6.1.1master01 node configurationcat > /usr/lib/systemd/system/kube-apiserver.service << ...

Added by pranav_kavi on Tue, 01 Mar 2022 05:51:45 +0200

graphql+koa2 front end bff layer

Recently, I'm working on integrating graphql into the project. The reason is that the back end of our team uses restful specification. Redundant fields may appear in every query. To eliminate these redundant fields is not technical and time-consuming for back-end students. In addition, the back-end students are not very interested in the bff la ...

Added by antisback on Tue, 01 Mar 2022 05:46:52 +0200

Logical deletion of JPA and Mybatis

definitionLogical deletion: the database record will not be deleted directly, but the record to be deleted will be identified. It will not be found in each query to achieve the effect of deletion.Usually, the company may not allow us to delete data at will, so it will require us to operate the database by logical deletion.jpa in this article re ...

Added by neel_basu on Tue, 01 Mar 2022 05:44:27 +0200

Zabbix essay: 6.0 LTS source code installation

Open source lies in tossing. There are different views on the good and bad of the source code. Since CentOS 8 has EOL and CentOS 7 still has more than two years, this article is available. However, I hope you can switch to Stream version or other alternative distribution version as soon as possible. It is so convenient to install. Today's artic ...

Added by twinzen on Tue, 01 Mar 2022 05:40:15 +0200

About 100 to realize the query form? Really? Let's experience the charm of Amiya.

"Brother, I heard you wrote a lot of pages. I have a page here. How much code do you think you need?""Let me see. It's OK. It's just a query form. Now everyone uses ProComponent. Write it quickly with that. I think it's about 200 lines.""Well, I know, the official secondary packaging component library, 200 lines is OK? ...

Added by the_Igel on Tue, 01 Mar 2022 05:25:20 +0200

The gospel of audio and video developers, rapid integration of AI dubbing capability

Audio and video content creators have an increasing demand for AI dubbing in editing applications. It has many advantages. It can not only solve the cost of employing human dubbing and the limitations of the creator's own accent and language, but also greatly improve the production efficiency. For example, the playback time of short video is as ...

Added by Blissey on Tue, 01 Mar 2022 05:16:06 +0200

. Net Core log4net usage

1, Background Front row tips, friends who think ink can directly see the solution part! Ah, I haven't spent so much time and effort for a long time... After a whole afternoon of drumming and consulting data, I finally succeeded in configuring log4net. However, the author doesn't know the bottom of log4net. Here is just a simple record of the ...

Added by casty on Tue, 01 Mar 2022 04:49:23 +0200

In 2022, don't you know the difference between arrow function and ordinary function?

prefaceAs a new syntax added in ES6, arrow function is deeply loved by developers and interviewers because it simplifies our code and allows developers to get rid of the "erratic" this direction. Arrow function often appears in the interview questions of major companies because it is different from ordinary functions, This paper will ...

Added by 244863 on Tue, 01 Mar 2022 04:44:53 +0200

Getting started with gitee

Getting started with gitee Reference website: https://mp.weixin.qq.com/s/taKtlOGSQKjVBJUMRJzNng git basic command http://www.shaoming.club/archives/git%E5%91%BD%E4%BB%A4%E6%95%B4%E7%90%86md explain I wanted to sort out the process of gitee uploading code before. Later, I happened to see this article because I didn't have time ...

Added by Fantast on Tue, 01 Mar 2022 04:30:23 +0200

[advanced] pdf generation (watermarked), pdf preview (pagable), pdf printing: a one-stop solution for the whole stack

preface Every front-end developer will always encounter some needs related to PDF in his life, but searching online articles is mostly the realization of some functions. It is not easy to obtain a complete scheme that meets his own needs. Based on this, combined with my relevant work experience, I sorted out a set including front-end PDF ge ...

Added by taldos on Tue, 01 Mar 2022 04:29:02 +0200