본문 바로가기

분류 전체보기

(216)
728x90
반응형

MS SQL。이전/다음 행 데이터 접근(LAG, LEAD) 1. LAG 이전 행의 데이터 접근 LAG(scalar_expression [, offset] [, default]) OVER ([partition_by_clause] order_by_clause) 2. LEAD 다음 행의 데이터 접근 LEAD(scalar_expression [,offset] [,default]) OVER ([partition_by_clause] order_by_clause) # offset (기본값 : 1, 생략가능) 현재 기준으로 앞/뒤에 있는 행 수 # default (기본값 : NULL, 생략가능) offset의 scalar_expression이 NULL일 경우 반환할 값
Sphinx。CentOS 다운로드 및 부팅 USB 만들기 1. CentOS 다운로드 https://www.centos.org/download/ Download As you download and use CentOS Linux or CentOS Stream (What's the difference?), the CentOS Project invites you to be a part of the community as a contributor. There are many ways to contribute to the project, from documentation, QA, and testing to coding c www.centos.org # CentOS7 설치 파일 다운로드 # CentOS8 설치 파일 다운로드 더보기 https://namu.wiki/w/%EB..
Error。error C1083: 포함 파일을 열 수 없습니다. 'stdint.h': No such file or directory 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\client\clientquery.h(44) : fatal error C1083: 포함 파일을 열 수 없습니다. 'stdint.h': No such file or directory # 해결 방법 stdint.h 파일 다운로드 후 설치된 Visual Studio의 include 폴더에 추가 https://code.google.com/archive/p/msinttypes/ Google Code Archive - Long-term storage for Google Code Project Hosting. code.google.com
C Language。Visual Studio 2008 Pro Trial CD Key 보호되어 있는 글입니다.
C#。Ping 실행파일 실행파일
Error。LINK : fatal error LNK1158: 'mt.exe'을(를) 실행할 수 없습니다. LINK : fatal error LNK1158: 'mt.exe'을(를) 실행할 수 없습니다. # 해결 방법 설치된 Visual Studio의 bin 폴더에 mt.exe 파일 추가
Error。error C2146, C4430, C2039, C2660 1>c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\atlcom.h(431) : error C2146: 구문 오류 : ';'이(가) 'rgclsidAllowed' 식별자 앞에 없습니다. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\atlcom.h(431) : error C4430: 형식 지정자가 없습니다. int로 가정합니다. 참고: C++에서는 기본 int를 지원하지 않습니다. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\atlcom.h(431) : error C44..
Error。LINK : fatal error LNK1000: Internal error during IncrBuildImage LINK : fatal error LNK1000: Internal error during IncrBuildImage # 해결 방법 Microsoft Visual Studio 2008 서비스 팩1 설치(Visual Studio 버전, 언어 맞춰 다운) 더보기 https://www.microsoft.com/ko-kr/download/details.aspx?id=13276 Download Microsoft Visual Studio 2008 서비스 팩 1(iso) from Official Microsoft Download Center 중요! 아래에서 언어를 선택하면 전체 페이지 내용이 해당 언어로 신속하게 변경됩니다. 독일어러시아어스페인어영어이탈리아어일본어중국어(간체)중국어(번체)프랑스어한국어 다운로드 이 ww..
728x90
반응형