随笔分类 - 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
阅读全文
摘要:var net=require('net');var host='192.168.0.201';function executeCommand(socket, command, args) { var json = {}; switch(command){ case "01"...
阅读全文
摘要:MainActivitypackage com.buzz.beaconlib;import android.support.v7.app.ActionBarActivity;import android.os.Bundle;import android.view.Menu;import androi...
阅读全文
摘要:mime.js//mime.jsvar mime = { //查找文件后缀类型 lookupExtension : function(ext, fallback) { return mime.TYPES[ext.toLowerCase()] || fallback || 'text/pla...
阅读全文
摘要:The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RH
阅读全文
摘要: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
阅读全文