Today, when I was configuring the server, it occurred to me that I couldn t find the answer after a search. I wanted to see which boss could help solve the confusion. ...
<input name="f1[]" class=""> <input name="f2[]" class=""> <input name="f3[]" class=""> <input name="f4[]" class=""> <input name="f5[]" cl...
thinkphp5 rookie, access to 127.0.0.1 index index index is normal, then rename the copy of the index directory under the application directory to admin, input 127.0.0.1 admin index index or 127.0.0.1 admin is inaccessible, ask why ...
grpc-php-client writes log to grpc-golang-server but when you need to write log to php, set it to timeout client: <?php require dirname(__FILE__). vendor autoload.php ; include_once dirname(__FILE__). Apibeatlog ApiBeatClient.php ; include_...
before the installation of vagrant,php, the related environment has been set up, but today I use vagrant up to find that it has been stuck here, as follows $ vagrant up Bringing machine default up with virtualbox provider... ==> default: Cle...
enough of ecshop, look for a mall based on TP5 and laravel framework ...
when optimizing Mini Program recently, I found that the bindchange executed by the swiper of the carousel map constantly prints the path of this page in the console. I wonder if you have encountered it. Is there any way to avoid it? The method on the Int...
here is the HTML code: <form action=" Applet Operator admin.php" method="post" name="addAdmin"> <fieldset> <legend>< legend> <label for="name">:<input type="t...
if (resState == 8) { li_one.appendTo("-sharphaved .ul-list"); li_one.find(".status").html(""); } else if (resState == 9) { li_one.appendTo("-sharphaved .ul-list"...
here is a multi-dimensional json data, which can be converted into an array of php through json_decode. How to traverse the news headlines? https: www.baidu.com s?wd=. ...
1. I use the upload component of vue-element to upload files, and the back end is php to receive files. It can be obtained normally on the computer browser, but in the mobile Wechat browser environment, the $_ FILES [ name ] obtained by the back end i...
output the result of $_ GET as shown in the figure, using the framework of tp3. Why is the result like this? ...
Database query results: 11 code ID 1 purchased 3 times 11 Legacy ID 2 purchased 10 times on November 12th, ID 36 purchased once on November 12th, ID 37 purchased once SQL statement "$chartData " countid ID FROM_UNIXTIMEadd_time m...
I have recently seen a lot of OOP teaching mysqli (or PDO), found it to be a new world). The way I now connect to databases and statements is to introduce a large php file on each page, including links, and there are many small php files, which may be f...
problem description 1. Click on the collection to cache the current product locally, and the backend has put the product data in the header. I will just call it directly. I clicked on different items four times, but I didn t need to append them to ...
problem description other official database query methods are Query::table (User::class)-> selectInstance ( other )-> where ( id , $userid)-> limit (1)-> get ()-> getResult (); but I find it troublesome. I want to operate other databases in the...
I have defined a custom component, and the internal call server api calls back some data. I expect to get the callback data to api after loading the component, or directly affect the data in the object of the year! related codes my-component.js Compo...
problem description does Laravel have its own internal method to flatten the output of the associated table and the original table: [] a => 1 , b => 2 , c => [ d => 3, e => 4, ] ] [] a => 1...
I would like to ask: nginx sets the number of worker to be calculated based on the number of cpu cores, but why does the pm.max_children of php-fpm prefer to be calculated based on memory? ...
$times=[ 0=> 08:00-09:00 1=> 09:20-13:00 2=> 14:00-18:00 3=> 19:00-20:00 ]; there are a large number of such time arrays, all of which are reservation information. Now that the customer has selected an appointment time, I want to...
there is such a data: se = [ { name:"", type:"scatter", data:["0.085", "-0.013", ""] }, { name:"", type:"scatter", data:["0.077", "-0.025", ""] } ] ...
I just learned to read this expression, and I feel that some places of this thing are metaphysics and I don t understand. A problem I just discovered is that there is a TestLambda2 class and a method in the TestLambda4 interface class: : ,static,,...
topic description The function asyncify is a function whose output is the same regardless of whether it is called asynchronously or called by Synchronize (in this case, a = 1). The judgment about Synchronize does not quite understand the logical meani...
encounter a problem, let go ( "l ") output "gol ", go () ( "l ") output "gool ", go () ( "l ") can output "goooool ". here is my solution function go(r) { let str = go ; function a() { str += o ; } function pro(m) { ...
there is a string {{text}}sdkfje{{text}}321sd how to match the following two results with regular expressions. There can be anything inside the parentheses {{text}} {{text}} only one result can be matched with this, embarrassing ~ {{. +}} g ...