이클립스를 다시 세팅할 일이 생겨서 컬러테마를 다운로드하려고 했더니 No repository found at http://eclipse-color-theme.github.com/update. 이런 오류가 발생... 그래서 다시 찾아보니 Help -> Install New Software... 에서 받으라고 해서 http://eclipse-color-theme.github.com/update 이렇게 입력해서 해보니 안됨... 여기 주소가 바뀌었다고 하는 것 같아서 다시 찾아보니 https://stackoverflow.com/questions/68693503/eclipses-color-theme-issue Perferences로 들어가서 General -> appearance에 color Theme 가 생긴..
이클립스 properties 에 아래와 같이 한글이 깨지는 현상이 있는데 이 현상을 해결하기 위해 플러그인을 설치 하도록 해보겠습니다. Help - Install New Software... 로 들어가서 Work with 에 http://propedit.sourceforge.jp/eclipse/updates/ 를 입력해 줍니다. 그러면 이와 같은 화면이 나올텐데 Properties Editor 를 선택해 주시고 Next! Next! 수락 후 Finish 하면 우측 하단에 이와 같이 설치가 진행되는 것을 확인 할 수 있습니다. 다 설치가 되면 위와 같이 재 시작하라고 안내가 나와서 재시작을 해보면 위와 같이 한글로 잘 나오는 것을 확인 할수 있습니다.
npm run dev 를 실행하니 > response-check@1.0.0 dev > webpack serve --hot --env development [webpack-cli] Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. - options has an unknown property 'publicPath'. These properties are valid: object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, historyApiFallback?, host?..
프로젝트 새로 받아서 셋팅하던 중 web.xml 에 cvc-id.3: A field of identity constraint 'web-common-servlet-name-uniqueness' matched element 'web-app', but this element does not have a simple type. 이런 에러가 발생했다. 구글에서 좀 찾아보니 생각보다 간단하게 문제가 해결됌. xmlns="http://java.sun.com/xml/ns/javaee" 여기를 xmlns="http://Java.sun.com/xml/ns/javaee" 이렇게 대문자로 수정해주면 에러가 사라짐!
CentOS에서 로그인 시 bash-4-2$ 가 나올때조치 방법 login as: root root@~~~'s password: Last login: Thu Dec 2 09:29:21 2021 from 172-10-200-123.lightspeed.rcsntx.sbcglobal.net bash-4.2$ 홈디렉토리에 설정파일이 잘못되어서 나오는 현상인데 홈디렉토리를 만들던지 있는 홈 디렉토리에 가서 /etc/skel/ 안에 있는 설정파일들을 가져와서 권한설정을 해주고 cp -rp /etc/skel/.b* /home/sample chown -R sample.sample /home/sample 다시 접속해 보면 bash-4.2$이 나오지 않는것을 확인 가능합니다.
1. 환경설정으로 들어가 줍니다. 2. 네트워크로 들어갑니다. 3. 아이피를 확인 합니다. 이렇게 화면에서 확인을 하거나 터미널에 들어가서 ifconfig | grep inet 위 명령어를 입력하면 확인 가능합니다.