logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VSCode 与 Vim 插件 的 复制粘贴等快捷键冲突,优先使用 VSCode 的快捷键

ChatGPT:在 VSCode 中,如果你发现 Vim 插件(如 VSCodeVim 扩展)与 VSCode 的默认复制粘贴快捷键(Ctrl+C / Ctrl+V)冲突

文章图片
#vscode#vim
Qt操作Excel类

#.h#ifndef QEXCEL_H#define QEXCEL_H#include <QString>#include <QVariant>class QAxObject;class ExcelEngine final : public QObject{public:ExcelEngine(QString strPath, QObject *parent = 0);~E

Qt操作Word类

基于https://blog.csdn.net/qq_35192280/article/details/83021975进行小调整.h#ifndef WORDENGINE_H#define WORDENGINE_H#include "corelib_global.h"#include <QObject>#include <QAxObject>#include <QAx

QWT 对坐标轴缩放拖动

https://forum.qt.io/topic/54848/qwtplot-zooming-logarithmic-scale/2zoscHello,i have a QwtPlot with a logarithmic scale on y and time scale on x. That was not the problem, but zooming into the graph...

Qt 对Excel的操作封装

.proQT+= axcontainer#ifndef ADVANCEEXCEL_H#define ADVANCEEXCEL_H#include <QString>#include <QVariant>#include "excitingexcel_global.h"class QAxObject;class EXCITINGEXCE...

Qalculate! 计算器 使用杂记

Qalculate!计算器 使用杂记。

#经验分享
椭圆 / 椭圆的画法

原文链接:https://www.lfhacks.com/t/draw-ellipse在现实生活中如何画 椭圆 ?椭圆并不是由圆压扁而来,而是要符合一定的规则才能称为椭圆。现实生活中如果有画椭圆的需求,应该按照固定的方法作图。本文介绍一些绘制椭圆的方法。焦点法又叫园丁画法(gardener’s construction),因为在划定椭圆形花坛时,这个方法最为实用,而且画出的椭圆也足够标准。与 椭圆

#自动驾驶
Linux下python模拟串口,Boost向串口发送数据

参考:Boost-asio串口通信测试_weixin_41718491的博客-CSDN博客_asio串口通信https://blog.csdn.net/weixin_41718491/article/details/80755122用python虚拟串口 - Biiigfish - 博客园https://www.cnblogs.com/pied/p/4147094.htmlpython:#!/us

到底了