일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- WebLogic
- Google Map
- sencha touch
- node.js
- Eclipse
- PLSQL
- phonegap
- ibsheet
- tomcat
- Android
- oracle
- MFC
- jsr 296
- appspresso
- rowspan
- JSON
- MySQL
- Spring
- PHP
- dock
- 가우스
- swingx
- iBATIS
- 선택적조인
- JDOM
- Ajax
- Struts
- jQuery
- 전자정부프레임워크
- 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 |