CN111324326B - Processing method and device for displaying software to one machine with multiple screens - Google Patents

Processing method and device for displaying software to one machine with multiple screens Download PDF

Info

Publication number
CN111324326B
CN111324326B CN202010104908.2A CN202010104908A CN111324326B CN 111324326 B CN111324326 B CN 111324326B CN 202010104908 A CN202010104908 A CN 202010104908A CN 111324326 B CN111324326 B CN 111324326B
Authority
CN
China
Prior art keywords
screen
software
display
software function
displayed
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
CN202010104908.2A
Other languages
Chinese (zh)
Other versions
CN111324326A (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.)
Shenzhen Genew Technologies Co Ltd
Original Assignee
Shenzhen Genew Technologies 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 Shenzhen Genew Technologies Co Ltd filed Critical Shenzhen Genew Technologies Co Ltd
Priority to CN202010104908.2A priority Critical patent/CN111324326B/en
Publication of CN111324326A publication Critical patent/CN111324326A/en
Application granted granted Critical
Publication of CN111324326B publication Critical patent/CN111324326B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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

Abstract

The application relates to a processing method and a device for displaying software on a plurality of screens of a machine, computer equipment and a medium, wherein the method comprises the following steps: presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to a displayed screen number; reading display hardware information through an operating system API, wherein the display hardware information comprises a plurality of screens, and resolution information of each screen; when the software function is started, the software function is displayed on a corresponding screen according to the configuration information of the configuration file, and the display size of the software function is set to be the size of the corresponding screen. After the software function interface is opened, the application can automatically control the corresponding screen display; the convenience is greatly provided for the use of users, and the operation efficiency of the users is improved; and the implementation is simple and the reliability is high.

Description

Processing method and device for displaying software to one machine with multiple screens
Technical Field
The present application relates to the field of map data processing technologies, and in particular, to a processing method and apparatus for displaying software on a one-machine-multi-screen, a computer device, and a readable storage medium.
Background
In one machine with three screens, a simple understanding is that a computer host is used, and images and information are output on three displays through a professional display card. The main purpose of a machine with three screens is to display the working information, auxiliary tools and content output in the working process on three displays, so as to facilitate the parallel development of the working and achieve the purpose of quickly knowing various information and decision-making treatment.
In the field of dispatch communication, one-machine three-screen application is very common. For example, a class seat and a command dispatching seat of a police organization command center usually adopt one machine with three screens, the first screen communication adopts a C/S system to realize application, and current alarm condition information issued by an alarm receiving seat is displayed; the second screen displays police condition positioning information in process in a classified mode based on the PGIS electronic map, marks processing states with different colors, and can display GPS vehicle dynamic information and auxiliary prompt information such as resources of a pre-plan command scheduling system; the third screen is used for a wired and wireless dispatching system or a video resource service system, and can rapidly dispatch or display the information of the bayonets, the safe city monitoring images and the pictures in the surrounding range of the police through 350M trunked telephones and PSTN public telephone networks.
In the prior art, how software can quickly display interfaces with different functions on three screens respectively is generally that after the software function interface is opened, the software function interface is dragged to the corresponding screen by a manual mode and displayed in a full screen mode. The mode is inconvenient for the user to operate, repeated matters are needed after the software is restarted each time, and the operation experience of the user is influenced by time and labor.
Accordingly, the prior art is in need of improvement.
Disclosure of Invention
Aiming at the technical problems in the prior art, the application provides a processing method and a device for displaying software on one machine with multiple screens, computer equipment and a readable storage medium; after the software function interface is opened, the application can automatically control the corresponding screen display; the convenience is greatly provided for the use of users, and the operation efficiency of the users is improved; and the implementation is simple and the reliability is high.
The technical scheme of the application is as follows:
a processing method for displaying software to a one-machine multi-screen, wherein the method comprises:
presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to a displayed screen number;
reading display hardware information through an operating system API, wherein the display hardware information comprises a plurality of screens, and resolution information of each screen;
when the software function is started, the software function is displayed on a corresponding screen according to the configuration information of the configuration file, and the display size of the software function is set to be the size of the corresponding screen.
The method for displaying the software on the one-machine multi-screen processing method, wherein the preset configuration file is configured with the software functions to be displayed and the configuration information corresponding to the displayed screen numbers, and the step of configuring the configuration file comprises the following steps:
presetting configuration data, and configuring software functions and corresponding screen numbers in a Json data format;
and storing the software functions to be displayed and the configuration information corresponding to the displayed screen numbers in the designated configuration file.
The processing method for displaying software on one machine with multiple screens, wherein the step of reading display hardware information through an operating system API comprises several screens, and the resolution information of each screen comprises the following steps:
the display hardware information is read through the operating system API, the plurality of screen information is read and numbered sequentially, and the resolution information of each screen is read.
The method for displaying the software on the one-machine multi-screen processing method, wherein when the software function is started, the software function is displayed on the corresponding screen according to the configuration information of the configuration file, and the step of setting the size of the software function to be the size of the corresponding screen comprises the following steps:
when the software function is started, loading configuration information of the configuration file into a memory;
circularly taking out the software functions and screen numbers which are loaded to the preset configuration and need to be displayed;
and displaying the software functions to be displayed on the corresponding screen, and setting the size of the software functions to be displayed as the size of the corresponding screen.
The method for displaying the software on the one-machine multi-screen processing method, wherein when the software function is started, the software function is displayed on the corresponding screen according to the configuration information of the configuration file, and the step of setting the display size of the software function to be the size of the corresponding screen comprises the following steps:
when the software function is started, loading configuration information of the configuration file into a memory;
judging whether a software function to be displayed exists or not;
when the software function to be displayed exists, the screen number corresponding to the software function is taken out;
judging whether a corresponding screen exists according to the screen hardware information;
controlling to display to the first screen when no corresponding screen exists;
and when the corresponding screen exists, controlling to display the corresponding screen.
The processing method for displaying the software on the one machine with multiple screens, wherein the step of controlling the display on the corresponding screen after the corresponding screen exists further comprises the following steps:
setting the initial coordinates, length and width corresponding to the function interface to finish setting the display size of the software function to the size of the corresponding screen.
A processing device for displaying software to a multi-screen in a single machine, wherein the device comprises:
the configuration file setting module is used for presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to the displayed screen numbers;
the reading control module is used for reading the display hardware information through an operating system API, and comprises a plurality of screens, and the resolution information of each screen;
and the display control module is used for displaying the software function on a corresponding screen according to the configuration information of the configuration file when the software function is started, and setting the display size of the software function to be the size of the corresponding screen.
The software is displayed to a one-machine multi-screen processing device, wherein the display control module comprises:
the loading unit is used for loading the configuration information of the configuration file into the memory when the software function is started;
the first judging unit is used for judging whether the software function to be displayed exists or not;
the extraction unit is used for extracting a screen number corresponding to the software function when the software function to be displayed exists;
the second judging unit is used for judging whether a corresponding screen exists according to the screen hardware information;
a first display control unit for controlling display to a first screen when there is no corresponding screen;
the second display control unit is used for controlling the display to the corresponding screen when the corresponding screen exists;
the setting unit is used for setting the initial coordinates, the length and the width corresponding to the function interface so as to finish setting the display size of the software function to be the size of the corresponding screen.
A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor when executing the computer program implements the steps of any of the methods of displaying software to a one-machine-multi-screen.
A computer-readable storage medium having stored thereon a computer program, wherein the computer program when executed by a processor implements the steps of any of the methods of displaying software to a one-machine-multi-screen.
Compared with the prior art, the embodiment of the application has the following advantages:
the application provides a processing method and a device for displaying software on one machine with multiple screens, computer equipment and a readable storage medium; the specific content of the configuration file is the software function to be displayed and the corresponding display screen number through the preset configuration file; then reading the hardware information of the display (comprising a plurality of screens, the resolution of each screen) through an API (application program interface) method of an operating system, finally displaying the software function on the corresponding screen according to the preset file information, and setting the size of the software function as the size of the corresponding screen; after the software function interface is opened, the application can automatically control the corresponding screen display; the convenience is greatly provided for the use of users, and the operation efficiency of the users is improved; and the implementation is simple and the reliability is high.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings may be obtained according to the drawings without inventive effort to those skilled in the art.
Fig. 1 is a flow chart of a processing method for displaying software on a multi-screen in embodiment 1 of the present application.
Fig. 2 is a flow chart of a processing method for displaying software on a multi-screen in embodiment 2 of the present application.
Fig. 3 is a schematic structural diagram of a processing device for displaying software on a multi-screen display according to an embodiment of the present application.
Fig. 4 is an internal structural diagram of a computer device in an embodiment of the present application.
Detailed Description
In order to make the present application better understood by those skilled in the art, the following description will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the accompanying drawings, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The inventor finds that how to quickly display interfaces with different functions on three screens respectively for software in the prior art, the common method is that after the software function interface is opened, the function interface is dragged to the corresponding screen by a manual mode and displayed in a full screen mode. The mode is inconvenient for a user to operate, repeated matters are needed after the software is restarted each time, the operation experience of the user is influenced by time and labor, and the technical problem of inconvenient use of the user is solved.
In order to solve the above problems, in the embodiment of the present application, a configuration file is preset, where the configuration file is configured with a software function to be displayed and configuration information corresponding to a screen number to be displayed; reading display hardware information through an operating system API, wherein the display hardware information comprises a plurality of screens, and resolution information of each screen; when the software function is started, the software function is displayed on a corresponding screen according to the configuration information of the configuration file, and the display size of the software function is set to be the size of the corresponding screen. After the software function interface is opened, the application can automatically control the corresponding screen display; the convenience is greatly provided for the use of users, and the operation efficiency of the users is improved; and the implementation is simple and the reliability is high.
Various non-limiting embodiments of the present application are described in detail below with reference to the attached drawing figures.
Referring to fig. 1, fig. 1 shows a processing method for displaying software on a multi-screen of a computer according to an embodiment of the application, the method includes the following steps:
step S1, presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information of a screen number to be displayed correspondingly;
in the implementation of the application, a configuration file is required to be preset, and the configuration file is configured with the software functions required to be displayed and the configuration information corresponding to the displayed screen numbers.
For example: presetting configuration data, and configuring software functions and corresponding screen numbers in a Json data format; the implementation code is exemplified as follows:
and storing the software functions to be displayed and the configuration information of the corresponding displayed screen numbers in the designated configuration file.
S2, reading display hardware information through an API (application program interface), wherein the display hardware information comprises a plurality of screens, and resolution information of each screen;
the display hardware information is read in this step through an operating system API (application program interface), for example, the display hardware information includes several screens, resolution information of each screen.
For example, the display hardware information may be read through an application program interface API of the operating system, a plurality of screen information may be read and numbered sequentially in sequence, such as a first screen, a second screen (display screen), and resolution information of each screen may be read.
And step S3, when the software function is started, displaying the software function on a corresponding screen according to the configuration information of the configuration file, and setting the display size of the software function to be the size of the corresponding screen.
In the embodiment of the application, when a software function is started, the configuration information of the configuration file is loaded to a memory;
circularly taking out the software functions and screen numbers which are loaded to the preset configuration and need to be displayed;
the present application will be described in detail below using three screens as examples:
for example:
a. taking out the displayed software function N and the corresponding screen number N;
b. judging whether a corresponding hardware screen exists or not, if not, displaying the function N on the screen 1, otherwise, performing the step (c);
c. setting initial coordinates (X, Y) of the interface corresponding to the function N, and length and width (L, W) of the interface
a) The starting coordinate X is accumulated by N-1 screen lengths before the screen number N;
b) The Y value of the initial coordinate is 0;
c) The interface length is: the length of screen number N;
d) The interface width is: the width of the working area of screen number N;
d. cycling the step (a) until all the functions to be displayed are displayed;
the software can be dynamically displayed on three screens through the operation.
The software functions to be displayed are displayed on the corresponding screens through the operations, and then the size of the corresponding screens is set. For example, when the software function 1 is displayed on the first screen, the resolution of the first screen is 1920×1080, and the display resolution of the software function 1 on the first screen is controlled to be 1920×1080.
In another embodiment, as shown in fig. 2, embodiment 2 provides a processing method for displaying software on a multi-screen. As shown in fig. 2, the processing method for displaying software on a multi-screen in embodiment 2 specifically includes the following steps:
step 10, starting and entering step 11;
step 11, presetting configuration, and entering step 12;
and presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to the displayed screen numbers.
Step 12, acquiring screen hardware information (such as screen number and screen resolution) through a system API; step 13 is entered;
step 13, loading preset configuration into a memory;
namely, when the software function is started, loading configuration information of the configuration file into a memory; then go to step 14;
step 14, judging whether a software function to be displayed exists or not; if yes, go to step 15, if no, go to step 20;
step 15, when the software function to be displayed exists, the screen number corresponding to the software function is taken out, and step 16 is entered;
step 16, judging whether a corresponding screen exists according to the screen hardware information, if not, entering step 17, and if yes, entering step 18;
step 17, controlling to display the first screen 1 when no corresponding screen exists;
step 18, if a corresponding screen exists, controlling to display the corresponding screen, and proceeding to step 19;
step 19, setting initial coordinates, length and width corresponding to the function interface to finish setting the display size of the software function to be the size of the corresponding screen;
and step 20, ending.
After the software function interface is opened, the application can automatically control the corresponding screen display; the convenience is greatly provided for the use of users, and the operation efficiency of the users is improved; and the implementation is simple and the reliability is high.
In one embodiment, the present application provides a processing device for displaying software on a multi-screen, as shown in fig. 3, the device comprising:
a configuration file setting module 41, configured to preset a configuration file, where the configuration file is configured with a software function to be displayed and configuration information corresponding to a screen number to be displayed;
a read control module 42 for reading display hardware information through an operating system API, including several screens, resolution information of each screen;
and the display control module 43 is configured to display the software function on the corresponding screen according to the configuration information of the configuration file when the software function is started, and set the display size of the software function to the size of the corresponding screen, which is described in the above method embodiment.
Wherein the display control module 43 includes:
the loading unit is used for loading the configuration information of the configuration file into the memory when the software function is started;
the first judging unit is used for judging whether the software function to be displayed exists or not;
the extraction unit is used for extracting a screen number corresponding to the software function when the software function to be displayed exists;
the second judging unit is used for judging whether a corresponding screen exists according to the screen hardware information;
a first display control unit for controlling display to a first screen when there is no corresponding screen;
the second display control unit is used for controlling the display to the corresponding screen when the corresponding screen exists;
the setting unit is used for setting the initial coordinates, the length and the width corresponding to the function interface so as to finish setting the display size of the software function to be the size of the corresponding screen; as described in detail above.
In one embodiment, the present application provides a computer device, which may be a terminal, with an internal structure as shown in fig. 4. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a method of generating a natural language model. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by persons skilled in the art that the block diagram of FIG. 4 is merely a partial structure associated with the present inventive arrangements and is not limiting of the computer device to which the present inventive arrangements are applied, and that a particular computer device may include more or less components than those shown, or may combine some of the components, or have a different arrangement of components.
The embodiment of the application provides computer equipment, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the following steps when executing the computer program:
presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to a displayed screen number;
reading display hardware information through an operating system API, wherein the display hardware information comprises a plurality of screens, and resolution information of each screen;
when the software function is started, displaying the software function on a corresponding screen according to the configuration information of the configuration file, and setting the display size of the software function to be the size of the corresponding screen, which is described in the embodiment of the method.
The step of presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to a displayed screen number comprises the following steps:
presetting configuration data, and configuring software functions and corresponding screen numbers in a Json data format;
and storing the software functions to be displayed and the configuration information corresponding to the displayed screen numbers in the designated configuration file.
Wherein, the step of reading display hardware information through the operating system API includes several screens, and the resolution information of each screen includes:
the display hardware information is read through the operating system API, the plurality of screen information is read and numbered sequentially, and the resolution information of each screen is read.
When the software function is started, displaying the software function on a corresponding screen according to the configuration information of the configuration file, and setting the size of the software function as the size of the corresponding screen comprises the following steps:
when the software function is started, loading configuration information of the configuration file into a memory;
circularly taking out the software functions and screen numbers which are loaded to the preset configuration and need to be displayed;
and displaying the software functions to be displayed on the corresponding screen, and setting the size of the software functions to be displayed as the size of the corresponding screen.
When the software function is started, displaying the software function on a corresponding screen according to the configuration information of the configuration file, and setting the display size of the software function to be the size of the corresponding screen comprises the following steps:
when the software function is started, loading configuration information of the configuration file into a memory;
judging whether a software function to be displayed exists or not;
when the software function to be displayed exists, the screen number corresponding to the software function is taken out;
judging whether a corresponding screen exists according to the screen hardware information;
controlling to display to the first screen when no corresponding screen exists;
and when the corresponding screen exists, controlling to display the corresponding screen, wherein the method is specifically described in the embodiment of the method.
Wherein, when there is a corresponding screen, the step of controlling the display to the corresponding screen further comprises:
setting initial coordinates, length and width corresponding to the function interface to finish setting the display size of the software function to be the size of a corresponding screen; as described in detail above.
In summary, compared with the prior art, the embodiment of the application has the following advantages:
the embodiment of the application provides a processing method and a device for displaying software on one machine with multiple screens, computer equipment and a readable storage medium; the specific content of the configuration file is the software function to be displayed and the corresponding display screen number through the preset configuration file; then reading the hardware information of the display (comprising a plurality of screens, the resolution of each screen) through an API (application program interface) method of an operating system, finally displaying the software function on the corresponding screen according to the preset file information, and setting the size of the software function as the size of the corresponding screen; after the software function interface is opened, the application can automatically control the corresponding screen display; the convenience is greatly provided for the use of users, and the operation efficiency of the users is improved; and the implementation is simple and the reliability is high.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (9)

1. A method of processing software for display on a multi-screen display, the method comprising:
presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to a displayed screen number;
reading display hardware information through an operating system API, wherein the display hardware information comprises a plurality of screens, and resolution information of each screen;
when the software function is started, displaying the software function on a corresponding screen according to the configuration information of the configuration file, and setting the display size of the software function to be the size of the corresponding screen;
after the software function interface is opened, automatically controlling the software function interface to be displayed on a corresponding screen;
the step of reading display hardware information through an operating system API, including several screens, the resolution information of each screen includes:
the display hardware information is read through the operating system API, the plurality of screen information is read and numbered sequentially, and the resolution information of each screen is read.
2. The method for processing software for displaying on a single machine multiple screen according to claim 1, wherein the step of presetting a configuration file, wherein the configuration file is configured with configuration information of software functions to be displayed and corresponding screen numbers to be displayed comprises:
presetting configuration data, and configuring software functions and corresponding screen numbers in a Json data format;
and storing the software functions to be displayed and the configuration information corresponding to the displayed screen numbers in the designated configuration file.
3. The method for processing software for displaying on a single machine multiple screen according to claim 1, wherein when the software function is started, displaying the software function on the corresponding screen according to the configuration information of the configuration file, and setting the size of the corresponding screen comprises:
when the software function is started, loading configuration information of the configuration file into a memory;
circularly taking out the software functions and screen numbers which are loaded to the preset configuration and need to be displayed;
and displaying the software functions to be displayed on the corresponding screen, and setting the size of the software functions to be displayed as the size of the corresponding screen.
4. The method for processing software display on a single-machine multi-screen according to claim 1, wherein when the software function is started, displaying the software function on the corresponding screen according to the configuration information of the configuration file, and setting the display size of the software function to be the size of the corresponding screen comprises:
when the software function is started, loading configuration information of the configuration file into a memory;
judging whether a software function to be displayed exists or not;
when the software function to be displayed exists, the screen number corresponding to the software function is taken out;
judging whether a corresponding screen exists according to the screen hardware information;
controlling to display to the first screen when no corresponding screen exists;
and when the corresponding screen exists, controlling to display the corresponding screen.
5. The method for processing software for displaying on a plurality of screens according to claim 4, wherein the step of controlling the display on the corresponding screen when there is a corresponding screen further comprises:
setting the initial coordinates, length and width corresponding to the function interface to finish setting the display size of the software function to the size of the corresponding screen.
6. A processing device for displaying software to a multi-screen in a single machine, the device comprising:
the configuration file setting module is used for presetting a configuration file, wherein the configuration file is configured with software functions to be displayed and configuration information corresponding to the displayed screen numbers;
the reading control module is used for reading the display hardware information through an operating system API, and comprises a plurality of screens, and the resolution information of each screen;
reading display hardware information through an operating system API, reading a plurality of screen information, numbering the screen information sequentially, and reading resolution information of each screen;
the display control module is used for displaying the software function on a corresponding screen according to the configuration information of the configuration file when the software function is started, and setting the display size of the software function to be the size of the corresponding screen;
and after the software function interface is opened, automatically controlling to the corresponding screen display.
7. The processing device for displaying software on a multi-screen of a computer of claim 6, wherein the display control module comprises:
the loading unit is used for loading the configuration information of the configuration file into the memory when the software function is started;
the first judging unit is used for judging whether the software function to be displayed exists or not;
the extraction unit is used for extracting a screen number corresponding to the software function when the software function to be displayed exists;
the second judging unit is used for judging whether a corresponding screen exists according to the screen hardware information;
a first display control unit for controlling display to a first screen when there is no corresponding screen;
the second display control unit is used for controlling the display to the corresponding screen when the corresponding screen exists;
the setting unit is used for setting the initial coordinates, the length and the width corresponding to the function interface so as to finish setting the display size of the software function to be the size of the corresponding screen.
8. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, carries out the steps of the processing method of displaying software to a one-machine-multi-screen as claimed in any one of claims 1 to 5.
9. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, realizes the steps of the processing method for displaying software to one-machine multi-screen according to any one of claims 1 to 5
And (3) a step.
CN202010104908.2A 2020-02-20 2020-02-20 Processing method and device for displaying software to one machine with multiple screens Active CN111324326B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010104908.2A CN111324326B (en) 2020-02-20 2020-02-20 Processing method and device for displaying software to one machine with multiple screens

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010104908.2A CN111324326B (en) 2020-02-20 2020-02-20 Processing method and device for displaying software to one machine with multiple screens

Publications (2)

Publication Number Publication Date
CN111324326A CN111324326A (en) 2020-06-23
CN111324326B true CN111324326B (en) 2023-12-05

Family

ID=71172921

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010104908.2A Active CN111324326B (en) 2020-02-20 2020-02-20 Processing method and device for displaying software to one machine with multiple screens

Country Status (1)

Country Link
CN (1) CN111324326B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113589730B (en) * 2021-07-30 2022-08-26 展讯半导体(成都)有限公司 XEN-based multi-system control system and method for different display and related products
CN116225358B (en) * 2023-03-09 2023-12-19 广州文石信息科技有限公司 Display device configuration method, device, equipment and readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298495A (en) * 2011-06-27 2011-12-28 上海北大方正科技电脑系统有限公司 Method for enabling android software to adapt to different screen densities
EP2887210A1 (en) * 2013-12-19 2015-06-24 Siemens Aktiengesellschaft Method and apparatus for automatically generating a help system for a software application
CN108415678A (en) * 2018-02-09 2018-08-17 广州新博庭网络信息科技股份有限公司 Multi-display method and Multi-screen display system
CN109213465A (en) * 2018-09-21 2019-01-15 深圳点猫科技有限公司 It is a kind of for educating the multi-display identification method and system of operating system
CN110096322A (en) * 2019-03-25 2019-08-06 北京辰森世纪科技股份有限公司 The method and device of adaptive terminal screen, storage medium, electronic device
CN110764850A (en) * 2018-07-26 2020-02-07 阿里巴巴集团控股有限公司 Interface display method, parameter assignment method, system and equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298495A (en) * 2011-06-27 2011-12-28 上海北大方正科技电脑系统有限公司 Method for enabling android software to adapt to different screen densities
EP2887210A1 (en) * 2013-12-19 2015-06-24 Siemens Aktiengesellschaft Method and apparatus for automatically generating a help system for a software application
CN108415678A (en) * 2018-02-09 2018-08-17 广州新博庭网络信息科技股份有限公司 Multi-display method and Multi-screen display system
CN110764850A (en) * 2018-07-26 2020-02-07 阿里巴巴集团控股有限公司 Interface display method, parameter assignment method, system and equipment
CN109213465A (en) * 2018-09-21 2019-01-15 深圳点猫科技有限公司 It is a kind of for educating the multi-display identification method and system of operating system
CN110096322A (en) * 2019-03-25 2019-08-06 北京辰森世纪科技股份有限公司 The method and device of adaptive terminal screen, storage medium, electronic device

Also Published As

Publication number Publication date
CN111324326A (en) 2020-06-23

Similar Documents

Publication Publication Date Title
US20040093432A1 (en) Method and system for conducting image processing from a mobile client device
US10235945B2 (en) Apparatus and method for controlling display in electronic device having processors
CN111324326B (en) Processing method and device for displaying software to one machine with multiple screens
EP2579152A1 (en) Method and system to provide a user interface with respect to a plurality of applications
CN107341016B (en) Focus state implementation method and device under split screen mechanism, terminal and storage medium
US9380463B2 (en) Method for displaying lock screen and electronic device thereof
US9641768B2 (en) Filter realization method and apparatus of camera application
US11231836B2 (en) Multi-window displaying apparatus and method and mobile electronic equipment
CN107122104B (en) Data display method and device
CN106535002B (en) Desktop starter template layout updating method and device
CN106506805A (en) Head portrait of contact person generation method and device
CN112769688B (en) Method and device for protocol stack adaptation, electronic equipment and storage medium
JP2013120201A (en) Information processing apparatus and method
CN114546171A (en) Data distribution method, data distribution device, storage medium and electronic equipment
CN113507500A (en) Terminal control method, terminal control device, computer equipment and computer-readable storage medium
JP5910654B2 (en) Information processing apparatus, information processing apparatus control method, and program
CN108920122B (en) Screen display method, device, terminal and computer readable storage medium
CN114764556A (en) Data processing method, data processing device, computer equipment and storage medium
CN111667411A (en) Image transmission method and device, electronic equipment and storage medium
CN110457264A (en) Committee paper processing method, device, equipment and computer readable storage medium
CN112799578B (en) Keyboard drawing method and device, electronic equipment and storage medium
CN112732568B (en) System log acquisition method and device, storage medium and terminal
CN111045638B (en) Cursor control method and device, storage medium and terminal
US20150128082A1 (en) Multi-language input method and multi-language input apparatus using the same
CN115501588A (en) Image rendering method and device, storage medium and electronic equipment

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