Notice
Recent Posts
Recent Comments
250x250
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 문서
- PostgreSQL
- jpa
- MySQL
- spring
- Docker
- Python
- git
- JDBC
- IntelliJ
- Source
- STS
- error
- SpringBoot
- AJAX
- Core Java
- myBatis
- Thymeleaf
- maven
- MSSQL
- oracle
- Open Source
- ubuntu
- Spring Boot
- JavaScript
- 설정
- Exception
- Eclipse
- 오픈소스
- Tomcat
Archives
- Today
- Total
헤르메스 LIFE
[Source] LocalHost, HostAddress 본문
728x90
<%@ page import="java.net.*" %> <% InetAddress Address = InetAddress.getLocalHost(); String IP = Address.getHostAddress(); %> <html> <head> <title> </title> </head> <body> IP Address : <%=IP%> </body> </html>
728x90
'JSP&JavaScript&HTML' 카테고리의 다른 글
| iFrame 높이 자동조절 (0) | 2020.11.20 |
|---|---|
| [jQuery] 체크박스 선택여부, checked처리 라디오버튼 선택과 해제 (0) | 2016.06.15 |
| [Javascript] Array Sort (0) | 2016.06.13 |
| 콤보박스(select)에서 Readonly (0) | 2016.05.11 |
| jQuery 강좌 | Tips > .ajax() 동기식으로 사용하는 방법 (0) | 2016.03.16 |