underscore.js template 예제 http://underscorejs.org/#template 링크에 다음과 같은 예제가 var compiled = _.template("hello: "); compiled({name : 'moe'}); => "hello: moe" var list = " "; _.template(list, {people : ['moe', 'curly', 'larry']}); => "moecurlylarry" var template = _.template(""); template({value : ''}); => "" 하지만 실제로 프로그래밍을 하다보면 json파일과 같이 data collection을 이용하는 방법이 중요한다.방법 1. 위에 2번째 예제와 같이 template 내에 funcion을 만들어서 넣.. 더보기 Twain을 QT에서... 사용하는 예제 Twain 으로 Data를 얻어오는 logic은 다음과 같다. init (Twain library 초기화) selectSource (Twain 을 제공하는 장치 선택) acquire (획득) ... 그냥 획득하는 경우도 있고 별도의 어플리케이션이 구동될 경우도 있음 --- 여기까지가 호출이고 이후에는 Window Message 형태로 event가 날라 온다. 그걸 통해서 Data 획득함 더보기 c# Dictionary 일반 Dictionary, SortedDictionary, SortedDictionary.Reverse()를 사용하는 예제 더보기 이전 1 ··· 5 6 7 8 9 10 11 ··· 24 다음