Windows Presentation Foundation (WPF)

2022년 03월 28일 golgol 0

Windows Presentation Foundation (WPF) 는 client 응용프로그램을 만들수 있는 UI framework 이다.model, resources, controls, graphics, layout, data binding, documents 그리고 security 를 지원한다. ASP.NET 가 […]

오픈소스 라이선스 종류

2022년 03월 25일 golgol 0

BSD License (Berkeley Software Distribution)  제일 낮은 단계의 라이센서 참고 : https://ko.wikipedia.org/wiki/BSD_%ED%97%88%EA%B0%80%EC%84%9C https://ace.c9.io/ MIT License MIT에서 학생들의 개발 프로젝트 배포를 위해 만든 라이선스입니다. 사용상 제약이 거의 […]

줄바꿈 newline Windows / Linux

2022년 03월 24일 golgol 0

Remark : Windows 와 Linux 에서 줄바꿈 newline 표시 방법 Linux 로 만들어진 웹서비스인 장문의 리턴값은 windows 줄바꿈(CRLF) Text 와 다른게 LF(line Feed) 만 존재 […]

hr Tag

2022년 03월 23일 golgol 0

Hr Tag Attributes align : left center right noshade : dashed dotted size width

xsl:with-param

2022년 03월 22일 golgol 0

Remark : apply-template 로 변수값 넘겨줄때 with-param 를 사용

C# 정수 크기(길이)

2022년 03월 20일 golgol 0

Remark : 정수의 크기(길이) 범위 C# 형식/키워드 범위 크기 byte 0 ~ 255 부호 없는 8비트 정수 short –32,768 ~ 32,767 부호 있는 16비트 정수 ushort […]

xml 에서 문서 정렬

2022년 03월 19일 golgol 0

Remark : soap UI 또는 웹에서 보는 xml 문서는 실제 문서로 다른다. 복사 해서 쓸때 반드시 소스 상의 XML 문서를 써야 한다. Html 에 출력시 […]