본문 바로가기
728x90

분류 전체보기463

go language 튜토리얼 변수 정의var 변수명 자료형var a int =1var b string = "" 다중 변수 처리var { a int = 1 b string ="hello"} 사용하지 않는 변수 및 사용하지 않는 package는 _ 사용ex) a:= 1 b:= 2 _ = b go는 컴파일 언어 go는 가비지 컬렉션을 제공한다. go 루틴 지원- 채널을 통해 데이터를 공유하고 실행순서를 제어함. go언어 특징- 메모리 관리가 다소 느슨해도 되고 규모가 크고 복잡하며 유지 보수가 빈번한 곳에사용- 다양한 네트워크 라이브러리를 제공하므로 인터넷 프로그래밍에 유리. %GOROOT% : %GOPATH%- 사용자 계정의 GO 위치- 기존 PATH에 ;%GOPATH%\bin 을 추가해서 사용 통합개발환경- liteIde- Atom-.. 2018. 8. 25.
Partition Wizard Home Edition 4.2.exe Partition Wizard Home Edition 4.2.exe 2018. 8. 18.
virtualbox vdi 사이즈 축소 방법 VirtualBox sparse VDI images always take up as much space as they have maximally had utilized at some point in time. To fix this, we need to fill the empty space on the vdi with zeros and resize it: Download the SystemRescueCd Live Image. Mount it as a CD on your virtual machine and boot into the live distro. Open up a Root Terminal. Find all available partition and LVM (volume groups) with: 1 f.. 2018. 8. 15.
비주얼 스튜디오 2012 express 비주얼 스튜디오 2012 express http://download.microsoft.com/download/5/0/3/503C6C1D-A1C3-4BC1-AC7B-DFDF1AC6A74C/wdexpress_full.exe 2018. 7. 22.
728x90