会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Good artists copy, great artists steal
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
2025年3月27日
【c++】rapidjson
摘要: https://rapidjson.org/zh-cn/ 1. 概念 Document类代表整个DOM,每个 JSON 值都储存为 Value 类 #include "rapidjson/document.h" using namespace rapidjson; //把json字符串解析到doc
阅读全文
posted @ 2025-03-27 17:32 仰望星河Leon
阅读(87)
评论(0)
推荐(0)
2025年3月26日
【c++】数据库连接池库:libzdb
摘要: https://github.com/mverbert/libzdb 1. 引入项目 地址:http://www.tildeslash.com/libzdb/ 2、安装 ./configure make make install 若出现 --without-<database> 错误,说明你电脑上没
阅读全文
posted @ 2025-03-26 15:33 仰望星河Leon
阅读(100)
评论(0)
推荐(0)
2025年3月19日
【c++】web框架:pistache
摘要: https://pistacheio.github.io/pistache/docs/ https://blog.csdn.net/zhizhengguan/article/details/116116644 不是head-only库 常用响应码 正确时 response.send(Http::Co
阅读全文
posted @ 2025-03-19 23:30 仰望星河Leon
阅读(71)
评论(0)
推荐(0)
2025年3月15日
简单编译三方库
摘要: debug版本: mkdir build cmake -S . -B build/debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="./jsoncpp-debug" cm
阅读全文
posted @ 2025-03-15 14:54 仰望星河Leon
阅读(18)
评论(0)
推荐(0)
2025年2月10日
【qt】切页控件
摘要: //切换方向 enum class switchDirection { Horizontal, //水平 Vertical //垂直 }; //动画模式 enum class aniMode { Switch, //切换 Cover //覆盖 }; //设置动画持续的间隔 void setDurat
阅读全文
posted @ 2025-02-10 19:21 仰望星河Leon
阅读(33)
评论(0)
推荐(0)
2025年2月4日
【qt】1个导航栏实现
摘要: enum class Direction { Horizontal, Vertical }; //构造 NaviBar(QWidget *parent = nullptr, Direction dir=Direction::Horizontal); //设定可增加按钮最大数量 void setBtn
阅读全文
posted @ 2025-02-04 20:13 仰望星河Leon
阅读(45)
评论(0)
推荐(0)
2025年1月24日
【资源】火之鸟(手冢治虫)
摘要: 通过网盘分享的文件:火之鸟 链接: https://pan.baidu.com/s/1IyYRb9dNkPNf_WJhKw_VgA?pwd=nsgc 提取码: nsgc
阅读全文
posted @ 2025-01-24 11:24 仰望星河Leon
阅读(204)
评论(0)
推荐(0)
2024年12月9日
【qml】❤
摘要: https://www.bilibili.com/video/BV1R4zRYnE29/?spm_id_from=333.880.my_history.page.click&vd_source=3b08e97e50222fa2ec22737f6dcb2202的一个QML实现 //HeartRound
阅读全文
posted @ 2024-12-09 11:02 仰望星河Leon
阅读(47)
评论(0)
推荐(0)
2024年10月24日
【qml】一个图片hover弹出滑框说明信息效果
摘要: Image { id:img source:".jpg" smooth: true width:800 height:600 Rectangle { id:txt1 width:img.width/4 height:img.height anchors.right: img.right anchor
阅读全文
posted @ 2024-10-24 00:33 仰望星河Leon
阅读(66)
评论(0)
推荐(0)
2024年10月14日
【qt】一个动画实现
摘要: 基于https://www.bilibili.com/video/BV1Li421Y7EH/?spm_id_from=333.999.top_right_bar_window_history.content.click原理的一个qt实现 #pragma once #include <QWidget>
阅读全文
posted @ 2024-10-14 21:21 仰望星河Leon
阅读(35)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
公告