오른쪽 마우스 키를 막아논 사이트 해제 방법
특정 프로그램을 쓰지 않고 간단하게 자바 스크립트로 해제가 가능하다.

javascript:function r(d){d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null; d.body.oncontextmenu=null;d.body.onselectstart=null;d.body.ondragstart=null;d.body.onkeydown=null; d.body.onmousedown=null;};function unify(w){r(w.document);if(w.frames.length>0){for(var i=0;i<w.frames.length;i++){try{unify(w.frames[i].window);}catch(e){}};};};unify(self);alert("완료!!");

위와같은 내용을 긁어 해제 하고 싶은 사이트에서 주소줄에 입력하면 
오른쪽 마우스방지 기능이 해제가 된다.

머 나름대로 꼭 필요할 때 가 있다.

익스, 파이어폭스, 크롬등에서 되는걸 확인함.
설치형 웹하드를 소개 할까 합니다.

AjaXplorer이라는 프로그램입니다.

PHP와 웹서버만 설치 되있으면 가능합니다.

환경이나 아이디등 정보는 파일로 관리를 하네요.

지금까지 써왔던 설치형 웹하드중 가장 깔끔하며

ActiveX를 설치 없이 Flash 로 만들어져 있어서 IE이외의 브라우져에서도 잘 돌아 가네요.

다운은 다음 사이트에서 받을 수 있습니다.



설치후 실행 화면입니다.

터치를 2.0.2로 업그레이드 하고부터는  이상하게

아이팟 터치를 컴퓨터와 연결후 itunes를 실행하면 5-10분 가까이 백업만 하고 있다.

난 백업이 필요 없으니  아래와 같이 설정해주면 더이상 백업이 진행이 되지 않는다.

"%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe" write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true

만약 다시 백업이 필요하다면
"%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe" write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false


위와 같이 해주면 된다.

당연 윈도우 cmd 에서 해야 된다..~~

지원 운영체제는 모르겠다. 난 비스타인데 잘된다.

실행시에는 당연 itunes을 종료한 후에 해야 된다.

'아무거나' 카테고리의 다른 글

불펌인 오른쪽 마우스 키 누름 방지 사이트 해제  (0) 2009.06.22
설치형 웹하드 소개  (0) 2009.05.11
오라클  (0) 2008.09.01
ebook 리더기인 nuut를 지르다~  (0) 2008.06.24
Sybase SQL Error Code  (1) 2008.06.02

-- HINT를 사용하여 페이지별 데이타 가져오기
select rnum, termid from ( select /*+ index(CATMSTHST CATMSTHST_IDX1) */ rownum rnum, E.* from CATMSTHST E ) where rnum > 20 and rownum <= 100;

-- HINT를 사용하여 페이지별 데이타 추출 (DESC) 인덱스가 걸려 있어야만 한다.
select rnum, K.* from ( select /*+ index_desc(CTLF PK_CTLF) */ rownum rnum, E.* from CTLF E) K where rnum > 1001 and rownum <= 1500;

-- HINT를 사용하여 페이지별 데이타 추출
select rnum, K.* from ( select /*+ index(CTLF PK_CTLF) */ rownum rnum, E.* from CTLF E) K where rnum > 1000 and rownum <= 500;

이 글은 스프링노트에서 작성되었습니다.

 

주로 파일로된 책들을 많이 읽는 관계로 한 개 구입.

처음받고 구동후 느낌은 꽤 괜찮은 느낌..

 

계속 사용한 후 느낌점을 적어 봐야 겠음

 

조금 써봤는데 피로감이 훨신 덜함. 모니터를 볼 때, PMP로 볼때등..

 

아직 단점도 존재.

신문 서비스를 왜 하필이면 조선일보를…음..

아직 폴더 기능이 없어 파일 리스트가 꽤 많을 경우 찾기가 까다로운점

곧 펌웨어 업그레이드시 지원한다니 괜찮아질 것 같음

 

◆ SYBASE Error Message

   

[Tip] 일반적으로 발생할 수 있는 ESQL/C Error 및 원인

1.Dynamic SQL사용시 statement명이 10byte를 넘는 경우
SQLCODE=(-193)
The object or column name starting with '%.*s' is too long. ......    

2.잘못된 column명을 사용한 경우
SQLCODE=(-207)
Invalid column name 'au_name'.    

3.'not null'로 지정된 column에 NULL을 입력한 경우
SQLCODE=(-233)
The column au_lname in table authors does not allow null values.  

4.다른 table에 의해 참조되는 값을 변경한 경우
SQLCODE=(-546)
Foreign key constraint violation occurred, dbname = 'pubs2', table name = 'writers', constraint name = 'writers_800005881'.  

5.foreign key에 의해 참조되는 값을 변경한 경우
SQLCODE=(-547)
Dependent foreign key constraint violation in a referential integrity constraint. dbname = 'pubs2', table name = 'authors', constraint name = 'ref_author_ref_au_704005539'.    

6.Deadlock이 발생한 경우
SQLCODE=(-1205)
Your Server Command (family id #0, process id #7) was deadlocked with another process and has been chosen as deadlock victim, Re-run your command.    

7.Insert한 데이터가 중복된 경우
SQLCODE=(-2601)
Attempt to insert duplicate key row in object 'authors' with unique index 'auidind'    

8.host 변수의 길이가 짧은 경우(실제 value의 길이보다1Byte 더 늘려준다.)
SQLCODE=(-25014)
Unterminated string. 또는 host variable is not NULL terminated.    

9.Indicator Variable 없이 NULL 값을 fetch한 경우
SQLCODE=(-16843097)
ct_fetch(): user api layer: external error: The data for column 5 is NULL but no indicator was available.    

10.Single value만을 처리하는 프로그램에 multi row result set이 return된 경우
SQLCODE=(-16843171)
This routine cannot be called until all fetchable results have been completely processed.    

11.Cursor가 이미 close된 경우(참고: ESQL에서 Cursor는 close on endtran=true 가 default임)
SQLCODE=(-16843189)
This command is not allowed when the cursor is closed.    

12.Data Type이 맞지 않는 변수에 Data를 fetch한 경우(예: char -> int)
SQLCODE=(-17039699)
ct_fetch(): user api layer: internal common library error: The bind of result set item 1 failed due to a syntax error in the source data.

  1. 프로그램 작성
    #include <stdio.h>
    int add(int x, int y)
    {
        return (x+y)*2;
    }
       
  2. 동적 라이브러리로 컴파일
    cc -G -o libetc.so etc.c
  3. main파일을 만든다.
    #include <stdio.h>    
    int main()
    {
        printf("add = [%d] \n", add(10,20));  
        return 0;
    }
     
  4. main 파일 만든내용을 컴파일 하여 사용
    cc -o t t.c -letc
     
  5. 라이브러리 수정이 있을경우 라이브러리만 수정하면 된다.
윈도우에서 TRAC 한방에 설치 할 수 있는 사이트

다운받기

위에를 가보세요~

+ Recent posts