일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Oracle11g
- Tomcat #SpringFramework
- undefined
- 스프링부트
- Database
- 환경변수
- tcping
- ojdbc
- mssql
- postman
- apache
- springboot #controller #jsp
- sqldeveloper
- 웹개발
- SpringInitializer
- Developer
- development
- oracle
- RESTful
- 스프링시큐리티
- HATEOAS
- restapi
- IntelliJ
- Maven
- Web
- 스프링부트 #springboot #project #Intellij
- springboot
- SpringSecurity
- install
- mysql
Archives
- Today
- Total
목록Windows10 (1)
여백에 도장 찍기
tcping
windows 환경에서 원격지 포트점검을 위한 tcping 을 설치해보자. 1. installation - https://www.elifulkerson.com/projects/tcping.php 접속 - tcping.exe 다운로드 2. 경로 설정 - C:\Windows\System32 밑으로 tcping.exe 를 이동시킴. 3. 테스트 - cmd 창을 열어 tcping을 가지고 sql server port가 열렸는지 test해보자. C:\Users\서주민>tcping localhost 1433 Probing ::1:1433/tcp - No response - time=2000.251ms Probing ::1:1433/tcp - No response - time=2001.675ms Probing ::1..
Windows10
2019. 7. 5. 11:37