Programming20 html 특수문자표 HTML 문서에서 태그와 같이 표현 하기 위해서는 특문을 사용 해야 합니다. 그렇지 않고 꺽쇠 문자기호를 이용해서 사용 하면 브라우저에서 그대로 태그로 인식됩니다. 실제로 태그를 표현 하기 위해서는 - 브라우저에서 로 표현 됩니다. [&] 특수 문자를 표현하기 위한 시작을 알립니다. [;] 특수 문자를 표현하고 끝마침을 알립니다. [#] ASCII 또는 Unicode 값으로 표현할때 사용 됩니다. (10진수 변환 코드) 특수 문자를 표현하기 위해 꼭 사용 되지 않아도 되며 경우에 따라 꼭 사용해야 합니다. 아래 표는 HTML문서에서 많이 사용 되는 특수 문자 입니다. 문자를 쓴 경우와 숫자를 쓴 경우는 동일 효과를 보여 줍니다. [특수 문자] 단, (■) 실제 공간을 보이기 위해 사용 했습니.. 2013. 1. 17. 우분투 + Wordpress 설치 준비 작업 보통 우분투(Ubuntu)를 설치하면 APM을 설치하게 되는데, 늘 까먹어서 메모리를 위해서 글을 남긴다. 1. Apache2 설치하기 # sudo apt-get install apache2 2. Apache와 Mysql 연결인증 모듈 설치하기 # sudo apt-get install libapache2-mod-auth-mysql 3. Mysql 설치하기 # sudo apt-get install mysql-server mysql-client # 설치 중간에 Mysql root 계정의 password를 입력하라고 나옵니다. 4. PHP 설치하기 # sudo apt-get install php5-common php5 libapache2-mod-php5 5. PHP와 Mysql 연동 모듈 설치하기 # apt-.. 2012. 3. 26. PostgreSQL - Kill connection SELECT pg_terminate_backend(pg_stat_activity.procpid) FROM pg_stat_activity WHERE pg_stat_activity.datname = 'TARGET_DB'; 2012. 2. 20. PostgreSQL http://www.davidpashley.com/articles/postgresql-user-administration.html PostgreSQL has a powerful user authentication and access control system, but for a newcomer, it can seem confusing and overwhelming. In this article I hope to explain how to manage user and permissions with ease. Note Since this article was written, the user scheme was overhauled for 8.3. While most of this article is still.. 2012. 2. 20. 이전 1 2 3 4 5 다음