전체 글(80)
-
Maven Archetypes
https://maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.8.4 Apache Maven 3.8.4 is the latest release and recommended version for all users. The currently selected download mirror is https://dlcdn.apache.org/. If you encounter a problem with this mirror, please select another mirror. I maven.apache.org ※ Maven 설치 https://mech2cs.tistory.com/entry/Ubuntu-Mave..
2022.03.11 -
android splash screen 적용 이후 나타난 문제 해결
오류 발생 화면 Debug로 발견한 오류 JSONSerializer.java 파일 수정 Fragment 사용 시 onHiddenChanged()가 if(hidden)문이 onCreateView() 보다 먼저 실행되는 경우가 존재한다는 점을 알게 되었다. 오류 로그가 금방 없어져서 녹화 후 일시정지로 확인했다. 오류 수정 후 화면
2022.02.05 -
안드로이드 Google Play Console 등록 문제
이전 앱 구동 모습 수정 후 앱 구동 모습 이번에는 게시 승인을 받으면 좋겠다...
2022.02.03 -
Manually closing a port from command line
sudo netstat -ap | grep : PID / Program name 항목에서 PID를 찾는다. kill or kill -9 [참고] https://superuser.com/questions/127863/manually-closing-a-port-from-commandline/389252
2022.01.17 -
인증서
https://certbot.eff.org/ Certbot Tagline certbot.eff.org 인증서 갱신하는 명령어 certbot renew
2021.12.31 -
coc-java 문제 해결
https://download.eclipse.org/jdtls/snapshots/?d Project download area | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projects, including runtimes, tools and frameworks. download.eclipse.org ~/.config/coc/extensions/coc-java-data/server/ https://github.com/neoclide/coc-java/issues/12 Error starting jdt language se..
2021.12.19