본문 바로가기 메뉴 바로가기

More Code

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

More Code

검색하기 폼
  • Category (105)
    • Referece (4)
    • Series (55)
    • Piece (19)
    • Ongoing (18)
      • PythonNET (3)
      • Thread (3)
      • Operator (2)
      • String (8)
      • Mutable (2)
    • Puzzle (9)
      • ProjectEuler (3)
      • HackerRank (2)
      • Exercise (4)
  • 방명록

Set C++ Standard Option [Visual Studio]

Visual Studio 환경에서 C++ Standard (C++11, C++14, C++17) 설정 방법을 알아보자. Visual Studio 2017의 경우, 아래와 같이 C++ Langauge Standard를 선택하면 된다. Project > Project Properties > Configuration Properties > C/C++ > Language > C++ Language Standard

Series 2018. 6. 30. 09:29
[C/C++] Predefined Macros

[MSC] Predefined Macros [GCC] Predefined Macros #include using namespace std; int main(){ // Standard Predefined Macros cout

Piece 2018. 6. 30. 09:19
Python Script [SQL] sp_configure sp_execute_external_script

-- Allow to execute external scripts such as R and PythonEXEC sp_configure 'external scripts enabled', 1;RECONFIGURE WITH OVERRIDE;GO -- Restart SQL Server to apply changes -- Check whether the Python script works well or notEXEC sp_execute_external_script@language = N'Python',@script = N'import sysimport numpy as npimport pandas as pdprint(sys.version)print(np.__version__)print(pd.__version__)';

Piece 2018. 6. 30. 08:31
이전 1 ··· 13 14 15 16 17 18 19 ··· 35 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바