there is a requirement that users must log in to the system to see the pictures. If they do not log in, they will not be able to see them. Put the picture in the public directory, it s external, anyone can see it if you don t log in, but if you don t ...
I can perform database operations localhost user man list when I access it in the browser. in the command window, cd enters the public directory, and then you can execute the code according to the normal thinkphp request mode. Even if you cannot exec...
public static string Encrypt(string Text, string sKey) { DESCryptoServiceProvider dESCryptoServiceProvider = new DESCryptoServiceProvider(); byte[] bytes = Encoding.Default.GetBytes(Text); dESCryptoServiceProvider.Key = Encoding.ASCII.GetByte...
as mentioned above, I just put this file locally in the root directory of the website and did not add to the page. <link rel="icon" href="favicon.ico" type="image x-icon" > <link rel="shortcut icon" hr...
problem description my laravel migrates with database. Why can t you find the problem when creating the table? the environmental background of the problems and what methods you have tried related codes Please paste the code text below ...
the two domain names doamin are different, is there any way to achieve cookie sharing? Boss solution ...
recently, I am writing an assignment to achieve functions like watching the cloud. URL but I can only update the page after getting the data from ajax by myself, but I can t go back and forward . ...
the resource method is used in the laravel framework, but it seems to have been removed in the lumen framework; it has always been a good idea to use resource to standardize the code. try using ding go api in order to enable the lumen framework to use...
problem description Why can t my laravel get get data? the environmental background of the problems and what methods you have tried look at the picture related codes Please paste the code text below (do not replace the code with pictures)...
in terms of online tutorials (for example: http: www.php.cn php-weiziji.) use header ( Content-Length: 200 ); you can give it a length and stop receiving when it exceeds it, but after I tried, I found that the browser will still download all the con...
install the php extension of google s protobuf today, version 3.6.1 restart php and php cannot start, php-v [1] 33719 segmentation fault php-v solve. Thank you! ...
as the topic, ask experienced friends, to talk about, thank you! ...
problem description http: www.siucn.com news pro. cannot correctly access the paged content by clicking on the page has not touched the dedecms background php code paging call {dede:pagelist listitem="info,index,end,pre,next,pag...
$tpl = [ a , b , c , d , ]; $value = hello ; how to generate the following in code? $arr[ a ][ b ][ c ][ d ] = $value; ...
$tpl = [ a , b , c , d , ]; $value = hello ; how to generate the following in code? $arr[ a ][ b ][ c ][ d ] = $value; ...
$tpl = [ a , b , c , d , ]; $value = hello ; how to generate the following in code? $arr[ a ][ b ][ c ][ d ] = $value; ...
$tpl = [ a , b , c , d , ]; $value = hello ; how to generate the following in code? $arr[ a ][ b ][ c ][ d ] = $value; ...
for example, my website is divided into pc www.mysite.com Mobile m.mysite.com I want to realize that when a user browses my pc version of www.mysite.com through a mobile device, it can determine whether the user is browsing on a mobile device throug...
now I can only set apache, to restart every hour in cron, but this method treats the symptoms rather than the root of the problem. I am Ubuntu 16 + apache2 + php7.0 + mysql5.7 after running for a period of time, mysql hung up, and restart prompted in...
recently encountered a problem. The url submitted by a program is as follows: api.php? Token = xxxx but I can t receive it with $_ GET [ token ] on the php page. Do I need to encode it? I var_dump ($_ GET), but I can see that array (1) {[ "toke...
Setting font-weight bold to the header of table in vue + element is invalid, but setting color can be . ...
how do I migrate a project developed by Angular2 to Mini Program? what I find is basically mpvue or angularJS. I just need the general steps, and I ll do the rest myself. ...
APP,UI?!: how to achieve the logistics information below the picture, like a rookie wrapped page, scroll to the top and bottom according to the user s fingers ...
for example, the constructor has a test () method, and there is also a test (), on the prototype. Is there any difference between the two methods? ...
Select a module push two values to an array ;datareturnresarray[]; v-for: idresarrayid ask for advice ...