일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 전자정부프레임워크
- 선택적조인
- swingx
- appspresso
- MySQL
- MFC
- sencha touch
- GPS
- iBATIS
- Android
- JDOM
- Spring
- WebLogic
- rowspan
- jQuery
- phonegap
- tomcat
- PHP
- jsr 296
- Struts
- ibsheet
- Eclipse
- dock
- 가우스
- node.js
- Ajax
- JSON
- PLSQL
- oracle
- Google Map
Archives
- Today
- Total
Where The Streets Have No Name
노트북 ip변환 본문
회사.bat
netsh -c int ip set address name="로컬 영역 연결" source=static addr=156.147.117.183 mask=255.255.255.0 gateway=156.147.117.1 gwmetric=0
netsh -c int ip set dns name="로컬 영역 연결" source=static addr=165.243.17.15 register=PRIMARY
집.bat
netsh -c int ip set address name="로컬 영역 연결" source=dhcp
netsh -c int ip set dns name="로컬 영역 연결" source=dhcp
netsh -c int ip set address name="로컬 영역 연결" source=static addr=156.147.117.183 mask=255.255.255.0 gateway=156.147.117.1 gwmetric=0
netsh -c int ip set dns name="로컬 영역 연결" source=static addr=165.243.17.15 register=PRIMARY
집.bat
netsh -c int ip set address name="로컬 영역 연결" source=dhcp
netsh -c int ip set dns name="로컬 영역 연결" source=dhcp