码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
Windows下MQTT代理服务器的搭建
前言: 最近小编在折腾Arduino,为了让板子联网又买了ESP8266 NODEMCU (wifi模块,也是一个单片机)。虽然能通过烧录的程序通过http请求自己的服务器接口,但是显然并不符合当下主流的物联网方式,并且定时请求接口还浪费资源。 于是就引出了MQTT协议,在网上我也找了关于MQTT代 ...
分类:Windows程序   时间:2021-03-18 14:18:24    阅读次数:0
Multi-Sensor Data Fusion (MSDF) for Driverless Cars, An Essential Primer
From:Lance Eliot Apr 2, 2019 The Source:https://lance-eliot.medium.com/multi-sensor-data-fusion-msdf-for-driverless-cars-an-essential-primer-a1948bb8b ...
分类:其他好文   时间:2021-03-18 14:10:48    阅读次数:0
springboot项目中,ehcache报错,需要CacheManager单例的解决办法
在新的springboot项目中,如果在mybatis中使用了ehcache后,再第二次使用ehcache,会提示错误 Another CacheManager with same name 'default' already exists in the same VM. Please provid ...
分类:编程语言   时间:2021-03-18 13:59:58    阅读次数:0
SpringBoot整合Elasticsearch启动报错处理 nested exception is java.lang.IllegalStateException: availableProcessors is already set to [8], rejecting [8]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'elasticsearchTemplate' defined in class pa ...
分类:编程语言   时间:2021-03-17 14:15:07    阅读次数:0
Delphi用数字访问相关的内存(此处数字要为有效地址,且知道该地址的类型)
Delphi XE 仅仅是学习记录 unit 开始 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; typ ...
分类:Windows程序   时间:2021-03-17 14:08:06    阅读次数:0
git项目管理及fatal: remote origin already exists.解决方法
想起一个很好听的名字关注 22017.12.27 18:16:13字数 187阅读 72,109 今天在提交Git的时候,遇到了几个问题,记录一下,方便以后查找O(∩_∩)O 第一个问题 git remote add origin************** fatal: remote origin ...
分类:其他好文   时间:2021-03-16 14:12:17    阅读次数:0
redis 执行lua脚本
参考: https://redis.io/commands/eval 参考:https://redis.io/topics/ldb 1. redis-cli 命令行测试 命令如下:key 可以理解用于传键名称,而arg 用于传递其他参数 EVAL script numkeys key [key .. ...
分类:其他好文   时间:2021-03-16 11:59:42    阅读次数:0
uboot misc
.uboot下如何查看内存里的数据 使用md工具 md.b $address $count (从地址$address处显示$count个字节的数据,b=byte,8位) md.w $address $count (从地址$address处显示$count个字的数据,w=word,16位) md.l  ...
分类:其他好文   时间:2021-03-16 11:48:00    阅读次数:0
elasticsearch-windows启动时的问题
在官网上下载elasticsearch-windows后,按照官方的步骤,解压,运行bin/elasticsearch.bat,但是启动时控制台报错,错误如下: [o.e.t.TransportService ] [qIMyueh] publish_address {127.0.0.1:9301}, ...
分类:Windows程序   时间:2021-03-16 11:41:29    阅读次数:0
地址经纬度解析
python\小脚本\地址经纬度解析.py # -*- coding: utf-8 -*- """ Created on Thu Nov 24 10:10:13 2016 @author: Acer """ # -*- coding: utf-8 -*- #import sys, urllib, u ...
分类:其他好文   时间:2021-03-15 11:02:26    阅读次数:0
36936条   上一页 1 ... 30 31 32 33 34 ... 3694 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!