how to modify the name in the upper left corner of embed PDF-sharp-sharp-sharp topic description sources of topics and their own ideas related codes Please paste the code text below (do not replace the code with pictures) what result do yo...
< H2 > for example, if you haven t found an example of pop-up subcomponents for a long time, more than 10 different subcomponents will pop up on a page < H2 >...
problem description There are many websites of document type. At present, vue-cli converts markdown files directly into pages through webpack plug-ins. There is a problem that each markdown file must be registered for routing, resulting in a huge rout...
problem description the goal requirement is: the customer enters the text, and then he can choose different art fonts [not commonly used fonts], and the effect can be previewed online. the environmental background of the problems and what methods yo...
means that I change the corresponding path in the address bar, and the selected status below also corresponds to the change . ...
problem description now there is a java project front end implemented using jsp pages. Normally, the default "text mode " of accessing the project page is "IE8 standard ", but an exception occurs in some IE browsers (IE8 and above), and the default ...
echarts markArea setting region background distinction, time overlap leads to background overlap, display label can not be triggered normally, is there any way to set cascading priority display (eg:z-index) this is the normal display background discri...
how to achieve adaptive this? ...
topic description webapp programmed by vue cannot use microphone to record on IOS. How to call microphone on ios sources of topics and their own ideas browsers can enable microphone permissions, but when encapsulated as APP, they do not support . ...
current angle ...
< H2 > approximate process < H2 > the parent component clicks the button-> pops up the child component s query box-> the child component clicks to confirm or cancel-> the event triggering the parent component < H2 > problem description < H2 > now...
problem description In the vue project, the data is entered on the home page, saved and displayed on the history page using localStorage, and the new data will always overwrite the old data. the environmental background of the problems and what meth...
H5 project is converted to Android source project, but I really don t know how to write my own custom class after using his own 5+SDK. I want to write a custom class with Android Source and then write business logic code in this class. Like starting a...
problem description the graphics in the PSD source file of the web design draft belong to vector graphics? if it belongs to a vector graph, why is it jagged? Will there be mosaics? if it is a bitmap, why can you rasterize the layer with the right...
Multiple root nodes returned from render function. Render function should return a single root node. mpvue-parse Rich text parsing or how does my ajax get the data entered by the background editor to be displayed on the page ...
the effect I want: : :<span v-for="item in list.participant">{{item.name}}< span> how to achieve it? ...
vue developer I used @ click.once to trigger an event to prevent repeated call-up of the payment interface, but if the user chooses to cancel or click * in WeChat Pay, this button cannot be adjusted again. What to do @ click.once= "toPay () " toPay...
the picture of the PC page is blurry on the macbookPro retina screen. How do you solve this problem? the design draft PC given by the sister of UI design is 500x500; the web page also shows that there is no problem on 500x500 window but it will past...
RT: after I insert the header in the table into the picture, the contents of the whole table are all in the bottom half of the line, while the picture is in the top half ask how to align the code is as follows: sources of topics and their own id...
for example, an audio tag with a src inside does not want to be exposed, so it needs to be converted into a blob object, how to do it? there will be errors when I read the methods on the Internet before, and most of them are pictures. ...
for example, I have a MP3 or MP4 file. I want to get the total playback time of this file. How can I do this? ...
want to check I want the network address get to add up for example, the existing network address is region=abc&status=1 when I may enter another web address I want him to add & xxx=1 but will not wash out the previous GET parameters region=ab...
<div id="student-info" class="header-info clear-both"> <div class="header-box clear-both"> <!-- --> <a class="img_href" href="-sharp"> ...
before, I used the adaptation plan set for me by the project team leader. In fact, I don t have much experience with mobile adaptation, although I ve studied a lot of things like flexible,rem,hotcss. But I don t know what plan to use when I work on a ...
package main func main() { ch1 := make(chan int) go pump(ch1) pump hangs } func pump(ch chan int) { ch <- 1 ch <- 2 } Why is it that there is nothing wrong with writing a corruption? Blocking the main process will deadlock ...