탐구생활
close
프로필 배경
프로필 로고

탐구생활

  • Categories (166)
    • 웃짤 (3)
    • CSS & HTML (19)
    • Javascript (24)
    • PHP (31)
    • Python (2)
    • JSP (1)
    • Database (20)
    • Unity (3)
    • React (2)
    • Mobile (7)
      • iOS (3)
      • Android (4)
    • OS (23)
    • Study English (1)
    • Books (2)
    • ETC (16)
    • Memo (2)
    • Links (2)
    • And... (0)
    • Project (1)
    • 오늘의 무슨일이? (4)

바코드 39

바코드 폰트, 웹폰트 @font-face{ font-family:C39TWttf; src:url(C39TW.TTF);} @font-face{ font-family:C39TWeot; src:url(C39TW.eot);} .bcode{font-family:C39TWttf,C39TWeot;} 사용예시 기본 : 바의 넓이 1px, 굵은바의 넓이 2px, 색상 검정 barcode(문자열, 바코드의 세로길이); // 필수 예시1 barcode(문자열, 바코드의 세로길이, 바의 넓이, 굵은바의 넓이); // 예시 2 barcode(문자열, 바코드의 세로길이, 바의 넓이, 굵은바의 넓이, 스페이스의 넓이, 굵은 스페이스의 넓이) // 예시 3 barcode(문자열, 바코드의 세로길이, 바의 넓이, 굵은바의 넓이, 스페..

  • format_list_bulleted CSS & HTML
  • · 2011. 7. 6.
  • textsms

디자인관련

http://designshack.co.uk http://www.behance.net/gallery/Design-Museum-x-State-of-the-ObviousA-collection/1397189 http://www.behance.net/ http://www.bakmagazine.com/

  • format_list_bulleted Links
  • · 2011. 5. 28.
  • textsms

MSSQL 테이블 소유자 변경, 백업 스크립트

-소유자 변경 use [DATABASE_NAME]; exec sp_changeobjectowner '[OLD_OWNER].[TABLE_NAME]','[NEW_OWNER]' -디비백업 BACKUP DATABASE [DATABASE_NAME] TO DISK = '[BACKUP_FILE_PATH]'

  • format_list_bulleted Database
  • · 2011. 5. 13.
  • textsms

즐겨찾기를 이용한 DOM 구조 파악

즐겨찾기에 다음을 추가 MRI : javascript:function loadScript(scriptURL) { var scriptElem = document.createElement('SCRIPT'); scriptElem.setAttribute('language', 'JavaScript'); scriptElem.setAttribute('src', scriptURL); document.body.appendChild(scriptElem);}loadScript('http://westciv.com/mri/theMRI.js'); XRAY : javascript:function loadScript(scriptURL) { var scriptElem = document.createElement('SCRIPT'); s..

  • format_list_bulleted Javascript
  • · 2011. 5. 3.
  • textsms

체인 (Chain)

선택된 요소에 jQuery 메서드를 한꺼번에 연결해서 적용되게 한다. 체인 적용전 $("#id").val("Click me"); $("#id").addClass("cssclass"); $("#id").css({"width":"300px"}); $("#id").click(function(e){ alert('hello'); }) 체인 적용후 (들여쓰기와 줄바꿈을 이용할 수 있다.) $("#id").val("Click me").addClass("cssclass").css({"width":"300px"}) .click(function(e){ alert('hello'); })

  • format_list_bulleted Javascript
  • · 2011. 5. 3.
  • textsms

ip 블랙리스트, whois, 지역 검색

http://whois.arin.net : whois 검색 http://ip-reports.org : ip 대역의 위치 http://rbls.org : ip 블랙리스트 검색 http://whatismyipaddress.com/ip-lookup : iplookup 및 bl 검색 http://viewdns.info/ : iplookup , bl, spam 등등 http://www.blacklistalert.org/ : bl 검색 http://www.dnsbl.info : bl 검색 http://www.dnsbl.com : 위 사이트의 블로그 http://www.five-ten-sg.com/blackhole.php : bl 검색

  • format_list_bulleted Memo
  • · 2011. 4. 27.
  • textsms
  • navigate_before
  • 1
  • ···
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • ···
  • 28
  • navigate_next
공지사항
전체 카테고리
  • Categories (166)
    • 웃짤 (3)
    • CSS & HTML (19)
    • Javascript (24)
    • PHP (31)
    • Python (2)
    • JSP (1)
    • Database (20)
    • Unity (3)
    • React (2)
    • Mobile (7)
      • iOS (3)
      • Android (4)
    • OS (23)
    • Study English (1)
    • Books (2)
    • ETC (16)
    • Memo (2)
    • Links (2)
    • And... (0)
    • Project (1)
    • 오늘의 무슨일이? (4)
최근 글
인기 글
최근 댓글
태그
  • #mssql
  • #JQuery
  • #CSS
  • #js
  • #함수
  • #mysql
  • #백업
  • #Javascript
  • #HTML
  • #php
전체 방문자
오늘
어제
전체
Copyright © 탐구 생활 All rights reserved.
Designed by JJuum

티스토리툴바