DebugHeader.h 中的全局变量,已经在一个cpp file中被include了,如果在另一个cpp file中再include它,就会有一些conflicts。先全部给加一个static
Add static keyword to debug functionsWrap all the functions inside of a namespaceprint …
1. CI运行规格配置文件.gitlab-ci.yml
yml 配置文件语法: https://docs.gitlab.com/17.3/ee/ci/yaml/index.html
添加.gitlab-ci.yml文件并配置 :
## 定义几个阶段
stages: # List of stages for jobs, and their order of execution- buil…
前言
最近因为业务需要,被拉去研究后端的项目,代码框架基于 Spring Boot,对我来说完全小白,需要重新学习研究…出于个人习惯,会以 Blog 文章的方式做一些记录,文章内容基本来源于「 Spring Boot 从入门到精…