티스토리 뷰
Ext.define('MobileWeather.view.Main', {
extend: 'Ext.tab.Panel',
requires:
[
'Ext.TitleBar',
'Ext.picker.Picker',
'Ext.dataview.List'
],
config: {
tabBarPosition: 'bottom',
items:
[
{
xtype: 'container',
title: '현재날씨',
iconCls: 'home',
styleHtmlContent: true,
scrollable: true,
items: {
docked: 'top',
xtype: 'titlebar',
title: '현재 날씨 정보'
}
},
{
xtype: 'container',
layout: 'fit',
title: '테마날씨',
iconCls: 'bookmarks',
items:
[
{
docked: 'top',
xtype: 'titlebar',
title: '테마 날씨 정보'
},
{
xtype: 'list',
data: [
{
title: 'Item 1'
},
{
title: 'Item 2'
},
{
title: 'Item 3'
},
{
title: 'Item 4'
}
],
itemTpl: '{title}'
}
]
},
{
xtype: 'container',
title: '지역설정',
iconCls: 'more',
items:
[
{
docked: 'top',
xtype: 'titlebar',
title: '지역 설정'
},
{
xtype: 'video',
url: 'http://av.vimeo.com/64284/137/87347327.mp4?token=1330978144_f9b698fea38cd408d52a2393240c896c',
posterUrl: 'http://b.vimeocdn.com/ts/261/062/261062119_640.jpg'
}
]
}
]
}
});
- Total
- Today
- Yesterday
- jstl(java standard tag library)
- 진수 변환
- 메이븐(maven)
- .submit()
- System.Diagnostics
- java.sql
- nl2br
- await
- jsp 오픈 소스
- java 키워드 정리
- 인텔리제이(intellij)
- 문자 자르기
- 스프링 프레임워크(spring framewordk)
- 스프링 시큐리티(spring security)-http basic 인증
- error-java
- React
- 스프링 시큐리티(spring security)
- 특정 문자를 기준으로 자르기
- jstl(java standard tag library)-core
- In App Purchase
- java web-mvc
- 표현 언어(expression language)
- docker
- 람다식(lambda expression)
- REST API
- MainActor
- 제품 등록
- 스프링 프레임워크(spring framework)
- system.io
- java-개발 환경 설정하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |