CSS Print Next page
//CSS .break { page-break-before: always; } //html <div class=”break”/>
//CSS .break { page-break-before: always; } //html <div class=”break”/>
function AllSelect(){ var cnt = document.Frm.E_COUNT.value document.Frm.Select_E.value=”A”; for (i=1;i<=cnt ;i++ ){ var all_E = eval(“E”+i+”.style”) //여러 object style속성까지 넘김 all_E.display=”; } for (i=1;i<=cnt ;i++ ){ […]
XML + XSL + CSS -> HTML 다음과 같이 XML 소스상단에 XSL 링크 설정으로 HTML 테스트 할 수 있음.
|
1 2 3 |
<?xml:stylesheet type="text/xsl" href="default.xsl" ?> |
XSL 소스상에 <HEAD></HEAD>에 CSS 링크 를 […]
http://www.google.com/intl/ko/analytics/
MSSQL 2008 의 경우 [snippet id=”178″] * MSSQL 2005 의 경우 [snippet id=”179″]
가상머신 한글 설치시 한글 깨김 현상 => 해결책 1. language-pack-ko 설치 $ aptitude search language-pack-ko 첫 글자가 i 로 나오면 설치된것임. # 설치하기 (i로 나오지 […]
yum update 에러시 1) 구글핑 날려본다 # ping -c3 google.com 에러이거나 언핑이면 2) 6이상에선 sudo 넣어 준다.=>config 수정 #sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=no 를 ONBOOT=yes 로 […]
download site : https://www.centos.org/ /6.3/isos/86x
sudo apt-get install ftp-server 그럼 vsftpd 가 설치 될 것이다.(나는 그랬다. ^^a) 설치된 ftp서비스는 기본적으로 anonymous로만 access가능하도록 설정 된다. ( root경로: /home/ftp/ ) local user로 접속하고 upload가능하도록 […]
당신은 Windows XP 서비스 팩 2를 실행하는 컴퓨터에서 명명 된 파이프 서버 네트워크 라이브러리를 사용하도록 구성된 SQL Server의 인스턴스에 연결하지 못할 수 있습니다 기술 자료 […]
http://www.jnto.go.jp/weather/kor/index.php?lang=4
Last month, Google announced plans to shutter iGoogle, among a bunch of other services. Many developers and users were (and still are) outraged, but at […]
http://www.kma.go.kr/XML/weather/sfc_web_map.xml
840 프로는 임의쓰기 속도가 90K IOPS(초당 처리할 수 있는 데이터 처리횟수)로 기존 830 SSD보다 약 3배 가까이 향상 또한 840 프로의 512기가바이트(GB) 및 256GB 제품군은 […]
[root@home ~]# uname -i 또는 -m x86_64 64bit
[root@home ~]# yum update Loading “security” plugin YumRepo Warning: not using ftp, http[s], or file for repos, skipping – 5.4 is not a valid release […]
Syntax/Sample Razor Web Forms Equivalent (or remarks) Code Block @{ int x = 123; string y = “because.”; } <% int x = 123; string […]
#!/bin/bash mysql -u user -p’password’ -s -N <<QUERY_INPUT use dbbab delete from vlog; QUERY_INPUT
Copyright © 2026 | WordPress Theme by MH Themes