Home

[React Native(RN)/android] How android emulator connect localhost server?

1. Problem When we want to connect localhost server of laptop or computer server port on Android emulator, we usually try http://localhost or http://127.0.0.1. But Android emulator cannot access this port. What should I do to connect to the localhost currently running on my computer? 2. Solution The solution is so simple. You can use http://1...

Read more

[React Native(RN)/Android] App build error. INSTALL_FAILED_VERSION_DOWNGRADE java.util.concurrent.ExecutionException

1. Problem java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_VERSION_DOWNGRADE Unable to install /Users/jayji/Documents/workspace_git/G1TEGG/android/app/build/outputs/apk/debug/app-debug.apk com.android.ddmlib.InstallException: INSTALL_FAILED_VER...

Read more

[mac terminal error solve] xcodebuild[1496:9521] [MT] DVTPlugInLoading: Failed to load code for plug-in com.apple.dt.IDESimulatorAvailability

1. Problem When my macbook updated, i cannot use my terminal(zsh, bash..). I show under error message. 2022-09-18 21:37:52.733 xcodebuild[48923:853863] [MT] DVTPlugInLoading: Failed to load code for plug-in com.apple.dt.IDESimulatorAvailability (/Applications/Xcode.app/Contents/PlugIns/IDESimulatorAvailability.ideplugin), error = Error Doma...

Read more

[테스트/개발] 동적(Dynamic) VS 정적(Static) 프로그램/코드 분석(Program/Code Analysis) 란? 비교 및 개념정리

매우 잘 동작하는 코드를 만드는 것은 매우 중요합니다! 튼튼한 코드를 만들기 위해서는 튼튼한 분석/테스트가 함께되어야 할 것입니다. 정적 & 동적 프로그램/코드 분석 방법은 튼튼한 코드를 만들기 위해서 우리에게 큰 도움을 줄 수 있습니다. 코드 취약점을 알아내고 사전에 오류를 방지하는 것은 필수적입니다. 1. 정적 프로그램/코드 분석(Static Program/Code Analysis) 정적 프로그램 분석(Static program analysis)은 실제 실행 없이 컴퓨터 소프트웨어를 분석하는 것을 말한다. 대부분의 경우에 분석은 소스 코드의 버전 중 하나의 형태로 수행되며, 가끔은 목적 파일...

Read more

로지텍(Logitech) 키보드 MX Keys, K시리즈 맥북/윈도우 전환, 변경 방법 및 단축키

K375S 로지텍 키보드를 맥북에서 잘 사용하고 있었는데, 갑자기 윈도우 키로 바뀌게 되었습니다. Cmd 키가 alt 에서 동작하는 등, 동작을 제가 원하는 대로 할 수 없었는데요. 로지텍 키보드에서 맥 ←→ 윈도우를 전환하기 위한 단축키는 아래와 같습니다. Windows(Ctrl,Win,Alt) 전환 FN + P 를 3초 이상 누른다 MacOS(Ctrl, Opt, Cmd) 전환 FN + O 를 3초 이상 누른다 간혹가다 자기 멋대로 바뀌는 경우에 위 버튼을 활용하면 도움이 되실겁니다! 읽어주셔서 감사합니다 :)

Read more

[비즈니스 IT/개발 용어 정리] Playbook(플레이북) 이란? 개념정리

얼마 전 playbook 이라는 용어를 업무 관계자분이 사용하시는 것을 들었습니다. 해당 용어에 대해 전혀 모르고 있던 저는 대화를 잘 이해하지 못하였고, 궁금증이 생겨서 playbook 이 무엇인지 찾아보았습니다. What is playbook? a set of rules or suggestions that are considered to be suitable for a particular activity, industry, or job: 특정 활동, 산업, 업무에 적합하다고 여겨지는 규칙이나 제안 케임브릿지 사전에 의하면 위와 같은 뜻을 가지고 있습니다. 조금 더 풀어서 설명한다면, playb...

Read more