- ์ฐจํธ๋ฅผ ์ฝ๋๋ก ์์ฑ ๊ฐ๋ฅ
- UI ๋ก ์์ฑ ๊ฐ๋ฅ
- axis, brush, widget ์กฐํฉ
- drag and drop ์ผ๋ก ํํ ๊ตฌ์ฑ
- ๊ฐ๋ณ ๊ฐ์ฒด ํด๋ฆญํ ๋ ์ด๋ฒคํธ ์ค์ ์ด ํ์ํจ.
- ๊ฐ๋ณ ๊ฐ์ฒด๋ ์ฝ๋๋ก ์ ๋ ฅํ json ๊ณผ ์๋ก ํธํ๋จ.
- ์ปค์คํ grid, brush, widget ์ ๋ง๋ค ์ ์๊ฑฐ๋ ๋๋ ๋ฑ๋ก ๊ฐ๋ฅํด์ผํจ.
- ์ปค์คํ ์ ๊ฒฝ์ฐ ๋ฒ์ ๊ด๋ฆฌ๋ ๋๋ฉด ์ข์ ๋ฏ ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it is so simple. | |
it is that add connect-form in zappa | |
1. npm install zappa | |
2. npm install connect-form | |
3. cd /usr/local/lib/node/.npm/zappa/active/package/lib - move yourself npm directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.load = function () { | |
var win = $.window({ | |
id: 'win1', | |
title : 'welcome', | |
layout: 'vertical', | |
backgroundColor: 'black' | |
}); | |
$('win1').add($.view({ id: 'tbar1' }, { $style : 'board' })); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
summernote ๋ ํ์ฌ bootstrap ๊ธฐ๋ฐ์ธ๋ฐ. | |
ui ์๊ด ์์ด ๊ธฐ์กด ๊ธฐ๋ฅ์ ์ธ๋ ค๋ฉด ์ด๋ป๊ฒ ํด์ผํ๋๊ฐ ? | |
1. button | |
2. icon | |
3. toolbar | |
4. dialog | |
๊ฐ์ฅ ์ข์ ๋ฐฉ๋ฒ์ ๊ธฐ๋ณธ ์์ค์์ bootstrap ์ฝ๋๋ฅผ ๋นผ๋ ๊ฒ์ด๋ค. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
์ผ๋จ collector ๋ฅผ ๋ง๋ค์ด๋ณด์. | |
๋ชจ๋ ๋ฐ์ดํ๋ json ์ผ๋ก ์ ์ฅํด๋ณด์. | |
๊ทธ๋ผ mongodb ๊ฐ ํ์ํ ๊น? ๊ทธ๋ด์ง๋ ๋ชจ๋ฅด๊ฒ ๋ค. | |
๊ทธ๋ผ ๋ฌด์์ด ํ์ํ์ง ์๊ฐํด๋ณด์. | |
1. ๋์ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
๊ฐ๊ฐ์ ๊ธฐ๋ฅ์ ๋ง๋ DSL ์ด ํ์ํ๋ค. | |
Collector ์ ๋ง๋ DSL ์ ๊ธฐํํด๋ณด์. | |
Html Get http://www.naver.com/news | |
params | |
Key value | |
Set | |
Key selector | |
Key { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Table { | |
long field; | |
} | |
Table.find("id", 10); | |
Record r = QueryBuilder | |
.select("$1.field", "$2.field2") | |
.from(Table.class, Table2.class) | |
.join("$1.field = $2.field") | |
.where("$1.field = ", 10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.text.SimpleDateFormat; | |
import java.util.Calendar; | |
import java.util.Date; | |
/** | |
* Created by yuni on 2014-12-18. | |
*/ | |
public class Test { | |
public static void main(String args[]) { | |
long current = System.currentTimeMillis(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String json = "{ | |
width : 800, | |
height : 800, | |
padding : 'empty', | |
grid : { | |
x : { type : 'block', target : 'name' } | |
} | |
} "; | |
ChartBuilder c = new ChartBuilder(json); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
๋ฌด์์ด ํ์ํ๊ฐ? | |
1. chart | |
2. data | |
3. ui | |
data ๋ฅผ ๊ธฐํํ๊ณ | |
chart ๋ฅผ ๋ง๋๋ UI ๋ก ํด๋น ์ฐจํธ๋ฅผ ๊ตฌ์ฑ | |
์ ๋ง๋ค์ด์ง UI ๊ตฌ์กฐ๊ฐ ํ์ํ๋ค. |
OlderNewer