vegedev의 등록된 링크

 vegedev로 등록된 티스토리 포스트 수는 8건입니다.

mariadb(mysql) 버전 확인하기 [내부링크]

mariadb (mysql) 버전 확인하는 방법 select version(); mysql workbench에서 실행했습니다. 터미널에서 입력해도 버전 확인할 수 있습니다.

부팅 usb를 usb 메모리로 복구하기 [내부링크]

[부팅 usb를 다시 usb 메모리로 되돌리기] 1. 명령 프롬프트를 실행한다. (윈도우 키 -> cmd 입력 -> 명령 프롬프트 실행) 2.  diskpart 를 입력한다. 3. 아래 명령어들을 차례로 입력한다.  list disk - p..

[install] npx 설치하기 [내부링크]

[npx 와 npm 차이] npm 이란? = 노드 패키지 관리자(Node Package Manager) - node.js의 의존성과 패키지 관리를 위한 패키지 관리자이다. - 버전관리를 지원한다. npx 란? = 노드 패키지 실행(Node Package Execu..

[Error] Some problems were found with the configuration of task ':app:processDebugGoogleServices' [내부링크]

[Error] Some problems were found with the configuration of task ':app:processDebugGoogleServices' (type 'GoogleServicesTask').   - Type 'com.google.gms.googleservices.GoogleServicesT..

[Error] Execution failed for task ':app:stripDebugDebugSymbols' [내부링크]

[Error] * What went wrong: Execution failed for task ':app:stripDebugDebugSymbols'. > No version of NDK matched the requested version 20.0.5594570. Versions available locally: 2..

[Error] Execution failed for task 'appcompileDebugJavaWithJavac' [내부링크]

[Error] 1 Task failed with an exception. -----------  What went wrong Execution failed for task 'appcompileDebugJavaWithJavac'.  javaxxmlbindJAXBException  Try Run with --stacktrace..

[Error] but repository 'maven' was added by build file 'build.gradle' [내부링크]

[Error] A problem occurred evaluating root project '{projectName}'. > Build was configured to prefer settings repositories over project repositories but repository 'maven' was added..

Windows 윈도우10에 OpenSSL 설치 [내부링크]

윈도우10에 OpenSSL을 설치하는 방법 1. OpenSSL 다운로드 아래 링크에 접속해 OpenSSL 설치 프로그램을 다운로드한다. https://sourceforge.net/projects/openssl/ OpenSSL Download OpenSSL for free. This proj..