IE9 uses ajaxSubmit for form submission, setting custom header does not take effect! ask God for help. form: $("-sharpsubmit").on("click", function () { var option = { "dataType": "json", ...
1. In the background, http, uses eggjs, to test ordinary get,post. There is no problem 2. There is a problem with test file upload it( file upload , async () => { let data:any = await new Promise(resolve => { app.httpRe...
recently, when you use phpexcel to deal with xlsx files, when the files are downloaded through Wechat, they are always recognized by phpexcel as html files, but they are really xlsx suffixes. They can also be opened normally with wps and displayed with ...
the first picture is the generated html source code, and the second is the generated html file template file. but the source code typesetting is normal in the template file. After generating html, the indentation of the source code is confused. The...
encountered a business requirement at work. implements a task queue, and then executes the next task after the previous task has been executed. I wanted to implement an asynchronous serial queue with promise. But this time the situation is different. A...
for example, there is a getuid () method in the User model. For example, do I have to instantiate the User model first when I want to use the method in the controller? $user=new User () and then call this $user- > getuid () method? ...