Why better-scroll can t scroll with the mouse, it can only be dragged. Awkward. I don t know 50 meters ...
there is no effect after clicking, and the console does not respond Code section: change(item) { console.log(item); } ...
self-study Mini Program, just getting started, after setting tabBar, I found that the font automatically became smaller, which would not be the case before. The code and display effect are as follows: "tabBar": { "color": "...
the requirement is this: you want to implement a page similar to ele.me. for example, the label on the left side of a store has "best-selling list ", "drink " and "snack ". Wait a minute. On the right is all the merchandise of the store. The desired ...
shortly after I entered VUE, I encountered a download demand and put it directly on the a tag. As a result, I couldn t find the address, but the page img could display it, and the picture could be downloaded under the static file. I don t know why. I a...
Picture related codes <!DOCTYPE html> <html> <head> <title>test< title> < head> <body> <div id="test">< div> <script> var oTest = document.getElementById( test ); ...
the type= txt here will still automatically fill in the password, why? ...
wxml module code: < view class= contain > < view class= main > <view class= question wx:for= {{multiform}} wx:key= {{index}} wx:for-item= multi wx:for-index= current > <view class= label wx:for= {{multiform[curre...
use the form component of antd, the form element limit is required, and the form has the function of uploading attachments. I call an interface with ajax and assemble data including attachments with FormData. At this time, you need to set the parameter ...
what technologies, frameworks and libraries are needed to achieve a house-wide roaming effect such as Kujiale ? I don t have this kind of experience at all. I hope God can give me some guidance . www.kujiale.com ...
excuse me, now that I have the time, route tool function file, how can I unify the proxy output in index? in time.js export cosnt time1 export cosnt time2 in route.js export cosnt route1 export cosnt route2 how to output time.js and route.js as ...
cause made a page that will flash when scrolling quickly in chrome, and the reason can t be found all the time. finally, the screenshot of the page at each point in time is recorded through dev-tools s performance, and it is found that in the proc...
Why the screen is 1920 but the div is also 1920, but it is much wider, like proportional magnification, but the browser ratio is 100% . must there be a code to ask questions? No questions without code? ...
how do I play music on a web page so that users can t get the address of the music? it can be played on both mobile phone and computer web pages. is mainly to protect copyright and prevent users from getting the original audio. ...
requirements: the page has a large image as the background, which requires that no matter how the browser size changes, the background image will always be in the same proportion (will not be deformed), and will always be covered with the entire browser...
We have a project that was originally developed in react-native. Now we want to move this project to the h5 version of the web page. We use the react-naitve-web library. the process of building a project is to first create app, with react-create-app s...
same md code, task list, as follows: -sharp React-NewsWebsite website - [x] todo1 - [ ] todo2 - [x] todo3 Preview included with vscode, alt+shift+v, does not display correctly github: Why? Different compilers? So how do I display the effect...
background: the diagram that implements the requirements using cytoscape.js has been implemented. When I look back and sum up, I still find that cytoscape.js has many attributes. I still don t know question: cytoscape.jslayoutnameechartsseries...
recently, there is a large and medium-sized e-commerce station project. What framework should be used at the front end and what should be paid attention to? Ask for the boss s advice ...
introduce the resource file with require.js, but the file will have a state of 404. require.js onScriptError after reading the require.js documents, it seems that there is no fault tolerance in this respect. Ask God for advice ...
demand: partners have developed nail micro-applications, hoping to seamlessly connect with our products, probably like Mini Program jump, hoping to jump from their micro-applications to our micro-applications, question: can the jump be realized for th...
I have a topic because of the wrong allocation of the number of shards when it was created. Use the delete command to delete it. Then, according to the method on the network, delete the corresponding node in brokers topics in the zk. You can t see th...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>< title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,m...
now the project needs to write an API to write the data from the txt file to the database. The txt file format is as follows: 1 Test data-English 2 Test data 2 chinese 3 Test data 3 American now insert $conn = mysql_connect after modification with...
you need to use python to process csv files, but there are very few materials on the web to process csv data into object arry,. Is it not handled this way, or are there other methods ...