Skip to content

Instantly share code, notes, and snippets.

View const7's full-sized avatar

Kun CHEN const7

View GitHub Profile
@const7
const7 / docker-registry-mirrors.md
Created December 2, 2025 11:35 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@const7
const7 / jekyll-guide.md
Created July 29, 2021 08:04 — forked from hellokaton/jekyll-guide.md
Jekyll 中的配置和模板语法

Jekyll 中的配置和模板语法

配置

文件介绍

_config.yml

Jekyll 的全局配置文件。
比如网站的名字,网站的域名,网站的链接格式等等。

Set C++ Language standard

You have to set for every single project.

  1. right click on project and open Property/C/C++/Language/C++ Language Standard, then choose the version you want.

  2. click C/C++/Command Line and add the following line to Additional Options:

/Zc:__cplusplus