开发者

QT EXE打包

0
  • QT项目打包成EXE文件的实现步骤

    目录一、前言二、环境准备三、使用 windeployqt 工具3.1 拷贝exe到指定目录3.2 在搜索里面搜qt找到qt自带的命令行MinGW 64bit3.3 用cd /d 路径的方式来到刚刚新建的存exe文件夹下3.4 输入命令windeployqt recv.exe来[详细]

    2025-06-06 10:54 分类:开发
  • Alternatives to LINQ To SQL on high loaded pages

    To begin with, I LOVE LINQ TO SQL. It\'s so much easier to use than direct querying. But, there\'s one great problem: it doesn\'t work well on high loaded requests. I have some actions in my ASP.NET[详细]

    2022-12-29 02:33 分类:问答