nodeJS and PHP separate the project from how to solve the problem, or it is best to provide source code reference. Thank you
there is no source code for reference, and I don't know exactly what the scenario is. Only advice.
the key is to modularize and reduce coupling, so that there is no difference between js and php in a sense.
No code, no scenario, only hard answer.
if there is no legacy code problem, I think it is not necessary to introduce two background languages at the same time, it will only increase the complexity. Generally, you can choose one that you are familiar with or the scene is suitable for.
Previous: It doesn't work to use proxy in webpack's devServer to solve cross-domain problems.
Next: What if the video tag level of Android browsers is always the highest?
requirements: the implementation is to click share on the details page in Mini Program s list. If you come in from the shared page, then how to return to the higher-level page corresponding to the current page, and so on ...
android cancels the status bar reservation and displays the status bar do you know how Android is implemented without mixed development? ...
<?php namespace first; function f1(){ echo f1-1 ; } namespace second; function f1(){ echo f1-2 ; } f1(); Why did you output F1-2? are they all in the same space? The principle of proximity? ...
< H2 > for example, if I send a video result in here, I want to call the backend interface through the ajax method again to generate its thumbnail. How can I pass video as a parameter to the pug template used by ajax,? thank you < H2 > ...
item is a digital currency quotation query APP. the previous architecture is: front-end-- php-- (mysql)-- nodejs-- exchange API. What the exchange provides here is the webscoket interface, which is stored in the database after receiving the data throu...
...
nodemon Picture description ...
I have an one-dimensional array, which contains the letter Amurz. If you want to find out all the unique combinations, the combination type is 1-to-many, for example: the letter A can be combined with any other one or more letters, please give a Demo or...
develop an adaptive website: there are articles, including categories, tag, release date, publisher, update date, collectors, number of favorites, and click-through rate. has a feature like tag, to manually add articles related to a topic. has member...
$(document).on( click , -sharpexport ,() => { $.get( workspace export ); }); router.get( export ,function(req, res, next){ var filepath = workspace export export.mp4 ; res.download(filepath, err => { ...
http: fklm88.m.ba67a42e.cc j. copy the above link to Wechat. I sent it to the file transfer assistant directly from Wechat on pc, and then clicked directly and miraculously jumped to the original browser. What is the principle of this? How did it hap...
Mini Program video component loads videos from its own server (Ali) very slowly, in the format of mp4. But it will be quick to replace the video link with Mini Program s official demo video. I would like to ask what aspects should be taken to solve thi...
exm: 123456. Matching returns: 123456. ...
after the user logs in, the token sent from the backend is stored locally (localStrong, cookie or memory) assuming that when A gets the token, of B, A with the token of B can pretend to be B. is that so? ...
problem description my regular expression has always been a blind spot. I hope my friends can help write a regular expression to extract the title, picture link, article link and description of the following web page. Thank you here! regular web pag...
1, need to keep the current page url unchanged; 2, pictures, html and other format files are not opened in the browser but prompted to save to the local hard disk; 3, compatible with the possibility of mobile and matters needing attention. I hope yo...
it can be said that the simple secondary development of kodexplorer wants to modify the text of a pop-up box, as shown in figure . I want to change "local upload " to "upload ". By reviewing the elements in the browser, I try to modify the main.js...
demand: api ps: ...
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...
whether the fields in the data structure returned by the backend have no information need to return this key? for example, there is a list, in the list result. If the list is empty, does the backend not return the list field? how is it reasonable? ...