MinGW编译Boost库
Making "helper" windows in WPF
I\'m writing an app in WPF and want to make a \"helper\" window. The window needs to be resizable, with no minimize option and doesn\'t show in the taskbar. If the app receives focus, it should appear[详细]
2022-12-24 14:49 分类:问答Redoing UITableView layout when user taps Edit button?
I have a UITableView with complex content. The user can edit (rearrange and delete) the cells when tapping the Edit button the standard way. But I want the cells to look different in \"edit\" mode.[详细]
2022-12-19 07:48 分类:问答C++ win系统如何用MinGW编译Boost库
目录1、下载2、编译链接库1)创建三个独立文件夹2)安装Boost.Build3)编译链接库4) 删除3、链接库测试总结在win端如果使用非VS编译器,则需要使用Boost.Build来创建自己的二进制文件。[详细]
2022-12-16 10:29 分类:开发