250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Eclipse
- git
- Thymeleaf
- Docker
- maven
- error
- ubuntu
- Open Source
- Exception
- Core Java
- MSSQL
- myBatis
- SpringBoot
- jpa
- MySQL
- Tomcat
- JavaScript
- IntelliJ
- 설정
- PostgreSQL
- 오픈소스
- JDBC
- Spring Boot
- spring
- AJAX
- Python
- 문서
- oracle
- STS
- Source
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 |