Qmail Password 변경하기 확인하기
● Qmail 계정 Password 확인하기 /home/vpopmail/bin/vuserinfo 메일계정 /home/vpopmail/bin/vuserinfo test@kore.com name: sherry passwd: $1$9la81$Ncg2VVffGMRWcMlqaDl14/ clear passwd: 123456 uid: 1 gid: 0 all services available dir: […]
● Qmail 계정 Password 확인하기 /home/vpopmail/bin/vuserinfo 메일계정 /home/vpopmail/bin/vuserinfo test@kore.com name: sherry passwd: $1$9la81$Ncg2VVffGMRWcMlqaDl14/ clear passwd: 123456 uid: 1 gid: 0 all services available dir: […]
내년에 구매 예정 BMW i3 컨셉트. 메가시티 비히클 Megacity Vehicle. – BMW i. Born Electric..
qmail 유저별 사용용량 du -h –max-depth=2 /home/vpopmail/domains/test.co.kr/ > /home/usage00.txt 파일 확인 : cat /home/usage00.txt | grep ‘G’ — 기가 이상 사용자 확인 참조) #] du […]
CodeIgniter / EllisLab.
확인 [root@CentOS ~]# netstat -anp | grep 80 http 강제 종료 [root@CentOS ~]# killall -9 httpd http 시작 [root@CentOS ~]# /etc/init.d/httpd start
달달함.
어제 마누라랑 드라이브하고 귀가하면서 와이프 주변의 결혼 적령기의 여자들이 결혼을 못하고 있네 소개해줄 사람이 없네 할 때 저번에 회사에서 개념 왕창 박힌 여자 선배와 했던 […]
* align=abamiddle 은 비표준이므로 사용하지 말것
1 2 3 4 |
<img src="" align="absmiddle"> (X) <img src="" style="vertical-align:middle"> (O) |
1 2 3 4 |
vertical-align:text-top; vertical-align:text-bottom; |
ex1)
1 2 3 |
<img src='./imsges/Standard.gif' border='0' style='vertical-align:text-bottom;'/> |
ex2)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!DOCTYPE html> <html> <head> <style> img.top {vertical-align:text-top;} img.bottom {vertical-align:text-bottom;} </style> </head> <body> <p>An <img src="w3schools_logo.gif" alt="W3Schools" width="270" height="50" /> image with a default alignment.</p> <p>An <img class="top" src="w3schools_logo.gif" alt="W3Schools" width="270" height="50" /> image with a text-top alignment.</p> <p>An <img class="bottom" src="w3schools_logo.gif" alt="W3Schools" width="270" height="50" /> image with a text-bottom alignment.</p> </body> </html> |
C# 하다가 jsp 넘어오니 헷갈리네요. 이거 찾는다고 시간좀 걸렸네. equals 은 객체가 가지고 있는 값을 비교 == 는 개체가 같은지 다른지 비교 그래서 비교 구문은 […]
Ubuntu 패키지에 포함된 apache2로 서버를 운영할 경우, a2enmod 명령으로 apache 모듈을 활성화 할 수 있다. sudo a2enmod rewrite 명령어는 Apache 웹 서버에서 mod_rewrite 모듈을 활성화하기 […]
Copyright © 2024 | WordPress Theme by MH Themes