Powershell Object and Pipeline
Category Archives: Programming
Powershell 명령 (Command) – Cmdlet, Alias, Function, Application
About Powershell Command – Cmdlet, Alias, Function, Application
Powershell 단축키 (Shortcut Keys)
Powershell 을 좀더 깊히 들어가기전에 우선 환경을 익히는 작업을 하면 더욱 편하고 즐거운 시간이 된다. 물론 작업 속도도 빨라 지는 효과가 있겠다. Enter, Backspace, Home, End 좌 우 화살표 같은 상식적인 기능은 생략 함. History 관련 ↑ (화살표 위) or F5 : 이전에 입력 했던 명령 뒤로 탐색 ↓ (화살표 아래) or F8 : ↑…
Powershell 스크립트(Script) 생성과 실행
Write And Execute Powershell Script
Powershell 스크립트(Script) 실행을 위한 준비
For Run Powershell Script Setting (Change Execution policy)
Powershell .svn 디렉토리 삭제
Remove All Child .svn Directories with Powershell command.
.NET(C#) Serialization , Deserialization
serialization 이란 개체를 저장하거나 전송할 수 있는 형태로 개체의 상태를 변환하는 프로세스 이다. 그리고serialization과 반대로 다시 개체로 변환하는 것을 deserialization이라 한다. serialization을 사용하는 가장 큰 이유는 개체의 상태를 저장소에 보존 했다가 나중에 똑같은 복사본을 다시 만들거나 한 응용프로그램 에서 다른 응용프로그램으로 개체를 전송하기 위해서 이다. .NET Framework에서는 제공하는 serialize 방식은 크게 2가지로 나눌 수 있다…
- ← Previous
- 1
- 2
- 3