2
0
720
7
1
在mac下开发C或C++后台服务器时,由于mac没有epoll等网络库,编译时需要把代码上传到远程linux服务器,非常不方便且效率低下。使用d...
查看所有表的表结构: select * from sqlite_master where type = "table"; 查看某个表的表结构 s...