随笔记录
-
轻松上手SonarQube - 代码质量检测平台
开始搭建 SonarQube 1、获取 postgresql 的镜像 $ docker pull postgres复制代码 2、启动 postgresql $ docker run --name db -e POSTGRES_USER=sonar -e POSTGRES_PASSWORD=sonar -d postgres复制代码 3、…
-
A Short Introduction to the Scrum Framework
A Short Introduction to the Scrum Framework Or How I Learned to Embrace Change Introduction Modern application development is rarely a solitary effort. Designing, coding, testing, and packaging appli…
-
Installing OpenVPN on Centos 7 or 8
c{2021 Ultimate Guide} (phoenixnap.com) Introduction A Virtual Private Network (VPN) encrypts all network traffic, masking the users and protecting them from untrusted networks. It can provide a secu…
-
How to Document Code
Source Code Documentation Assumptions: Javadoc is a good practice approach for code documentation. Javadoc should always be written in a manner that allows for simultaneous consumption of source code…
-
Javadoc coding standards
Javadoc coding standards Javadoc is a key part of coding in Java, yet there is relatively little discussion of what makes good Javadoc style - a coding standard. Javadoc coding standard These are the…
-
How to Write Doc Comments for the Javadoc Tool
Javadoc Home Page This document describes the style guide, tag and image conventions we use in documentation comments for Java programs written at Java Software, Oracle. It does not rehash related ma…
-
阿里云Landing Zone
Landing Zone是阿里云的企业上云框架,指导企业规划和落地云上资源结构、访问安全、网络架构、安全合规体系,为企业搭建安全、高效、可管理的多账号环境。 GitHub - aliyun/alibabacloud-landing-zone: alibabaclou…
-
Git comes with built-in GUI tools for committing GUI Clients
Git comes with built-in GUI tools for committing (git-gui) and browsing (gitk), but there are several third-party tools for users looking for platform-specific experience. If you want to add another …
-
Git commands
Git commands January 01, 2021 — 1 Min Read gitcheatsheet All the git related data is stored in the hidden directory " .git " Hidden directory in windows10 Select View > Options > Change folder …
-
Git Book 下载
Book 2nd Edition (2014) Download Ebook The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons…