方式 一: 在实体类上加@DatetimeFormat与@JsonFormat注解 @DatetimeFormat:将前台日期字符串转换成Date格式 @DateTimeFormat(pattern="yyyy-MM-dd") @JsonFormat:将服务器端Date日期转换成指定字符串格式 @J ...
分类:
编程语言 时间:
2021-07-05 16:45:33
阅读次数:
0
前言: 参考:Android N wifi auto connect流程分析 后续 Android 8.0/9.0 wifi 自动连接评分机制 分析 前面说了,handleScanResults会去调QualifiedNetworkSelector.selectQualifiedNetwork去筛选 ...
分类:
移动开发 时间:
2021-01-29 11:41:44
阅读次数:
0
<script> import { collectService } from '@/services'; export default { prop: ['formWhere'], data() { return { dialogPop: false, isDisabled: true, webI ...
分类:
Web程序 时间:
2020-11-18 13:26:21
阅读次数:
31
真机调试,连接USB后,通常会显示如下认证。 有些机器在某些情况下,可能没有弹出认证窗口,可以通过下面的方式尝试解决。 解决1 执行 adb reconnect 重连 在开发者选项中撤销USB调试授权 重新插拔USB调试线 重新你的手机 尝试关闭,开启一次USB调试 尝试关闭开发者模式,重新打开开发 ...
分类:
移动开发 时间:
2020-07-15 22:54:03
阅读次数:
160
Will try to reconnect to 10.10.10.1 after 30 secs: True Will try to reconnect to 10.10.10.1 after 30 secs: True Will try to reconnect to 10.10.10.1 af ...
分类:
其他好文 时间:
2020-07-15 15:28:37
阅读次数:
66
Oracle RAC TAF 无缝failover 理论背景: TAF( Transparent Application Failover ) allows oracle clients to reconnect to a surviving instance in the event of a f ...
分类:
数据库 时间:
2020-06-11 21:47:37
阅读次数:
70
问题提示为: 原因:MySQL数据库版本为8.0以上,需要在URL加上时区,即加上?serverTimezone=GMT 成功后为: ...
分类:
数据库 时间:
2020-06-03 15:34:27
阅读次数:
291
1 class SocketPlugin { 2 constructor (param) { 3 this.websocket = null 4 this.isConnect = false 5 this.timeoutNum = null 6 this.isActivelyClose = fals ...
分类:
Web程序 时间:
2020-05-27 10:37:06
阅读次数:
67
针对IDEA连接mysql的问题 开门见山的说,我这个连接不上mysql的问题是因为我的mysql版本为5.1 而mysql驱动后面的版本是不兼容这个版本的。 在配置好数据库后,默认下载的驱动版本是8.0的版本 所以就会造成连接时间超时的问题。 我们可以看到,他这里贴心的为我们专门准备了一个5.1的 ...
分类:
数据库 时间:
2020-05-01 22:38:09
阅读次数:
88
实验目的:通过自己制作的手机APP,连接MQTT服务器,获取ESP32单片机的温湿度信息,控制ESP32单片机上的LED开关。 实验准备: 1、硬件:ESP32开发板(型号不限,esp01s也可以)、LED灯、DH11温湿度传感器、面包板等 2、软件: (1)arduino软件,可以到官网https ...
分类:
移动开发 时间:
2020-03-23 16:43:55
阅读次数:
105