A normal branch of a project has been in a normal branch for 2 years, but there has been a sudden error in these two days. The test found that thinkphp could not read the cache, and runtime must be deleted to be normal. I even restarted the server, bu...
Click the number of + signs plus 1, and there are as many input as there are. How to get the value of input inside. http: jsrun.net 7rhKp edit ...
< H2 > question < H2 > how to convert vue,mavon-editor, to markdown, when saving it in the database is html, and then take it out. < H2 > Code < H2 > <mavon-editor v-model="content" @change="changeData" > chang...
I ve never used WP, before, but I recently tried to use it, but I found that the idea of this is rather strange. when I select a plug-in to add some functionality to my page, but there is a gap between this plug-in and what I expected, but no matter ...
1, I am a beginner ~ 2, recently I am doing something, developed with laravel+vue-cli. the problem I encountered is how to read the error message of validate validation failure directly in controller when carrying out form validation. the method I ...
if ( $nickname != ) { $where .= " and CONCAT(a.nickname,a.mobile, a.card_number) like %" . $nickname . "% "; } and $where .= "and (a.nickname like %{$nickname}% or a.mobile like %{$nickname}% or a.card_number ...
the php image verification code is used in the background, and the front end carries the cookie verification code through fetch. There are multiple projects in a domain name that require picture CAPTCHA to verify login. On Android phones, every project ...
I have tried the following ways, either garbled or reported an error. $strInput = "Li Li ad ss "; output is normal, no garbled echo $strInput; : iconv (): Unknown error echo iconv ( utf-8 , gb2312 ,$strInput); garbled echo ico...
the php image verification code is used in the background, and the front end carries the cookie verification code through fetch. There are multiple projects in a domain name that require picture CAPTCHA to verify login. On Android phones, every project ...
I have tried the following ways, either garbled or reported an error. $strInput = "Li Li ad ss "; output is normal, no garbled echo $strInput; : iconv (): Unknown error echo iconv ( utf-8 , gb2312 ,$strInput); garbled echo ico...
...
...
...
Please take a look at the code first: ignore_user_abort(true); set_time_limit(0); ini_set( memory_limit , 512M ); while(true){ file_put_contents(". Log.txt","000 ",FILE_APPEND); sleep(60); } above is a piece of code si...
...
such as the title. the ORM of the framework uses illuminate, and if you remember correctly, it should be the same orm as laravel do not know how to execute a native query? ...
filter the interface, and whether the data returned by the backend should be filtered when you want to return the request the interface request is asynchronous, and the corresponding data is requested by the same interface through different filtering ...
problem description like this one in the picture, drag and drop the layout, and then you can make configuration changes to the layout, and then save it. How should this be achieved? the environmental background of the problems and what methods yo...
problem description now a scenario is that GET requests a url, without cookie, so the session is passed through query, for example: https: www.example.com getxx. so, after getting the sessionid in the controller, how do I get the logged-in user? ...
reference documentation for example: class MyObserver { public function saving(Model $model) { $model } } this method is currently used to deal with it: protected $request; public function __construct(Request $request) ...
Dear homeonhide Mini Program will shut down wb automatically after reentering what is the possible cause ...
given an array, for example: var arr = [ [ 1 , 15 , 56 ], [ 1 , 15 , 56 ], [ 3 , - , 56 ], [ 1 , 78 , - ], [ 1 , - , 56 ], ] is there any elegant way to find the maximum value of the irregular two-dime...
I don t know why the picture that starts playing will be very small. If you cancel the full screen after the full screen, the picture will be full of div boxes ...
Hello, after downloading my APP, on the Apple shelves, I found that I had never received the push message I made. I thought that there was a problem with the push certificate, so I uploaded the certificate again, but as a result, I could not receive it. ...
as shown in the picture, I want to click the button to add a new line in which the Input box that was just released is editable and looks at the document as if there is no solution. Do you have any solutions? ...