In the code, there is a log directory with read and write permissions of 777, but after pulling it to the server with git, the permissions change, resulting in an error in the code that "the log directory does not have read and write permissions ". How...
demand: for Testin platform, testers to test, but does not affect the production environment of the database, you need to use a test list background, if the merchant number or logo exists on the list, connect to another test server database. current s...
in the browser echo sha1( $2y$10$zJ0JM2H6ec8kAoFYw3msN.jfqQ1cgqlWkmfB46Ipv0jy98mwmaxO. ); b9405961543e25c35b09252e82fe854c9ba19fd7 in Cli (under Linux) php -r "echo sha1( $2y$10$zJ0JM2H6ec8kAoFYw3msN.jfqQ1cgqlWkmfB46Ipv0jy98mwmaxO. );"...
thinkphp5 switch between Chinese and English if the page has data taken from the data table and traversed, how can it be dynamically added to the language pack file? ...
wordpress how to make thumbnails show video preview, that is, there is a video in my article, how to make it play automatically without clicking into the article, and automatically stop when the mouse moves away from the list ....
Boss, I want to finally get a return value. Instead of a promise, you can understand the two functions above as the asynchronous return of the request interface ....
Boss, I want to finally get a return value. Instead of a promise, you can understand the two functions above as the asynchronous return of the request interface ....
Boss, I want to finally get a return value. Instead of a promise, you can understand the two functions above as the asynchronous return of the request interface ....
after executing this command, you can open an extension, but I don t quite understand what this principle is. I wish I couldn t find the line that opened the extension in the php.ini configuration file. I hope seniors can explain this. ...
nginx configuration server_name regular server_name ~ ^ (? < user >. +) .example .net $; where ? < user > . Is it a whole? What does it mean? Does it mean to get the value of the variable user ? How did this variable come from? Or is user a ...
I configured automatic deployment using php between local and remote. Every time you modify the code locally, it will be automatically updated to the remote immediately, which is easy to use. however, there is a problem. If I switch the git branch remot...
I use TP5 to generate posters. User response card, so I tested it myself. The code is as follows $start = date( Y-m-d H:i:s ); $imageObj = think Image::open(ROOT_PATH. public white.png ); sleep(20); echo $start. <br> .date( Y-m-d H:i:s ...
because the web page is a sports data web page, the page will be stuck when you hang a large amount of data in the background on the weekend, so please tell us how to monitor the page hanging in the background for more than a certain period of time and p...
the local environment I use is: upupw now that the routing is configured, there is an access error, saying that the file cannot be found and a 404 error is reported. how should I configure it in nginx? The address is as follows: http: localhost in...
when the file is uploaded, uploads all the modified files in my local area. but I only need this one file that is currently modified to upload. how to solve this problem ...
Mysql database cannot be opened either ask the great god for advice! ...
mainly means that you do not want to add port access items when you have multiple domain names nginx.conf : how should I configure it? thank you ...
this is the content of the WxPay.Config.Interface.php file <?php ** * * abstract class WxPayConfigInterface { ============================================ ** * TODO: * * * APPID:APPID * * MCHID: ...
after successful installation, there is a file with the file name config-overrides.js, * * * @ do stuff with the webpack config. * module.exports = function override (config, env) { config = injectBabelPlugin( [ import , ...
it was fine before rebooting, but after rebooting, it will never be able to start again root@iZuf6acp86oa3jizjzwaqdZ:~-sharp service mysql start Job for mysql.service failed because the control process exited with error code. See "systemctl status...
A registration scenario, operation 1, when the user registers, the account is generated on the sub-platform, operation 2, the rpc service is invoked, and the account is generated on the main platform (1 and 2 are two different databases). The problem is ...
var scroll_Height = $( -sharpcontent ).get(0).scrollHeight; $( -sharpcontent ).css( height ,scroll_Height + px ); $( -sharpcontent ).on( input , function() { var scroll_Height = $( -sharpcontent ).get(0).scrollHeight; ...
var my_department = []; for (var i = 0; i < aggregations.all_outdept_name.buckets.length; iPP) { if (aggregations.all_outdept_name.buckets[i].key == ) continue; var department_...
< H1 > upload model is downloaded locally after conversion, and when browsing with view api locally, several attributes in the property panel have errors (attribute name error). How to modify these wrong attribute names? < H1 > ...
What doesn t understand is that since arr+1 is already the address of the second line, * the address should be a value, why is it still an address? -sharpinclude <stdio.h> void main( ) { int arr[3][4] = { {1,2,3,4}, ...