본문 바로가기

오래된 흔적

(114)
[HOONS C#.NET 기초강좌 #1] 02. Main() 함수, 변수, 상수 [ C#.NET 기초강좌 #1] 02. Main() 함수, 변수, 상수 작성자 : NGong 작성일 : 2011-04-15 오후 4:14:42 E-mail : filmgdh골뱅이gmail.com Homepage : http://blog.daum.net/coolprogramming Visual Studio 2010(한글)을 이용하여 C#프로젝트를 진행합니다. 2장은 보여주고 따라 하기식으로 진행됩니다.~~! 대상은 아주~ 약간의 C# 맛을 본 분들을 대상으로 합니다. 처음에는 C나 C++을 학습한 분들을 대상으로 할까도 생각했었지만, 대부분의 책들과 MSDN이 C++ 개발자들을 대상으로 기술되다 보니 처음부터 C#을 공부하려는 분들에게 어려움이 있는 것 같습니다. 또 쌩~ 초보자들을 대상으로 하기는 너무 ..
[HOONS C#.NET 기초강좌 #1] 01. C#의 시작 [ C#.NET 기초강좌 #1] 01. C#의 시작 작성자 : NGong 작성일 : 2011-04-15 오후 4:13:56 E-mail : filmgdh골뱅이gmail.com Homepage : http://blog.daum.net/coolprogramming C#("시샵")은 Microsoft에서 구현한 프로그래밍 언어로 .Net Framework에서 실행되는 응용 프로그램을 쉽게(?) 만들 수 있는 언어입니다. C#을 시작하기에 앞서 간단한 .Net Framework와 몇 가지 주요 요소에 대해 공부하겠습니다. 자세한 내용은 다음에 공부하게 되며 여기서는 간단하게 정리만 합니다. 조금 재미가 없을 수도.... ㅡㅡ; 1, .net 바이너리와 win32(native) 바이너리.net 바이너리 유닛(단위..
Adobe AIR From Wikipedia, the free encyclopedia (Redirected from Adobe air) Adobe Integrated Runtime, also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building Rich Internet Applications (RIA) using Adobe Flash, Adobe Flex, HTML, and Ajax, that can be run as desktop applications or on mobile devices. The runtime supports installable applications on Windows, L..
Google Trends Google Trends is an online search tool that allows the user to see how often specific keywords, subjects and phrases have been queried over a specific period of time. Google Trends works by analyzing a portion of Google searches to compute how many searches have been done for the terms entered, relative to the total number of searches done on Google over the same time. Although the data provide..
value stream mapping Value stream mapping is a Toyota lean manufacturing isualization tool for recodrding all the processes that are required to bring a product to market.A A value stream map is typically created as a one-page flow chart depicting the current production path or design path of a product from the customer's request to delivery.A An important goal of value stream mapping is to identify processes that ..
iCloud iCloud is an Apple email, storage and data synchronization subscription service that provides 5GB of storage for free. iCloud allows subscribers to save theire address book, calendar, notes, Safari bookmarks and photos on Apple's servers - changes and additions to one Apple device anc be pushed to the subscriber's other registered Apple devices. Ther service, which requires an Apple ID, can be e..
Mac에서 Source Version Control ▶ 대략적인 정보 * 맥은 기본적으로 svn client를 가지고 있다. ▶ 맥용 visual svn client ▶ 맥용 visual git client 1. git : WWDC10에서 Xcode4에서 git 지원한다고 하니까 다들 박수치고 환호성이었다.. 나는 아직 이게 뭔지 잘 모르는데.. -_-;; 2. 종류 : * gitk : git repository browser:mac에 설치되어 있음 * GitNub : RubbyCocoa로 짠 것 * GitX : Pure Cocoa Program => 요거 당첨 ▶ 참고 url * Mac에서 Git를 대체할 만한 도구들
COCOA 애플리케이션 기본 실행 개념 NSApplicationMain() -> Nib Load (인터페이스) -> Message Loop 돌입 (사용자 반응 기다림) * nib 파일은 아카이브한 객체 모음. * File's Owner : 애플리케이션의 메인 이벤트 루프를 관리하는 NSApplication 객체 * Outlet : 다른 객체들을 가리키는 인스턴스 변수들 * Action : 사용자 인터페이스 객체가 호출하는 메서드들 * 단일 상속만 허용 * awakeFromNib()와 같이 자동으로 호출되는 함수들 많이 알아두면 유용