我正在尝试使用NASM进行一些低级编程。我知道相当数量的汇编,并试图编译我认为完美的声音代码导致:
done=1
这有什么不对?这是我的代码:
//POST the data to insert.php
$.ajax({
url:"insert.php",
type: "POST",
data: {
gateway: $("#gateway").val(),
option: $('input[type=radio]:checked').val()
},
dataType: "text",
success:function(result){
$('#div0').html("Your test is being processed, please wait..");
//clearInterval(interval);
console.log(result);
alert('Test case submitted!');
}
});
return true;
}
});
答案 0 :(得分:2)
错字。 KERNEL_STACK SIZE
中没有空格。