728x90
728x90

Web Analytics GA4(Google Analytics)


  1. 링크 : https://support.google.com/analytics/answer/9143382?sjid=1232095385863967603-AP#link&zippy=%2C%EB%A7%81%ED%81%AC
  2. outbound : 외부 링크 연결 추적 (Boolean) 링크가 속성 도메인의 일부가 아닌 웹사이트로 연결되는 경우 텍스트는 'true'입니다.
  3. 자동 수집 이벤트

영어 단어


  1. asterisk = *

Deep learning - pytorch


  1. Loss Function -> smooth_l1_loss
  2. Optimizer -> torch.optim.LBFGS -> closure 함수를 매개변수로 넣어줘야함
  3. torch.nn.lstm -> outputs , hidden return

JAVA - Spring


  1. tomcat timeout 45s-> timeouts 시간 늘리기

python - cv2


  1. numpy -> cv2.imshow("title",np.array)
  2. cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
728x90

'개발일기' 카테고리의 다른 글

[TIL#9]  (2) 2023.06.09
[TIL#7]  (0) 2023.06.02
[TIL #3]  (0) 2023.05.02
[TIL#2]  (0) 2023.04.27
[TIL #1]  (0) 2023.04.25
728x90

cmd (관리자 권한 실행 )


netstat -ano | findstr 8080

taskkill /F /pid "pid"

참고 - stackoverflow.com/questions/34253779/tomcat-server-error-port-8080-already-in-use#:~:text=Port%208080%20required%20by%20Tomcat,the%20port%20number(s).

 

Tomcat Server Error - Port 8080 already in use

I received the following error while attempting to execute a Servlet program in Eclipse Mars EE. 'Starting Tomcat v8.0 Sever at localhost' has encountered a problem. Port 8080 required by ...

stackoverflow.com

 

728x90
728x90
728x90

+ Recent posts