Post IT Chores

고정 헤더 영역

글 제목

메뉴 레이어

Post IT Chores

메뉴 리스트

  • 부자마켓
  • 태그
  • 미디어로그
  • 지역로그
  • 글남겨주세요(방명록)
  • 새글쓰기
  • 또옹띵메뉴
  • 분류 전체보기 (382)
    • 조금 중요한듯(공지) (19)
    • 부자마켓 (24)
      • 의류부자재 활용 TIP (7)
      • 지금 패션 트랜드는 (2)
      • 의류부자재 종류 (12)
      • 부파사 서비스 기능소개 (2)
      • Working Diary (31)
      • Label Business (6)
      • 협력업체 (1)
      • 마케팅 (6)
      • 종달랩 사업현황 (66)
    • Computer Science (64)
      • 프로그래밍 TIP (14)
      • 인공지능 (8)
      • HTML5 (1)
      • 리눅스 (13)
      • Android&iOS (7)
      • WAS (1)
      • 자바스크립트 (0)
      • Spring (0)
      • Java (1)
      • JSP (1)
      • 머신 러닝 (4)
      • DB (1)
      • 클라우드-대용량 아키텍처 (5)
      • Front-End (VUE) (0)
      • Back-End(Node, Spring) (0)
    • 자료실 (32)
      • 논문자료실 (5)
      • 프로그램 자료실 (2)
      • Mesh Networks (9)
      • I-PIN (11)
      • Indoor GPS (0)
      • Marketing (1)
    • IT뉴스 (17)
    • 해우소 (73)
    • 알아두면 좋은 컴퓨터팁 (3)
    • 논평 비평 그리고 생각 (69)
    • 스마트 디바이스 (3)
    • 개발하는 사람들 (1)
    • 팀빌딩 (0)

검색 레이어

Post IT Chores

검색 영역

컨텐츠 검색

Computer Science

  • iOS 화면전환 및 데이터 전송정리(present without coding)

    2022.08.03 by IT Playboy

  • iOS 화면전환 및 데이터 전송정리(present)

    2022.08.03 by IT Playboy

  • 섬유 산업의 인공지능 - 현재와 미래의 응용분야

    2019.06.24 by IT Playboy

  • Applications of Artificial Intelligence (AI) in Apparel Industry

    2019.06.24 by IT Playboy

  • 패션의 미래 (The future of Fashion) : From Design To Merchandising, How Tech Is Reshaping the industry

    2019.06.24 by IT Playboy

  • Tag clothes기술을

    2019.06.24 by IT Playboy

  • Artificial Intelligence for Clothing and Apparel – Current Applications

    2019.06.24 by IT Playboy

  • 인공지능을 통해서 재탄생하는 패션산업 (뉴스)

    2019.06.24 by IT Playboy

iOS 화면전환 및 데이터 전송정리(present without coding)

2. present를 이용하되 화면디자인만으로 처리하는 방법 기존 전통적인 개발자 입장에서 이 방법은 오히려 이해가 어려웠던 부분입니다. 마우스 오퍼레이팅만으로 코딩없이 화면을 호출한다는 개념이 말입니다. 익숙해지면 쓸만하지만, 생각보다 어려웠습니다. "만일 코드를 수정해야 하는데, 이걸 화면에서 뒤져서 찾아내야 하나.." 물론, 익숙해지기까지 적잖은 시간이 걸렸지만, 우선은 외우는거죠. 우선 ViewController를 만들고 버튼을 하나 만듭니다. 그리고, 이동할 ViewController도 하나 만들어야 합니다. 뭐, 화면을 그리듯이 만들면 됩니다. 그러면 코디없이 어떻게 이 두개의 페이지를 버튼으로 연결시킬까요? 여기서 저는 "Present Modally"를 선택했습니다. 각각의 멘뉴는 시간내서 ..

Computer Science/Android&iOS 2022. 8. 3. 19:02

iOS 화면전환 및 데이터 전송정리(present)

1. present 메소드 활용 "BlueTest" 버튼을 클릭하면 동작할 함수를 다음과 같이 정의한다. 화면이동을 위한 첫번째 코드입니다. 물론 첫번째 ViewController를 위한 클래스는 정의해야 합니다. @IBAction func moveToBlueTest(_ sender: Any){ let uvc = self.storyboard!.instantiateViewController(withIdentifier: "BluetoothTestVC") uvc.modalTransitionStyle = UIModalTransitionStyle.coverVertical self.present(uvc, animated: true) } 첫번째 ViewController에서 다음과 같은 코드를 통해서 두번째 View..

Computer Science/Android&iOS 2022. 8. 3. 18:34

섬유 산업의 인공지능 - 현재와 미래의 응용분야

자세한 내용은 아래 링크를 참조하십시오. https://emerj.com/ai-sector-overviews/artificial-intelligence-in-the-textile-industry-current-and-future-applications/ Artificial Intelligence in the Textile Industry – Current and Future Applications | Emerj This article explores AI use-cases in the textile industry, including machine vision for fabric and weave error detection, inventory management, and... emerj.com 섬유 산..

Computer Science/인공지능 2019. 6. 24. 12:29

Applications of Artificial Intelligence (AI) in Apparel Industry

자세한 내용(원본)은 아래 링크를 참조하십시오. https://clothingindustry.blogspot.com/2018/03/artificial-intelligence-apparel-industry.html Applications of Artificial Intelligence (AI) in Apparel Industry Garment manufacturing is labor-intensive, which is characterized by low-fixed capital investment; a wide range of product designs and, hen... clothingindustry.blogspot.com 의류 제조 는 노동 집약적이며, 고정 자본 투자가 낮다는 특징이 있습니다. ..

Computer Science/인공지능 2019. 6. 24. 12:24

패션의 미래 (The future of Fashion) : From Design To Merchandising, How Tech Is Reshaping the industry

패션의 미래에 대한 자료 입니다. (2019.5,21) https://www.cbinsights.com/research/fashion-tech-future-trends/ The Future Of Fashion: From Design To Merchandising, How Tech Is Reshaping The Industry A look at the evolution of the fashion industry and where technology is taking it next, from AR/VR dressing rooms to temperature-changing fabrics and beyond. www.cbinsights.com TABLE OF CONTENTS Product Design AI be..

Computer Science/인공지능 2019. 6. 24. 12:17

Tag clothes기술을

시원스러운 화면과 함께, 인공지능 이미지 검색을 통해서 어떤 정보들을 찾아낼 수 있는지를 확인할 수 있습니다. 자세한 정보는 다음 링크를 참조하십시오. http://cta.ai/en/projects/fashion-tagger Fashion Tagger - CTA.ai FashionTagger cleverly recognizes a kind of clothing and assigns right attributes e.g. colour, neckline, pattern. E-commerce customers can now quickly and efficiently search clothes and shop online. cta.ai

Computer Science/인공지능 2019. 6. 24. 12:11

Artificial Intelligence for Clothing and Apparel – Current Applications

자세한 내용은 아래 링크를 참조하십시오. https://emerj.com/ai-sector-overviews/artificial-intelligence-for-clothing-and-apparel/ Artificial Intelligence for Clothing and Apparel – Current Applications | Emerj The listed applications provide a variety of retail solutions using AI technologies that include computer vision, machine learning and robotics. emerj.com 링크드 인 지저귀다 페이스 북 이메일 맥킨지 글로벌 패션 지수 (McKinsey Global ..

Computer Science/인공지능 2019. 6. 24. 12:05

인공지능을 통해서 재탄생하는 패션산업 (뉴스)

자세한 내용은 아래 링크를 참조하십시오. http://www.aitimes.kr/news/articleView.html?idxno=11095 AI로 재탄생하는 패션산업은 무엇이 어떻게 바뀌나? - 인공지능신문 인공지능(AI)으로 패션산업의 미래방향과 패션마케팅 전략의 변화가 국내외적으로 급속히 진행되고 있다. 방대한 데이터와 반복 학습을 통해 스스로 진화하는 AI를 통해 패션산업 트렌드와 가격을 예측하고 클라... www.aitimes.kr AI는 디자이너 또는 큐레이션을 제공하는 점원이나 스타일리스트 역할을 담당할 것 아이비레벨(Ivyrevel)과 구글(Google)이 협력하여 사람의 행동 데이터에서 옷을 디자인하고 주문할 수 있는 디지털 드레스 서비스 앱(APP) 데이터 드레스(Data Dress)(..

Computer Science/인공지능 2019. 6. 24. 11:58

추가 정보

반응형

인기글

최신글

페이징

이전
1 2 3 4 5 ··· 8
다음
TISTORY
Post IT Chores © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바