laravel version: 5.5.36 redis version: 3.06 when I refer to predis in a laravel project, I have no problem in the local windows environment, but I have a problem in the production environment. my code is as follows: public function getPhoneCode(...
topic description there are n elements in an integer queue. Is there an n-independent method to delete a specific element in this queue? If possible, please give your data structure and deletion algorithm, the algorithm is expressed by a function, th...
problem description I am trying to make the flask running in the virtual environment load the html file into the local port, I compared the sample code (this example comes from CS50) but did not find the error; I also renamed the function name accordi...
Click to get the corresponding array contents Array structure: { date: "2018-03-13", z_num: "450", m_num: "6", money: "3956.67", id: 13, line: [{ placeholder: "", ...
wrote a form submission page, want to do such a requirement, click the button, first verify that the form data format is correct, if correct, and then prompt the user to authorize the pop-up window. However, now I am using the bindgetuserinfo= "getUserI...
function abc () { : 1 0 } var aaa = abc (); when executed in this way, aaa is undefined ask the teacher how to get the correct return value. Thank you ...