Setting up SMTP on windows 2008 server
자동 업데이트 후 재부팅시 SMTP 정지시 : 서비스에서 Simple Mail Transfer Protocol (SMTP) 수동을 자동으로 수정
자동 업데이트 후 재부팅시 SMTP 정지시 : 서비스에서 Simple Mail Transfer Protocol (SMTP) 수동을 자동으로 수정
1 2 3 4 5 6 |
// sleep for about 2 seconds Thread.sleep(2000L); // sleep for about 2.5 seconds Thread.sleep(2000L, 500000L); |
CommandTimeout Property Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
1 2 3 4 |
[Visual Basic] <strong>Public Property CommandTimeout</strong> <strong>As </strong><a href="ms-help://MS.NETFrameworkSDK/cpref/html/frlrfSystemInt32ClassTopic.htm">Integer</a> |
1 2 3 4 |
[C#] <strong>public </strong><a href="ms-help://MS.NETFrameworkSDK/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a><strong> CommandTimeout {get; set;}</strong> |
Remarks The time […]
톰캣 레진 웹로직 셋다 같은 jsp/servlet 엔진 즉 WAS(Web Application Server)라고 합니다. 똑같은 WAS인데 틀린점이라면 서비스 하는 기능의 성능이나 차이에 따라 무료 , 유료 인 […]
Installing Tomcat 7 on CentOS 6 참조 : http://blog.naver.com/PostView.nhn?blogId=cjw8349&logNo=20160687770 참조 : http://www.server-world.info/en/note?os=CentOS_6&p=tomcat7 CentOS is a stable Linux distribution suited for running web application servers such as […]
이 문서에서는 파일 전송 프로토콜(FTP) PORT 모드와 PASV 모드를 모두 사용하도록 Internet Explorer를 구성하는 방법을 설명합니다. FTP는 두 가지 모드를 지원합니다. 이들 모드는 각각 표준(또는 […]
2003 설치했다. 포트 변경했다가. 그런데 FTP 를 기본 21이 아닌 다른 포토로 변경 리얼IP면 상관 없지만 사설일경우에 문제가 생긴다… 사설이라 들어오는 포트가 차단되다 보니 서버와 […]
참조 : http://www.pmguda.com/729 http://apache.tt.co.kr/tomcat/tomcat-7/ http://apache.tt.co.kr/tomcat/tomcat-7/v7.0.29/bin/apache-tomcat-7.0.29-deployer.tar.gz 톰켓 설치 톰 hsc@ubuntu:/usr/local/src$ sudo wget http://apache.tt.co.kr/tomcat/tomcat-7/v7.0.29/bin/apache-tomcat-7.0.29.tar.gz –2012-08-14 23:49:26– http://apache.tt.co.kr/tomcat/tomcat-7/v7.0.29/bin/apache-tomcat-7.0.29.tar.gz Resolving apache.tt.co.kr (apache.tt.co.kr)… 121.125.79.185 Connecting to apache.tt.co.kr (apache.tt.co.kr)|121.125.79.185|:80… connected. HTTP request […]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
@echo off echo. echo 지원 OS : 윈도우 비스타, 7, 2008, 2008 R2 echo. set /p port=포트 번호 입력 : reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber /t REG_DWORD /d %port% /f if errorlevel 1 ( cls echo. echo. echo 우클릭 해서 관리자 권한으로 실행해주세요. pause>nul exit ) netsh advfirewall firewall add rule name="원격 데스크톱 %port%" dir=in action=allow protocol=tcp localport=%port% net stop /y TermService net start /y TermService echo 작업이 완료되었습니다. pause>nul exit |
오픈마켓 사이트에서 내물건을 팔고자 하시는 경우 상세정보에 입력시 쉽고 간편하게 HTML 문서를 작성할 수 있도록 합니다. [옥션사이트에서 상세정보 입력] 옥션프로를 이용하면 초보자도 쉽게 HTML문서를 작성 […]
Copyright © 2025 | WordPress Theme by MH Themes