logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

查看windows和linux的内网ip地址,外网ip地址

  电脑的IP地址分两种,如果用ADSL( 非对称数字用户线路)直接连接网络,就只有外网IP地址,如果使用了路由器,则会有内网和外网IP地址.(关于ADSL我还不清楚,反正我查到了我电脑的两个ip地址)一.windows1.外网(1)方法1百度搜索 ip 138,这个网站能查询的东西还有很多   (2)方法22.内网(局域网)(1)方...

#windows#linux
JPA项目,查询失败,Could not write JSON: failed to lazily initialize a collection of role

.w.s.m.s.DefaultHandlerExceptionResolver:Resolved exception caused by handler excution:org.springframework.http.converter.HttpMessageNotWritableException:Could not write JSON: failed to lazily initi..

java使用RestTemplate发送请求,调用EMQ X的api

EMQ X是是基于 Erlang/OTP 平台开发的开源物联网 MQTT 消息服务器默认情况下本地http监听端口为1883控制台(可视化界面)端口号为18083,默认用户: admin,密码:public找到官方文档,找到需要使用的接口https://docs.emqx.cn/broker/latest/advanced/http-api.html在发送请求的时候需要进行鉴权,采用的鉴权方式是B

#java
Element 'xxxxxxx' cannot have character [children],because the type's content type is element-only

参考链接:https://blog.csdn.net/didi7696/article/details/80116967上面链接解决了我的问题,这里仅做记录,因此不标注原创.maven工程,复制的pom,编码不一致,删了重敲即可...

#maven
springboot访问下载/resource/static下的静态资源;下载excel文件损坏,打不开

放文件直接把文件放到resource下的static文件夹中看编译结果启动之后看看是否被编译了访问,下载然后在浏览器输入下面地址就能自动下载文件了http://localhost:8002/消息模板.xlsx注意 不用在消息模板.xlsx前面 加 /static这一层级,因为springboot默认的静态资源路径就是classpath:/resource/static文件访问不了的解决办法文件能下

springCloud使用redis报错,Could not resolve type id xxxxx(类全路径名) into a subtype

springCloud使用redis报错,Could not resolve type id xxxxx(类全路径名) into a subtype的解决办法

#redis#java
到底了