프로그래밍 썸네일형 리스트형 qtcreator Error Qt를 설치하고 나서, qtcreator 가 실행 안되는 경우가 발생했다. Terminal로 확인을 해 보니, 아래와 같은 에러가 발생했다. qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: xcb, wayland-egl, offscreen, linuxfb, vkkhrdisplay, minimal,.. 더보기 flutter release 배포 먼저 아래 명령어로 keystore 를 생성한다. .\keytool.exe -genkey -v -keystore c:\android_key\upload-keystore.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias upload 생성된 keystore 에 대한 정보를 확인 하기 위해서 아래 command를 사용한다. .\keytool.exe -v -list -keystore C:/android_key/upload-keystore.jks 그 후, key.properties 파일을 생성하고 다음과 같이 입력한다. storePassword=123456 keyPassword=123456 keyAlias=key storeFile=C:/and.. 더보기 windows keytools 키 만들기 명령어 : keytool -list -v -alias androiddebugkey -keystore C:\Users\relia\.android\debug.keystore 키 저장소 비밀번호는 android 이다.... 더보기 vscode font size vscode에서 ctrl + mouse wheel 로 폰트를 변경하고 싶으면 아래 사진과 같이 설정하면 된다.. setting 탭에 들어가서 상단 mouse wheel을 검색하고 해당 check box를 활성화 하면 된다. 더보기 Incorrect use of ParentDataWidget 에러 build를 하는 log 상 다음과 같은 에러가 발생하면 다음을 생각 해보자 Expanded Widget은 Column,Row,Flex Widget 안에서만 사용하자 더보기 IOS simulator error sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService rm -rf ~/Library/*/CoreSimulator xcrun simctl erase all 더보기 [react] eslint disable terminal 상에 사용되지 않은 변수 등 warning을 보기 싫으면 상단에 아래와 같이 하면 된다. 더보기 /* eslint-disable */ 더보기 [react] npx create-react app 에러 위와 같은 상황이 발생하면 아래와 같이 해결 하면 된다. 더보기 npm uninstall -g create-react-app npm add create-react-app 권한 문제가 발생하면 앞쪽에 sudo를 추가 해 주면 된다. 더보기 QopenGL 사용시 에러 QopenGL을 사용할때 아래와 확인할 수 없는 외부 참조라고 에러가 뜬다. 이럴때 .pro파일에 아래와 같이 추가하면 해결된다. 'LIBS += opengl32.lib' 더보기 Ubuntu opencv4 컴파일 g++ test.cpp -o test $(pkg-config --libs --cflags opencv4) 더보기 이전 1 2 3 4 ··· 11 다음