달력

122024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

http://miniwini.com/miniwinis/bbs/index.php?bid=share&mode=read&id=7707

<script type="text/javascript" language="JavaScript">
// ⓒ  http://www.hedgerwow.com/360/dhtml/dom-gradient-background/demo.php
var setGradient=(function(){var p_dCanvas=document.createElement("canvas");var p_useCanvas=!!(typeof (p_dCanvas.getContext)=="function");var p_dCtx=p_useCanvas?p_dCanvas.getContext("2d"):null;var p_isIE=
/*@cc_on!@*/
false;try{p_dCtx.canvas.toDataURL();}catch(err){p_useCanvas=false;}if(p_useCanvas){return function(dEl,sColor1,sColor2,bRepeatY){if(typeof (dEl)=="string"){dEl=document.getElementById(dEl);}if(!dEl){return false;}var nW=dEl.offsetWidth;var nH=dEl.offsetHeight;p_dCanvas.width=nW;p_dCanvas.height=nH;var dGradient;var sRepeat;if(bRepeatY){dGradient=p_dCtx.createLinearGradient(0,0,nW,0);sRepeat="repeat-y";}else{dGradient=p_dCtx.createLinearGradient(0,0,0,nH);sRepeat="repeat-x";}dGradient.addColorStop(0,sColor1);dGradient.addColorStop(1,sColor2);p_dCtx.fillStyle=dGradient;p_dCtx.fillRect(0,0,nW,nH);var sDataUrl=p_dCtx.canvas.toDataURL("image/png");with(dEl.style){backgroundRepeat=sRepeat;backgroundImage="url("+sDataUrl+")";backgroundColor=sColor2;}};}else{if(p_isIE){p_dCanvas=p_useCanvas=p_dCtx=null;return function(dEl,sColor1,sColor2,bRepeatY){if(typeof (dEl)=="string"){dEl=document.getElementById(dEl);}if(!dEl){return false;}dEl.style.zoom=1;var sF=dEl.currentStyle.filter;dEl.style.filter+=" "+["progid:DXImageTransform.Microsoft.gradient( GradientType=",+(!!bRepeatY),",enabled=true,startColorstr=",sColor1,", endColorstr=",sColor2,")"].join("");};}else{p_dCanvas=p_useCanvas=p_dCtx=null;return function(dEl,sColor1,sColor2){if(typeof (dEl)=="string"){dEl=document.getElementById(dEl);}if(!dEl){return false;}with(dEl.style){backgroundColor=sColor2;}};}}})();
</script>

<style type="text/css"  media="all">
div {width:700px; font:11px 굴림;}
div strong {display:block; margin-bottom:5px;}

#dGradient1 {color:#333; border-top:1px solid #ccc; padding:8px;}
#dGradient2 {color:#333; border:1px solid #ebe3be; padding:8px;}
#dGradient3 {color:#333; border-top:3px solid #c4e3ff; border-bottom:1px solid #c4e3ff; padding:8px;}
#dGradient4 {color:#1e4367; border:1px solid #b6cde3; padding:8px;}
#dGradient5 {color:#cd4224; border-top:2px solid #ebefc2; border-bottom:1px solid #ebefc2; padding:8px;}
#dGradient6 {color:#000; border-top:2px solid #ccdc70; border-bottom:1px solid #ccdc70; padding:8px;}
#dGradient7 {color:#000; border:1px solid #dddac3; padding:8px;}
#dGradient8 {color:#fff; border-top:2px solid #CC4402; padding:8px;}
#dGradient9 {color:#000; border-top:2px solid #E8E8FF; border-bottom:1px solid #E8E8FF; padding:8px;}
#dGradient10 {color:#eee; border-top:2px solid #000; padding:8px;}

#dGradient11 {color:#777; border:1px solid #fff; padding:8px;}
</style>

<body>

<script type="text/javascript" language="JavaScript">
for(i=1;i<=10;i++){
 document.write("<div id='dGradient"+i+"'><strong>SAMPLE "+i+"</strong>In vector calculus, the gradient of a scalar field is a vector field which points in the direction of the greatest rate of increase of the scalar field, and whose magnitude is the greatest rate of change.<br /><br />A generalization of the gradient for functions on a Euclidean space which have values in another Euclidean space is the Jacobian. A further generalization for a function from one Banach space to another is the Frechet derivative.<br /></div><br />");
}
</script>


<div style="border:1px solid #e0e1db;">
<div id="dGradient11">
<strong>SAMPLE 11</strong>
In vector calculus, the gradient of a scalar field is a vector field which points in the direction of the greatest rate of increase of the scalar field, and whose magnitude is the greatest rate of change.<br /><br />A generalization of the gradient for functions on a Euclidean space which have values in another Euclidean space is the Jacobian. A further generalization for a function from one Banach space to another is the Frechet derivative.<br /><br /><br />A generalization of the gradient for functions on a Euclidean space which have values in another Euclidean space is the Jacobian. A further generalization for a function from one Banach space to another is the Frechet derivative.<br /><br /><br />A generalization of the gradient for functions on a Euclidean space which have values in another Euclidean space is the Jacobian. A further generalization for a function from one Banach space to another is the Frechet derivative.<br /></div>
</div>

<br /><br /><br /><br />

<script type="text/javascript" language="JavaScript">
// id, color1, color2, 각도 0(90도) or 1(180도)
setGradient('dGradient1','#f5f5f5','#ffffff',0);
setGradient('dGradient2','#fffbe6','#fff5c5',0);
setGradient('dGradient3','#f5faff','#e8f4ff',0);
setGradient('dGradient4','#e9eff5','#cfdeeb',0);
setGradient('dGradient5','#fbffc4','#feffec',0);
setGradient('dGradient6','#d7e38d','#ebf1c9',0);
setGradient('dGradient7','#edece0','#d6d3b8',0);
setGradient('dGradient8','#e14a02','#fd5d11',0);
setGradient('dGradient9','#eeeeff','#f8f8ff',0);
setGradient('dGradient10','#555555','#999999',0);

setGradient('dGradient11','#f9f9d7','#fefef2',0);

</script>


'javaScript' 카테고리의 다른 글

javaScript OpenSource Framework - Prototype  (0) 2008.08.29
Prototype 1.6.0.2 Cheat Sheet  (0) 2008.05.15
Posted by marryjane
|

파싱오류 서비스 샘플

2009. 3. 5. 11:37

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.




눈여겨 봐준 널 향한 사랑 가득차서
무거워진 내 몸 이젠 등 돌릴 순 없어
감출 수가 없는 주머니 속 바늘처럼
들켜버렸어 숨길 수 없어 나의 사랑을

vis-a-vis face 2 face
얼굴을 맞대면
숨소리 하나 마저도
사랑을 말하는 것 같아

vis-a-vis face 2 face
쏟아낸 눈물도
너의 상처마저 내 눈엔 반짝여
너는 참 눈부셔


귀기울여 들어줘 너를 향한 속삭임
하루종일 친구를 기다리며 서성대는
어린아이처럼 닫힌 열린 문 틈새로
니가 오기만 눈이 빠지게
기다릴 뿐야

vis-a-vis face 2 face
얼굴을 맞대면
숨소리 하나 마저도
사랑을 말하는 것 같아

vis-a-vis face 2 face
쏟아낸 눈물도
너의 상처마저 내 눈엔 반짝여
너는 참 눈부셔


무심한듯 날 보는 눈빛에도
손 끝 하나만 스쳐도
온몸에 밀려드는 설레임의 향기가
혹시나 온 세상에 퍼질까봐 불안해
누구와도 나누긴 싫은데
나만 갖고픈데


vis-a-vis face 2 face
얼굴을 맞대면
숨소리 하나 마저도
놓치기 싫어 사랑을 느껴

vis-a-vis face 2 face
쏟아낸 눈물도
너의 상처마저 내 눈엔 반짝여
너는 참 눈부셔

La La La La La ~
(fade out)

 

'Today's Song' 카테고리의 다른 글

True Colours - Eva Cassidy  (0) 2009.03.08
Gran Torino - Jamie cullum  (0) 2009.03.08
Chega de Saudade - Yo Yo Ma Feat.Rosa Passos  (0) 2009.03.03
C'mon Through - Lasse Lindh  (0) 2009.02.17
If I were a boy - Beyonce (feat.R. Kelly)  (0) 2009.02.09
Posted by marryjane
|



Vai minha tristeza
e diz a ela que
sem ela não pode ser

Diz-lhe numa prece
que ela regresse,
porque eu não posso mais sofrer

Chega de saudade,
a realidade é que
sem ela não há paz
Não há beleza
só tristeza e a melancolia
que não sai de mim,
Não sai de mim,
não sai

Mas se ela voltar,
que coisa linda, que coisa louca

Pois há menos peixinhos a nadar no mar,
Do que os beijinhos que eu darei na sua boca

Dentro dos meus braços os abraços hão
de ser milhões de abraços
Apertado assim, colado assim, calado assim,
Abraços e beijinhos e carinhos sem ter fim

Que é prá acabar com esse negócio
de você viver sem mim

Vai minha tristeza
e diz a ela que
sem ela não pode ser

Diz-lhe numa prece
que ela regresse,
porque eu não posso mais sofrer

Chega de saudade,
a realidade é que
sem ela não há paz
Não há beleza
só tristeza e a melancolia
que não sai de mim,
Não sai de mim,
não sai

Mas se ela voltar,
que coisa linda, que coisa louca

Pois há menos peixinhos a nadar no mar,
Do que os beijinhos que eu darei na sua boca

Dentro dos meus braços os abraços hão
de ser milhões de abraços
Apertado assim, colado assim, calado assim,
Abraços e beijinhos e carinhos sem ter fim

Que é prá acabar com esse negócio
de você viver sem mim
Não quero mais esse negócio
de você longe de mim
Vamos deixar desse negócio
de você viver sem mim


Obrigado Brazil - Yo Yo Ma


 

'Today's Song' 카테고리의 다른 글

Gran Torino - Jamie cullum  (0) 2009.03.08
Vis-A-Vis - Melo' Breeze  (0) 2009.03.03
C'mon Through - Lasse Lindh  (0) 2009.02.17
If I were a boy - Beyonce (feat.R. Kelly)  (0) 2009.02.09
꽃 - 요조  (0) 2009.02.05
Posted by marryjane
|

L4의 Hashing 정책

2009. 3. 3. 11:11

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

Tmax 기초

2009. 2. 26. 13:26

보호되어 있는 글입니다.
내용을 보시려면 비밀번호를 입력하세요.

truss - process trace

OS 2009. 2. 26. 11:46

http://mjhwang.tistory.com/entry/IBM-AIX에서-system-call을-trace-하는-shell

http://blog.naver.com/iloview012?Redirect=Log&logNo=40010947734

TRUSS 사용법
============
PURPOSE
-------
    System hang  이 걸리는 경우 oradebug 나, truss 를 통해 찾는 방안이다

Explanation
-----------
1. Oracle server process의 activity를 oradebug를 이용하여 trace
1) oracle process의 unix pid를 찾는다.
   $ps -ef|grep sqlplus 를 이용하여 sqlplus의 ip를 찾는다
   $ps -ef|grep pid
 
즉 child process(oracle) pid를 찾는다.

2) 기존의 svrmgrl session에서 oradebug를 이용하여 event 10046을 set함  
      svrmgr>oradebug setospid 1234
      svrmgr>oradebug event 10046 trace name context forever, level 12
3) user_dump_dest에서 trace file 내용을 확인(wait event확인)하여 문제를
찾는다.

2. TRUSS
 truss는  unix platform에 있는 utility로서(모든 platform에 있는 것은 아니며 platform 별로 이름이 틀리기도 하다. truss,trace,
strace,par등으로) 특정 실행 file이 실행 시 수행한 system call과 다른 곳으로 전달하기 위한 argument를 보여 주는 것이다.
excutable program이 user code에서 system code로 변하는 시점의 system call을 보여 주는 것으로 file 또는 i/o device의 open이나 또는 file,i/o device를 이용한 read또는 write시 또는 signal handling시 그외에도 child process의 spawning 등을 추적하고 보여 주는 것이다.

이의 사용을 위한 command 는

  truss -o /tmp/mytruss <program> <any arguments>
  truss -o /tmp/mytruss -p <pid of process>
  truss -o /tmp/mytruss -fae -p <pid of process>


 RS6000(AIX)경우는 truss command를 이용할 수 없고 smit admin tool에서 process 의 sys call을 trace 할 수 있다.
 
1) truss는 다음과 같은 경우에 이용하면 효과적입니다.
     (1) process에 의해 open 된 file을 확인하거나 그 file을 access서 발생하는 error를 확인하는 데
     (2) read나 wrote를 위해 open한 file의 contents를 확인하는 데
     (3) 어떤 sub-process가 spawn되었는지 아는 데
     (4) sub-process의 운영 환경을 확인하는 데
     (5) 어떤 dynamic libraries가 load되는지 아는 데
     (6) process가 spinning하는지 확인할 때  등입니다.
2) 다음과 같은 경우엔 truss가 비효율적 입니다.
     (1) memory mgmt나 memory leakage issue에서
     (2) 어떤 oracle function이 running되는지 알고자 할 때.
     (3) stack information을 얻고자 할 때


3. OS 별 turss
http://blog.naver.com/jourse?Redirect=Log&logNo=20032867183

SUN
 truss -aefo <output file> <executable>

HP
 tusc -afpo <output file> <pid> <executable>

IBM AIX 4.x
 Log on as root.
                       # trace -a -L 4000000 -T 2000000 -o ./trace.out;
                       # owsctl start admin
                       # trcstop
                       # trcrpt -O exec=on,pid=on trace.out > trcrpt.1
 
                       Or if present
 
                       sctrace, e.g.:
                       $ sctrace -Amo <output file> <executable>
                       $ prpt -p <trace file> <executable>
 
IBM AIX 5L
 truss -aefo <output file> <executable>
 truss -wall -rall -p 1048764

Linux
 strace -fo <output file> <executable>
 
Compaq Tru64 Unix
 trace -fo <output file> <executable>


Posted by marryjane
|