- 博客(234)
- 资源 (1)
- 收藏
- 关注
原创 Exception in thread “main“ java.lang.UnsupportedClassVersionError: com/automation/hazqweb/HazqwebApp
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/automation/hazqweb/HazqwebApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class fi
2025-04-02 22:02:41
950
原创 Java调用Python脚本并传入任意参数
Java程序调用python脚本并传入任意参数,python获取Java传参数据并解析使用,Java调用远程机器上的python脚本。
2025-03-27 06:00:00
905
原创 错误代码:1300 Invalid utf8mb4 character String:‘‘
错误代码:1300 Invalid utf8mb4 character String:''
2025-03-27 06:00:00
309
原创 Java关闭闲置cmd窗口/Java执行cmd命令
使用Java调用cmd窗口,执行cmd命令,执行后关闭窗口。通过java关闭闲置的cmd窗口。
2025-03-24 06:00:00
615
原创 npm error 404 Not Found - GET https://registry.npmjs.org/.../throttle-debounce-3.0.1.tgz
npm error 404 Not Found - GET https://registry.npmjs.org/throttle-debounce/download/throttle-debounce-3.0.1.tgz
2025-03-17 07:00:00
705
原创 java.sql.SQLException: Field ‘id‘ doesn‘t have a default value
mybatis添加数据的时候报错:java.sql.SQLException: Field 'id' doesn't have a default value
2025-03-15 07:00:00
243
原创 video可以播放视屏但无法使用进度条点击快进/video的进度条失效无法点击
使用springboot+ajax+html加载视频文件到浏览器的时候,视频能在浏览器正常的播放,但是无法点击自带的进度条进行进度调整。
2025-03-10 19:00:00
79
原创 npm error Error: EPERM: operation not permitted, mkdir ‘C:\Program Files\nodejs\node_cache\
执行npm install时报错:npm error Error: EPERM: operation not permitted, mkdir ‘C:\Program Files\nodejs\node_cache\
2025-03-04 19:00:00
275
原创 message from server: “Host ‘WIN-CMI2EUA00‘ is not allowed to connect to this MySQL server“
idea连接数据库的时候报错:message from server: "Host 'WIN-CRMI2EPUA00' is not allowed to connect to this MySQL server"
2025-02-20 18:00:00
742
原创 sib报错:com.*.xctrunner is not in your device!
com.*.xctrunner is not in your device!/如何获取webdriveragentrunner的bundle id
2025-02-12 21:00:00
297
6
原创 通过域名访问工程/域名注册/备案/服务器购买/项目发布等
手把手教会你使用通过域名访问java工程。包括服务器购买,域名购买,域名备案,tomcat配置等
2025-01-27 06:00:00
51
原创 According to MySQL 5.5.45+,5.6.26+,requirments SSL connection must be established by default if exp
Springboot工程启动的时候,控制台出现如下警告信息:WARN:Establishing SSL connection without servers identity verification is not recommended.According to MySQL 5.5.45+,5.6.26+,requirments SSL connection must be established by default if explicit option isn’t set.For compl
2025-01-20 06:00:00
273
原创 request to https://registry.nlark.com/ failed, reason: getaddrinfo ENOTFOUND registry.nlark.com
执行npm install报错:484 error network request to https://registry.nlark.com/throttle-debounce/download/throttle-debounce-3.0.1.tgz failed, reason: getaddrinfo ENOTFOUND registry.nlark.com485 error network This is a problem related to network connectivity.
2025-01-20 06:00:00
1896
原创 windows中搭建sonic云真机环境/云真机环境搭建-基于docker容器部署
基于Windows系统搭建Sonic远程云真机环境实现通过浏览器操作手机端系统
2025-01-06 06:00:00
385
原创 MySQL:Host ‘host.docker.internal‘ is not allowed to connect to this MySQL server.
MySQL:Host 'host.docker.internal' is not allowed to connect to this MySQL server.
2024-12-30 19:30:00
503
原创 mybatisplus如何自定义xml文件-源码下载
MybatisPlus通过BaseMapper为我们带来了丰富的基础功能操作,非常使用。但是在实际的操作中,我们还需要大量的自定义SQL的的时候,这时候就需要自定义xml,从而自定义sql语句。
2024-12-09 06:00:00
774
原创 Springboot实现任意切库/springboot实现配置多数据库自由切换数据源/springboot聚合工程自由切换数据源
Springboot聚合工程实现不同module使用不同的数据库配置操作数据库,实现通过注解自由切库
2024-12-02 19:00:00
158
原创 springboot拦截器中如何使用service/Interceptor中如何注入service
在springboot的拦截器中如何调用service中对应的方法
2024-12-02 06:00:00
457
原创 SpringSecurity自定义登录返回值
Springboot中使用SpringSecurity实现用户登录,登录成功后自定义返回数据,及获取自定义值的方式
2024-12-01 06:00:00
106
原创 Cause: java.lang.UnsupportedOperationException] with root cause
Cause: java.lang.UnsupportedOperationException] with root cause
2024-11-29 20:00:00
326
原创 RuntimeError: DevicePair required lib, fix with: pip3 install pyOpenSSL pyasnl
RuntimeError: DevicePair required lib, fix with: pip3 install pyOpenSSL pyasnl
2024-11-25 06:00:00
275
原创 Layui框架中自定义tree树形组件中的图标及自定义图标大小/自定义tree中的icon
Layui框架中自定义tree树形组件中的图标及自定义图标大小/自定义tree中的icon
2024-11-25 06:00:00
378
原创 SpringSecurity登陆后,如何获取用户的登录信息
springSecurity登录后,后天和前端如何获取用户的登录信息,如用户的用户名权限等信息。
2024-11-18 06:30:00
444
基于Windows环境搭建Sonic远程云真机环境
2025-01-03
Springboot创建聚合工程/springboot中如何使用maven module工程/springboot子工程之间如何相互调用依赖
2024-11-29
vmware17安装macos13.6完整过程,VMware Tools安装,优化macos
2024-11-12
VMware Workstation Player 安装 Red Hat 9 步骤指南
2024-10-16
springSecurity实现用户登录及异步执行无权限,重定向到登录页面
2024-09-10
Java实现远程调用python脚本-源码下载
2024-08-26
VUE3脚手架工具cli搭建配置及路由使用
2024-06-14
Layui中树形表格TreeTable使用+文档说明+源码下载
2024-05-28
quartz的基本使用,配置job,jobdetail,trigger,Scheduler
2023-12-15
@scheduled任务调度使用详解及@scheduled与多线程和@Async异步任务结合使用
2023-12-13
分布式环境下的session 共享-基于spring-session组件和Redis实现
2023-12-09
springboot工程中使用ObjectMapper解析JSON字符串
2023-11-07
Activiti7中如何使用CandidateUser,通过候选人查询待办事项
2023-09-02
springboot整合mybatisplus实现增删改查操作
2023-08-30
springboot2.7.10+springSecurity5.7.10+mybatisplus3.5.3.2整合实现用户校验
2023-08-23
springboot整合mybatis调用oracle存储过程
2023-08-17
bpmnjs汉化操作-内有配置文档,放心下载
2023-07-30
springmvc+layui实现多文件上传及进度条提示
2023-07-14
Java解析xml配置文件,DOM4J解析xml配置文件,提供使用文档和源码下载
2023-06-19
springboot整合shiro实现动态菜单
2023-06-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人