launch.json
1 | // Configuring tasks.json for C/C++ debugging |
专业修电脑,副业补衣服
1 | // Configuring tasks.json for C/C++ debugging |
1 | // C++ call Python module |
1 | // C++ 使用 Qt 生成 CSV 文件 |
Qt Debug 时提示异常:
1 | qt not in executable format. file format not recognized |
一加 3T ROM、内核(Kernel)、固件(Firmware)、Recovery、框架(Framework)、软件(APP),以备茶余饭后手贱刷机之用。
Flutter 是一个 Google 发布的跨平台移动 UI 框架,使用 Dart 语言开发,可以构建高质量原生 iOS 、Android 以及 Fuchsia OS 应用,并且在排版、图标、滚动、点击等方面实现零差异。
鉴于最近出了 beta 版,就来尝鲜一下吧。
本文有 Windows + Android Studio 与 MacOS + VS Code 的体验。
git push 到 Github 的时候出现异常:
1 | fatal: unable to access 'https://github.com/huihut/interview.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version |
1 | E:\Qt\Qt5.9.3\5.9.3\mingw53_32\include\QtCore\qglobal.h:738: error: static assertion failed: Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system |
本篇博文是使用 32 位的 MinGW 在 Windows 下编译 OpenCV 生成 32 位的 dll。
关于使用 64 位的 MinGW 编译 OpenCV 生成 64 位的 dll,见:OpenCV使用CMake和MinGW-w64的编译安装