전체 글
[Spring boot] 404 Not Found 에러 해결 - 경로
spring boot 프로젝트 생성 후 간단한 test를 위한 signup API를 짜보고 있었다. 그런데 자꾸만 뜨는 404 Not Found error 분명 코드상 잘못된게 없고 url 매핑도 잘 해주었는데 발생했다. 해결 Spring boot를 시작해주는 main 메소드와 controller의 패키지 위치가 달라있어서 발생했다. 초기 세팅이니 패키지를 맞춰주자. 참고 https://codu.tistory.com/25
![[mysql] ERROR 1824 (HY000): Failed to open the referenced table ' ' 참조 관계 설정 오류](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbs7qYn%2FbtryLBAX7AE%2FFRQEy32QLSxKWQQftYcfIK%2Fimg.png)
[mysql] ERROR 1824 (HY000): Failed to open the referenced table ' ' 참조 관계 설정 오류
mysql> CREATE TABLE UserInfo ( user_seq INT NOT NULL AUTO_INCREMENT, user_id VARCHAR(22) UNIQUE NOT NULL, password VARCHAR(22) NOT NULL, name VARCHAR(22) NOT NULL, PRIVARY KEY(user_seq) ) ENGINE=MYISAM CHARSET=UTF8; user_seq를 참조하는 Post 테이블을 만들고 싶었다. mysql > CREATE TABLE Post ( post_seq INT NOT NULL auto_increment, title VARCHAR(22) NOT NULL, content VARCHAR(255) NOT NULL, author_seq INT NOT NULL..
![[블록체인 스터디 #01] 솔리디티를 이용한 이더리움 프로그래밍 : cryptozombie](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F2TfVr%2FbtrwWmQ3VH1%2Fze12Ue3PfvPITPTTp3KXtk%2Fimg.png)
[블록체인 스터디 #01] 솔리디티를 이용한 이더리움 프로그래밍 : cryptozombie
https://cryptozombies.io/ko/course #1 Solidity Tutorial & Ethereum Blockchain Programming Course | CryptoZombies CryptoZombies is The Most Popular, Interactive Solidity Tutorial That Will Help You Learn Blockchain Programming on Ethereum by Building Your Own Fun Game with Zombies — Master Blockchain Development with Web3, Infura, Metamask & Ethereum Smart Contracts cryptozombies.io Lesson 01. 좀비..
![[eclipse] The operation is not applicable to the current selection. Select a field which is not declared as type variable or a type that declares such fields. 에러 해결](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbodq6j%2FbtrwonE0HBh%2FCZ3zATVXKKuDp43sYp7VIk%2Fimg.png)
[eclipse] The operation is not applicable to the current selection. Select a field which is not declared as type variable or a type that declares such fields. 에러 해결
eclipse 에서 getter / setter 를 자동 생성해주는 기능을 사용하려 할 때 해당 에러를 만날 때가 있다. The operation is not applicable to the current selection. Select a field which is not declared as type variable or a type that declares such fields. 이는 올바른 포커스에서 기능을 사용하지 않았기 때문이다. 필자처럼. .class 내부가 아닌 외부로 선택되어져 있는 경우 getter와 setter의 자리가 올바르지 않은 경우이다. 제대로 포커스를 맞추고 실행하도록 하자 ^^
![[Node.js] 서버 세팅](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcO1GO8%2FbtrvClzQmmG%2Fh3LX33Sb95QK5YJRQcnGH1%2Fimg.png)
[Node.js] 서버 세팅
서버용 폴더를 만들어 VS code 터미널 (ctrl + `) npm (Node Package Manager) : Node.js로 만들어진 모듈을 설치하고 관리해주는 프로그램 패키지(애플리케이션)를 생성(초기화) 해준다. npm init package.json 파일이 생성된다. nodemon 이라는 모듈로 server 파일을 실행시킨다. "start" : "nodemon server" // 초기 package.json에는 없으니 사진처럼 추가 nodemon module : server에서 수정이 일어났을 때, 서버를 내렸다가 다시 올리는 작업이 필요하다. 해당 모듈을 사용하면 수동으로 작업하지 않고, 자동으로 해준다. npm i nodemon 사용하려는 모듈은 npm i(= install) 명령어로 설치..
![[대외활동] 한국대학생IT경영학회 KUSITMS 큐시즘 25기 개발 파트 서류/면접 합격 후기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbGcFvR%2FbtrtGirJt6z%2Fjvc9kAiJIEKtivAs8tuP2K%2Fimg.jpg)
[대외활동] 한국대학생IT경영학회 KUSITMS 큐시즘 25기 개발 파트 서류/면접 합격 후기
안녕하세요. 너구리입니다. 오늘은 제가 지원한 학회인 'KUSITMS' 에 대한 서류/면접 합격 후기를 작성하고자 합니다. 아무래도 지원할 때, 가장 큰 도움을 받은게 다양한 사람들이 남겨주신 후기글 덕분이라 저도 시간을 내어 후기를 공유해보겠습니다 :) 최대한 도움이 되는 방향으로 좋았던 점과 아쉬웠던 점 위주로 글을 써보도록 할게요 ! 혹시 지원하시는 분들은 꼼꼼히 잘 읽어주세요. 한국대학생IT경영학회 KUSITMS 2009년에 설립된 대학생 학회로, IT 프로젝트를 기획. 개발, 디자인하여 하나의 프로덕트를 만들어내는 곳입니다. 정규 세션과 다양한 프로그램을 진행해 개인 역략과 협업 능력을 함양시킬 수 있습니다. - 큐시즘 25기 모집안내문 中 - 공식 홈페이지 - https://www.kusitm..