#include class Human {public: int age; virtual void printme() { printf("age human: %d\n", age); }}; class Person : public Human { virtual void printme() { printf("age Person: %d\n", age); }}; class Monkey {public: int age; int position; virtual void printme() { printf("age monkey: %d\n", age); }}; int main() { // unpredictable Human* human = new Human(); Monkey* monkey = (Monkey*) human; human->..
UPDATE `money_charge_list` `charge` INNER JOIN `member_list` `member` ON `charge`.`memberSeqNo` = `member`.`seqNo` SET `charge`.`transactionState` = 'complete', `charge`.`processedTime` = NOW(), `member`.`currentMoney` = `member`.`currentMoney` + `charge`.`money` WHERE `charge`.`transactionState` = 'processing' 용동기입장 한번 만들어 보는데 힘들군요!
- Total
- Today
- Yesterday
- MAC
- 눈
- Objective C
- javascript
- IT·컴퓨터
- windows 7
- 사이버포뮬러
- 유틸
- 드라이버
- OSX
- 매킨토시
- 음악
- 오디지
- 자바
- 맥북
- 에니메이션OST
- 맥
- PS2
- 사운드블라스터
- 제주대학교
- 제주
- php
- 메모리부팅
- 유틸리티
- god knows
- 그누보드
- Mac osX
- 스즈미야 하루히의 우울
- 유틸 활용
- Xbox360
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |