自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 资源 (5)
  • 收藏
  • 关注

转载 通过几段代码,理清angularJS中的$injector、$rootScope和$scope的概念和关联关系 .

(九)通过几段代码,理清angularJS中的$injector、$rootScope和$scope的概念和关联关系标签: injectorrootScopescopeangularjs解惑2014-10-19 22:36 6522人阅读 评论(4)收藏举报本文章已收录于:AngularJS知识库 分类: Angu

2017-06-15 21:37:01 275

转载 在看一个$injector用法的demo,下面是demo的所有代码:

Title has和get方法的示例 var a4_6 = angular.module('a4_6',[]) .factory('$custom', function(){ return { print: function(msg){

2017-06-15 21:27:42 335

转载 WebRTC Experiments & Demos

WebRTC Experiments & DemosIt is a repository of uniquely experimented WebRTC demos; written by Muaz Khan!No special requirement! Just WebRTC compatible web-browser (e.g. chrome/firefox/opera on de

2017-06-11 23:53:27 1652

转载 5 BEST OPEN SOURCE PROJECTS BUILT USING NODE

1 - Reaction CommerceReaction Commerce is a completely open source JavaScript platform for today's premier ecommerce experiences. Reaction is built with JavaScript (ES6), Meteor, Node.js and

2017-06-09 14:53:35 438

原创 node.js 创建项目 和 wbstorm 模块关联

1 安装 node.js 2 express  myproject     项目名称3  cd  myproject 4 node install 5  用webstorm myproject 项目6 关联 myproject 与node.js  的系统模块使能 核心库的支持

2017-06-08 20:47:18 533

原创 MQTT haproxy 负载均衡代理服务

https://github.com/lelylan/haproxy-mqtt.git 实验环境:        两台Ubuntu 14 虚拟机:      第一台ubuntu设备为代理服务器     :             ubuntu 安装 haproxy 代理服务器      第二台ubuntu设备为 activemq 服务:             ub

2017-06-07 23:20:30 4450 2

转载 How to Build an High Availability MQTT Cluster for the Internet of Things

https://github.com/lelylan/haproxy-mqtthttps://github.com/lelylan/haproxy-mqtt.git MQTT HAProxy (docker container)Fast and reliable solution (based on HAProxy) offering high availability, load

2017-06-07 16:35:47 421

原创 Apache ActiveMQ 构建MQTT单消息服务器

构建消息服务器:   服务器VMware ubuntu:           Apache ActiveMQ   win7客户端    :      org.fusesource.mqtt-client            ubuntu 客户端:      paho.mqtt.c      ./paho_c_sub topic --host (192.168.239.240) 服务器端的IP

2017-06-07 15:24:46 2036

转载 共享行业的分布式MQTT设计

随着移动互联网慢慢进入后半场,越来越多的公司将注意力转移到物联网,希望通过早期布局来占领这个行业的制高点,比如目前流行的摩拜单车和OFO单车都是典型的物联网应用。物联网本身并不是什么新概念,随着大数据、AI等技术的发展,大家意识到传统的物联网通过一定改造,借助大数据以及AI技术可以获得很多额外的价值。这里主要介绍物联网的接入服务,物联网主流接入协议分为MQTT,CoaP,Http,XMPP等几种,

2017-06-07 14:17:34 7169

原创 MQTT win7 server --- win 7 JAVA client --- VMware ubuntu 测试C client

1->  MQTT-SERVER:        win7 :        apache-apollo-1.7.1-windows-distro.zip2-> MQTT-CLIENT JAVA  win7 :      org.fusesource.mqtt-client 3-> MQTT-CLIENT C        VMware ubuntu (网络设置为NAT 模式):

2017-06-06 23:05:10 572

转载 MQTT client JAVA 和 MQTT broker

Get the latest official version Apollo 1.7.1Release Notes | Installation Instructions | Documentation Binaries for Unix/Linux/OS X:apache-apollo-1.7.1-unix-distro.tar.gzGPG

2017-06-06 16:15:26 1771

转载 mqtt/mqtt.github.io

SoftwareBrokers/serversClient librariesTools and applicationsPlugins to other softwareDevices aka MQTT-enabled products that are "Things"

2017-06-05 23:06:04 1075

转载 MQTT-SN over UDP and XBee

MQTT-SN over UDP and XBeeUpdated Gateway has been contributed to paho.Latest Gateway can connect to AWS IoT.https://github.com/eclipse/paho.mqtt-sn.embedded-c/tree/gatewayMQTT-SN Gateway

2017-06-05 23:01:49 939

转载 MQTT,mosquitto,Eclipse Paho

[置顶] [10] MQTT,mosquitto,Eclipse Paho---MQTT消息格式之Publication(消息发布)之QoS==0在MQTT协议中,消息的发布相对来说比较复杂一些,因为里面牵涉到了QoS(服务质量)和Retained(是否正服务器端存储消息)已经Persistence(当网络故障,在本地客户端存储信息)。其中最为灵活的是QoS的取值,QoS取不同值,就有

2017-06-04 23:17:23 775

转载 Mosquitto搭建Android推送服务(三)Mosquitto集群搭建

梧桐雨的笑容 2016-11-21 原文文章钢要:1、进行双服务器搭建2、进行多服务器搭建一、Mosquitto的分布式集群部署如果需要做并发量很大的时候就需要考虑做集群处理,但是我在查找资料的时候发现并不多,所以整理了一下,搭建简单的Mosquitto集群模式。首先集群需要2台以上的Mosquitto服务器。安装方式同上。先了解下Mosquitto

2017-06-04 10:32:04 606

转载 MQTT--HIVEMQ

MQTT基础概念介绍MQTT基础概念介绍2017-03-08 09:43 3600MQTT---HiveMQ源码详解(一)概览MQTT---HiveMQ源码详解(一)概览2017-03-07 22:08 4301MQTT---HiveMQ源码详解(二)结构与启动MQTT---HiveMQ源码详解(二)结构与

2017-06-03 19:01:36 1689

转载 The CometD Reference Book – 3.1.1

Table of ContentsPreface1. CometD Commercial Support Services2. Contributing to CometD2.1. Contributing via Mailing Lists2.2. Contributing by Reporting Issues2.3. Contributing Code Fixes,

2017-06-02 23:24:09 395

原创 iotcloud2 源码结构

2017-06-02 13:33:53 473

WhatIsGrblGru.pdf

GrblGru is ... • a 3D-simulation tool for mills and lathes • a G-code sender for Grbl and TinyG • a CAM-program for mills and lathes • a tool to learn the CNC-technic without having a ’real’ machine.

2020-07-13

Matlab Robotic Toolbox

2016-12-04

Learning ROS for Robotics Programming

ROS 开源编程指导,很好的技术文档。ros文档社区可以下载到源代码

2014-08-29

CNCg代码讲义

很好的数控讲义,如果在研究数控马上看看。CNC車床教學講義

2013-08-06

libpcap编程

Programming with Libpcap

2012-05-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除