CN111737545B - Method, system, terminal and storage medium for generating display view of storage device - Google Patents

Method, system, terminal and storage medium for generating display view of storage device Download PDF

Info

Publication number
CN111737545B
CN111737545B CN202010508779.3A CN202010508779A CN111737545B CN 111737545 B CN111737545 B CN 111737545B CN 202010508779 A CN202010508779 A CN 202010508779A CN 111737545 B CN111737545 B CN 111737545B
Authority
CN
China
Prior art keywords
hardware
browser
response
vector data
generating
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
CN202010508779.3A
Other languages
Chinese (zh)
Other versions
CN111737545A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010508779.3A priority Critical patent/CN111737545B/en
Publication of CN111737545A publication Critical patent/CN111737545A/en
Application granted granted Critical
Publication of CN111737545B publication Critical patent/CN111737545B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/904Browsing; Visualisation therefor

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)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a method, a system, a terminal and a storage medium for generating a display view of a storage device, wherein the method comprises the following steps: generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information, and constructing a device coordinate system aiming at the main view; collecting position information of various hardware, and sorting the various hardware of the main view according to categories by using a bubbling algorithm; acquiring vector data of each hardware of the main view in the equipment coordinate system, and generating a response area of the hardware according to the vector data; converting the response region into a browser response region by converting the vector data into a browser vector; presetting a response method corresponding to each hardware, and establishing a mapping relation between a browser response area and the corresponding response method of the hardware to which the browser response area belongs. The invention can realize the accurate correspondence between the view of the storage device and the server, improve the automation degree of view operation and simplify the operation flow.

Description

Method, system, terminal and storage medium for generating display view of storage device
Technical Field
The invention belongs to the technical field of servers, and particularly relates to a method, a system, a terminal and a storage medium for generating a display view of a storage device.
Background
The storage management is a large-scale management system with prosperous business, software and hardware coverage, multiple application scenes, frequent interface adaptation and the like. The management software not only provides visual data management, visual performance management and visual alarm management, but also provides visual conversion operation of the equipment view. The equipment views of the management interface correspond to the spatial positions of the actual machines one by one; and the established corresponding instructions can be correctly executed one by one; and the device is required to be ensured to be on display, so that the device can be detailed and attractive, and the overall design of the device view is greatly tested.
The existing device view display mode generally finds a corresponding device from a cluster network, then opens detailed information of the device, and then performs query and setting operations on the device.
However, the general problem of the existing view display mode is that the device view is very rough (the main view is generated by adopting a jigsaw mode), only class operations can be performed, such as disk loading, and only disk loading information can be input on a popup window of the popped disk loading. Because the existing view is too rough and the function is too simplified, the accurate correspondence between the view of the storage device and the server cannot be realized, the automation degree is low, and an operator is required to input some parameters in the operation process, so that the operation efficiency is reduced.
Disclosure of Invention
In view of the foregoing disadvantages in the prior art, the present invention provides a method, a system, a terminal and a storage medium for generating a display view of a storage device, so as to solve the above technical problems.
In a first aspect, the present invention provides a method for generating a display view of a storage device, including:
generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information, and constructing a device coordinate system aiming at the main view;
collecting position information of various hardware, and sorting the various hardware of the main view according to categories by using a bubbling algorithm;
acquiring vector data of each hardware of the main view in the equipment coordinate system, and generating a response area of the hardware according to the vector data;
converting the response region into a browser response region by converting the vector data into a browser vector;
presetting a response method corresponding to each hardware, and establishing a mapping relation between a browser response area and the corresponding response method of the hardware to which the browser response area belongs.
Further, the method further comprises:
acquiring hardware information from an interface of the storage device, and marking unavailable hardware slots;
if no sorting field exists in the hardware position information of any type, no sorting parameter is assigned to the hardware of the type.
Further, the acquiring vector data of each hardware of the main view in the device coordinate system and generating a response area of the hardware according to the vector data includes:
extracting origin coordinates and size parameters of each hardware in the equipment coordinate system from the main view;
and generating the response area coordinate of the hardware according to the origin coordinate and the size parameter.
Further, the converting the vector data into the browser vector includes:
converting the vector data into fourth quadrant vector data;
acquiring the width value and the height value of a div container of an original parent node of the fourth quadrant vector data by inquiring the ID of the parent level div container of the fourth quadrant vector data;
and generating browser coordinate data corresponding to the fourth quadrant vector data according to the current resolution of the screen, the width value and the height value.
Further, the method further comprises:
collecting browser coordinates of a mouse click command;
acquiring a target browser response area to which the browser coordinates belong;
and acquiring a target response method corresponding to the target browser response area according to the mapping relation, and executing the target response method.
In a second aspect, the present invention provides a system for generating a display view of a storage device, comprising:
the main image constructing unit is used for generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information and constructing a device coordinate system aiming at the main view;
the hardware sorting unit is configured for collecting position information of various types of hardware and sorting the various types of hardware of the main view according to categories by using a bubble algorithm;
the vector acquisition unit is configured to acquire vector data of each hardware of the main view in the equipment coordinate system and generate a response area of the hardware according to the vector data;
a vector conversion unit configured to convert the response area into a browser response area by converting the vector data into a browser vector;
and the response mapping unit is configured for presetting response methods corresponding to the hardware and establishing a mapping relation between the browser response area and the corresponding response method of the hardware to which the browser response area belongs.
Further, the system further comprises:
the slot marking unit is configured to collect hardware information from an interface of the storage device and mark unavailable hardware slots according to the hardware information;
and the fuzzy processing unit is configured to not assign the sorting parameters to the hardware if no sorting field exists in the hardware position information of any type.
Further, the system further comprises:
the command acquisition unit is used for acquiring browser coordinates of mouse click commands;
the area acquisition unit is configured to acquire a target browser response area to which the browser coordinates belong;
and the response execution unit is configured to acquire a target response method corresponding to the target browser response area according to the mapping relation and execute the target response method.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is configured to call and run the computer program from the memory, so that the terminal performs the method of the terminal described above.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the method, the system, the terminal and the storage medium for generating the display view of the storage device, the main view is directly generated according to the size parameters of the storage device, the whole picture is clear and smooth, the corresponding response method can be executed according to the mouse click command by establishing the hardware response areas and the mapping relation between the response areas and the hardware response methods, the parameters are not required to be input by an operator, and the operation efficiency is greatly improved. The method and the device can realize accurate correspondence between the view of the storage device and the server, improve the automation degree of view operation, simplify the operation process and improve the operation efficiency.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. 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.
The noun explains:
mass storage management software: the method provides unified monitoring of the host, the virtual machine, the switch and the multi-manufacturer storage equipment in the storage network environment, analyzes and solves various faults and bottlenecks in the storage network by automatically discovering and monitoring the storage network resources, counts the historical capacity and the historical performance of the storage array and the NAS to support the storage pool capacity prediction, collects and analyzes the capacity management information of the host, the virtual machine and the virtualization server, predicts the capacity use trend, effectively guides the capacity expansion/reduction of a user, finally helps enterprises to improve the management efficiency, and reasonably utilizes the storage resources in the physical and virtual environments.
And (3) bubbling algorithm: is a simpler sequencing algorithm in the field of computer science. It repeatedly walks through the columns of elements to be sorted, compares two adjacent elements in turn, and swaps them if the order (e.g., big to small, first letter from Z to a) is wrong. The work of walking through the elements is repeated until no adjacent elements need to be swapped, i.e., the element column has been sorted to completion.
The vector data (VectorData) is data representing the position of a figure or an entity by X and Y coordinates in a rectangular coordinate system. Vector data generally represent the spatial position of an object as accurately as possible by recording coordinates.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The implementation agent of fig. 1 may be, among other things, a system that generates a display view of a storage device.
As shown in fig. 1, the method 100 includes:
step 110, generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information, and constructing a device coordinate system for the main view;
step 120, collecting position information of various hardware, and sorting the various hardware of the main view according to categories by using a bubbling algorithm;
step 130, collecting vector data of each hardware of the main view in the equipment coordinate system, and generating a response area of the hardware according to the vector data;
step 140, converting the response area into a browser response area by converting the vector data into a browser vector;
step 150, presetting the response method corresponding to each hardware, and establishing the mapping relation between the browser response area and the corresponding response method of the hardware to which the browser response area belongs.
In order to facilitate understanding of the present invention, the method for generating a display view of a storage device provided by the present invention is further described below with reference to the principle of the method for generating a display view of a storage device of the present invention and the process for generating a display view of a storage device in the embodiments.
Specifically, the method for generating the display view of the storage device includes:
s1, generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information, and constructing a device coordinate system aiming at the main view.
According to the actual style and position of the equipment, cutting and assembling the equipment by drawing software according to the main body size parameters of the equipment and the distributed hardware parameter information, and drawing a high-definition picture capable of covering all the hardware information of the equipment as a main view. The length, the width and the height of the main view are fixed and do not change with the resolution of the browser.
And S2, collecting position information of various hardware, and sorting the various hardware of the main view according to categories by using a bubbling algorithm.
Various types of hardware information are collected from interfaces of the storage device by hardware types. According to the hardware information, the similar hardware on the main view is sorted, and the specific sorting method comprises the following steps:
(1) If the hardware information contains position information, such as hardware of a server, most of which have slot numbers, a bubbling algorithm is used for arranging the slot numbers from low to high.
Some of the slot numbers are all ordered directly, and if an empty disc is inserted in a certain position, the slot number is not skipped and the next slot is displayed directly (i.e. the existing 8 slots, seven discs, which are displayed as 0,1,2,3,4,5,6, and not displayed as 0,1,2,4,5,6, 7), this needs to be processed separately with a flag bit, processed as 0,1,2,4,5,6,7, and marks the unavailable slot (empty disc slot).
(2) There is no slot number in the hardware information, but there are other sort fields, by other sort fields.
(3) If no sorting field exists in the hardware information, the hardware is subjected to fuzzy processing, and the specified corresponding parameters are not provided. For example, if the position of the internal fan 1,2 is unknown, the fan information can only be looked up, and 1 and 2 can be looked up.
And S3, acquiring vector data of each hardware of the main view in the equipment coordinate system, and generating a response area of the hardware according to the vector data. Converting the response region into a browser response region by converting the vector data into a browser vector.
(1) And acquiring hardware coordinates, namely vector data. And putting hardware on the physical map in a physical map virtualization mode. And recording the length and the width of each hardware into a configuration library (a data conversion table) for standby.
(2) And performing hardware vector data conversion based on the device coordinate system. Two fans, e.g., blue frames, with origins of (x 1, y 1) and (x 2, y 2); the fan has a length and a width. Then the actual footprint of the first fan to the left will be (x 1+ a) × (y 1+ b). I.e., points lying on the x-axis, x1 to x1+ a, and y1 to y1+ b on the y-axis, the area map regions within this range are the response regions of the first fan.
(3) And converting the browser vector. The browser cannot actually distinguish the meaning of the point (x 1, y 1) of the real object image, and can only distinguish width and height of the current position of the mouse cursor, so that the vector coordinate needs to be converted into the browser coordinate. In practice the screen is a fourth quadrant, so it is necessary to convert the first quadrant vector data of the device coordinate system into the fourth quadrant. Assuming that the screen is 1366 x wide 768, in practice the screen resolution can vary. Clicking any point of the real object graph to obtain the vector coordinate (x 1, y 1) of the point, and finding the width and height of the div container of the original parent node of the vector coordinate from the parent level div container by searching the id of the parent level div container (used for storing the real object graph or the component). From the screen resolution and width and height, it can be derived that (width, 768-height) is the actual quadrant position of (x 1, y 1).
Thus, the response area can be converted into the browser response area through coordinate conversion.
S5, presetting response methods corresponding to each hardware, and establishing a mapping relation between a browser response area and the corresponding response method of the hardware to which the browser response area belongs.
The response method of each hardware is preset, and the response method is a specifically executed function or instruction and the like. And establishing a mapping relation between the browser response area and the response method by using the corresponding relation between the sensory hardware and the browser response area. And uniformly storing the mapping relation between the browser response area of each hardware and the response method into a configuration library (a method response table). For example, a first fan, clicking on the range of x1 x y1 to (x 1+ a) x (y 1+ b) triggers a corresponding response method, for example, function: fanClick (); other components trigger other click methods.
Any point of the physical map is clicked, a subsequent method can be triggered according to a browser response area to which a browser coordinate of the point belongs, and data dereferencing and value transmission are simpler, more convenient and more accurate. For example, a disk is loaded at a slot =1 position, a slot =1 parameter is automatically issued, and a method for fetching the slot =1 parameter is not required.
Two tables in the configuration library are actually abstracted to an object array, and the length, the width, the response method and the like are taken as data of the object array. A physical map corresponds to an object array.
The method for generating the display view of the storage device provided by the embodiment has the following advantages:
the display is more beautiful. Because the picture is cut directly instead of being split, the whole body is integrated
The later maintenance amount is small. And (5) converting a coordinate vector, converting a browser coordinate and after the development of a code tool is finished. And (4) secondary development only needs to maintain a, the length and the width of the component (a data conversion table) b and a response method (a method response table). Does not need to write html page language again
The expansibility is high. A plurality of object arrays can be configured to realize the display of a plurality of object graphs.
And the value assignment is simple and accurate. And the data is taken from the background, the data can be directly assigned to the corresponding component, and when the component is clicked, the basic parameters are issued together. For example, we can use slot and weight when we load the disk, where weight is a service parameter and slot is a slot number, and can correspond to an actual entity position. The slot =1, we issue a disk loading request, and will directly issue slot =1, which represents that the disk is loaded into the first slot. Therefore, the user does not need to find the value and then send the value.
The component response accuracy is high. Because of the premise that the size of the real object graph is unchanged, the scope can respond correctly as long as the length and the width of the inside and the outside are configured accurately and the position triggered by the mouse.
As shown in fig. 2, the system 200 includes:
a main image constructing unit 210 configured to generate a main view according to the main body size parameter of the storage device and the distributed hardware parameter information and construct a device coordinate system for the main view;
a hardware sorting unit 220 configured to collect position information of various types of hardware, and sort the various types of hardware of the main view according to categories by using a bubble algorithm;
the vector acquisition unit 230 is configured to acquire vector data of each piece of hardware of the main view in the device coordinate system, and generate a response area of the piece of hardware according to the vector data;
a vector conversion unit 240 configured to convert the response area into a browser response area by converting the vector data into a browser vector;
the response mapping unit 250 is configured to preset a response method corresponding to each hardware, and establish a mapping relationship between a browser response area and a corresponding response method of the hardware to which the browser response area belongs.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the method for generating a display view of a storage device according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be formed by an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the main view is directly generated according to the size parameters of the storage device, the whole picture is clear and smooth, the corresponding response method can be executed according to the mouse click command by establishing the hardware response areas and the mapping relation between the response areas and the hardware response methods, the parameters are not required to be input by operators, and the operation efficiency is greatly improved. According to the method and the device, the view of the storage device can accurately correspond to the server, the automation degree of view operation is improved, the operation process is simplified, and the operation efficiency is improved.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented using software plus any required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (9)

1. A method of generating a display view for a storage device, comprising:
generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information, and constructing a device coordinate system aiming at the main view;
collecting position information of various hardware, and sorting the various hardware of the main view according to categories by using a bubbling algorithm;
acquiring vector data of each hardware of the main view in the equipment coordinate system, and generating a response area of the hardware according to the vector data;
converting the response region into a browser response region by converting the vector data into a browser vector;
presetting a response method corresponding to each hardware, and establishing a mapping relation between a browser response area and the corresponding response method of the hardware to which the browser response area belongs;
converting the vector data into a browser vector, comprising:
converting the vector data into fourth quadrant vector data;
acquiring the width value and the height value of a div container of an original parent node of the fourth quadrant vector data by inquiring the ID of the parent level div container of the fourth quadrant vector data;
and generating browser coordinate data corresponding to the fourth quadrant vector data according to the current resolution of the screen, the width value and the height value.
2. The method of claim 1, further comprising:
acquiring hardware information from an interface of the storage device, and marking unavailable hardware slots;
if no sorting field exists in the hardware position information of any type, no sorting parameter is assigned to the hardware of the type.
3. The method according to claim 1, wherein the acquiring vector data of each hardware of the main view in the device coordinate system and generating the response area of the hardware according to the vector data comprises:
extracting origin coordinates and size parameters of each hardware in the equipment coordinate system from the front view;
and generating the response area coordinate of the hardware according to the origin coordinate and the size parameter.
4. The method of claim 1, further comprising:
collecting browser coordinates of a mouse click command;
acquiring a target browser response area to which the browser coordinates belong;
and acquiring a target response method corresponding to the target browser response area according to the mapping relation, and executing the target response method.
5. A system for generating a display view of a storage device, comprising:
the main image constructing unit is used for generating a main view according to the main body size parameters of the storage device and the distributed hardware parameter information and constructing a device coordinate system aiming at the main view;
the hardware sorting unit is configured to collect position information of various types of hardware and sort the various types of hardware of the main view according to categories by using a bubbling algorithm;
the vector acquisition unit is configured for acquiring vector data of each piece of hardware of the main view in the equipment coordinate system and generating a response area of the hardware according to the vector data;
a vector conversion unit configured to convert the response area into a browser response area by converting the vector data into a browser vector;
the response mapping unit is used for presetting a response method corresponding to each hardware and establishing a mapping relation between a browser response area and the corresponding response method of the hardware to which the browser response area belongs;
the vector conversion unit is specifically configured to:
converting the vector data into fourth quadrant vector data;
acquiring the width value and the height value of a div container of an original parent node of the fourth quadrant vector data by inquiring the ID of the parent level div container of the fourth quadrant vector data;
and generating browser coordinate data corresponding to the fourth quadrant vector data according to the current resolution of the screen, the width value and the height value.
6. The system of claim 5, further comprising:
the slot marking unit is configured to collect hardware information from an interface of the storage device and mark unavailable hardware slots according to the hardware information;
and the fuzzy processing unit is configured to not assign the sorting parameters to the hardware if no sorting field exists in the hardware position information of any type.
7. The system of claim 5, further comprising:
the command acquisition unit is used for acquiring browser coordinates of mouse click commands;
the area acquisition unit is configured to acquire a target browser response area to which the browser coordinates belong;
and the response execution unit is configured to acquire a target response method corresponding to the target browser response area according to the mapping relation and execute the target response method.
8. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-4.
9. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN202010508779.3A 2020-06-06 2020-06-06 Method, system, terminal and storage medium for generating display view of storage device Active CN111737545B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010508779.3A CN111737545B (en) 2020-06-06 2020-06-06 Method, system, terminal and storage medium for generating display view of storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010508779.3A CN111737545B (en) 2020-06-06 2020-06-06 Method, system, terminal and storage medium for generating display view of storage device

Publications (2)

Publication Number Publication Date
CN111737545A CN111737545A (en) 2020-10-02
CN111737545B true CN111737545B (en) 2022-10-18

Family

ID=72648359

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010508779.3A Active CN111737545B (en) 2020-06-06 2020-06-06 Method, system, terminal and storage medium for generating display view of storage device

Country Status (1)

Country Link
CN (1) CN111737545B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107066253A (en) * 2017-02-27 2017-08-18 网易(杭州)网络有限公司 Method, device and electronic equipment for mapping terminal
CN111125592A (en) * 2018-11-01 2020-05-08 百度在线网络技术(北京)有限公司 Thermodynamic diagram rendering method and device for application program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107066253A (en) * 2017-02-27 2017-08-18 网易(杭州)网络有限公司 Method, device and electronic equipment for mapping terminal
CN111125592A (en) * 2018-11-01 2020-05-08 百度在线网络技术(北京)有限公司 Thermodynamic diagram rendering method and device for application program

Also Published As

Publication number Publication date
CN111737545A (en) 2020-10-02

Similar Documents

Publication Publication Date Title
Reussner et al. SKaMPI: A comprehensive benchmark for public benchmarking of MPI
EP0453386A2 (en) Hierarchical inter-panel process flow control
CN108664461B (en) Automatic filling method and device for webpage form
CN104794047A (en) Correlation analysis of performance metrics
CN113779479B (en) Webpage form editing method, device, equipment and storage medium
CN111026670B (en) Test case generation method, test case generation device and storage medium
CN106294128B (en) A kind of automated testing method and device exporting report data
CN112988185A (en) Cloud application updating method, device and system, electronic equipment and storage medium
CN113434482A (en) Data migration method and device, computer equipment and storage medium
CN113434396A (en) Interface test method, device, equipment, storage medium and program product
CN112003729B (en) Heterogeneous cloud platform resource topology display method, system, terminal and storage medium
CN110737600A (en) Collapse statistical data display method and device, computer equipment and storage medium
CN112395182A (en) Automatic testing method, device, equipment and computer readable storage medium
CN107783728A (en) Date storage method, device and equipment
CN111737545B (en) Method, system, terminal and storage medium for generating display view of storage device
CN113553341A (en) Multidimensional data analysis method, multidimensional data analysis device, multidimensional data analysis equipment and computer readable storage medium
CN111488144A (en) Data processing method and equipment
CN113590667A (en) Real-time data updating and managing method based on Spark Streaming
CN114327709A (en) Control page generation method and device, intelligent device and storage medium
CN113806556A (en) Method, device, equipment and medium for constructing knowledge graph based on power grid data
CN109992468B (en) Process performance analysis method, device and system and computer storage medium
CN112464132A (en) Page generation and configuration method and device
CN111651430B (en) Equipment automation management method, device, server, client and storage medium
CN115248664B (en) Data reading and writing method, device, equipment and storage medium
CN112035425B (en) Log storage method and device and computer system

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