336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

_netrc 라는 이름의 파일을 (확장자 없음)


C:\Users\<Your-Username> 폴더에 생성하고


내용으로


machine github.com

login <Username>

password <Password>


입력하고 저장


명령 프롬프트 창을 열고


setx home C:\Users\<Your-Username>


입력하면 끝!


Windows 7 이전버전 사용자라면 아래 출처를 참고


출처 : http://www.munsplace.com/blog/2012/07/27/saving-username-and-password-with-tortoisegit/

Posted by 역시인생한방
,
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Debug.Assert(bool condition)

{

if (condition == false)

Debug.Fail();

}


위와 같단다

Posted by 역시인생한방
,
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

http://www.codeproject.com/Articles/8804/Collecting-Remote-System-Information-With-WMI


System.Management 를 References 에 등록하고 ManagementScope class 를 이용하여 구현

'Programming > C#' 카테고리의 다른 글

Windows Forms 의 Startup 과 Shutdown 이벤트 순서  (0) 2015.12.31
Debug.Assert and Debug.Fail  (0) 2015.12.24
ref 와 out 차이  (0) 2015.12.02
async, await를 이용한 비동기 프로그래밍  (0) 2015.09.17
Aggregate() vs string.Join()  (0) 2015.04.09
Posted by 역시인생한방
,