문제들(21)
-
gstatic 오탐 관련 이슈
gstatic 문제 발생 타 부서에서 해외 IP로의 트래픽이 탐지되었다고 연락이 옴 메시지 : Nvd,L1AAkb,KUM7Z,Mlhmy,LDgzZ,s39S4,lwddkf,gychg,w9hDv,EEDORb,RMhBfe, 바이러스 혹은 공격이 탐지되었다고 연락함 관련 IP : 142.250.76.131 구글 검색 기록 오후 1:38 부대찌개 - 나무위키 namu.wiki 오후 1:38 퓨전 요리 - 나무위키 namu.wiki 오후 1:38 소시지 - 나무위키 namu.wiki 오후 1:38 쟌슨빌 나무위키 - Google 검색 www.google.com 오후 1:38 쟌슨빌 소시지 - Google 검색 www.google.com 원인 탐색 탐지 시점에 내가 하고 있었던 일은 구글링, 나무위키, 웹 스크래핑 ..
2022.10.12 -
gradle build sync failed
GRADLE SSL 오류 오류 : idea 설치 폴더 -> log -> idea.log 에서 확인 org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-7.5-bin.zip'. Caused by: javax.net.ssl.SSLException Caused by: java.lang.NullPointerException gradle sync failed 해결책 1 : gradle의 경로를 https -> http 로 변경 : 2022.08 - 실패 https://mydevromance.tistory.com/47 해..
2022.08.08 -
naming convention list
jsp / servlet + mybatis + mariadb 환경에서 개발시 naming convention 모음 html file name convention no space case sensitive lower case Only use letters, numbers, underscores, hyphens main-page.html http://web.simmons.edu/~grabiner/comm244/weekone/naming-conventions.html id, class name convention kebab case https://google.github.io/styleguide/htmlcssguide.html#ID_and_Class_Naming attribute "name" name conv..
2022.07.31 -
~causes clipping. It is better to reconsider global gain scale value
https://github.com/TensorSpeech/TensorFlowTTS/blob/master/tensorflow_tts/bin/preprocess.py GitHub - TensorSpeech/TensorFlowTTS: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported incl :stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy ..
2021.09.04 -
버튼을 눌렀을 때 새로고침이 되는 경우를 해결해보자
분명 나는 refresh를 원치 않았는데, refresh가 되면서 창이 새로고침이 된다. 이는 form tag 안쪽에 있는 button tag 의 default type은 submit이기 때문이다. 바로 제출이 되는것이다. 이럴 때는 type="button" 을 적용해주면 된다. 닫기 간단하다. happy 하다.
2021.09.02 -
mysql port 3306 문제
mysql을 지우고, 서비스의 MYSQL80, MYSQL도 지웠다. netstat -ano 로 3306 포트가 안 나오는 것을 확인했다. 그럼에도 port already in use가 뜬다. https://binshuuuu.tistory.com/214 [DATABASE/MYSQL] MySQL 인바운드 허용하기 - 외부로 부터의 접속 포트 허용하기 [DATABASE/MYSQL] MySQL 인바운드 허용하기 - 외부로 부터의 접속 포트 허용하기 이번에 알아볼 내용은 Mysql 3306 포트에만 국한된 Tip 이 아니라, 여러 외부로 부터의 접속 포트 허용에 기본이 되는 인바 binshuuuu.tistory.com 방화벽에 3306 포트를 만들어보기도 하였다. 역시나다. https://skylove1982.t..
2021.08.20