已采纳回答 / 忆军
在数据库$pdo这块添加// 数据库$pdo = new PDO('mysql:host=localhost;dbname=restful;charset=utf8','root','root');$pdo->setAttribute(PDO::ATTR_EMULATE_PREPARES,false);return $pdo;这样就不会出现int转化为string了,这是预处理问题导致的
2017-09-22
已采纳回答 / 慕后端9595255
DELETE:$.ajax({ url: '/script.cgi', type: 'DELETE', success: function(result) { // Do something with the result }});PUT:$.ajax({ url: 'script.php', type: 'PUT', success: function( response ) { }});
2017-08-20
最新回答 / pardon110
其认证也就是按正常逻辑是用户在创建文章,如果没有登录,服务器会返回一个浏览器认证弹窗,要求用户登录。实际上讲师将服务器端header输出弹窗这块给省了,直接模拟。
2017-07-31
最新回答 / 猪仔SAM
if (!-f $request_filename){ set $rule_0 1$rule_0;}if (!-d $request_filename){ set $rule_0 2$rule_0;}if ($rule_0 = "21"){ rewrite /. /index.php;}
2017-07-25