전체 글(344)
-
네이버페이 방문적립 - 2022년 5월 17일
※ PC에서 접속 안될 경우 모바일 브라우저를 이용해 주세요. GS상상초월 12원 9시오픈 선착순 https://ofw.adison.co/u/naverpay/ads/215630 현대카드 20원 https://campaign2-api.naver.com/click-point/?eventId=cr_2022051702_2205_1620 https://campaign2-api.naver.com/click-point/?eventId=cr_2022051702_2205_1620 campaign2-api.naver.com 11번가 우주패스 10원 https://campaign2-api.naver.com/click-point/?eventId=cr_2022051703_2205_2_1055 https://campaign2-a..
2022.05.17 -
DC 12V 60W 만능 알미늄다이게스팅 수중/오일펌프
펌프 / 캠핑 샤워기 제작 / 가격 저렴 https://itkingdom.co.kr/Product/?idx=329 DC 12V 60W 만능 알미늄다이게스팅 수중/오일펌프 : 아이티왕국 도매몰 아이티왕국 도매몰 공식 홈페이지. 전기전자부품, LED 제품, 캠핑, 레저, 차박, 태양광, DIY의 모든 것. itkingdom.co.kr
2022.05.10 -
Mac(OSX) 단축키
특수키 Command (or Cmd) ⌘ Shift ⇧ Option (or Alt) ⌥ Control (or Ctrl) ⌃ Caps Lock ⇪ Function Fn Return ↩ 한문 Option(⌥) + Return(↩) 이모티콘 Option(⌥) + Command(⌘) + T 파일/폴더 경로 복사 Command(⌘) + Option(⌥) + C Finder 하위폴더 모두 펼치기 Option(⌥) + 폴더열기 아이콘 (>) ----------
2022.05.09 -
고임목
# 고임목 CS-401(끈X) 낱개1개 끈없음 밀림방지턱 차량고임목 버팀목 쵸크 1kg = 7,000원 https://smartstore.naver.com/allsafety1528/products/503677744?NaPm=ct%3Dl1vfh7k8%7Cci%3D3d3db591577a2dbfffa4c88c4b5c0b3c008172f5%7Ctr%3Dslsc%7Csn%3D266795%7Chk%3De980ed65503c06381afde1911038302e4bb64a78 고임목 CS-401(끈X) 낱개1개 끈없음 밀림방지턱 차량고임목 버팀목 쵸크 1kg : 녹색환경안전 [녹색환경안전] 산업·안전용품의 모든 것! 녹색환경안전이 당신의 안전을 책임집니다. smartstore.naver.com
2022.05.03 -
특정 시간후에 코드 실행하기
# Handler new Handler(Looper.getMainLooper()).postDelayed(new Runnable() { @Override public void run() { // 실행코드 } }, 1000); # Timer new Timer().schedule(new TimerTask() { @Override public void run() { // 실행코드 } }, 1000); # ScheduledExecutorService private static final ScheduledExecutorService worker = Executors.newSingleThreadScheduledExecutor(); Runnable runnable = new Runnable() { public void..
2022.05.03 -
volley
최신버전 확인 https://google.github.io/volley/ Volley overview Volley overview Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available on GitHub. Volley offers the following benefits: Automatic scheduling of network requests. Multiple concurrent network google.github.io build.gradle 항목추가 dependencies { ... implementation 'com.android.vo..
2022.05.03