Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 symbian 和 Qt 开发一个项目“计算机和手机之间的无线文件共享”诺基亚手机。要求系统上没有服务器正在运行.....
Qt 不是一个全能的解决方案(如果可以的话,它会像 Java 运行时一样臃肿),所以没有实现 SMB。您将不得不使用类似 libsmbclient 的东西。