摘要:
adb fail to open error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 (10048) could not read 阅读全文
摘要:
特别鸣谢:http://blog.csdn.net/zhushuai1221/article/details/51740846 一、百万级数据库优化方案 1.对查询进行优化,要尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。 2.应尽量避免在 where 子句中 阅读全文