본문 바로가기

카테고리 없음

2020-06-13 12시 개발자 글 모음 | "143호. 국제화의 필수 익스텐션, " 외 8개 이야기

404. OpsWorks by 서태호

  • <2> OpsWorks Stack에 앱배포
  • 고급 > IAM역할 : seo-xxxx-role 선택 > Default IAM instance profile : myprofile > 스텍추가
  • <2> OpsWorks Stack에 앱배포


루바르스키의 사이버네틱 곤충학 법칙 (Lubarsky's Law of Cybernetic Entomology) by 이종립

  • There is always one more bug


expo react native 튜토리얼 따라하기 by 윤해은

  • Text } from 'react-native' ; import { NavigationContainer } from '@react-navigation/native' ; import { createStackNavigator } from '@react-navigation/stack' ; function HomeScreen ( ) { return ( < View style = { { flex : 1
  • Text } from 'react-native' ; import { NavigationContainer } from '@react-navigation/native' ; import { createStackNavigator } from '@react-navigation/stack' ; function HomeScreen ( { navigation } ) { return ( < View style = { { flex : 1
  • justifyContent : 'center' } } > < Text > Home Screen < Button title = " Go to Details " onPress = { ( ) => navigation


[JAVA] 소수점 올림, 반올림, 버림 by 장민 about Java

  • round ( pie )); //결과 : 3 System
  • round ( pie * 100 )/ 100
  • round ( pie * 1000 )/ 1000


How to Create Show & Hide Password Functionality in ReactJS by 손지민

  • we are going to search for “eye” since we want two icons: one with the open eye for “showing password” and one with closed eye for “hiding password
  • I followed the ReactJS document above and decided to create the Refs for three items: two for password fields and one for the icon
  • I am setting up the initial state that stores the boolean value representing the shown/hidden password and the empty value for the passwords


[B급 프로그래머] 6월 2주 소식(개발/관리도구, 고성능 서버/데이터베이스 부문) by 박재호 about Javascript

  • 작년에 읽고 나서 게으름 때문에 서평을 올리지 못한 책이 몇 권 있는데
  • 오늘 소개할 책은 그 중 하나인 <직업의 지리학>이다
  • 서울과 수도권 일부 지역이 그렇게 인기를 끌고 최첨단 회사들이 집중되기 때문에 과밀 문제를 막기 위해 전


Review: DETR by 김재열

  • Follow me : | |
  • © 2020 Jerry
  • This work is liscensed under CC BY-NC 4


[Javascript] React Native best practice #1 by 천종희 about Javascript


    143호. 국제화의 필수 익스텐션, NumberFormatter by 이현석

    • Cashier utilizes PHP's NumberFormatter class to set the currency locale:
    • NumberFormatter는 숫자를 표현하는 방식에 로케일과 통화를 합친 클래스라고 볼 수 있습니다
    • $currency = (new NumberFormatter('ko_KR'