본문 바로가기
반응형

개발27

[MFC][2] Declare classes to shape and clear (클래스 선언하여 도형 그리고 지우기) Declare classes to shape and clear클래스 선언하여 도형 그리고 지우기[MFC][2] 2022.08.20 - [Development Solutions/MFC] - [MFC][1] To save click coordinates using a CList class (CList 클래스를 이용한 클릭 좌표 저장하기) [MFC][1] To save click coordinates using a CList class (CList 클래스를 이용한 클릭 좌표 저장하기)[MFC][1] To save click coordinates using a CList class CList 클래스를 이용한 클릭 좌표 저장하기 왼쪽 마우스 클릭한 경우 클릭한 위치와 시간 간격을 알림 창으로 출력하고, 오른쪽 마.. 2022. 8. 20.
ARM Cortex M3 Programming3 - Interrupts, NVIC, DMA (ARM Cortex M3 프로그래밍3 - 인터럽트, NVIC, DMA) ARM Cortex M3 Programming3 - Interrupts, NVIC, DMAARM Cortex M3 프로그래밍3 - 인터럽트, NVIC, DMA 2022.08.20 - [Development Solutions/Embedded System] - ARM Cortex M3 Programming2 - Counters, Timers (ARM Cortex M3 프로그래밍2 - 카운터, 타이머) ARM Cortex M3 Programming2 - Counters, Timers (ARM Cortex M3 프로그래밍2 - 카운터, 타이머)ARM Cortex M3 Programming2 - Counters, Timers ARM Cortex M3 프로그래밍2 - 카운터, 타이머 2022.08.20 - [Dev.. 2022. 8. 20.
[flutter] Implement a button that moves to the top of the list in 3 minutes (3분만에 리스트 최상단으로 이동하는 버튼 구현하기)(Scroll Back To Top) [flutter] Implement a button that moves to the top of the list in 3 minutes 3분만에 리스트 최상단으로 이동하는 버튼 구현하기 (Scroll Back To Top) 설명 (Explanation) 리스트 최상단으로 이동하는 버튼 (Scroll Back To Top)은 사용자에게 있어서 큰 편리함을 제공한다. 리스트를 탐색하다가 한 번에 리스트의 가장 위로 이동할 수 있기 때문이다. 우리는 이 버튼을 플로팅 버튼으로 구현할 것이며 리스트 스크롤이 일정한 거리만큼 내려갔을 때부터 버튼이 표시되도록 할 것이다. ( The button that moves to the top of the list (Scroll Back To Top) provides gre.. 2022. 6. 6.
[flutter] Change app icon (Android, iPhone) (앱 아이콘 변경하기 (안드로이드, 아이폰)) [flutter] Change app icon (Android, iPhone) 앱 아이콘 변경하기 앱 아이콘 파일 만들기(Create an app icon file) 앱 아이콘으로 만들고 싶은 이미지를 가지고 아래 사이트로 들어간다. (Go to the site below with the image you want to make as an app icon.) https://appicon.co/ App Icon Generator appicon.co 아래와 같이 왼쪽 사각형에 이미지파일을 끌어다 놓고 우측 하단의 Generate 버튼을 누르면 갖가지 이미지 파일들이 생성된다. (Drag and drop the image file to the left rectangle as shown below Click t.. 2022. 6. 5.
반응형