摘要:
报错: -bash: pip: command not found ImportError: No module named setuptools 1、安装setuptools #wget https://pypi.python.org/packages/source/s/setuptools/se 阅读全文
摘要:
表A: id name 1 Tom 2 Roger 3 Mars 4 Brent 表B: id result 1 90 2 60 3 88 4 75 需求 将表A中的name和表B中的result关联查询。 思路 通过关联条件id关联name和result mysql 用left join,mong 阅读全文