同时使用了qt、tesseract、leptonica和opencv库
32025年2月19日
C/C++
wt c++ web framework https://www.webtoolkit.eu/wt/ ```bash cd ~/Library git clone https://github.c...
32025年4月17日
wt库构建过程
执行如下命令 ```bash dotnet nuget locals all --clear ```
32025年4月17日
dotnet清理本地nuget缓存
出于兴趣学习QT开发框架。刚接触不久,直接学习的QML开发,对QWidgets不了解。 一般通过CMake构建QT项目,CMakeLists文件会这么写: cmake_minimum_require...
32025年4月17日
QT 6.2 QML Module示例
安装该辅助工具 https://github.com/dotnet-outdated/dotnet-outdated ### 升级依赖的nuget包版本 解决方案目录下执行,检查过期包 dotn...
22025年4月17日
dotnet检测过时的包并升级
```bash # 查看本地安装的dotnet工具列表 dotnet tool list # 查看全局安装的dotnet工具列表 dotnet tool list --global # 安装dotn...
22025年4月17日
查看本地安装的dotnet工具列表
首先在```pubspec.yaml```中添加```build_runner```依赖: ```yaml dev_dependencies: build_runner: ``` 之后运行bu...
22025年4月17日
Flutter运行build_runner
首先在```pubspec.yaml```中添加```ffigen```依赖: ```yaml ffigen: output: 'lib/gen/bindings.dart' header...
22025年4月17日
Flutter运行ffigen生成绑定代码
### 查看当前启用或禁用了哪些平台 ```bash User@MacBook mobile flutter config --list All Settings: enable-web: fa...
22025年4月17日
flutter启用或禁用某些平台
### sdkman命令列表 ```bash 列出可以安装的Java列表 sdk list java 安装指定版本的java sdk install java 23-graalce 卸载指定版...
22025年4月17日
sdkman命令列表