Jenkins's Core project in Windows
1, Configuration item
1. New item
2. Add task name
3. Choose a free style
3.1. Add basic task information
3.2 source code management
If you understand the purpose of corresponding source code management, you can choose to click the help icon in the screenshot, which has the basic information description of the corresponding l ...
Posted by dakey on Wed, 06 Oct 2021 06:41:19 -0700
Littlebattis: implementation of a simple semi-automatic ORM framework
Readme
After learning the ORM chapter of Spring 5 core principles and 20 class handwriting practice, I want to write a simple ORM framework myself. The first few chapters are moved to the editor according to the code in Tom's book, and have a general understanding of the core principles o ...
Posted by vidago on Tue, 05 Oct 2021 10:32:36 -0700
Compiling Linux 0.11 kernel
Compiling Linux 0.11 kernel
1, Experimental environment
As usual, the experiment is carried out on the Vmware virtual machine. The experimental environment is Ubuntu 16.04.
At the same time, this content is also based on the relevant contents of the course experiment of operating system of Harbin University of technology. hit-oslab
2, D ...
Posted by blurredvision on Sat, 02 Oct 2021 11:14:56 -0700
ndnSIM learning - install ndnSIM stepping pit: a solution to git inaccessibility (connection timeout) when cloning ndnSIM
preface
Today, I installed the network simulation software ndnSIM. I used Ubuntu 20.04. The installed version is ndnSIM 2.8. Tell me all the pits I've stepped on.
Follow the official tutorial https://ndnsim.net/current/getting-started.html , the installation code of Ubuntu 20.04 should be
sudo apt install build-essential libsqlite3-dev l ...
Posted by Bizzle on Fri, 01 Oct 2021 16:57:25 -0700
git quick start
Git notes
1. What problems does git solve in existing projects
1. The security is too low2. Project error reporting for no reason3. Project version confusion4. It is difficult to carry out collaborative development
2.Git concept
Git is a distributed version control and * * * * collaborative development tool
3. Classification of version con ...
Posted by hkucsis on Thu, 30 Sep 2021 14:23:38 -0700
Installing ROS noedic under Windows
Installing ROS noedic under Windows
1. System requirements
ROS for Windows requires 64 bit Windows 10 Desktop or Windows 10 IoT Enterprise. Make sure you have installed Powershell and are in the system path. Exclude c:\opt (and subsequent workspace folders) from the real-time virus scanner because they interfere with installation and devel ...
Posted by EvilWalrus on Sun, 26 Sep 2021 03:33:53 -0700
Standardized commit message submission information, commit verification, Standard Version automatic version replacement and changelog output
Auxiliary submission tool
Because you need to use the commit tool to assist in submitting information
npm install commitizen -g
Then you need to install the node environment first
use
Under project directory
# npm init is required first
commitizen init cz-conventional-changelog --save --save-exact
Submit using git cz The specification ...
Posted by anolan13 on Sun, 19 Sep 2021 18:24:28 -0700
Jenkins tutorial implements GitLab to trigger Jenkins to automatically publish the front end by module
Wedge
The last article solved the requirement of automatic triggering of submit / merge requests, but all front-end modules are in the same code warehouse. How to obtain the change file path and determine which module to publish? This article will take you to solve this problem.
thinking
Solve three problems respectively:
Get a list of chan ...
Posted by deep on Sat, 18 Sep 2021 21:12:36 -0700
Git practical tutorial
This article introduces Git's actual combat. It only talks about dry goods. Everything starts from reality and seeks truth from facts. It doesn't talk about those rarely used in work. What's more, those who engage in technology must have the spiritual realm of knowing its nature and why, otherwise it can't become a climate.
Upgrade git
By d ...
Posted by Elephant on Sat, 04 Sep 2021 10:26:50 -0700
[DEVOPS] normalized submission log with GitLab global Hook
Check the submission log specification in GitLab.
1. Preface
Because of its own business characteristics and the growing popularity of Git, the leadership finally made up its mind to carry out relevant pilot projects. So we have some precipitation on SVN in the past few years (e.g [DEVOPS] implement SVN submission log specification with Svn ...
Posted by monezz on Wed, 01 Sep 2021 17:19:16 -0700