is doing front-end page development. The project is packaged through gulp, and the server is used to open the web page with browser-sync native. can generally be accessed through localhost plus port. but now opening localhost, will jump to a page whe...
browser-sync how does automatic refresh work with jquery? I can load and refresh it hot without quoting jq, but not if I add < script src= "node_modules _jquery@3.3.1@jquery dist jquery.min.js " > < script > to the page. Which experienced code...
1. When I first came into contact with browser-sync, I only know that it can be refreshed automatically on this machine; 2. After the local desktop uses the portable wifi to issue the wifi, mobile phone connection, if the local debugging is completed, t...
1. Using the laravel framework, and then the port is 8088, in the server test upload is normal, but upload on other computers will report an error, prompting insufficient permissions, I posted the code below, please help. 2 Code Custom in filesystem...
python3 win10 spyder def temp_convert(var): try: return int(var) except ValueError as Argument: print( The argument does not contain number n ,Argument) temp_convert( xyz ) want to know why except ValueError as...
The code is as follows: the first paragraph of code: package cn.kgc.pack1; import java.util.Scanner; public class Person { " " private int age; private String name; private String gender; public Person() { th...
RewriteRule ^admin user$ admin user.php the only thing I can write now is this hidden method to create one file at a time and then put it in .htaccess in the root directory of the website , but what I want to implement now is that all the php fil...
I wrote the code according to the official website, but every get request appears GET undefined 404 I have no idea why get undefined ...