2017-08-05 00:47:12.529 php[43302:71455160] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. » (·͋ͳΜ͔WarnͰ·͚͢Ͳɺݟͳ͔ͬͨ͜ͱʹ͠ ·͠ΐ͏
404 Not Found Host: 127.0.0.1:8080 Date: Fri, 28 Jul 2017 10:49:57 +0000 Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 533 <!doctype html><html><head><title>404 Not Found</title> <style> <SNIP> </style> </head><body> <h1>Not Found</h1> <p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
colour, calories FROM fruit WHERE calories < ? AND colour = ?'); $sth->bindParam(1, $calories, PDO::PARAM_INT); $sth->bindValue(2, $colour, PDO::PARAM_STR); $sth->execute(); $sth->debugDumpParams(); Output: SQL: [82] SELECT name, colour, calories FROM fruit WHERE calories < ? AND colour = ? Sent SQL: [88] SELECT name, colour, calories FROM fruit WHERE calories < 150 AND colour = 'red' Params: 2 Key: Position #0: paramno=0 name=[0] "" is_param=1 param_type=1 Key: Position #1: paramno=1 name=[0] "" is_param=1 param_type=2 ͬͱ͔ͨ͢Δ