ask Daniel how to debug a thinkphp project with phpstom+xdebug,. At present, I cannot enter the breakpoint of the controrller layer. It is only valid at the breakpoint hit by the entry file. Ask the old apes for guidance. ...
SQL: select * from post where id = 10 ; : 10" union select id,username,salt,password,5 from user where id="2 : select * from post where id = 10 " union select id,username,salt,password,5 from user where id= "2 I don t kn...
php cannot call because the www user cannot run puppeteer, js root ...
Can the redis- > lPush method get a return value? printed it and seemed to have nothing $id = $this->post( id ); $info = $this->PushModel->getPush($id); if(empty($info)){ $this->js...
thinkphp3.2.3 ...
the pause code is as follows: $this->synchronized(function($thread){ if (!$thread->done) $thread->wait(); }, $this); the wake-up code is as follows: $my->synchronized(function($thread){ $thread->done = true; $thread...
for example, I have an address: abc.com ?abc=123&xyz=987 I want to change the abc variable to 456, keep the other variables as they are, and return the new URI address. the method currently used is regular matching: function uridis($act,$val){return...
in order to facilitate automatic backup of the database, a bat is written to run regularly with the task scheduler bat ask the bosses how to do this ...
Can the remote one-to-many association provided by TP5 be performed in the association preload? I ve tried. Why not? article article table field articleid.. article_typetag tag table field tagid. article_tagvalue article tag table field articleid t...
yesterday, the company s project was launched and suddenly found that many users reported that they were still waiting for payment after the successful payment of their order. 1 it seems that the callback has no effect because many people close...
1. Obtain openid, through Wechat official account authorization to find the account bound to this openid in the background 2. Realize automatic login through url stitching member_id and token to return user information The problem arises, although we...
1. First of all, there is a page A, the request to enter page An is a get (the framework uses laravel) 2.A page has a form, and the request method through ajax, is post 3. Question: if the request to enter the POST of page An is not processed in t...
php needs a group of fake characters to snap up goods (similar to second-kill goods). Can you provide the next idea? ...
ask, our company has only one space, there are English website and Chinese website. Now the code and database of Chinese website have been imported, and the English code has also been imported. Can the database of English website be imported? Many of the...
I would like to ask the expert that the format of the front-end JavaScript array is: var menu= [{id: "11 ", text: "menu 1 ", children: [{id: "11 ", text: "sub-menu 1 "}, {id: "112 ", text: "sub-menu 2 "}]}, and how to use php to transfer values in ...
the card has been wrong in ERROR all day. Ask the bosses for help. the core error report is shown in the figure: the complete code is here: <?php header( Content-Type:textml;charset=utf-8 ); $username= ; $account=$_POST[ account ]; $p...
for example, if some class libraries are introduced into the parent class file Base.php, and then the child class file Son.php inherits the parent class file and uses these class libraries in the subclasses, you don t have to introduce these classes, r...
due to personal reasons, I misread the problem, which has now been solved. no, no, no. ...
post submits a two-dimensional array, $.post(url, $("-sharporderForm").serialize(), function (data) { if (data.status == 0) { $( .tank-tishi-main-con-txt ).html("" + msg); $( .tank-tishi-main ...
node_modules this folder has been ignore by me but there is an elementUI folder under node_modules, and I have modified the files in it so the effect I want: only upload the elementUI, under node_modules and do not upload the rest. How can I do th...
A page has three components that go to different components with different clicks. the first time you enter the page displays the first component by default. If you enter the second component, click Refresh how to ensure that the page still displays the...
after the webapp is encapsulated, how to make it inaccessible to the computer and WeChat end of the phone? It can only be accessed within app. Can you do that? ...
(1) the home page only writes a webview src = https: business domain name file (2) it can be opened in the Wechat developer tool, but toast prompts ERR_TIME_OUT for scanning the code on the phone. The middle of the page shows that the non-business...
I reported a 419 error when using axios.post. there is an API at the backend to get the CSRF token (X-CSRF-TOKEN) you can only submit data if you add this to the request header. however, I checked the axios and Baidu, and customized the configuration...
as shown in the figure, the code is not highlighted. Is there any way to highlight the code? ...