Mssql 2008 express 버전 2종류 설치 및 연결
SQL Server Express는 사용할 수 있는 용량에 한계가 있습니다. 버전에 따라 다음과 같습니다. SQL Server Express 2005 – 4GB SQL Server Express 2008 – 4GB SQL Server Express 2012 – 10GB […]
SQL Server Express는 사용할 수 있는 용량에 한계가 있습니다. 버전에 따라 다음과 같습니다. SQL Server Express 2005 – 4GB SQL Server Express 2008 – 4GB SQL Server Express 2012 – 10GB […]
웹페이지 이동 부드럽게. (플래쉬 같은 효과)
1 2 3 4 |
<!--<META HTTP-EQUIV="Page-exit" CONTENT="BlendTrans(Duration=0.2)">--> <!--<META HTTP-EQUIV="Page-Enter" CONTENT="BlendTrans(Duration=0.2)">--> |
시작 -> 실행(R)에서 cmd /c “echo off | clip”
[naver pop ] 메일 프로그램 환경 설정 안내 휴대폰, 아웃룩 등 외부 메일 프로그램 환경설정에 아래와 같이 등록해 주세요. POP 서버명 : pop.naver.com 포트 : […]
NAME cp – 파일 복사 SYNOPSIS cp [options] source dest cp [options] source… directory Options: [-abdfilprsuvxPR] [-S backup-suffix] [-V {numbered,existing,simple}] [–backup] [–no-dereference] [–force] [–interactive] [–one-file- […]
SQL Server Forums – set @var = exec @sql. go create table #temp (Heat varchar(30)) declare @sql varchar(100) declare @Heat varchar(30) select @sql […]
이거 듣고 느낀거 없니?
12.04 – VSFTPd stopped working after update – Ask Ubuntu.
orce_dot_files=YES via webserver – Ubuntu 12.04 500 OOPS: vsftpd: refusing to run with writable root inside chroot() Keep user jailed – Ask Ubuntu.
Live without regrets! :: vsftp에 접속시 500 OOPS: vsftpd: refusing to run with writable root inside chroot 오류 해결법.
smtp;550 SC-001 (COL0-MC3-F3) Unfortunately, messages from 1.222.222.222 weren’t sent. Please contact your Internet service provider since part of their network is on our block list. […]
1 2 3 4 5 6 7 8 9 |
<table width="700" border="1" cellpadding="0" cellspacing="0" align="left"> <tr> <td align="center"> <img src='../images/loading2.gif' border='0'><!-- loading images --> </td> </tr> </table> |
– 위와 같이 table 을 사용하지 않고 -> 다음과 같이 div 로 로딩 이미지 가운데 나오게 한다.
1 2 3 4 5 |
<div style="width:700; text-align: center"> <img src="../images/loading2.gif" style="vertical-align: middle" /><!-- loading images --> </div> |
Copyright © 2025 | WordPress Theme by MH Themes