코딩 에러 및 질문

코딩 에러 및 질문

터미널 유용한 명령어

🌱 오늘의 주제 : 터미널 유용한 명령어 https://nerogarret.tistory.com/3 [Mac Terminal] 유용한 터미널 명령어 정리 1 블로그 시작하면 첫 컨텐츠를 PHP로 하겠다고 해놓고 터미널 명령어를 잔뜩 들고왔습니다. 코딩과 가까이 지낸지가 꽤 됐는데 아직도 터미널을 키고 아무것도!! 못하고 있어서 일단은 여기에 구 nerogarret.tistory.com

코딩 에러 및 질문

VI 명령어

🌱 오늘의 주제 : VI 명령어 🌱 VI 명령어 https://blockdmask.tistory.com/25 [vi 명령어] vi 명령어 정리 [리눅스나 유닉스에서 사용하는 vi 편집기 명령어 총 정리 입니다.] 1. vi 편집기 명령어 전체 구조 살펴보기 2. vi 명령어 총정리 (자주 사용하는 것은 색으로 표시)3. 제가 진짜로 사용하는 vi 알짜 blockdmask.tistory.com

코딩 에러 및 질문

Intellij 단축키 정리(맥버젼)

🌱 오늘의 주제 : Intellij 단축키 정리(맥버젼) 🌱 Intellij 단축키 정리(맥버젼) - option + enter : implement 클래스 구현, import 문 자동생성 => 가장많이씀 - control + enter : getter, setter 자동 만듦 - control + T : inline varialbe 하면 할줄로 바꿈. - control + R : 바로 전 실행 다시 실행 - control + O : 상속받은 클래스 보여주며 override 할수 있게 한다. - Shift + f6 : 변수 리네임 할때 사용 아래 다 바뀜. - Shift + Shift : 클래스 및 각종 검색 창 (command + O과 비슷) - command + option + v : 리턴 정보 만들..

코딩 에러 및 질문

터미널 Github 사용법

🌱 오늘의 주제 : 터미널 Github 사용법 https://wordbe.tistory.com/entry/Git-%EC%82%AC%EC%9A%A9-%EB%B0%A9%EB%B2%95-%EC%A0%95%EB%A6%ACcommit-push-pull-request-merge-%EB%93%B1 https://sin0824.tistory.com/8 왕초보! Github 사용법 (Mac os) 개발을 처음 배우면서 가장 어려웠던 건 소스코드를 관리하는 것이었다. 비 전공자였던 나는 구글에 올라와 있는 많은 Github 관련 블로그를 봤지만 도대체 개발자들은 쉬운 말도 왜 어렵게 하는 sin0824.tistory.com wq - 저장 후 종료 clone 원하는 폴더 들어간 후 Copy $ git init Copy $ ..

코딩 에러 및 질문

터미널 깃헙 사용

https://velog.io/@seoyaon/Github-%ED%84%B0%EB%AF%B8%EB%84%90%EC%97%90%EC%84%9C-Github-%EC%82%AC%EC%9A%A9%EB%B0%A9%EB%B2%95 [Github] 터미널에서 Github 사용방법 저 아이콘은 고양이가 맞을까..? 🐈‍⬛ velog.io https://curryyou.tistory.com/427

코딩 에러 및 질문

Updates were rejected because the remote contains work that you do

🌳 에러 코드 hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. 🌳 해결 방법 🌾 원인 : github repository를 생성할 때 ..

코딩 에러 및 질문

[Terminal/H2 Database] H2 데이터베이스 Permission denied 에러

🌳 에러 코드 -bash: ./h2.sh: Permission denied 🌳 해결 방법 🌾 원인 :권한 설정이 필요 🌾 해결 방법 : 755 모드로 권한을 부여한 후 h2를 실행하면 해결 After MacBook-Pro-2:bin hongyuri$ chmod 755 h2.sh MacBook-Pro-2:bin hongyuri$ ./h2.sh

코딩 에러 및 질문

Execution failed for task ':HelloSpringApplication.main()'.

🌳 에러 코드 Execution failed for task ':HelloSpringApplication.main()'. > Build cancelled while executing task ':HelloSpringApplication.main()' * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. 🌳 해결 방법 🌾 원인 : gradle로 실행했기 때문. 🌾 해결 방법 : 1. Gradle 설정에서 IntelliJ IDEA 바로 변경. 2. 마지막으로 File -> O..

코딩 에러 및 질문

검색을 할때마다 바뀌는 로그인 된 유저 정보 이름.

🌳 에러 코드 검색을 할때마다 메뉴에 있는 로그인 된 유저정보 이름이 바뀌는 현상. 🌳 해결 방법 🌾 원인 : 검색 기능 페이지에서 파라미터로 검색된 longinId를 model에 담아 jsp에 보냈기에, 세션에 있는 loginId가 model에 담은 longId로 바뀌는 현상. 🌾 해결 방법 : 검색 기능 페이지 controller에서 검색된 아이디를 파라미터를 보내지 않고, 아래와 같이 jsp 문법 구문 수정. Before After

코딩 에러 및 질문

org.apache.jasper.JasperException:

🌳 에러 코드 Wed Jun 07 15:42:15 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). /WEB-INF/jsp/community/communityView.jsp (line: [26], column: [13]) quote symbol expected org.apache.jasper.JasperException: /WEB-INF/jsp/community/communityView.jsp (line: [26], column: [13]) quote symbol expected 🌳 해결 방법 🌾 원인 : EL 문법 오류. 🌾 해결 방법 : -> 따음표 써주기. Before After

요가하는 개발자
'코딩 에러 및 질문' 카테고리의 글 목록 (3 Page)