일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Struts
- Android
- jQuery
- rowspan
- Spring
- node.js
- tomcat
- sencha touch
- Eclipse
- JDOM
- phonegap
- swingx
- dock
- WebLogic
- 전자정부프레임워크
- 선택적조인
- Google Map
- 가우스
- appspresso
- Ajax
- MySQL
- MFC
- iBATIS
- JSON
- PHP
- jsr 296
- ibsheet
- oracle
- PLSQL
- GPS
Archives
- Today
- Total
Where The Streets Have No Name
JavaScript variables with Hungarian Type Notation 본문
Type | Prefix | Example |
Array | a | aValues |
Boolean | b | bFound |
Float (Number) | f | fValue |
Function | fn | fnMethod |
Integer (Number) | i | iValue |
Object | o | oType |
Regular Expression | re | rePattern |
String | s | sValue |
Variant (can be any type) | v | vValue |