我从http://www.wxpython.org/download.php下载了wxpyhthon3.0.2的源码,把richtextctrl的DLL用visual studio 2013 重新编译了一下,然后把官方的wxmsw30u_richtext_vc90.dll替换成了我的版本,但是执行程序的时...
gift_id 有100多种 gift_id,user_id 建立了索引 只需要找拥有某一gift_id的用户的查询如下,而且速度非常快select * from user_gift where gift_id = 1004302 group by user_id 怎么快速找到 同时拥有 gift_id 为...