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...
<?php $name=":".$_POST[ name ]." r n"; $tel=":".$_POST[ tel ]." r n"; $auto=":".$_POST[ auto ]." r n"; $fp=fopen("auto.txt","w"); fwrite($fp,$name); fwrite($fp...
now you want to set articesList as the default route. Click the article tag in AppSider to go to articlesList route, and click on the article in ArticlesList to enter articleDetail Route App.js . <Layout className="app-container"...
I ve been looking for an afternoon how to install php httprequest?. have you seen that github is written by a human. is there an official download file? and then I can t see which one I want, pecl or HTTP extension . I have confused I am using c...
state= { val:0 } put on the timer to execute setState twice in a row setState what I see is that the setState twice put in the timer is Synchronize , and the twice setState is asynchronous without a timer. Can you help me explain this? ...