Objective-C의 Dot syntax

맥북 2013. 5. 31. 18:30
Objective-C의 Dot Syntax
점 구문이 Objective-C 2.0에 도입되면서 많은 논란이 되어 왔다. 예전 부터 코코아 프로그래밍을 해왔던 개발자들은 주로 반대의 입장을 피력했고 또한 그와는 반대의 주장을 하기도 한다. 

여기서는 그런 논란은 생각하지 말자. 다음 두 구문은 완전하게 동일하다.

self.timestamp = [NSDate date];

[self setTimestamp:[NSDate date]];


점 구문은 전통적인 메시지 전달 방식을 간단히 표현하게 해준다. 언제든 점 구문을 전통적인 메시지 전달 방식으로 변경할 수 있다. 그러나 다음의 구문이 다르다는 것을 이해하는 것은 매우 중요하다.


'맥북' 카테고리의 다른 글

(맥북) WinSCP  (0) 2013.05.31
맥북 프로그램 강제종료  (0) 2013.04.01

설정

트랙백

댓글

(맥북) WinSCP

맥북 2013. 5. 31. 18:10

WinSCP 4.3.6

- - - - - Please vote for the Quality of this Port / Wrapper, not for the Game or Application!

 




Screenshots

WinSCP is an open source free SFTP clientSCP client, FTPS client and FTP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality.

Personal Notes:
Like Cyberduck, or Filezilla, but more powerful! It was bugging me that people kept on saying there is no alternative for WinSCP on mac, so I ported it! Works great! At least, with my servers... give it a little time the first couple of times, after that it should be no problem!

My System Specs:
OS: Mac OSX 10.7.2 Lion
CPU: 2.3 GHz Intel Core i5
RAM: 8GB
Video: Intel HD 3000
Port Disk Space: 219.6 MB


Known Issues:
- None currently


Installation:
Download, unzip, double-click, that's it! No replacing, no nothing!


What's New in Version 4.3.6 (See full changelog)

  • ++New Download Link Added (MediaFire)


http://portingteam.com/index.php/files/file/7089-winscp/

다운 받아서 써보고 있는데,
신기하긴 한데, 파일 editor를 vim으로 설정하면 제대로 되지 않는다. 
왜그럴까.


'맥북' 카테고리의 다른 글

Objective-C의 Dot syntax  (0) 2013.05.31
맥북 프로그램 강제종료  (0) 2013.04.01

설정

트랙백

댓글

맥북에어에서 프로그램 강제 종료하기!  낙서장 

2013/02/12 15:28

복사http://blog.naver.com/low2st/20178978096

전용뷰어 보기

 

 

1. option 키와 command 키를 누르는 순서는 상관 없지만 esc는 반드시 가장 마지막에 눌러야 함.

 

2. 이렇게 키를 누르면 아래와 같은 창이 뜸.

 

 

 

3. 원하는 프로그램을 선택한 후! 강제 종료를 클릭하면! 끝~~~

'맥북' 카테고리의 다른 글

Objective-C의 Dot syntax  (0) 2013.05.31
(맥북) WinSCP  (0) 2013.05.31

설정

트랙백

댓글