본문 바로가기 메뉴 바로가기

underbell

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

underbell

검색하기 폼
  • 분류 전체보기 (86)
    • IT (85)
      • APM Scouter (1)
      • ArcGis (4)
      • Arduino (21)
      • AWS (2)
      • C (0)
      • Database (5)
      • Docker (2)
      • Eclipse (1)
      • Go (3)
      • Java (15)
      • JavaScript (7)
      • Linux (1)
      • Python (1)
      • Spring (6)
      • Swift (1)
      • Tools (5)
      • Was (2)
      • WEB (3)
      • WebSquare (1)
      • Webtob (1)
      • Windows (2)
    • 일상 (1)
  • 방명록

IT/JavaScript (7)
Canvas Base64 Image data 회전

Canvas 에서 이미지 생성 후 이미지 회전 rotateBase64Image(canvas.toDataURL()); toDataURL 자료를 Oracle Blob Column 에 저장

IT/JavaScript 2017. 1. 4. 11:08
javascript 정규식에서 global flag 사용하면 정규식 객체가 lastIndex를 유지

javascript 정규식에서 global flag 사용하면 정규식 객체가 lastIndex를 유지? 한다는걸 저만 몰랐나요? ^^;; http://stackoverflow.com/questions/6891545/javascript-regexp-test-returns-false-even-though-it-should-return-true This is a common behavior that the the exec or test methods show when you deal with patterns that have the global g flag.The RegExp object will keep track of the lastIndex where a match was found, and then on..

IT/JavaScript 2014. 11. 26. 10:20
ECMAScript 6: what’s next for JavaScript? (August 2014)

IT/JavaScript 2014. 9. 2. 17:42
JavaScript todomvc

http://todomvc.com/

IT/JavaScript 2014. 7. 21. 16:15
e-mail check 정규식

var pattern = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; http://stackoverflow.com/questions/46155/validate-email-address-in-javascript

IT/JavaScript 2014. 7. 21. 15:09
배열 중복 체크

var unique_check = {};for(var i = 0 ; i < array.length ; i++) {if(typeof unique_check[array[i]] == "undefined") {unique_check[array[i]] = 0;}else {alert("중복");return;}}

IT/JavaScript 2014. 7. 21. 15:04
byte length count

for(b = i = 0 ; c = s.charCodeAt(i++) ; b += c>>7 ? 2 : 1) {return b;} value로 부터 50자리 문자 깨짐 없이 가져오기value = (function(s, b, i, c){for(b = i = 0 ; c = s.charCodeAt(i++) ; b += c>>7 ? 2 : 1){if(b == 50){return s.substring(0, i - 1); }else if(b == 51){return s.substring(0, i - 2); }}return s;})(value);

IT/JavaScript 2014. 7. 21. 15:00
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 오픈튜토리얼스 홈페이지
  • 웹동네
  • snoopybox
  • Super User
  • Stack Overflow
  • Linux Shell Scripting Tutorial…
  • 씨디맨의 컴퓨터이야기
  • To. Me
  • DEV용식
  • NARADESIGN:BLOG
  • Seapy's Blog
  • 도커 코리아 포럼
  • 조대협의 블로그
  • Library of developer
  • 지앤선의 책 사랑
  • 一生牛步行
  • 자바캔(Java Can Do IT)
  • 아둔한사의 개발공부와 테스트^^
TAG
more
«   2026/02   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바