전체 글86 Uncaught SyntaxError: Unexpected token < in JSON at position 0 [React] const config = { headers : { 'Accept' : 'application/json' } } fetch(`http://localhost:8086/piece?piece=${piece}`, config) .then((res) => res.text()) .then((data) => { console.log(data) numbers = data.split(',') }) fetch 결과가 String일 경우, res.json()이 아니라 res.text()로 처리해야한다. 2022. 4. 14. 하둡 결과 파일 로컬로 가져오기 [Hadoop] hdfs dfs -copyToLocal /test/output/part-r-00000 /home/ubuntu 2022. 4. 12. delete from table where Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.0081 sec [mysql] set SQL_SAFE_UPDATES = 0; 2022. 4. 11. HTTP 상태 404 - 찾을 수 없음 [Spring Framework] 여기 빨간색이 떠 있었는데 왜 몰랐을까.. 이렇게 하니까 돌아갔다. ----------------------- 처음에는 http://localhost:8080/ 다음과 같이 떠야하는데 안 떴다. 그때는 이렇게 한다. Step 1. 포트 8080을 다른 포트로 바꿔서 돌려본다. Step 2. Switch Location 해서 다시 돌려본다. Step 3. 저거 Use Tomcat installation으로 바꿔본다. 라디오 버튼이 활성화 되어있지 않으면 Step2를 하면 된다. 끝 2022. 4. 11. 이전 1 ··· 12 13 14 15 16 17 18 ··· 22 다음