自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(37)
  • 收藏
  • 关注

原创 Ubuntu 24.04 安装common-extensions

👉 这就解释了为什么 apt 一直“找不到”这不是你配置错,也不是你操作错,是。只要能看到帮助信息,就说明。✅ colcon 被。在 24.04 上,

2025-12-17 15:36:40 351

原创 TortoiseSVN 右键不显示的解决方法

运行ShellExView 找到TortoiseSVN Enable 之。

2025-10-30 22:32:55 302

原创 使用Qt Core模块(无GUI依赖),确保程序作为后台服务/daemon运行,与任何GUI完全无交互。

/ 注意:掩码需转换为CIDR,但简化假设/24等。// DNS: 修改 /etc/resolv.conf (简单方式,生产中用systemd-resolved)// 自定义退出码,表示成功修改。// Linux (NanoPi): 使用ip命令。// Windows: 使用netsh命令。// 退出程序,依赖系统重启。

2025-09-06 17:10:04 913 1

原创 Ubuntu实现程序开机自动运行

systemd 是 Ubuntu 默认的初始化系统,适合长期运行的服务或脚本。

2025-08-20 19:33:52 387

原创 grpc 1.45.2 在ubuntu中的编译

要在 Ubuntu 上编译 gRPC 1.45.2,需要按照以下步骤操作。以下指南基于 gRPC 官方文档和相关资源,确保环境配置正确并成功编译。请确保你有管理员权限(sudo)以安装依赖项和执行相关命令。

2025-08-20 10:54:10 1136

原创 如何在树莓派中使程序具有免sudo 密码更改网卡配置的能力

必须指定完整路径 + 参数。⚠️ sudoers 对。

2025-08-06 10:29:53 150

原创 树莓派用户自动登录

NanoPi M5/zh - FriendlyELEC WiKi

2025-08-05 15:03:41 337

原创 Ubuntu 连接Visual SVN

https://ldw_online:8443/svn/OnlineRepository/LVC

2025-07-25 21:46:56 627

原创 树莓派使用grpc1.45.2+protobuf3.14.5,由于lib依赖顺序造成编译错误的解决方法。

d$ cmake … -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DABSL_ENABLE_EXCEPTIONS=ON -DABSL_USE_EXTERNAL_RANDOM=OFF -DABSL_BUILD_TESTING=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/usr/localCMake Error at /usr/share/cmake-3.16/Mo

2025-07-22 19:56:11 330

原创 树莓派通过安卓手机USB上网

/usr/include/aarch64-linux-gnu/qt5/QtCore/qvector.h:607: error: no matching function for call to ‘atools::gui::DialogButton::DialogButton()’ 607 | new (dst++) T();/home/pi/develop/LiveForce/../LiveForce/LocalDlls/atools/gu

2025-07-18 19:39:59 174

原创 树莓派Qt 安装

Raspberry Pi OS 使用的是 Debian(如 buster 或 bullseye)分支Debian 系统对“稳定”的定义是:长期维护、广泛测试、极少改动。Qt 5.12 是一个长期支持(LTS)版本,从 2018 年发布,广泛应用,Debian 选择它作为默认版本。在buster中是 Qt 5.11 或 5.12,在bullseye中就是 Qt 5.12.8。APT 仓库不会轻易更新主版本(例如从 5 到 6)因为主版本升级可能导致大量依赖中断。安装包的稳定性远比“最新”更重要。

2025-07-17 17:57:53 858

原创 SampledPositionProperty 显示实时航迹的问题

考虑如下显示无人机实时航迹的函数if (!context ||!// 关键:设置外推// 秒point: {},path: {width: 2,});entity});},});});if (!

2025-07-03 21:51:59 1100

原创 float 与 double 在经纬度中的精度对比

所以它最多只能精确表示。

2025-03-18 18:54:32 919

原创 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 336

原创 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 270

原创 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 778

原创 CMake配置grpc1.55时出现PROTOBUF_ROOT_DIR is Wrong的问题

gRPC-PROTOBUF_PROVIDER 为module 但 PROTOBUF_ROOT_DIR is Wrong。

2024-12-15 10:49:51 347

原创 转载 为nautilus安装rabbitvcs

解决 RabbitVCS 无法自动保存密码的 BUG。# 添加 rabbitvcs 的 ppa 源。# 注销后重新登录,右键即可使用。# 安装 rabbitvcs。

2024-12-01 10:18:17 248

原创 How To Install nautilus on Ubuntu 20.04l

【代码】How To Install nautilus on Ubuntu 20.04l。

2024-12-01 09:54:01 1429

原创 解决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 3893 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 1142 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 521

原创 select标签 造成页面卡死

有jsp页面如下代码:<select name="parentNode", id="parentNodeCombox"></select>加载页面时,页面卡死,经高手调试发现是name="parentNode"的问题,改为其他值解决。原因:是否与HTML DOM parentNode 属性冲突?...

2019-03-15 11:54:24 2197

原创 解决'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 14013 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 2340

原创 解决undefinedcss/modules/layer/default/layer.css

官方文档使用场景由于layer可以独立使用,也可以通过Layui模块化使用。所以请按照你的实际需求来选择。场景 用前准备 调用方式 1. 作为独立组件使用 如果你只是单独想使用 layer,你可以去 layer 独立版本官网下载组件包。你需要在你的页面引入jQuery1.8以上的任意版本,并引入layer.js。 通过script标签引入layer.js后,...

2018-12-12 11:52:27 11123 5

原创 @ResponseBody返回Json格式数据问题

@ResponseBody作用:      该注解用于将Controller的方法返回的对象,通过适当的HttpMessageConverter转换为指定格式后,写入到Response对象的body数据区。使用时机:      返回的数据不是html标签的页面,而是其他某种格式的数据时(如json、xml等)使用;---------------------作者:walkerjo...

2018-11-12 18:36:55 9448 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 1443

原创 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 3220

原创 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 1292

原创 解决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 4287 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 4942

原创 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 2983

原创 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 474

原创 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 1362

原创 铯界——开始学习Cesium.js

 1.20180416 学习了Cesium Workshop

2018-04-17 23:58:22 271

原创 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 344

Qt6.7.2 编译grpc/chat/server

编译好的grpc库,可用于Qt6.7.2

2024-12-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除