码迷,mamicode.com
首页 >  
搜索关键字:transport rule    ( 2196个结果
Windows下MQTT代理服务器的搭建
前言: 最近小编在折腾Arduino,为了让板子联网又买了ESP8266 NODEMCU (wifi模块,也是一个单片机)。虽然能通过烧录的程序通过http请求自己的服务器接口,但是显然并不符合当下主流的物联网方式,并且定时请求接口还浪费资源。 于是就引出了MQTT协议,在网上我也找了关于MQTT代 ...
分类:Windows程序   时间:2021-03-18 14:18:24    阅读次数:0
make[9]: *** No rule to make target `radiomodule.dd', needed by `libradiomodule'. Stop.
linux/sdk/out/system/tdGUI/output/rules.mk %.d: %.c $(CONFIG_H_FILE) - @$(CC) -MM $(EXECFLAGS) $(LIBCFLAGS) $(CFLAGS) $(EXTRACFLAGS) $< | sed -e 's,^[ ...
分类:其他好文   时间:2021-03-12 12:40:52    阅读次数:0
前端字符长度验证
代码实现 checkLength(rule, value, callback) { let split = value.split('#'); if (split && split.length) { split.forEach(item => { if (item && item.length > ...
分类:其他好文   时间:2021-03-11 14:17:31    阅读次数:0
运算符/谓词
Rule.op 运算符/谓词 描述eq = equalne != not equallt < less thanle <= less equalgt > greater thange >= greater equalnu IS NULL nullnn IS NOT NULL not nullbw L ...
分类:其他好文   时间:2021-03-09 13:52:40    阅读次数:0
org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{Mln3wtAkTMCwR_z9QIv-tA}{20.0.0.11}{20.0.0.11:9300}]
org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{Mln3wtAkTMCwR_z9QIv-tA}{20.0 ...
分类:其他好文   时间:2021-03-03 12:26:06    阅读次数:0
jaege使用elasticsearch存储docker安装
一、安装docker-compose curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose chm ...
分类:其他好文   时间:2021-02-22 11:52:31    阅读次数:0
二、安装启动
2.1、安装 (1)、解压后 即可使用 解压缩文件拷贝到 linux 下 /usr/local/ (2)、三个配置文件 schema.xml:定义逻辑库,表、分片节点等内容。 rule.xml: 定义分片规则。 server.xml:定义用户以及系统相关变量,如端口等。 2.2、启动 (1)、修改配 ...
分类:其他好文   时间:2021-02-10 13:33:26    阅读次数:0
vue watch监听对象及对应值的变化
rule:{ name:"", age:"" } watch:{ rule:{ handler:function(){ //do something }, deep:true } } deep设置为true的意思是修改rule中任何一个属性,都会执行handler这个方法,但是这样消耗比较大,对象嵌 ...
分类:其他好文   时间:2021-02-03 10:56:49    阅读次数:0
Security and Cryptography in Python - Attack on Caesar Cipher
Security and Cryptography in Python - Attack on Caesar Cipher Crypto Rule #1(Kerckhoffs' Principle) Eve should not be able to break the ciphers even w ...
分类:编程语言   时间:2021-02-01 12:50:36    阅读次数:0
php 自定义验证器二:完整验证器
验证器类:Validate.php <?php namespace framework\library; class Validate { /** * 当前验证规则 * @var array */ protected $rule = []; /** * 验证提示信息 * @var array */ ...
分类:Web程序   时间:2021-01-28 11:58:59    阅读次数:0
2196条   上一页 1 2 3 4 5 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!