logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

2003 - Can't connect to MySQL server on 'x.x.x.x' (10038) mysql数据库连接不上问题

总结1.防火墙(是否关闭)2. 入站规则(3306)3. 权限问题(我的是权限问题)问题1.2参考:   请自行搜索我的是问题三误删管理员账户导致的权限问题问题3.参考: http://www.splaybow.com/post/mysql-delete-root-recover.html                   https://blog.csdn.net/a1988102...

#数据库
androidx.constraintlayout.helper.widget.Flow 使用

【代码】androidx.constraintlayout.helper.widget.Flow 使用。

文章图片
#androidx
io.reactivex.exceptions.UndeliverableException: The exception could not be delivered to the consumer

【代码】io.reactivex.exceptions.UndeliverableException: The exception could not be delivered to the consumer。

#前端
spring boot 虚拟路径url中文无法访问

springboot 2.6.+中文资源名称无法访问,英文正常_我是一座离岛的博客-CSDN博客原因:从2.6.0开始Spring MVC 处理程序映射匹配请求路径的默认策略已从 AntPathMatcher 更改为PathPatternParser。基本可以确定是这个更改导致的,不知道是不是bug,更改之后具体的不知道改动了哪些,能力有限,暂时未知springboot一般配置资源是这样:@Con

#android
支持spring boot spring pageHelp,将完整日志打印出来 mybatis-sql-log

【代码】支持spring boot spring pageHelp,将完整日志打印出来 mybatis-sql-log。

文章图片
#spring#spring boot#mybatis
SQL Server2008给sa添加数据库权限时,报错:无法使用特殊主体 sa。(Microsoft SQL Server,错误: 15405)

SQL Server2008给sa添加数据库权限时,报错:无法使用特殊主体 sa。(Microsoft SQL Server,错误: 15405)技术标签:SQL2008SQL Server2008给 “sa” 管理员添加数据库权限时,出现如下错误:解决方法:1、对象资源管理器中找到相应数据库 → 右键点属性 → 点击文件,会发现文件的所有者是空的,如下图:2、把这里文件的所有者设置为sa就可以了

连接达梦数据库 缺少hibernate.dialect配置

【代码】连接达梦数据库 缺少hibernate.dialect配置。

文章图片
#前端
java.lang.IllegalArgumentException: no NetworkModule installed for scheme “tcp“

mq混淆导致-keep class org.eclipse.paho.client.mqttv3.internal.* { *; }-keep class org.eclipse.paho.client.mqttv3.spi.* { *; }https://ask.csdn.net/questions/1753091

让gradle执行cmd 或者其他exe命令的方法

task aaUnInstall(type: Exec) {commandLine 'cmd',"/c","adb uninstall com.hebky.xtdz"}task aaInstall(type: Exec) {commandLine 'cmd',"/c","adb install -r I:\\Android\\xtdz\\release\\app-release.apk"}参考ht

    共 45 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择