http://emqtt.com/docs/v2/guide.html 1默认是匿名认证,不用输入用户名和密码,直接可连接 2如何开启用户名和密码认证模式 2-1关闭匿名认证 在你的MQTT安装目录下,进入文件夹 etc/emq.conf 配置启用匿名认证: ## Allow Anonymous a ...
分类:
其他好文 时间:
2018-10-04 10:14:50
阅读次数:
244
from: https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/strings/ C#提供了别名string来代表System.String类。如果在代码中使用String类,必须载入包 using System;而使用内 ...
Soot可以对代码进行分析,提供了多种字节码分析和变换功能,通过它可以进行过程内和过程间的分析优化,以及程序流图的生成,还能通过图形化的方式输出。 http://www.brics.dk/SootGuide/上面有官方的guide 1. 环境准备: a. 下载安装java7,不能用java8 (so ...
分类:
其他好文 时间:
2018-10-01 19:14:57
阅读次数:
506
https://cn.vuejs.org/v2/guide/forms.htmlhttps://segmentfault.com/q/1010000006031392图,最后自己解决的并未用上述方案 ...
分类:
其他好文 时间:
2018-09-30 20:13:20
阅读次数:
438
官网关于kibana的学习指导网址是:https://www.elastic.co/guide/en/kibana/current/index.html Kibana是一个开源的分析和可视化平台,设计用于Elasticsearch。使用Kibana搜索、查看和与存储在Elasticsearch索引中 ...
分类:
其他好文 时间:
2018-09-30 19:54:18
阅读次数:
139
参考文档: https://docs.microsoft.com/en-us/dotnet/csharp/async https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/index ...
传送门:https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier https://segmentfault.com/q/1010000012055834/a-1020000012055960 1、最单纯的做法:事件回 ...
分类:
其他好文 时间:
2018-09-28 22:39:48
阅读次数:
238
参考: https://www.cnblogs.com/wayneiscoming/p/7715623.html , https://jimmysong.io/kubernetes-handbook/guide/rbac.md , https://feisky.gitbooks.io/kuberne ...
分类:
其他好文 时间:
2018-09-28 19:02:10
阅读次数:
175
Apache Spark是一个围绕速度、易用性和复杂分析构建的大数据处理框架。最初在2009年由加州大学伯克利分校的AMPLab开发,并于2010年成为Apache的开源项目之一。 与Hadoop和Storm等其他大数据和MapReduce技术相比,Spark有如下优势。 首先,Spark为我们提供 ...
分类:
其他好文 时间:
2018-09-28 17:34:32
阅读次数:
164
一 文章名称:MACSAD: Multi Architecture Compiler System for Abstract Dataplanes (aka Partnering P4 with ODP) 发表时间:2016 8 来源:SIGCOMM 针对什么问题? 把 P4 和 OpenDataP ...
分类:
其他好文 时间:
2018-09-27 01:58:19
阅读次数:
259