ask a question about Laravel parsing, or Nginx parsing path. first of all, let s talk about the source of the problem. Since we are recently working on a laravel-based directory indexing program, one of the requirements is to show the file at the end o...
< H1 > error message < H1 > laravel composer installation component Times error php. composer.phar install error message - Installing laravel framework (v5.1.46) Loading from cache - Installing guzzlehttp guzzle (6.3.2) Downloading...
good evening, big gods. I have this need: the PHP server acts as a middleman to communicate between the mobile app end and the hardware device (roughly like this, some words may be unprofessional). In some cases, the app side and the hardware side take t...
$validator = Validator::make($request->all(), [ id => required|integer title => required|unique:posts|max:255 , body => required , ]); The requirement is like ...
I just learned the laravel framework and found that the order of routes will affect the content played. Why? normal code: Route::get( posts ,function (){ return index ; }); Route::get( posts create ,function (){ return create ; }); ...
encapsulate a public method, and then introduce this file in other pages to call it, always reporting Error in callback for watcher "list ": "TypeError: Object (...) is not a function " found in publicarray-merge.js export default function steamro...
the part of the keyboard that is held up under the H5Bing iOS will not fall automatically. The front end uses the vant library. ...
< H2 > Elasticsearch search engine, the cluster effect is much worse than the stand-alone effect, what s going on < H2 > < H1 > configuration and data description < H1 > Server configuration: 4C8G CVM Cluster configuration: 3 nodes, 1 master, ...
I would like to ask you a question about a getters of vuex: can getters of modules A call state or getters of modulesB my question scenario is probably: use a key of modulesB to filter an array of modulesA: The code for modules An is roughly as fo...
problem description here are the global parameters in the info.js call app.js app.jsrole info successfully prints out role=null; after loading for the first time. Then I call a method app.js in info.js and change the parameter of role value in a...