Docker - Install Compose, Mirror Warehouse

Server environment: CentOS7; Installation of Docker (CE) I. Preparations 1.1 Common Commands commandexplainuname -rView the current system kernel versiondocker -vView Docker Versionsystemctl start dockerStart Docker Servicesystemctl stop dockerStop Docker Servicesystemctl restart dockerRestart Docker Service`` 1.2 Uninstall Docker ( ...

Added by mortal991 on Tue, 21 Dec 2021 01:49:15 +0200

Development tools - Common notes

Java annotation, also known as Java annotation, is jdk5 0 is an annotation mechanism introduced by. Classes, methods, variables, parameters and packages in Java language can be annotated. Java annotation can obtain the annotation content through reflection. When the compiler generates class files, annotations can be embedded in bytecode. The Ja ...

Added by ZaphodQB on Mon, 20 Dec 2021 04:24:38 +0200

On java log management logback

1. Problem description About the log management logback in java, I wrote an article about logback last year. In this project, I optimized it and recorded it. I hope it can help friends in need. 2. Solution In fact, I encountered a problem this time. Generally, I will create a user on linux alone, which is the same as the online development e ...

Added by dhe on Sun, 19 Dec 2021 21:33:25 +0200

ubuntu vscode configures c + + through cmake and debugs like VS2019

  previous   Configure c + + for vscode under linux to debug it like visual studio 2019 Similar to this article, the article configures vscode to debug and compile with vs2019, but the previous article is not very practical. It is configured in the form of command line. This method is good for small projects. If it is a very complex p ...

Added by Dan The Man on Thu, 09 Dec 2021 00:05:32 +0200

Springboot -- integrating Canal to realize real-time monitoring of database changes

Canal introduction View the official website of Canal Canal means waterway / pipeline / ditch. It is mainly used for incremental log parsing based on MySQL database to provide incremental data subscription and consumption Businesses based on log incremental subscription and consumption include: database mirroring Real time database backup ...

Added by capetonian on Wed, 08 Dec 2021 11:35:26 +0200

linux ECS online CS and actual combat (detailed)

0X01 introduction The newly purchased server needs to install the java environment and modify the firewall policy on the console to install cobaltstrike4.0. The information about installing CS online is not very complete. Here is a very detailed CS online tutorial. Comes with a webbug shooting range. Ladies👩‍🎓 and Gentlemen👨‍🎓!Are you read ...

Added by nullified on Wed, 01 Dec 2021 00:30:18 +0200

Git common commands

Git minimum configuration All Git warehouses under an account are valid git config --global user.name 'Your name' git config --global user.email 'Yours Email' Only valid for current Git warehouse git config --local user.name 'Your name' git config --local user.email 'Yours Email' View Git configuration View configuration items of global t ...

Added by stylezeca on Fri, 26 Nov 2021 04:16:41 +0200

C language learning notes

01. First knowledge of C language For the learning notes of bit C language, please go to bit homepage: https://m.cctalk.com/inst/s9yewhfr , or B station search bit pengge, a very good teacher in C language! This note is mainly from brother Peng's handouts and pictures!!, If you think it's good, go to pengge's station B video for praise, coin, ...

Added by mordeith on Wed, 17 Nov 2021 06:14:33 +0200

Fluent version control tool ` FVM`

hello everyone. I am nuts, my official account, "nuts front end". Today, let's introduce the flutter version control tool FVM FVM switches the Flutter version of VSCode With the release of flutter 2.5.0, I believe many students are excited and trembling hands. They want to try a wave quickly and be a crab eater. I was also in ...

Added by aznkidzx on Fri, 12 Nov 2021 02:30:23 +0200

aardio develops desktop applications, which must be mastered!

1. Preface Hello, I'm Ango! The last article mentioned that you can develop desktop applications using aardio in conjunction with Python. Some of my little buddies left me a message in the background saying that there is too little Aardio information and I hope I can add some useful features Practical | Quickly develop desktop applications usin ...

Added by aaronfenker on Mon, 08 Nov 2021 23:08:39 +0200