online tutorials are all lib-flexible , but the repository on GitHub is already amfe-flexible . and the use of amfe-flexible is not the same as that of lib-flexible. I wonder what the difference is and how to use it. ...
I find that when I adjust my screen resolution, the page layout will change. Do you want to adapt as well as the mobile terminal? ...
used to use css3 s media query to adapt, today I used flexible, to ask you some questions. the design draft is 750px. if I 1rem=75px according to the tutorial, but I only have 37.5 font-size on the html root of ip6 on the chrome console, then my 1rem...
uses amfe-flexible and px2rem adaptable fonts font-size: 28px; *px* the comment * px* is set as above, but the font finally appears as 24px according to the way written in the document, the ideal result would be to generate three fonts of 14p...
the questions encountered in today s interview were not answered. According to the interviewer, the text set with rem will be smaller than that set with px. I can t understand it all the time. I hope God can solve the problem. ...
Why objects outside the class can access static methods, but not static variables class Test { public static $num = 100; public static function abc() { echo ; } } $t = new Test(); $t->abc(); notice echo $t->num; Th...
recently, it is not very clear about the implementation of the function of importing local books into the bookshelf. the specific process of this function is: 1. Click Import to read the file manager selected file (here limited to ePub eBook format fi...
I originally wanted to write a program to draw lines according to the input up and down, but why does this getKeyCode only return 0? import javax.swing.*; import java.awt.*; import java.awt.event.*; public class q09 extends JFrame { private int x=1...
vue routing cannot be monitored other routes can be monitored, but this is not allowed Tools_list.vue: addFriend.vue: ...
the following is the back-end code I think $username= is a randomly generated string in the output, so write $username=$number; like this, but this is an execution error, how to do it? For advice, thank you <?php $username=$_POST[ username ]; $nu...