Fork me on GitHub

随笔分类 -  NodeJS

摘要:MEAN.JS is a full-stack JavaScript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, and AngularJS based appl 阅读全文
posted @ 2015-04-21 12:23 Nick.Chung 阅读(320) 评论(0) 推荐(0) 编辑
摘要:var net=require('net');var host='192.168.0.201';function executeCommand(socket, command, args) { var json = {}; switch(command){ case "01"... 阅读全文
posted @ 2015-03-25 18:31 Nick.Chung 阅读(638) 评论(0) 推荐(0) 编辑
摘要:MainActivitypackage com.buzz.beaconlib;import android.support.v7.app.ActionBarActivity;import android.os.Bundle;import android.view.Menu;import androi... 阅读全文
posted @ 2015-03-05 13:26 Nick.Chung 阅读(457) 评论(0) 推荐(0) 编辑
摘要:mime.js//mime.jsvar mime = { //查找文件后缀类型 lookupExtension : function(ext, fallback) { return mime.TYPES[ext.toLowerCase()] || fallback || 'text/pla... 阅读全文
posted @ 2015-03-04 14:57 Nick.Chung 阅读(430) 评论(0) 推荐(0) 编辑
摘要:The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RH 阅读全文
posted @ 2015-01-27 15:23 Nick.Chung 阅读(347) 评论(0) 推荐(0) 编辑
摘要:Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non 阅读全文
posted @ 2015-01-27 12:38 Nick.Chung 阅读(228) 评论(0) 推荐(0) 编辑