Month: February 2014
-
Post Views: 17 Screenshots of Makefile’s code: In the end, the reason was clear because the code written in Notepad on Windows first, although also used the <tab> key, still There is a problem. After re-editing it once in NetBeans, this problem is solved, and then the next problem is the next problem: the omission of the delimiter .…
-
Post Views: 10 By running setup-x86.exe, search the make keyword, and the list will be fully installed, and the final result is: Finally, run the make command again, and this prompt will not appear. The result: However, if the installation still fails to run, it may be a problem with the setup-x86.exe version. For example, if the version is…
-
Post Views: 10 The actual rules of the js function are: if (hasError == false) { return false; } else { return true; // If it returns true, the form submission operation will continue! }
-
Post Views: 11 View code: View interface: Post print after submission: Requirement: question_type is to be inserted into the database, as a string Solution 1, directly reset $_POST[‘QuestionOrder’][‘question_type’]: Reprint out the POST variable: Solution 2: The result is that both solutions can be inserted in the question_type problem type (1 replenishment, 2 exchange, 3 returns, 4 refunds, 5…
-
Post Views: 14 Since it is necessary to determine whether a value exists in this PHP array in JavaScript, you need to pass this PHP array into JavaScript! This effect can be achieved by using JSON-encoded variables using JSON_ENCODE – JSON encoded! Finally, use $.inArray(item.gid, js_goods_ids) == -1 to determine whether the value of this js variable exists in…
