일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- data science
- 몽고디비
- probability
- 데이터 과학
- 빅 데이터
- Machine Learning
- 김양재
- 우리들교회
- 인공지능
- WebGL
- 빅데이타
- Deep learning
- MongoDB
- c++
- 통계
- Statistics
- 주일설교
- R
- nodeJS
- Artificial Intelligence
- openCV
- Big Data
- 딥러닝
- 김양재 목사님
- node.js
- 김양재 목사
- 빅 데이타
- 확률
- 빅데이터
- No SQL
Archives
- Today
- Total
목록nodewebkit (1)
Scientific Computing & Data Science
[WebApp / Node Webkit] Example 4 - Using Node.JS File System
시리즈 목차1. Example 1 - HelloWorld 2. Example 2 - Context Menu3. Example 3 - Using Node.js API 이번 글에서는 Node-Webkit에서 Node.JS의 File System(fs)을 활용한 예제를 소개하도록 하겠다. 본 예제는 지정된 경로 내의 폴더들 및 파일들을 리스트 형식으로 보여주는 것이다. Codespackage.json:{ "name": "file system", "main": "index.html", "window": { "toolbar": false } } index.html: Files in the path Show me the files in the path. var fs = require('fs'); Node.js의 f..
Programming/Web App
2016. 1. 27. 22:50