CN110825473B - Method, device, system and storage medium for realizing spliced screen - Google Patents

Method, device, system and storage medium for realizing spliced screen Download PDF

Info

Publication number
CN110825473B
CN110825473B CN201910994417.7A CN201910994417A CN110825473B CN 110825473 B CN110825473 B CN 110825473B CN 201910994417 A CN201910994417 A CN 201910994417A CN 110825473 B CN110825473 B CN 110825473B
Authority
CN
China
Prior art keywords
terminal
program
html file
width
server
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.)
Active
Application number
CN201910994417.7A
Other languages
Chinese (zh)
Other versions
CN110825473A (en
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 Skyworth Flat Display Technology Co Ltd
Original Assignee
Guangzhou Skyworth Flat Display 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 Skyworth Flat Display Technology Co Ltd filed Critical Guangzhou Skyworth Flat Display Technology Co Ltd
Priority to CN201910994417.7A priority Critical patent/CN110825473B/en
Publication of CN110825473A publication Critical patent/CN110825473A/en
Application granted granted Critical
Publication of CN110825473B publication Critical patent/CN110825473B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • G06F3/1446Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display display composed of modules, e.g. video walls

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Information Transfer Between Computers (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention discloses a method, equipment, a system and a storage medium for realizing a spliced screen, which comprise the following steps: pushing the arranged sequence and position information of each terminal to form a terminal matrix; pushing the edited program to be played to the terminal; the terminal transmits the position and the width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file; and calling a cutting algorithm by the HTML file to amplify the width and the height of the layout in the HTML file, calculating the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally scrolling the content to the calculated position and displaying. Compared with the existing method for realizing the spliced screen, the method does not depend on extra hardware equipment, can realize the spliced screen only through a software algorithm, saves cost, can support more display screen terminals to be spliced into a whole, and is very convenient and practical.

Description

Method, device, system and storage medium for realizing spliced screen
Technical Field
The invention relates to the technical field of spliced screens, in particular to a method, equipment, a system and a storage medium for realizing a spliced screen.
Background
At present, along with the increasing of application scenes of large-screen terminals in the commercial field, the sizes of the large-screen terminals in various fields often cannot meet the requirements of users, so that a plurality of large screens are spliced together to synchronously display contents. The current mainstream practice generally requires the use of additional hardware devices (such as distributors, matrices, decoders, etc.) to implement the hard splice, which is too costly for some small merchants, and the simultaneous support of a single hardware terminal has limitations, which are not suitable for some scenarios requiring a large number of terminals.
Thus, there is a need for improvement and advancement in the art.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, the present invention aims to provide a method, a device, a system and a storage medium for implementing a spliced screen, which aim to solve the problem that an additional hardware device is required to be used in the method for implementing the spliced screen.
In order to achieve the above purpose, the invention adopts the following technical scheme:
a method for implementing a tiled screen, wherein the method comprises the steps of:
transmitting the arranged sequence and position information of each terminal to a server, and pushing the information to each terminal by the server to form a terminal matrix;
transmitting the edited program to be played to the server, and pushing the program to the terminal by the server;
the terminal transmits the position, width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file;
and the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, calculates the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolls the content to the calculated position and displays the content.
The method for implementing the spliced screen, wherein the step of transmitting the edited program to be played to the server, and the step of pushing the program to the terminal by the server further comprises the steps of:
and the terminal downloads and stores the HTML file and the data packet of the program.
The method for realizing the spliced screen comprises the step of enabling the terminal to comprise a liquid crystal display screen.
An implementation device for a spliced screen, comprising: a processor, a memory, and a communication bus;
the memory stores a spliced screen implementation method program which can be executed by the processor;
the communication bus enables connection communication between the processor and the memory;
the processor executes the implementation method program of the spliced screen, and the implementation method comprises the following steps:
transmitting the arranged sequence and position information of each terminal to a server, and pushing the information to each terminal by the server to form a terminal matrix;
transmitting the edited program to be played to the server, and pushing the program to the terminal by the server;
the terminal transmits the position, width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file;
and the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, calculates the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolls the content to the calculated position and displays the content.
The implementation device of the spliced screen, wherein when the processor executes the implementation method program of the spliced screen, the following steps are further implemented:
and the terminal downloads and stores the HTML file and the data packet of the program.
The implementation device of the spliced screen, wherein when the processor executes the implementation method program of the spliced screen:
the terminal comprises a liquid crystal display.
The spliced screen realization device is one of a PC terminal and a mobile terminal.
A system for implementing a tiled screen, comprising:
the terminal position information transmission module is used for transmitting the arranged sequence and position information of each terminal to the service end, and the service end pushes the information to each terminal to form a terminal matrix;
the program transmission module is used for transmitting the edited program to be played to the server, and the server pushes the program to the terminal;
invoking a JS method module, which is used for the terminal to transmit the position, width and height information of the terminal to the HTML file by invoking the JS method exposed in the program HTML file;
and calling a cutting algorithm module, wherein the cutting algorithm module is used for calling the HTML file to amplify the width and the height of the layout in the HTML file, calculating the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolling the content to the calculated position and displaying.
The system for realizing the spliced screen further comprises:
and the downloading module is used for downloading and storing the HTML file and the data packet of the program by the terminal.
A storage medium storing one or more programs executable by one or more processors to implement steps in a method of implementing a tiled screen as described in any of the claims.
Compared with the prior art, the invention provides a method, equipment, a system and a storage medium for realizing a spliced screen, a user can arrange the sequence and the position of each terminal in a PC terminal or a mobile terminal according to the arrangement rule required by the user and push the configuration information to each terminal to form a terminal matrix, then push the edited program to be played to the terminal to be displayed, the terminal downloads the HTML file and the data packet of the program and stores the HTML file, the terminal transmits the position, the width and the height information of the terminal to the HTML file by calling the exposed JS method in the HTML file of the program, the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, calculates the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolls the content to the calculated position and displays the content. Therefore, compared with the existing method for realizing the spliced screen, the method does not depend on additional hardware equipment, can realize the spliced screen only by a software algorithm, saves cost and can support more display screen terminals to be spliced into a whole; moreover, the HTML program is cut, so that the content played simultaneously is not limited to a single video or picture, and the user can edit richer content display by himself, thereby being very convenient and practical.
Drawings
Fig. 1 is a flowchart of an implementation method of a spliced screen provided by the invention.
Fig. 2 is a flowchart of a user arrangement terminal according to an embodiment of the present invention.
Fig. 3 is a flowchart of program editing and issuing in an embodiment of the present invention.
Fig. 4 is a flowchart of program cutting in an embodiment of the present invention.
Fig. 5 is a flowchart of a program cutting implementation in an embodiment of the present invention.
Fig. 6 is a functional block diagram of a device for implementing a spliced screen according to the present invention.
Fig. 7 is a functional block diagram of a system for implementing a spliced screen according to the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and more specific, the present invention will be described in further detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, the method for implementing a spliced screen provided by the invention includes the following steps:
s100, transmitting the arranged sequence and position information of each terminal to a server, and pushing the information to each terminal by the server to form a terminal matrix;
specifically, the terminal in the invention is a display screen.
Further, in the embodiment of the present invention, the number of columns of the terminal matrix is set to n, and the number of rows is set to m.
In the embodiment of the present invention, the step S100 includes:
the terminal comprises a liquid crystal display.
Specifically, the terminal is a display screen, including a Liquid Crystal Display (LCD).
For further understanding of the above step S100 of the present invention, please refer to fig. 2, which is a flowchart of a user arrangement terminal in an embodiment of the present invention.
S200, transmitting the edited program to be played to the server, and pushing the program to the terminal by the server;
in the embodiment of the present invention, the step S200 further includes the steps of:
and the terminal downloads and stores the HTML file and the data packet of the program.
For further understanding of the above step S200 of the present invention, please refer to fig. 3, which is a flowchart illustrating program editing and issuing in an embodiment of the present invention.
S300, the terminal transmits the position, width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file;
specifically, the JS method is a JavaScript function.
S400, the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, the position and the size of the content which the terminal should display are calculated according to the position, the width and the height information of the current terminal, and finally the content is rolled to the calculated position and displayed.
For a further understanding of the above step S400 of the present invention, please refer to fig. 4, which is a flowchart illustrating program cutting in an embodiment of the present invention.
To describe the above step S400 of the present invention in more detail, a specific implementation procedure of the program cutting will be described. Please refer to fig. 5, which is a flowchart illustrating a program cutting implementation in an embodiment of the present invention.
Specifically, the number of columns n=4 and the number of rows m=4 of the terminal matrix are set; the play start point of the terminal at the upper left corner (the top left corner vertex of the terminal) is set as the origin of coordinates of the terminal matrix, the width of the terminal is 1920mm, the height of the terminal is 1080mm, and the coordinates of the terminal a are (x, y).
The layout in the program HTML file is enlarged to be the number n of columns of the width matrix of the terminal, i.e. 1920×4; the high magnification of the layout in the program HTML file is the column number m of the height matrix of the terminal, i.e. 1080×4.
As can be seen from fig. 5, the coordinates of the terminal a are (x=2, y=2), and the coordinates of the position of the play start point of the display content of the terminal a are (wide x-1, high y-1), i.e., (1920 x 1, 1080 x 1).
Referring to fig. 6, based on the above-mentioned method for implementing a spliced screen, the present invention further provides a device for implementing a spliced screen, where the device includes: a processor 10, a memory 20 and a communication bus 30, and a communication interface 50, wherein the processor 10 is connected to the memory 20 through the communication bus 30, and the communication interface 50 is connected to the processor 10 through the communication bus 30;
the memory 20 stores a spliced screen implementation method program 40 executable by the processor 10;
fig. 6 shows only some of the components of the implementation device of the tiled screen, but it is understood that not all of the illustrated components are required to be implemented, and more or fewer components may be implemented instead.
The processor 10 executes the implementation method program 40 of the spliced screen to implement the following steps:
transmitting the arranged sequence and position information of each terminal to a server, and pushing the information to each terminal by the server to form a terminal matrix;
transmitting the edited program to be played to the server, and pushing the program to the terminal by the server;
the terminal transmits the position, width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file;
and the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, calculates the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolls the content to the calculated position and displays the content.
The implementation device of the spliced screen, wherein when the processor executes the implementation method program of the spliced screen, the following steps are further implemented:
and the terminal downloads and stores the HTML file and the data packet of the program.
The implementation device of the spliced screen, wherein when the processor executes the implementation method program of the spliced screen:
the terminal comprises a liquid crystal display.
Specifically, the terminal is a display screen, including a Liquid Crystal Display (LCD).
The spliced screen realization device is one of a PC terminal and a mobile terminal.
Specifically, the mobile terminal may be a mobile phone, a desktop computer, a notebook computer, a palm computer, a server, and other computing devices.
Fig. 7 is a functional block diagram of a system for implementing a spliced screen according to the present invention. In this embodiment, the system in which the implementation method program of the tiled screen is installed may be divided into one or more modules, which are stored in the memory 20 and executed by one or more processors (the processor 10 in this embodiment) to complete the present invention. In fig. 7, the system in which the implementation method program of the mosaic screen is installed may be divided into a terminal position information transmission module 21, a program transmission module 22, a call JS method module 23, and a call cutting algorithm module 24. The module refers to a series of computer program instruction segments capable of achieving specific functions, and is more suitable for describing the execution process of the implementation method program of the spliced screen in the device than the program. The following description will specifically introduce the functionality of the modules 21-24.
The terminal position information transmitting module 21 is configured to transmit the arranged sequence and position information of each terminal to a server, where the server pushes the information to each terminal to form a terminal matrix;
a program transmitting module 22, configured to transmit the edited program to be played to the server, where the server pushes the program to the terminal;
invoking a JS method module 23, which is used for the terminal to transmit the position, width and height information of the terminal to the HTML file by invoking the JS method exposed in the program HTML file;
and calling a cutting algorithm module 24, wherein the cutting algorithm module 24 is used for calling the cutting algorithm by the HTML file to amplify the width and the height of the layout in the HTML file, calculating the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally scrolling the content to the calculated position and displaying.
The system for realizing the spliced screen further comprises:
and the downloading module is used for downloading and storing the HTML file and the data packet of the program by the terminal.
Based on the above embodiments, the present invention further provides a storage medium, where the storage medium stores one or more programs, and the one or more programs may be executed by one or more processors, so as to implement the steps in the method for implementing a spliced screen according to any one of the foregoing embodiments, specifically as described above.
In summary, the present invention provides a method, a device, a system and a storage medium for implementing a spliced screen, where a user may arrange the sequence and the position of each terminal in a PC terminal or a mobile terminal according to a required arrangement rule, push the configuration information to each terminal to form a terminal matrix, push an edited program to be played to the terminal to be displayed, download an HTML file and a data packet of the program by the terminal, and store the HTML file, and transfer the position, the width and the height information of the terminal to the HTML file by calling the JS method exposed in the HTML file of the program. Therefore, compared with the existing method for realizing the spliced screen, the method does not depend on additional hardware equipment, can realize the spliced screen only by a software algorithm, saves cost and can support more display screen terminals to be spliced into a whole; moreover, the HTML program is cut, so that the content played simultaneously is not limited to a single video or picture, and the user can edit richer content display by himself, thereby being very convenient and practical.
Of course, those skilled in the art will appreciate that implementing all or part of the above-described methods may be implemented by a computer program for instructing relevant hardware (e.g., a processor, a controller, etc.), where the program may be stored in a computer-readable storage medium, and where the program may include the steps of the above-described method embodiments when executed. The storage medium may be a memory, a magnetic disk, an optical disk, or the like.
It is to be understood that the invention is not limited in its application to the examples described above, but is capable of modification and variation in light of the above teachings by those skilled in the art, and that all such modifications and variations are intended to be included within the scope of the appended claims.

Claims (7)

1. The method for realizing the spliced screen is characterized by comprising the following steps of:
transmitting the arranged sequence and position information of each terminal to a server, and pushing the information to each terminal by the server to form a terminal matrix;
transmitting the edited program to be played to the server, and pushing the program to the terminal by the server;
the terminal transmits the position, width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file;
the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, calculates the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolls the content to the calculated position and displays the content;
the step of transmitting the edited program to be played to the server, and the step of pushing the program to the terminal by the server further comprises the following steps:
the terminal downloads and stores the HTML file and the data packet of the program;
setting the top left corner vertex a of the terminal as the origin of coordinates of the terminal matrix, wherein the position coordinates of the playing starting point of the display content of the top left corner vertex a of the terminal are (the width of the terminal is x-1, the height of the terminal is y-1); the coordinates of the a are (x, y), x is the number of rows of the terminal matrix, and y is the number of columns of the terminal matrix.
2. The method for implementing a tiled screen according to claim 1, wherein the terminal comprises a liquid crystal display.
3. The utility model provides a realization equipment of concatenation screen which characterized in that includes: a processor, a memory, and a communication bus;
the memory stores a spliced screen implementation method program which can be executed by the processor;
the communication bus enables connection communication between the processor and the memory;
the processor executes the implementation method program of the spliced screen, and the implementation method comprises the following steps:
transmitting the arranged sequence and position information of each terminal to a server, and pushing the information to each terminal by the server to form a terminal matrix;
transmitting the edited program to be played to the server, and pushing the program to the terminal by the server;
the terminal transmits the position, width and height information of the terminal to the HTML file by calling the JS method exposed in the program HTML file;
the HTML file calls a cutting algorithm to amplify the width and the height of the layout in the HTML file, calculates the position and the size of the content which the terminal should display according to the position, the width and the height information of the current terminal, and finally rolls the content to the calculated position and displays the content;
the terminal downloads and stores the HTML file and the data packet of the program;
setting the top left corner vertex a of the terminal as the origin of coordinates of the terminal matrix, wherein the position coordinates of the playing starting point of the display content of the top left corner vertex a of the terminal are (the width of the terminal is x-1, the height of the terminal is y-1); the coordinates of the a are (x, y), x is the number of rows of the terminal matrix, and y is the number of columns of the terminal matrix.
4. A device for implementing a tiled screen according to claim 3, wherein the processor executes the program of the method for implementing a tiled screen:
the terminal comprises a liquid crystal display.
5. A device for implementing a tiled screen according to claim 3, wherein the device for implementing a tiled screen is one of a PC terminal or a mobile terminal.
6. A system for implementing a tiled screen, comprising:
the terminal position information transmission module is used for transmitting the arranged sequence and position information of each terminal to the service end, and the service end pushes the information to each terminal to form a terminal matrix;
the program transmission module is used for transmitting the edited program to be played to the server, and the server pushes the program to the terminal;
invoking a JS method module, which is used for the terminal to transmit the position, width and height information of the terminal to the HTML file by invoking the JS method exposed in the program HTML file;
the downloading module is used for downloading and storing the HTML file and the data packet of the program by the terminal;
a cutting algorithm module is called, which is used for the HTML file to call a cutting algorithm to amplify the width and the height of the layout in the HTML file, the position and the size of the content which the terminal should display are calculated according to the position, the width and the height information of the current terminal, and finally the content is rolled to the calculated position and displayed; the terminal is further configured to set an upper left corner vertex a of the terminal as a coordinate origin of the terminal matrix, and then a play start point position coordinate of the display content of the upper left corner vertex a of the terminal is (a width of the terminal is x (x-1), and a height of the terminal is y-1); the coordinates of the a are (x, y), x is the number of rows of the terminal matrix, and y is the number of columns of the terminal matrix.
7. A storage medium storing one or more programs executable by one or more processors to implement the steps of a method of implementing a tiled screen according to any of claims 1-2.
CN201910994417.7A 2019-10-18 2019-10-18 Method, device, system and storage medium for realizing spliced screen Active CN110825473B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910994417.7A CN110825473B (en) 2019-10-18 2019-10-18 Method, device, system and storage medium for realizing spliced screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910994417.7A CN110825473B (en) 2019-10-18 2019-10-18 Method, device, system and storage medium for realizing spliced screen

Publications (2)

Publication Number Publication Date
CN110825473A CN110825473A (en) 2020-02-21
CN110825473B true CN110825473B (en) 2023-12-12

Family

ID=69549579

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910994417.7A Active CN110825473B (en) 2019-10-18 2019-10-18 Method, device, system and storage medium for realizing spliced screen

Country Status (1)

Country Link
CN (1) CN110825473B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731539A (en) * 2013-12-24 2015-06-24 中兴通讯股份有限公司 Multi-screen joint displaying method and device
CN107343098A (en) * 2017-06-30 2017-11-10 西安万像电子科技有限公司 Display system, method and apparatus, storage medium and processor
CN107797780A (en) * 2016-08-31 2018-03-13 阿里巴巴集团控股有限公司 The data of Mosaic screen are shown, control method and device, system, display device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1480195B1 (en) * 2003-05-23 2008-05-07 Barco N.V. Method of displaying images on a large-screen organic light-emitting diode display, and display used therefore
JP2014178659A (en) * 2012-07-09 2014-09-25 Ricoh Co Ltd Screen control system, screen control device, information processing terminal, program and recording medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731539A (en) * 2013-12-24 2015-06-24 中兴通讯股份有限公司 Multi-screen joint displaying method and device
CN107797780A (en) * 2016-08-31 2018-03-13 阿里巴巴集团控股有限公司 The data of Mosaic screen are shown, control method and device, system, display device
CN107343098A (en) * 2017-06-30 2017-11-10 西安万像电子科技有限公司 Display system, method and apparatus, storage medium and processor

Also Published As

Publication number Publication date
CN110825473A (en) 2020-02-21

Similar Documents

Publication Publication Date Title
US20220308741A1 (en) Method and apparatus for displaying video, electronic device and medium
KR20220127872A (en) Video playback methods, devices, electronic devices and computer readable media
US10839137B2 (en) Method and apparatus for playing video in independent window by browser, and storage medium
US20230359337A1 (en) Interaction method, and electronic device and storage medium
CN110007829B (en) Content display method, device, terminal and storage medium
CN109933299A (en) Tiled display method, electronic device and computer-readable storage medium
US11863835B2 (en) Interaction method and apparatus, and electronic device
US20240118794A1 (en) Control display method, apparatus, and device, and medium
US9754391B2 (en) Webpage display method and apparatus
CN114708371A (en) Three-dimensional scene model rendering and displaying method, device and system and electronic equipment
CN105808307B (en) Page display method and device
CN111240793B (en) Method, device, electronic equipment and computer readable medium for cell prerendering
CN114416261B (en) Information display method, device, equipment and medium
CN105373373B (en) Method and device for quickly generating icon
CN113747227B (en) Video playing method and device, storage medium and electronic equipment
US20240126422A1 (en) Progress adjustment method and apparatus, electronic device and storage medium
CN110825473B (en) Method, device, system and storage medium for realizing spliced screen
WO2024027648A1 (en) Information display method and apparatus, and electronic device and storage medium
CN110209462B (en) Window arrangement method, device and equipment
CN112015309B (en) Display switching method and device and mobile terminal
JP5180238B2 (en) Server apparatus and information processing method
CN111338827B (en) Method and device for pasting form data and electronic equipment
EP2530640A1 (en) Image copying method and device
CN113656128A (en) Page generation method and device and electronic equipment
CN114296851B (en) Information display method and device

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
GR01 Patent grant
GR01 Patent grant