摘要:
表结构:如下 实现的sql语句: SELECT a.name,a.address,a.leader_name,a.leader_phone,COUNT(type) sum,SUM(case when b.type=0 then 1 else 0 end) buyer,SUM(case when b. 阅读全文
摘要:
一、在谷歌浏览器上输入localhost后出现如下错误 You don‘t have permission to access / on this server. 而在目录127.0.0.1下可以访问。 造成这个问题的原因是Apache 的http.conf内的默认配置 # onlineofflin 阅读全文