Contents

조회 수 29419 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
1. 문자열을 식별자 기준으로 배열로 나누기
(componentsSeparatedByString 메소드 사용)
NSString *string = @"one:two:three:four";
NSArray *chunks = [string componetsSeparatedByString: @":"];



2. 배열의 객체를 합쳐 하나의 문자열로 만들기
(componentsJoinedByString 메소드 사용)
string = [chunks componentsJoinedByString: @"-"];
결과 @"one-two-three-four"

?

  1. [linux] 스케쥴링 순서(nice) 변경하기

    Date2003.04.23 CategorySystem/OS Byhooni Views12543
    Read More
  2. [doc] 피쳐셀렉션(feature selection using..) 발표 자료

    Date2013.04.23 CategorySystem/OS Byhooni Views12546
    Read More
  3. [ppt] 네오웹 소프트.. 발표 자료 모음

    Date2003.04.23 CategoryPPT Byhooni Views12550
    Read More
  4. [sql] 간단한 SQL 문법 정리

    Date2003.04.23 CategoryDatabase Byhooni Views12551
    Read More
  5. [flash] 맘에 드는 파이차트

    Date2013.04.23 CategoryEtc Byhooni Views12590
    Read More
  6. [linux] 간단한 NAT 설정 script

    Date2003.04.23 CategorySystem/OS Byhooni Views12606
    Read More
  7. [c++] Win32 API 기본 출력인 MessageBox() 함수 사용 예제..

    Date2013.04.23 CategoryDevelop Byhooni Views12645
    Read More
  8. [mysql] error while loading shared libraries: libmysqlclient.so.10:

    Date2003.04.23 CategoryDatabase Byhooni Views12664
    Read More
  9. [linux] root 전환시 패스워드 없이 su 사용하기

    Date2013.12.22 CategorySystem/OS Byhooni Views12688
    Read More
  10. [linux] 프로세스 상태확인(ps)

    Date2003.04.23 CategorySystem/OS Byhooni Views12711
    Read More
  11. 선과 악에 대한 영어논술문항(지킬앤하이드 독서 후 이어지는 심화 수행평가)

    Date2013.12.04 CategoryEtc Byhooni Views12748
    Read More
  12. [mysql] 쓰레드가 계속 쌓이기 시작하고 사라지지 않을때..

    Date2003.04.23 CategoryDatabase Byhooni Views12787
    Read More
Board Pagination Prev 1 ... 63 64 65 66 67 68 69 70 71 72 ... 98 Next
/ 98