//즐겨찾기
function addbookmark() {
 var url = "http://www.fs1025.mireene.com";   // URL
 var title = "I love Dokdo";           // 사이트 이름
 var browser=navigator.userAgent.toLowerCase();
  
 // Mozilla, Firefox, Netscape
 if (window.sidebar) {
  window.sidebar.addPanel(title, url,"");
 }
 // IE or chrome
 else if( window.external) {
  // IE
  if (browser.indexOf('chrome')==-1){
   window.external.AddFavorite( url, title);
  } else {
  // chrome
   alert('CTRL+D');
  }
 }
 // Opera - automatically adds to sidebar if rel=sidebar in the tag
 else if(window.opera && window.print) {
  return true;
 }
 // Konqueror
 else if (browser.indexOf('konqueror')!=-1) {
  alert('CTRL+B');
 }
 // safari
 else if (browser.indexOf('webkit')!=-1){
  alert('CTRL+D');
 } else {
  alert('With this button, you will not be able to add your favorites.')
 }
}

 

// 타이틀
document.title=' I LOVE DOKDO ';

http://www.google.com/chromeframe?hl=ko

 

Chrome 프레임은 Internet Explorer용으로 제공되는 무료 플러그인입니다. 

 

일부 고급 웹 응용프로그램에서는 Chrome 프레임을 사용하여 추가 기능을 제공하고 성능을 향상시킵니다. 

 

구글이 만든 믿을 수 있는 익스플로러용 속도 향상 플러그인 입니다. 

 

확실히 어느정도 속도가 빨라진 걸 느낄 수 있습니다.

 

 

 




 

은근히 이걸 보기 위해 들어오는 분이 있어서 부분 설명 달아드립니다.

 

1. Reflexivity Rule if β ⊆ α, then α → β

2. Augmentation Rule if α → β, then γα → γβ

    A -> B는 앞뒤로 Y를 붙일 수 있네요.

   YA->YB 처럼요!!!

 

3. Transitivity Rule if α → β and β → γ, then α → γ

    A -> B

           B -> C

 

   A이면 B입니다.

            B이면 C이기도 하네요.

 

   그러므로 A->C.

 

4. Union Rule if α → β and α → γ, then α → βγ

   A -> B,      A -> Y 

  A -> BY. 합칠수 있습니다.

 

5. Decomposition Rule if α → βγ , then α → β and α → γ

    A -> BY

    A -> B, A -> Y  이렇게 두개로 분리가 되죠. 유니온의 반대 개념이네요.

 

6. Pseudotranstivity Rule if α → β and γβ → δ, then αγ → δ

    A이면 B이고 YB이면 Z이다. 따라서 AY는 Z 이다.

    A -> B

          YB-> Z

 

   즉 가운데 겹치는 B를 제거하고 AY -> Z 이다가 되는 겁니다.

   Y가 A랑 붙는 것은 법칙이 원래 이런것이니 참고하세요.

 


 

Armstrong’s Axioms

- do not generate incorrect functional dependencies (sound)

- generate all F+ (complete)

아이튠즈를 통해 DFU 복원을 하다보면 가끔 매우 오랜 시간이 걸릴때가 있습니다. 


그때 ipswdownloader를 사용하면 보다 빠르게 복원을 끝낼 수 있습니다. :)


http://3d-orange.com.ua/ipswdownloader/


1. 이곳에서 최신버전을 받아 프로그램을 실행한다.

2. 복원할 기기의 최신 소프트웨어를 받는다.

3. 아이튠즈에서 복원을 클릭할때 SHIFT+클릭을 한후 다운받은 소프트웨어를 클릭해서 설치해준다!!! 

 

사이트에서 받기!! (지금 받고 있는데 속도 빠르네요...) http://www.felixbruns.de/iPod/firmware/

 

 



+ Recent posts