摘要:
Introduction This is the user guide for the support for OAuth 2.0. For OAuth 1.0, everything is different, so see its user guide. This user guide is d 阅读全文
posted @ 2017-05-13 02:08
沧海一滴
阅读(597)
评论(0)
推荐(0)
摘要:
客户端通过appId,redirectUrl,在open platform打开的页面上填写正确的用户名和密码后,open platform验证通过后,会跳转到redirectUrl,此时的redirectUrl上多个一个参数:request_code; 第三方应用 在后台 使用request_cod 阅读全文
posted @ 2017-05-13 01:14
沧海一滴
阅读(2426)
评论(0)
推荐(0)
摘要:
mysql cpu利用率偏高,并且长时间居高不下。 show processlist 发现有一个单表查询的sql语句出现的频率比较高, 这个单表查询中规中矩,where语句中条件都使用”=“连接,再加一个order by 语句 解决办法: 把order by 语句中字段加索引,mysql cpu利用 阅读全文
posted @ 2017-05-13 00:42
沧海一滴
阅读(216)
评论(0)
推荐(0)