Chapter 1: C++와 표준 라이브러리 초단기 속성 코스

이 장에서 배울 내용

  • C++와 표준 라이브러리의 핵심 요소 문법 둘러보기
  • 스마트 포인터의 기초

첫 챕터답게 ‘기본은 알고 있니?’라고 묻고 있습니다.
따로 주의 깊게 볼만한 부분은 없고, C++17에서 추가된 내용만 몇 개 기입하였습니다.

Exclude Folder or File from the Sitemap for Jekyll(Hydejack) Blog

Webmaster tools (such as Google Search Console) use sitemap.xml file to get help crawling. The file work as content for the blog. Jekyll (and Hydejack) use jekyll-sitemap plugin to automatically generate sitemap.xml file. You can check mine from here.

However, one may want to exclude a specific file or folder from the sitemap to prevent being crawled by search engines. For example, Hydejack excludes the assets & licenses folder from the sitemap.
At least it tries. It fails to do so because of the invalid value.

In my case, I wanted to remove the google-search-verification file & Naver search verification file from the sitemap.

So today, I’ll show you how to do so.

VSCode 익스텐션 추천 리스트

VSCode 익스텐션 추천 리스트

VS Code는 이미 text editor 프로그램의 de facto standard가 되어 버렸습니다. R.I.P Sublime Text
강력한 익스텐션들과 함께 사용할시 text editor를 벗어나 IDE에 가까운 모습을 보이면서도 가볍고, Mac/Windows/Linux 등 플랫폼을 가리지 않고 사용되는 모습을 보면 각성한 마이크로스프트 사가 얼마나 무서운지 보여주는 것 같습니다.

오늘은 VS Code를 최대한 잘 활용하기 위해서 필요한 추천 익스텐션 리스트를 알아볼까 합니다.

VSCode 리모트 SSH code 명령어 사용하기

VSCode Remote SSH와 터미널을 함께 사용하여 서버에서 개발할 때, VSCode Integrated terminal이 아닌 별개의 터미널 프로그램을 사용할경우 code 명령어를 사용하여 VSCode 창을 열 수가 없습니다. git commit등의 명령어도 기본 에디터로 vim을 열게됩니다.

블로그 포스트를 참조하여 서버에 ssh로 연결하였을 때도 code 명령어를 사용하는 방법에 대해 알아보겠습니다.

Pagination