CN112800368A - Routing equipment webpage layout method based on self-adaptive mechanism - Google Patents

Routing equipment webpage layout method based on self-adaptive mechanism Download PDF

Info

Publication number
CN112800368A
CN112800368A CN202110095668.9A CN202110095668A CN112800368A CN 112800368 A CN112800368 A CN 112800368A CN 202110095668 A CN202110095668 A CN 202110095668A CN 112800368 A CN112800368 A CN 112800368A
Authority
CN
China
Prior art keywords
routing equipment
webpage
access
routing
layout
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110095668.9A
Other languages
Chinese (zh)
Inventor
胡兆云
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou V Solution Telecommunication Technology Co ltd
Original Assignee
Guangzhou V Solution Telecommunication Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou V Solution Telecommunication Technology Co ltd filed Critical Guangzhou V Solution Telecommunication Technology Co ltd
Priority to CN202110095668.9A priority Critical patent/CN112800368A/en
Publication of CN112800368A publication Critical patent/CN112800368A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a routing equipment webpage layout method based on a self-adaptive mechanism, which comprises the steps of respectively defining CSS styles of corresponding webpage layouts according to media types of access routing equipment; automatically detecting screen parameters of an access terminal by adopting a media query method; constructing a self-adaptive judgment function, and judging the media type of the access routing equipment according to the access end screen parameters; and loading the defined CSS style of the corresponding webpage layout according to the media type of the access routing equipment. According to the invention, by defining the CSS style of the routing equipment webpage layout and adopting a mode of self-adapting screen size, the automatic adjustment of the routing equipment webpage layout at the computer end and the mobile phone end is realized, the problem of self-adapting display of the routing equipment management webpage under multiple scenes is solved, the management cost and the development cost of a user are reduced, and the convenience of use of the user is improved.

Description

Routing equipment webpage layout method based on self-adaptive mechanism
Technical Field
The invention relates to the technical field of routing equipment webpage layout, in particular to a routing equipment webpage layout method based on a self-adaptive mechanism.
Background
In the process of using the routing device, the user needs to log in the management page of the device and change the configuration. Typically, a user accesses a management page of the device through a computer. It may also be desirable for a user to be able to configure the device in other ways when in certain situations, such as when there is no computer at hand. The manufacturer has corresponding solutions, such as developing corresponding APP software, and the user manages the device through the software.
Therefore, some problems occur, and for manufacturers, newly developed APP software occupies more manpower and material resources; for the user, it is troublesome to manage the device and inconvenient to use.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a routing equipment webpage layout method based on a self-adaptive mechanism, which realizes the automatic adjustment of the routing equipment webpage layout at the computer end and the mobile phone end simultaneously in a mode of self-adapting the screen size.
In order to realize the purpose, the invention is realized according to the following technical scheme:
in a first aspect, the present invention provides a routing device web page layout method based on an adaptive mechanism, including the following steps:
s1, respectively defining CSS styles of corresponding web page layouts according to the media types of the access routing equipment;
s2, automatically detecting the parameters of the access terminal screen by adopting a media query method;
s3, constructing a self-adaptive judgment function, and judging the media type of the access routing equipment according to the access terminal screen parameters obtained by the detection in the step S2;
s4, loading the defined CSS style corresponding to the webpage layout according to the media type of the access routing equipment judged in the step S3.
Preferably, the step S1 is specifically:
and according to different scenes of the access routing equipment, respectively adopting class classes to define the CSS style of the corresponding webpage layout according to different media types.
Preferably, the step S1 specifically includes:
and automatically adjusting the width of the webpage of the routing equipment by adding the occupation ratio of the webpage plate of the class fixed routing equipment.
Preferably, the step S1 specifically includes:
and a flow layout mechanism is adopted, the column occupation number of the current access terminal screen is set through a grid system, and the column occupation display mode of the routing equipment webpage is automatically adjusted according to the width of the access terminal screen.
Preferably, the step S2 is specifically:
setting the width as a query condition by using the media attribute, and then reading the width of the access terminal screen.
Preferably, the step S3 is specifically:
constructing an adaptive judgment function, and judging the media type of the access routing equipment according to the width of the access end screen detected in the step S2;
when the width of the access end screen is larger than a set threshold value, judging that the current access end is of a computer type, and displaying the contents of the routing equipment webpage plate in a multi-column mode on the access end screen;
and when the width of the access terminal screen is smaller than a set threshold value, judging that the current access terminal is of a mobile phone type, and displaying the content of the webpage plate of the routing equipment on the access terminal screen in a single-column mode.
Preferably, the step S3 further includes:
automatically adjusting a menu bar of a webpage of the routing equipment according to a judgment result of the media type of the access routing equipment;
when the current access terminal is judged to be of a computer type, all menu bars are displayed by adding class;
when the current access terminal is judged to be the mobile phone type, hiding the menu bar by removing the class; and simultaneously adding a class to display the menu bar button.
In a second aspect, the present invention also provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the program to implement the steps of the method for web page layout of a routing device based on an adaptive mechanism as described above.
In a fourth aspect, the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the steps of the method for web page layout of routing device based on adaptive mechanism as described above.
According to the routing equipment webpage layout method based on the self-adaptive mechanism, the routing equipment webpage layout is automatically adjusted at the computer end and the mobile phone end simultaneously by defining the CSS style of the routing equipment webpage layout and adopting a self-adaptive screen size mode, the problem of self-adaptive display of routing equipment management webpages under multiple scenes is solved, the management cost and the development cost of a user are reduced, and the use convenience of the user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for laying out a web page of a routing device based on an adaptive mechanism according to an embodiment of the present invention.
Fig. 2 is a schematic physical structure diagram according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the embodiment of the present application, the term "and/or" is only one kind of association relationship describing an associated object, and means that three relationships may exist, for example, a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone.
The terms "first" and "second" in the embodiments of the present application are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present application, the terms "comprise" and "have", as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a system, product or apparatus that comprises a list of elements or components is not limited to only those elements or components but may alternatively include other elements or components not expressly listed or inherent to such product or apparatus. In the description of the present application, "plurality" means at least two, e.g., two, three, etc., unless explicitly specifically limited otherwise.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
Example 1
Referring to fig. 1, an embodiment of the present invention provides a routing device web page layout method based on an adaptive mechanism, including the following steps S1 to S4:
s1, respectively defining CSS styles of corresponding web page layouts according to the media types of the access routing equipment;
in this embodiment, the ways for the user to access and manage the routing device generally include two ways: computer end and cell-phone end. According to the two different scenes of accessing and managing the routing equipment by the user, the CSS style of the corresponding webpage layout is defined by respectively adopting class types according to two different media types for the management webpage layout of the HTML or XML format of the routing equipment. Wherein the class includes elements related to layout and format, such as width, height, font size and color, etc.
For example, one class belonging to the computer side is defined as pc _ class, and width is defined as 100px in pc _ class. Meanwhile, another class belonging to the mobile phone side will be defined as phone class, but its width is 20 px. Under the condition that the content of one plate is not changed, different classes are quoted, different widths are displayed, and different layouts are formed.
In order to better adapt to the display requirements of a computer end and a mobile phone end, the invention sets the webpage layout to allow the webpage width to be automatically adjusted. Specifically, the method and the device automatically adjust the webpage width of the routing device by adding the occupation size of the common class fixed routing device webpage plate.
For example, the present invention defines the width element of the class as 20%, meaning that the percentage of the width of the plate referencing the class is 20%. No matter the computer end or the mobile phone end, the occupation ratio of the webpage plates can be fixed by adding the class, the layout can be carried out by uniformly using the screen occupation ratio as a standard, and the automatic adjustment of the webpage width is realized.
In addition, the invention also adopts a flowing layout mechanism, so that the positions of all the webpage plates are all floating, and the plate contents are freely distributed along with the size of the screen, thereby presenting two different management webpage layout styles.
The flow layout mechanism sets the column count of the current access terminal screen by using the col-lg and col-xm attributes through a grid system. The columns in the grid system have a range of values 1 to 12 that determine their layout. Such as col-lg-6, which indicates that the number of columns of the web page content is 2 in a large screen media. Similarly, col-xm-12 refers to the number of columns of a row of web page content in a small screen media as 1. And automatically adjusting the column occupation display mode of the routing equipment webpage according to the width of the access end screen.
S2, automatically detecting the parameters of the access terminal screen by adopting a media query method;
in this embodiment, the present invention sets the width as a query condition by using the media attribute, and then reads the width of the access terminal screen. The screen width is generally divided into two types, namely a computer side and a mobile phone side. And the result obtained after the media inquiry is used as a judgment basis for loading different CSS modules.
S3, constructing a self-adaptive judgment function, and judging the media type of the access routing equipment according to the access terminal screen parameters obtained by the detection in the step S2;
in this embodiment, the present invention constructs an adaptive judgment function, and judges the media type of the access routing device according to the width of the access end screen detected in step S2; in particular, the method of manufacturing a semiconductor device,
when the width of the access end screen is larger than a set threshold value, judging that the current access end is of a computer type, and displaying the contents of the routing equipment webpage plate in a multi-column mode on the access end screen;
and when the width of the access terminal screen is smaller than a set threshold value, judging that the current access terminal is of a mobile phone type, and displaying the content of the webpage plate of the routing equipment on the access terminal screen in a single-column mode.
Furthermore, the invention automatically adjusts the menu bar of the routing device webpage according to the judgment result of the media type of the access routing device and the access terminal screen parameter detected in the step S2, thereby achieving the purpose of being compatible with different media screen sizes. In particular, the method of manufacturing a semiconductor device,
when the current access terminal is judged to be of a computer type, all menu bars are displayed by adding class;
when the current access terminal is judged to be the mobile phone type, hiding the menu bar by removing the class; and simultaneously adding a class to display the menu bar button.
For example, when the screen width is a computer type, the menu bar of the management page is displayed in its entirety. However, when the screen width is a mobile phone type, due to the limitation of the screen size, the menu bar of the management web page needs to be hidden and reduced to a button, and the menu bar pops up after the button is clicked. In this case, when the screen width is computer type, a class is added to the menu bar block by addClass, and the class contains display elements and their attributes, so that the menu bar is displayed in its entirety. And when the screen width is the mobile phone type, removing the class by removeClass to finish hiding the menu bar. While adding class causes the menu bar buttons to be displayed.
S4, loading the defined CSS style corresponding to the webpage layout according to the media type of the access routing equipment judged in the step S3.
In this embodiment, the present invention loads the class of the corresponding web page layout defined in steps S1 and S3 according to the media type of the access routing device determined in step S3, and displays the corresponding CSS style in different screen widths. The final layout and presentation content may be varied and adjusted. The web page content does not appear to be overly crowded, although viewed under a smaller screen.
Example 2
Based on the method described in embodiment 1, the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor executes the computer program to implement the steps of the adaptive mechanism-based routing device web page layout method described in embodiment 1.
Example 3
Based on the method described in embodiment 1, the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the steps of the method for web page layout of a routing device based on an adaptive mechanism as described in embodiment 1.
Based on the same concept, an embodiment of the present invention further provides an entity structure schematic diagram, as shown in fig. 2, the server may include: a processor (processor)810, a communication Interface 820, a memory 830 and a communication bus 840, wherein the processor 810, the communication Interface 820 and the memory 830 communicate with each other via the communication bus 840. The processor 810 may invoke logic instructions in the memory 830 to perform the steps of the adaptive mechanism based routing device web layout method described in the embodiments above.
In addition, the logic instructions in the memory 830 may be implemented in software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Based on the same concept, embodiments of the present invention further provide a non-transitory computer-readable storage medium, where a computer program is stored in the computer-readable storage medium, where the computer program includes at least one code, and the at least one code is executable by a master device to control the master device to implement the steps of the method for web page layout of a routing device based on an adaptive mechanism as described in the foregoing embodiments.
Based on the same technical concept, the embodiment of the present application further provides a computer program, which is used to implement the above method embodiment when the computer program is executed by the main control device.
The program may be stored in whole or in part on a storage medium packaged with the processor, or in part or in whole on a memory not packaged with the processor.
Based on the same technical concept, the embodiment of the present application further provides a processor, and the processor is configured to implement the above method embodiment. The processor may be a chip.
The embodiments of the present invention can be arbitrarily combined to achieve different technical effects.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, the procedures or functions described in accordance with the present application are generated, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by wire (e.g., coaxial cable, fiber optic, digital subscriber line) or wirelessly (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy disk, hard disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid state disk), among others.
One of ordinary skill in the art will appreciate that all or part of the processes in the methods of the above embodiments may be implemented by hardware related to instructions of a computer program, which may be stored in a computer-readable storage medium, and when executed, may include the processes of the above method embodiments. And the aforementioned storage medium includes: various media capable of storing program codes, such as ROM or RAM, magnetic or optical disks, etc.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (9)

1. A routing device webpage layout method based on an adaptive mechanism is characterized by comprising the following steps:
s1, respectively defining CSS styles of corresponding web page layouts according to the media types of the access routing equipment;
s2, automatically detecting the parameters of the access terminal screen by adopting a media query method;
s3, constructing a self-adaptive judgment function, and judging the media type of the access routing equipment according to the access terminal screen parameters obtained by the detection in the step S2;
s4, loading the defined CSS style corresponding to the webpage layout according to the media type of the access routing equipment judged in the step S3.
2. The method for web page layout of routing device based on adaptive mechanism according to claim 1, wherein the step S1 specifically comprises:
and according to different scenes of the access routing equipment, respectively adopting class classes to define the CSS style of the corresponding webpage layout according to different media types.
3. The method for web page layout of routing device based on adaptive mechanism as claimed in claim 2, wherein said step S1 specifically includes:
and automatically adjusting the width of the webpage of the routing equipment by adding the occupation ratio of the webpage plate of the class fixed routing equipment.
4. The method for web page layout of routing device based on adaptive mechanism as claimed in claim 2, wherein said step S1 specifically includes:
and a flow layout mechanism is adopted, the column occupation number of the current access terminal screen is set through a grid system, and the column occupation display mode of the routing equipment webpage is automatically adjusted according to the width of the access terminal screen.
5. The method for web page layout of routing device based on adaptive mechanism according to any of claims 2 to 4, wherein the step S2 is specifically:
setting the width as a query condition by using the media attribute, and then reading the width of the access terminal screen.
6. The method for web page layout of routing device based on adaptive mechanism as claimed in claim 5, wherein said step S3 specifically comprises:
constructing an adaptive judgment function, and judging the media type of the access routing equipment according to the width of the access end screen detected in the step S2;
when the width of the access end screen is larger than a set threshold value, judging that the current access end is of a computer type, and displaying the contents of the routing equipment webpage plate in a multi-column mode on the access end screen;
and when the width of the access terminal screen is smaller than a set threshold value, judging that the current access terminal is of a mobile phone type, and displaying the content of the webpage plate of the routing equipment on the access terminal screen in a single-column mode.
7. The adaptive mechanism-based web page layout method for routing device according to claim 6, wherein the step S3 further comprises:
automatically adjusting a menu bar of a webpage of the routing equipment according to a judgment result of the media type of the access routing equipment;
when the current access terminal is judged to be of a computer type, all menu bars are displayed by adding class;
when the current access terminal is judged to be the mobile phone type, hiding the menu bar by removing the class; and simultaneously adding a class to display the menu bar button.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program performs the steps of the method for web page layout of routing device based on adaptive mechanism according to any of claims 1 to 7.
9. A non-transitory computer readable storage medium, on which a computer program is stored, wherein the computer program, when being executed by a processor, implements the steps of the method for web page layout of routing devices based on adaptive mechanism according to any of claims 1 to 7.
CN202110095668.9A 2021-01-25 2021-01-25 Routing equipment webpage layout method based on self-adaptive mechanism Pending CN112800368A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110095668.9A CN112800368A (en) 2021-01-25 2021-01-25 Routing equipment webpage layout method based on self-adaptive mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110095668.9A CN112800368A (en) 2021-01-25 2021-01-25 Routing equipment webpage layout method based on self-adaptive mechanism

Publications (1)

Publication Number Publication Date
CN112800368A true CN112800368A (en) 2021-05-14

Family

ID=75811513

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110095668.9A Pending CN112800368A (en) 2021-01-25 2021-01-25 Routing equipment webpage layout method based on self-adaptive mechanism

Country Status (1)

Country Link
CN (1) CN112800368A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114895993A (en) * 2022-01-20 2022-08-12 德明通讯(上海)股份有限公司 Design method based on intelligent self-adaption of display screen

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488777A (en) * 2013-09-30 2014-01-01 乐视网信息技术(北京)股份有限公司 Method and system for adjusting webpage display effect
CN107291477A (en) * 2017-06-28 2017-10-24 衢州职业技术学院 A kind of progressive enhanced response type webpage design method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488777A (en) * 2013-09-30 2014-01-01 乐视网信息技术(北京)股份有限公司 Method and system for adjusting webpage display effect
CN107291477A (en) * 2017-06-28 2017-10-24 衢州职业技术学院 A kind of progressive enhanced response type webpage design method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114895993A (en) * 2022-01-20 2022-08-12 德明通讯(上海)股份有限公司 Design method based on intelligent self-adaption of display screen

Similar Documents

Publication Publication Date Title
US9576068B2 (en) Displaying selected portions of data sets on display devices
US9858253B2 (en) Browser extension for web form capture
CN104820589B (en) A kind of method and its device of dynamic adaptation webpage
CN109408764B (en) Page area dividing method, device, computing equipment and medium
CN113190781B (en) Page layout method, device, equipment and storage medium
JP6975339B2 (en) Backdrop rendering of digital components
EP2849060A1 (en) Mobile terminal and application program management method thereof
WO2014067442A1 (en) Page browsing method and browser
CN102346619A (en) Network television for user to customize user interface (UI) and customization method for network television
CN111770637A (en) Routing method, routing device and routing equipment for pins on PCB
CN103995809A (en) Information processing method and device of socialized media
CN112800368A (en) Routing equipment webpage layout method based on self-adaptive mechanism
US9767083B2 (en) Automatic detection of CSS conflicts
CN110020311A (en) Webpage display process, browser, terminal and computer readable storage medium
CN106610824B (en) Page height self-adaption method and device
CN104572667A (en) Web service system, web server and web providing method
CN113486275A (en) Information display method and device, computer readable storage medium and processor
WO2016019874A1 (en) Page resource loading method and apparatus
CN108647069B (en) Interface display method and device, storage medium and electronic device
CN112675535B (en) Display interface adjusting method, device, network equipment and storage medium
CN113721909A (en) Element scaling monitoring method and device and electronic equipment
CN114692581A (en) Electronic form sub-table display method, device, equipment and storage medium
CN108563486B (en) Cursor control method and device
CN112434487A (en) Image-text typesetting method and device and electronic equipment
KR102658042B1 (en) Electronic device for developing data management software and method of operation thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210514