摘要: php查询内存信息,是为了更好的查看内存使用情况,更好的优化代码。 查看当前内存使用情况使用:memory_get_usage()函数。 查看内存使用峰值:memory_get_peak_usage()函数。 <?php header("Content-Type:text/html;charset= 阅读全文
posted @ 2017-05-05 15:16 Yxh_blogs 阅读(327) 评论(0) 推荐(0) 编辑
摘要: / 已知数据表如下,求其sql查询。 user表 order表 item表 | uid | name | age | | oid | uid | iid | | iid | name | price | | 1 | jack | 25 | | 17 | 1 | 201 | | 201 | apple 阅读全文
posted @ 2017-05-05 08:47 Yxh_blogs 阅读(295) 评论(0) 推荐(0) 编辑