일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 주일설교
- probability
- data science
- 데이터 과학
- No SQL
- 딥러닝
- 김양재
- 통계
- 인공지능
- 우리들교회
- 빅 데이터
- R
- node.js
- 김양재 목사
- 빅데이타
- nodeJS
- MongoDB
- Artificial Intelligence
- 몽고디비
- openCV
- Deep learning
- Statistics
- Machine Learning
- Big Data
- 빅 데이타
- WebGL
- 빅데이터
- 김양재 목사님
- c++
- 확률
Archives
- Today
- Total
목록tray icon (1)
Scientific Computing & Data Science
[WebApp / Node Webkit] Example 6 - Tray Icon
시리즈 목차1. Example 1 - HelloWorld 2. Example 2 - Context Menu3. Example 3 - Using Node.js API4. Example 4 - Using Node.js File System 5. Example 5 - Submenu 이번 글에서는 System Tray Menu를 생성하는 방법을 알아보도록 하겠다. Tray Icon은 Windows의 경우 하단 Task Bar에 Mac OS의 경우 상단에 존재하는 Icon을 의미한다.Codesindex.html: Tray menu. // create node-webkit gui var gui = require('nw.gui'); Node Webkit GUI 라이브러리를 불러온다. // create a tray i..
Programming/Web App
2016. 1. 30. 21:55