Failed loading. ext. ext php_opcache.dll Failed loading. ext. ext ZendLoader.dll how to solve this kind of error? 2. How to distinguish between 5.4 and 5.6 environment variables when switching versions? ...
PHP7.0 php-fpm + nginx1.10 PHP has fix_pathinfo=1, enabled nginx s parsing settings for php are as follows location ~ .php$ {set $script $uri; set $path_info ""; if ($uri ~ "^(.+.php)( .+)") { set $script $1; ...
as the title recently, I am designing a deployment platform for web services. I wonder what everyone is doing. it feels that big companies have developed a set of web interfaces by themselves, so the bottom layer is not very clear. is generally de...
problem description http: quote.eastmoney.com st. after all the a tags on this page are collected, there should be more than 3600, but the result is only more than 2700. It feels like bug . related codes <?php require vendor autoload.php ; ...
suppose you develop a simple mall: a store has a shopkeeper, several clerks, and several goods. The rule is: shopkeepers can add change delete shop assistants and goods shop assistants can add change delete goods if you now write the interfa...
problem description < H2 > (the question has been updated, please take a look at the following. Thank you) < H2 > Today, open the company s website and display a loading error. there are no back-end developers for the time being because the compan...
according to the title, I haven t seen this kind of website after searching for Baidu for a long time. do you have any dry food? ...
$order = Orders::find() ->where([ order_sn => $order_sn, user_id => Yii::$app->user->identity->id]) ->all(); { "success": true, "code": 200, "message": "OK",...
1. For example: I use yii api to write the interface for submitting orders for example, the information in the form is verified at the front end. How can I implement the verification? used to use form model validation rules and load to load data. D...
php program coredump. There is a generation. Core wants to debug with gdb. Now the following gdb$ bt is displayed after using the bt command when you encounter a problem. < H1 > 0 0x00000000007236fc in? () < H1 > < H1 > 1 0x000000000000007c in? () <...
< H2 > problem description < H2 > there are two PHP scripts, start.php and processes2.php , both of which connect to the same Redis . execute procedure: assume that the number of connections to redis at this time is 0. I used redis-cli info...
course id = record cid, uid id , foreach , the code is as follows $course = DB::table( course )->get(); foreach ($course as $key => $value) { $value->recording = DB::table( record )->where( cid , $value->id)->get(...
in recent days, I have been doing database optimization. Due to the relatively large amount of data, some of the problems encountered are a machine that can put paper towels and count the income of each machine. Now there is a table recording machine in...
template: Route::get( book store , BookController@store ); ...
this is my favorite: $page = $_GET[ page ]; $page == ? $page = 1 : ; $page_size = $page_data[ data_1 ]; $res = $pdo->query("SELECT * FROM `blog` "); $row_count = $res->num_rows; $page_num = ceil($row_co...
Xiaobai! I would like to ask Mini Program picker multiple selector how to get the value of the selector? Instead of a subscript (indicate that this is a secondary linkage) <view class= input > <text><text class= important >*<...
problem description error { "error ": "no such domain "} the environmental background of the problems and what methods you have tried for example, this one, some pictures are fine, but this is not good related codes Please paste the code ...
this is the test report after running make test: ===================================================================== TIME END 2018-11-22 02:51:55 ===================================================================== TEST RESULT SUMMARY -------------...
I want to link to rabbitmq in workman! When a message is received, it is forwarded to the websocket client I don t know whether it will work or not! ...
now there is a project, and the demand is too painful! the price of each type of vip, from vip1 to vip5, is different! there is a data table in the backend that stores vip type vip_type with vip type price (money) and grade (level) now users write...
Code not submitted to local warehouse, git extension accidentally checked out and reset the previous version, how to restore the already written code, urgent, thank you ...
swoole does not destroy global variables and class static properties, and the code written by itself is OK, but for third-party libraries in vendor, how to deal with this situation if it is used and cannot be replaced? ...
after using viewer = new Autodesk.Viewing.Viewer3D (myViewerDiv, config3d), there are no tools on the entire interface, not even viewcube. Now I want to make a layout on this quick interface, such as adding some div, and the location is on the right, so...
var x = 1; function foo(x = x) { ... } foo() ReferenceError: x is not defined In the code above, the parameter x = x forms a separate scope. What is actually executed is let x = x, and this line of code will report an error "x undefined " be...
<template> <div> <span class="addressTitle">< span> <el-button type="primary" class="addNew" @click="addNew">< el-button> <div class="card"> ...