반응형
반응형

[MSSQL]문자열에서 특정문자 개수 알아오기


DECLARE @STR VARCHAR(20)

SET @STR = 'YNYNNNNN'

 

SELECT LEN(@STR)-LEN(REPLACE(@STR,'Y',''))


결과값: 2 (Y가 2번 들어있음)

반응형
반응형

Front-end 개발의 괜찮은 선택 ES6 & ReactJS

 

 

 

 

 

 

 

 

 

 

.

반응형
반응형

모바일 - 반응형 웹

 

 

http://readme.skplanet.com/?p=9739   2015/01/20

 

 

 

 

반응형 웹에 대하여 조금 더 상세히 알고 싶다면 제가 쓴 다른 글들을 참고해 보세요.

반응형 웹과 관련하여 최근 저에게 영감을 주었던 다른 저자의 글도 참고해 보세요.

 

.

 

반응형
반응형

git - 간편 안내서

git을 시작하기 위한 간편 안내서. 어렵지 않아요 ;)

 

https://rogerdudler.github.io/git-guide/index.ko.html

 

 

git window download : https://git-for-windows.github.io/

 

 

 

 

링크 & 자료

그래픽 클라이언트

GitX (L) (OS X용, 오픈 소스 소프트웨어)

한글 안내서

Pro Git

 

 

.

..............

 

 

 

.

 

반응형
반응형

Angular Material makes it easy to implement Material Design in Angular JS. It provides a set of reusable, well-tested, and accessible UI components.

angular material

 

반응형
반응형

SpiritJS lets you easily animate objects on the web. It includes full timeline control, an intuitive UI that’s easy to use, and JSON import and export functions, among other features.

spiritjs

 

반응형

+ Recent posts