- 博客(25)
- 收藏
- 关注
原创 QCustomPlot在VS2019+Qt6.71 编译出错的解决方法
在qcustomplot.h中将#if QT_VERSION >= 0x060200 改为#if QT_VERSION >= QT_VERSION_CHECK(6, 2, 0)
2024-12-16 17:13:13
235
原创 Qt6.7.2 编译grpc/chat/server
1] 将编译好的grpc-1.45.2_protobuf-3.rar 解压至指定文件夹如C:\Program Files (x86)[2] 配置Server debug。3 配置Server Release。
2024-12-15 18:49:45
218
原创 CMake Error: install(EXPORT “protobuf-targets“ ...) includes target “libprotobuf-lite“ which require
解决方法将ABSL_ENABLE_INSTALL 选中。在配置grpc-1.61.0时出现。
2024-12-15 16:01:36
571
原创 CMake配置grpc1.55时出现PROTOBUF_ROOT_DIR is Wrong的问题
gRPC-PROTOBUF_PROVIDER 为module 但 PROTOBUF_ROOT_DIR is Wrong。
2024-12-15 10:49:51
203
原创 转载 为nautilus安装rabbitvcs
解决 RabbitVCS 无法自动保存密码的 BUG。# 添加 rabbitvcs 的 ppa 源。# 注销后重新登录,右键即可使用。# 安装 rabbitvcs。
2024-12-01 10:18:17
120
原创 How To Install nautilus on Ubuntu 20.04l
【代码】How To Install nautilus on Ubuntu 20.04l。
2024-12-01 09:54:01
1112
原创 解决dbus-1.so.3: no version information available 造成./qt-unified-linux-x64-4.4.1-online.run无法启动
libdbus-1.so.3 QT5.15.4
2022-08-28 10:06:09
3573
2
原创 解决fatal: unable to access ‘https://github.com/BVLC/caffe.git/‘: Failed to connect to github.com port
方法:执行git config --global --unset http.proxy
2021-12-11 08:55:01
1077
1
原创 org.beetl.ext.simulate.WebSimulate' that could not be found.
==================file:/G:/test/spring-boot%20demo/ch4/target/classes/templates/functions2019-03-20 09:38:34.043 WARN 22332 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception ...
2019-03-20 09:58:53
486
原创 select标签 造成页面卡死
有jsp页面如下代码:<select name="parentNode", id="parentNodeCombox"></select>加载页面时,页面卡死,经高手调试发现是name="parentNode"的问题,改为其他值解决。原因:是否与HTML DOM parentNode 属性冲突?...
2019-03-15 11:54:24
2158
原创 解决'parent.relativePath' of POM xxx points at yyy instead of zzz please verify your project structure
pom结构<?xml version="1.0" encoding="UTF-8"?><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://ma
2019-03-10 21:18:18
13793
3
原创 java.lang.IllegalArgumentException: The argument does not represent an annotation type: JsonIgnore
maven-compiler-plugin 版本为:3.8.0出现[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project vdata-jeecg-web: Fatal error compiling...
2019-01-27 16:47:06
2275
原创 解决undefinedcss/modules/layer/default/layer.css
官方文档使用场景由于layer可以独立使用,也可以通过Layui模块化使用。所以请按照你的实际需求来选择。场景 用前准备 调用方式 1. 作为独立组件使用 如果你只是单独想使用 layer,你可以去 layer 独立版本官网下载组件包。你需要在你的页面引入jQuery1.8以上的任意版本,并引入layer.js。 通过script标签引入layer.js后,...
2018-12-12 11:52:27
10990
5
原创 @ResponseBody返回Json格式数据问题
@ResponseBody作用: 该注解用于将Controller的方法返回的对象,通过适当的HttpMessageConverter转换为指定格式后,写入到Response对象的body数据区。使用时机: 返回的数据不是html标签的页面,而是其他某种格式的数据时(如json、xml等)使用;---------------------作者:walkerjo...
2018-11-12 18:36:55
9386
1
原创 idea整合opencv
1.在pom文件中添加如下依赖;<!-- https://mvnrepository.com/artifact/org.bytedeco.javacpp-presets/opencv --><dependency> <groupId>org.bytedeco.javacpp-presets</groupId> <artifactI...
2018-11-07 20:52:47
1396
原创 maven版本造成java.lang.NoClassDefFoundError: javax/el/ExpressionFactory的问题
某web项目在maven3.5.4下加载页面时出现javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax/el/ExpressionFactory at org.apache.jasper.servlet.JspServlet.service (JspServlet.java:358) at o...
2018-10-29 18:22:28
3177
原创 NoSuchMethodError: javax.servlet.ServletContext.getJspConfigDescriptor()Ljavax/servlet/desc排错
在测试 org.apache.activemq.config.BrokerXmlConfigStartTesttestStartBrokerUsingXmlConfig时,出现Running org.apache.activemq.config.BrokerXmlConfigStartTestTests run: 15, Failures: 0, Errors: 4, Skipped: 0...
2018-10-17 12:10:19
1247
原创 解决Eclipse 导入项目 Plugin execution not covered by lifecycle configuration: org.apache.maven
Eclipse 导入项目 Pom.xml出现如下错误:Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (execution: default-compile, phase: compile)参照:https://ww...
2018-07-12 08:54:35
4229
2
原创 解决ava.lang.NoSuchMethodError: org.slf4j.helpers.Util.safeGetSystemProperty(Ljava/lang/String;)Ljava/
Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.helpers.Util.safeGetSystemProperty(Ljava/lang/String;)Ljava/lang/String; at org.slf4j.impl.VersionUtil.getJavaMajorVersion(VersionU...
2018-06-30 09:50:09
4835
原创 expected at least 1 bean which qualifies as autowire candidate.
2018-06-20 19:52:22,129 [main] ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyI...
2018-06-20 19:55:14
2937
原创 PWC6188: JSTL异常的解决
出现了:PWC6188: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this applicationat org.apache.jasper.compiler.DefaultErrorHandler.j...
2018-06-20 08:56:53
435
原创 maven tomcat7:run 产生java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addFilter解决方法
在解决import org.apache.catalina.connector.ResponseFacade,不能解析的问题时在pom.xml中加入了<!-- https://mvnrepository.com/artifact/org.apache.catalina/catalina --><dependency> <groupId>org.apache...
2018-06-04 20:06:39
1325
原创 Oracle实现分页查询的简便方法
SELECT * FROM (SELECT A.*, ROWNUM RN FROM (SELECT * FROM TABLENAME ) A WHERE ROWNUM WHERE RN >= (:page_index-1)*:rowcount_ofpage+1
2018-01-03 23:32:56
305
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人