일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- WebGL
- probability
- data science
- nodeJS
- 빅데이타
- 확률
- c++
- 우리들교회
- node.js
- 인공지능
- Deep learning
- R
- 몽고디비
- Machine Learning
- 데이터 과학
- 통계
- MongoDB
- Statistics
- 빅 데이타
- openCV
- 김양재 목사님
- 김양재 목사
- Big Data
- Artificial Intelligence
- 주일설교
- 빅데이터
- No SQL
- 딥러닝
- 빅 데이터
- 김양재
Archives
- Today
- Total
목록서브메뉴 (1)
Scientific Computing & Data Science
시리즈 목차1. Example 1 - HelloWorld 2. Example 2 - Context Menu3. Example 3 - Using Node.js API4. Example 4 - Using Node.js File System 이번 글에서는 Submenu를 생성하는 방법을 알아보도록 하겠다. Codesindex.html: 'Right click' to show context menu. var nw = require('nw.gui'); Node Webkit의 GUI 라이브러리인 nw.gui를 불러온다. var menu = new nw.Menu(); var submenu = new nw.Menu(); menu와 submenu라는 이름으로 Menu() 인스턴스를 생성한다. // Create a nor..
Programming/Web App
2016. 1. 30. 15:12