Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mongodb
- 외래키
- 중독 게임
- php-fpm
- quota
- security.limit_extensions
- xcache
- openfire
- node 이미지 저장
- 앞으로 가기
- 날짜계산
- 태권브이
- simplexml_load_filesimplexml
- rsync
- strtotime
- 이미지주소추출
- 워드프레스한글팩
- 쁘띠프랑스
- 뒤로 가기
- no key alg
- set foreign_key
- 훼인
- 재귀쿼리
- 태권v
- php
- MySQL
- 특정 패키지 업데이트 중지 / 해제
- ssmtp
- node.js
- 리플리케이션 오류
Archives
- Today
- Total
목록프로그래밍/HTML5 (1)
일상 기록 창고
1. 스크립트 var draw = {}; draw = { canvas : '', cObj : '', img : '', init : function( canvas ) { this.canvas = document.getElementById( canvas ); this.cObj = this.canvas.getContext('2d'); }, // 가로 그래프 drawImg1 : function( x, y, nText) { this.cObj.fillStyle = "rgb(100, 100, 100)"; // 글자색 this.cObj.fillText( nText, 10, x+8 ); // 글자 this.cObj.fillText(y+'%', y*10 +40, x+8)..
프로그래밍/HTML5
2010. 9. 1. 15:00