CN106649387B - Method and device for displaying information - Google Patents

Method and device for displaying information Download PDF

Info

Publication number
CN106649387B
CN106649387B CN201510736228.1A CN201510736228A CN106649387B CN 106649387 B CN106649387 B CN 106649387B CN 201510736228 A CN201510736228 A CN 201510736228A CN 106649387 B CN106649387 B CN 106649387B
Authority
CN
China
Prior art keywords
entity
display area
information
display
size
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
CN201510736228.1A
Other languages
Chinese (zh)
Other versions
CN106649387A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201510736228.1A priority Critical patent/CN106649387B/en
Publication of CN106649387A publication Critical patent/CN106649387A/en
Application granted granted Critical
Publication of CN106649387B publication Critical patent/CN106649387B/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

Abstract

The embodiment of the application provides a method and a device for displaying information, the method comprises the steps of determining an entity display area with a display range smaller than the size of a terminal screen, determining data information to be displayed in the entity display area, displaying part of information which does not exceed the display range of the entity display area in the entity display area according to a preset display format, hiding residual information, and displaying the residual information in the entity display area when it is monitored that a user executes specified operation. According to the method, the display range of the entity display area is smaller than the size of the terminal screen, and the content displayed in the current terminal screen is not required to be adjusted through scrolling operation, so that the data information in the entity display area and the connecting line between the entity display areas for representing the connection between the entities can be displayed within one screen range, compared with the prior art, the operation of a user in the process of viewing the data information contained in each entity can be effectively reduced, and the convenience of the user operation is improved.

Description

Method and device for displaying information
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for displaying information.
Background
With the rapid development of computer technology, the functions of the database are improved, people can conveniently complete the storage, management, inspection, calling and other works of data information through the database, meanwhile, people can also edit, develop, design and other works according to a large amount of data information stored in the database, and the capacity and the convenience of processing the data information by people are greatly improved.
The data information stored in the database is usually described by a data model, and the representation form of the data model is usually represented by entities and attributes. The entity is a collection of attributes, generally a collection name of a type of data information or some data information with strong relevance, and its expression form may be a name of a certain data table in the database. Attributes are properties of an entity and may be represented in the form of one or more fields of a data table.
In the data model, there are usually certain relations between entities, and these relations have very important roles in practical applications, which can be used as important basis for people to complete or process some transactions (such as software development, etc.). Because an Entity Relationship (ER) graph can visually represent entities, attributes and relationships among the entities, people usually represent the relationships among the entities in the form of the ER graph.
In the prior art, the ER diagram is usually displayed by connecting entities, as shown in fig. 1A and 1B.
Fig. 1A and 1B are schematic diagrams illustrating an ER diagram in the prior art according to an embodiment of the present disclosure.
In fig. 1A, the entities 1, 2 and 3 shown in the ER diagram are three entities with certain relationships, and the relationships among the entities are shown as links in fig. 1A. These three entities all contain their respective attributes, which are respectively displayed in the entity display areas shown in fig. 1A, wherein all the attributes cannot be accommodated in the limited entity display area due to the excessive number of attributes contained in the entity 1, and therefore, in order to display the attributes in the entity 1 sufficiently, the entity display area can be enlarged downward, as shown in the entity display area of the entity 1 shown in fig. 1A.
However, because the size of the terminal screen is limited, the attribute of the entity 1 can only be displayed in a part of the terminal screen but not in the whole terminal screen, when the user wants to view the attribute of the entity 1 not displayed in the terminal screen, the user can slide the whole ER diagram upwards through the scrolling operation, and further can display the rest part of the attribute in the entity 1, so that the user can effectively view all the attributes in the entity 1, as shown in fig. 1B.
Although the above-described method for displaying the ER diagram can show the relationship between the entities and can display the attributes contained in the entities, in fig. 1B, although the user can check the attributes of the entity 1 not shown in fig. 1A through the scroll operation, as the whole ER diagram slides upward, the relationship connecting lines between the entities shown in fig. 1A will also move upward, so that the relationship connecting lines in fig. 1A disappear in the terminal screen, and when the user needs to check the relationship between the entities again, the user also needs to slide the whole ER diagram downward through the scroll operation to redisplay the relationship connecting lines between the entities in the terminal screen, so that the user can check the relationship between the entities, which is cumbersome in operation, and at the same time, the attributes of the entity 1 displayed on the terminal screen in fig. 1B may have certain attributes with the entities 2 and 3 displayed on the terminal screen in fig. 1A Therefore, the method for displaying the ER map is also not beneficial to a user to view the relationship of the attributes among the entities.
Disclosure of Invention
The embodiment of the application provides a method and a device for displaying information, which are used for solving the problems that in the prior art, when a user checks the contact among entities, the operation is complicated, and the convenience is low.
The method for displaying information provided by the embodiment of the application comprises the following steps:
determining the size of a terminal screen;
determining an entity display area according to the size of the terminal screen, wherein the display range of the entity display area does not exceed the size of the terminal screen;
determining data information to be displayed in the entity display area;
according to a preset display format, displaying partial information which does not exceed the display range of the entity display area in the data information in the entity display area, and hiding the residual information in the data information;
and when it is monitored that the user executes the specified operation, displaying the residual information in the entity display area.
The device of display information that this application embodiment provided includes:
a first determining module for determining the device screen size;
the second determining module is used for determining an entity display area according to the size of the screen, wherein the display range of the entity display area does not exceed the size of the screen;
an information determination module for determining data information to be displayed in the entity display area;
the first display module is used for displaying partial information which does not exceed the size of the entity display area in the data information in the entity display area according to a preset display format and hiding the residual information in the data information;
and the second display module is used for displaying the residual information in the entity display area when monitoring that the user executes the specified operation.
The embodiment of the application provides a method and a device for displaying information, the method comprises the steps of determining an entity display area with a display range smaller than the size of a terminal screen, determining data information to be displayed in the entity display area, displaying part of information which does not exceed the display range of the entity display area in the entity display area according to a preset display format, hiding residual information, and displaying the residual information in the entity display area when it is monitored that a user executes specified operation. According to the method, the display range of the entity display area is smaller than the size of the terminal screen, and the content displayed in the current terminal screen is not required to be adjusted through the scrolling operation, so that the data information in the entity display area and the connecting line between the entity display areas for representing the connection between the entities can be displayed within one screen range, and compared with the method for adjusting the display content through the scrolling operation in the prior art, the method can effectively reduce the operation of a user when the user views the data information contained in each entity, and improve the convenience of the user operation.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
FIGS. 1A and 1B are schematic diagrams illustrating an ER diagram in the prior art according to an embodiment of the present disclosure;
FIG. 2 is a process for displaying information provided by an embodiment of the present application;
fig. 3A, 3B, and 3C are schematic diagrams illustrating determining a display range of an entity display area according to an embodiment of the present disclosure;
fig. 4 is a schematic diagram of split data information provided in an embodiment of the present application;
FIG. 5 is a detailed schematic diagram of a physical display area shown in the ER map provided in an embodiment of the present application;
fig. 6 is a schematic structural diagram of an information display apparatus according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the 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 application.
Fig. 2 is a process for displaying information provided in the embodiment of the present application, which specifically includes the following steps:
s201: and determining the size of the terminal screen.
In practical applications, people usually use the entity display area to display the data information contained in each entity, and in order to enable the entity display area to display all the data information contained in each entity within a display range that does not exceed the size of the terminal screen when the entity display area displays the data information, in this embodiment of the present application, the terminal can determine the entity display area whose display range does not exceed the size of the terminal screen according to the size of the terminal screen, and before that, the terminal needs to determine the size of its own screen. In order to further explain the method provided by the embodiment of the present application in detail, only the entity display area in the ER diagram will be taken as an example for detailed description.
The ER diagram generally includes a plurality of entities, where each entity corresponds to an entity display area, and each entity display area occupies a certain area of a terminal screen, so that relationships among the entities can be displayed as completely as possible, and a user can view all data information included in each entity in the entity display area without a scrolling operation when viewing the data information displayed in the entity display area, and therefore, it is necessary that a display range of the entity display area is not too large, that is, cannot exceed a size of the terminal screen, and since a size of the terminal screen is not changed, when determining the display range of each entity display area, the terminal can determine the size of the terminal screen based on the size of the terminal screen, and before that, the terminal can determine the size of the terminal screen.
In practical application, each terminal screen has respective parameters, the parameters usually include parameters related to the size of the terminal screen, and when the terminal runs, each parameter of the screen can be obtained from a running operating system, so that the terminal can determine the size of the terminal screen according to each parameter of the terminal screen. In addition, the user can also actively input the size of the screen, so that the terminal determines the size of the screen after monitoring the size of the screen input by the user.
It should be noted that, in practical applications, when displaying the ER diagram, the whole terminal screen is not necessarily occupied, and a user sometimes displays the ER diagram in one window interface in the terminal screen according to personal habits, so in this embodiment of the present application, the terminal may also determine the size of the window interface in the terminal screen for displaying the ER diagram, as the determined size of the terminal screen, and the specific determination process is as follows: the terminal can determine the size of the window interface by acquiring data information related to the window interface from an operating system run by the terminal.
S202: and determining an entity display area according to the size of the terminal screen, wherein the display range of the entity display area does not exceed the size of the terminal screen.
After the terminal determines the size of the terminal screen, the display range of the entity display area for displaying the data information contained in each entity can be determined according to the size of the screen, wherein the display range of the entity display area does not exceed the size of the terminal screen.
Specifically, when the terminal determines the display range of the entity display area according to the determined size of the terminal screen, the display range of the entity display area may be set within a range in which the length and the width of the entity display area do not exceed the length and the width of the terminal screen, as shown in fig. 3A, 3B, and 3C.
Fig. 3A, 3B, and 3C are schematic diagrams illustrating determining a display range of an entity display area according to an embodiment of the present disclosure.
Assuming that the display range of the entity display area is as shown in fig. 3A, where only a part of the display range of the entity display area is displayed in the terminal screen, and the dotted line part is a part where the width of the display range of the entity display area exceeds the width of the terminal screen, in this embodiment of the present application, the terminal does not determine the display range of the entity display area as shown in fig. 3A as the display range of the entity display area. And assuming that the display range of another entity display area is as shown in fig. 3B, wherein only a part of the display range of the entity display area is also displayed in the terminal screen, and the dotted line part is a part of the display range of the entity display area, which has a length exceeding the length of the terminal screen, because the length of the entity display area exceeds the length of the terminal screen, in the embodiment of the present application, the terminal also does not determine the display range of the entity display area as shown in fig. 3B as the display range of the entity display area. Fig. 3C shows a display range of the third entity display area, and the display range of the entity display area is all displayed in the terminal screen, so that, since the display range of the entity display area does not exceed the range of the length and the width of the terminal screen, in the embodiment of the present application, the terminal may determine the display range of the entity display area shown in fig. 3C as the display range of the entity display area.
Furthermore, the terminal may set the display range of the entity display area as a default display range on the premise that the display range of the entity display area does not exceed the size of the terminal screen, for example, the display range of the entity display area is determined as 1/10 of the size of the terminal screen according to a preset condition.
In addition to setting the display range of the entity display area as a default display range, the terminal may also determine the display range of the entity display area according to the determined size of the terminal screen and the number of entities to be displayed in the ER map input by the user. Specifically, the terminal may use the formula S ═ (S)1-S0) Calculating the display range of each entity display area by using the data, wherein S is the display range of the entity display area and S1For determining the size, S, of the terminal screen0To prepareThe size of the reserved area, n is the number of entities, the reserved area usually includes the area occupied by the relation connecting line (used for representing the relation between the entities) between the entity display areas and some other blank areas, and the terminal can determine the reserved area S according to the preset setting0The size of (2).
For example, a user inputs an instruction for displaying 15 entities in the ER diagram to the terminal according to actual requirements, and after receiving the instruction, the terminal displays the instruction according to the number of the entities 15 and the preset size S of the reserved area1(S) can be further determined according to the formula S ═ S1-S0) And/n, determining the display range of each entity display area as 1/20 of the size of the terminal screen.
It should be noted that the above formula for determining the display range of the entity display area is not unique, and the terminal may also determine the display range of the entity display area according to other similar formulas, which is not limited herein.
S203: determining data information to be displayed in the entity display area.
After the display range of each entity display area is determined, the terminal can determine the data information corresponding to each entity to be displayed in each entity display area. And one entity display area is used for displaying data information corresponding to one entity. For each entity display area, the data information corresponding to the entity name can be determined in the database according to the entity name input by the user in the entity display area or according to the preset entity name corresponding to the entity display area, namely the data information to be displayed in the entity display area. Of course, the data information manually input in the entity display area by the user can also be determined as the data information to be displayed in the entity display area.
In addition, the method for determining the relation between the entities may also be determined according to the entity name input by the user in the entity display area, or according to a preset entity name corresponding to the entity display area, which is not limited in this application.
S204: according to a preset display format, partial information which does not exceed the display range of the entity display area in the data information is displayed in the entity display area, and the rest information in the data information is hidden.
After determining the display range of each entity display area and the data information to be displayed in each entity display area, the terminal may display corresponding data information in each entity display area according to a preset display format, where the number of the data information displayed in each entity display area does not exceed the maximum number of the data information that can be displayed in each entity display area in the preset display format, and if the number exceeds the maximum number, the data information exceeding the maximum number may be hidden in the entity display area, and in the following step S205, when it is monitored that the user performs a specified operation, the hidden remaining information is displayed in the entity display area.
Specifically, the terminal may split the data information to be displayed in each entity display area into a plurality of pieces of sub information according to a preset display format and the display range of the entity display area determined in step S202, and when displaying, display one piece of sub information in the entity display area, and hide the remaining sub information. And the display range of each split sub-information is not beyond the display range of the entity display area when the split sub-information is displayed in the preset display format.
Further, when splitting the data information to be displayed in an entity display area, the terminal may first determine, according to the display range of the entity display area and a preset display format, a maximum number of characters that can be displayed in the display range of the entity display area when displaying the data information in the display format, then determine any specified number of characters that is not greater than the maximum number of characters, and finally split the data information to be displayed in the entity display area into a plurality of pieces of sub information with the specified number of characters as a number of characters included in one piece of sub information, where the preset display format may include a font, a font size, and the like when displaying the data information, as shown in fig. 4.
Fig. 4 is a schematic diagram of splitting data information according to an embodiment of the present application.
In fig. 4, the entity 1 includes 260 data information in total, and assuming that 130 characters (the maximum number of characters) can be displayed at most in the entity display area when the data information is displayed in the preset display format in the entity display area determined in step S202, the number of the designated characters can be determined to be 120 characters, and then the 260 data information is split into a plurality of pieces of sub information with 120 characters as a unit, where the number of characters included in each piece of sub information does not exceed 120 characters.
When displaying, according to the sequence of each character in the data information, displaying the first sub information by default, and hiding the remaining sub information, for example, if a solid line box in fig. 4 represents an entity display area, displaying the first sub information in the entity display area, and a dotted line box represents each hidden sub information after splitting.
S205: and when it is monitored that the user executes the specified operation, displaying the residual information in the entity display area.
After the terminal displays the data information contained in each entity display area in the ER diagram, whether a user executes a specified operation on the entity display area or not can be monitored, and when it is monitored that the user executes the specified operation, one piece of sub information hidden in the entity display area is displayed in the entity display area.
Specifically, after the terminal displays one piece of sub information in the entity display area and hides the remaining sub information, an operation button corresponding to an appointed operation may be displayed in the entity display area, so that the user can execute the appointed operation through the operation button, and when the terminal monitors that the user clicks the operation button, the currently displayed piece of sub information in the entity display area is hidden and one piece of sub information in the remaining sub information is displayed, as shown in fig. 5.
Fig. 5 is a detailed schematic diagram of an entity display area displayed in an ER diagram according to an embodiment of the present application.
For example, fig. 5 is an entity display area of an entity 1 in an ER diagram, where the entity 1 includes 560 data information, and after the terminal determines the 560 data information, the terminal may split the 560 data information through the above step S204 to obtain each piece of sub information and the quantity thereof (the quantity is not the number of characters, but the quantity of the data information), and display the total quantity of the data information and the quantity of the sub information in the entity display area.
Since only one sub-message can be displayed in the entity display area and other sub-messages are hidden in the entity display area, in order to enable the user to switch the currently displayed sub-message in the entity display area to another sub-message through a specified operation, the terminal can display one or more operation buttons for switching the sub-messages in the entity display area, such as the direction arrows shown in fig. 5 represent the operation buttons.
When the terminal monitors that the user clicks the operation button shown in fig. 5, and determines that the user performs the specified operation, the currently displayed sub-information in the entity display area may be switched to another sub-information adjacent to the sub-information, that is, the currently displayed sub-information is hidden, and another sub-information arranged before or after the currently displayed sub-information is displayed in the entity display area (when the data information is divided into a plurality of sub-information, the sub-information is sorted according to the sorting order of characters in the data information). Specifically, when the user clicks the operation button indicated by the left directional arrow in fig. 5, the terminal may switch the currently displayed sub information in the entity display area to the previous sub information adjacent to the sub information, and when the user clicks the operation button indicated by the right directional arrow in fig. 5, the terminal may switch the currently displayed sub information in the entity display area to the next sub information adjacent to the sub information.
It should be noted that the above-described specifying operation performed by the user is not limited to an operation of clicking a button, and the user may slide the entity display area up and down or left and right or switch each sub-information by a specified gesture operation on the touch screen terminal to obtain the required sub-information.
In the above embodiment, the process that the terminal displays the data information included in each entity in each determined entity display area is described in detail, in the above process, the terminal may determine the display range of the entity display area within an appropriate range that does not exceed the size of the terminal screen according to actual needs, and split the data information included in each entity into a plurality of pieces of sub information with the maximum number of characters displayed in the entity display area as a unit, where only one piece of sub information is displayed in the entity display area, and other pieces of sub data information are hidden in the entity display area. When the terminal monitors the designated operation executed by the user, the terminal can use the other sub information left in the sub information displayed in the current entity display area, and compared with the method needing to adjust the display content through the scroll operation in the prior art, the method can effectively reduce the operation of the user when the user views the data information contained in each entity, and improve the convenience of the user operation.
In the embodiment of the application, the position of each entity display area displayed in the ER diagram is not fixed, a user can drag the entity display area according to the actual requirement of the user to move the entity display area to the required position of the user, and in the moving process of the entity display area, the relation connecting line between the entity display area and other entity display areas can be correspondingly adjusted along with the movement of the entity display area, or the corresponding adjustment can not be performed, and after the entity display area is moved, the user can automatically adjust according to the actual requirement of the user.
In step S202, in order to facilitate that the user can determine the display range of the entity display area adapted to the user' S own needs according to the actual needs of the user, in this embodiment of the present application, the user may also actively determine the display range of each entity display area in the ER diagram, that is, the user may draw each entity display area in the ER diagram according to the actual needs of the user by using the drawing tool of the ER diagram.
The display range threshold may be determined by the formula S (S) in step S2021-S0) The value of/n is determined, and the determined S can be used as the display range threshold value. In addition, when the display range of the entity display area drawn by the user exceeds the display range threshold determined by the terminal, the terminal can also forcibly adjust the entity display area drawn by the user to be within the display range threshold.
In the embodiment of the present application, in order to display the connections between the entity display areas in the ER diagram as much as possible, the terminal may reduce the display range of each entity display area as much as possible, and since the entity display areas may display the data information included in each entity, when the user uses the ER diagram, the user needs to view the data information included in each entity in addition to the connections between the entity display areas through the ER diagram, so as not to affect the user in viewing the data information displayed in each entity display area, when the user performs an enlarging operation such as double-clicking the entity display area, pressing and enlarging the entity display area, the reduced entity display area may be enlarged, so that the user can conveniently view data information contained in each entity display area, and when the user performs a reducing operation such as clicking a blank area, the enlarged entity display area may be reduced to an original display range.
Based on the same idea, the method for displaying information provided in the embodiment of the present application further provides an apparatus for displaying information, as shown in fig. 6.
Fig. 6 is a schematic structural diagram of an information display device according to an embodiment of the present application, which specifically includes:
a first determining module 601, configured to determine the device screen size;
a second determining module 602, configured to determine an entity display area according to the screen size, where a display range of the entity display area does not exceed the screen size;
an information determining module 603, configured to determine data information to be displayed in the entity display area;
a first display module 604, configured to display, in the entity display area according to a preset display format, a part of information that does not exceed the size of the entity display area in the data information, and hide remaining information in the data information;
a second display module 605, configured to display the remaining information in the entity display area when it is monitored that the user performs a specified operation.
The first display module 604 is specifically configured to split the data information into a plurality of pieces of sub information according to a preset display format and the size of the entity display area, where the size of each piece of sub information when displayed in the preset display format does not exceed the size of the entity display area; and displaying one piece of sub information in the entity display area, and hiding the rest sub information.
The second display module 605 is further configured to, before monitoring that the user performs the specified operation, display an operation button corresponding to the specified operation, so that the user performs the specified operation through the operation button;
the second display module 605 is specifically configured to, when it is monitored that the user clicks the operation button, hide the currently displayed sub information in the entity display area, and display one of the remaining sub information.
The device is applied to display data information in the entity contact ER graph.
The embodiment of the application provides a method and a device for displaying information, the method comprises the steps of determining an entity display area with a display range smaller than the size of a terminal screen, determining data information to be displayed in the entity display area, displaying part of information which does not exceed the display range of the entity display area in the entity display area according to a preset display format, hiding residual information, and displaying the residual information in the entity display area when it is monitored that a user executes specified operation. According to the method, the display range of the entity display area is smaller than the size of the terminal screen, and the content displayed in the current terminal screen is not required to be adjusted through the scrolling operation, so that the data information in the entity display area and the connecting line between the entity display areas for representing the connection between the entities can be displayed within one screen range, and compared with the method for adjusting the display content through the scrolling operation in the prior art, the method can effectively reduce the operation of a user when the user views the data information contained in each entity, and improve the convenience of the user operation.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (6)

1. A method for displaying information, which is applied to displaying an entity contact ER graph, comprises the following steps:
determining the size of a terminal screen;
determining an entity display area according to the size of the terminal screen, wherein the display range of the entity display area does not exceed the size of the terminal screen; the display range of the entity display areas is determined according to the size of the terminal screen, the size of a reserved area and the number of entities, wherein the reserved area comprises the area occupied by the relation connecting lines among the entity display areas;
determining data information to be displayed in the entity display area;
according to a preset display format, displaying partial information which does not exceed the display range of the entity display area in the data information in the entity display area, and hiding the residual information in the data information;
and when it is monitored that the user executes the specified operation, displaying the residual information in the entity display area.
2. The method according to claim 1, wherein according to a preset display format, displaying a part of the data information that does not exceed a display range of the entity display area in the entity display area, and hiding remaining information in the data information, specifically comprising:
splitting the data information into a plurality of pieces of sub information according to a preset display format and the display range of the entity display area, wherein the display range of each piece of sub information when displayed in the preset display format does not exceed the display range of the entity display area;
and displaying one piece of sub information in the entity display area, and hiding the rest sub information.
3. The method of claim 2, wherein prior to monitoring that the user performs the specified operation, the method further comprises:
displaying an operation button corresponding to a specified operation so that a user can execute the specified operation through the operation button;
when it is monitored that the user performs the specified operation, displaying the remaining information in the entity display area, specifically including:
when it is monitored that the user clicks the operation button, hiding currently displayed sub information in the entity display area, and displaying one piece of sub information in the remaining sub information.
4. An apparatus for displaying information, the apparatus being adapted to display an entity contact (ER) graph, comprising:
a first determining module for determining the device screen size;
the second determining module is used for determining an entity display area according to the size of the screen, wherein the display range of the entity display area does not exceed the size of the screen; the display range of the entity display areas is determined according to the size of the screen of the device, the size of a reserved area and the number of entities, wherein the reserved area comprises the area occupied by the relation connecting lines among the entity display areas;
an information determination module for determining data information to be displayed in the entity display area;
the first display module is used for displaying partial information which does not exceed the size of the entity display area in the data information in the entity display area according to a preset display format and hiding the residual information in the data information;
and the second display module is used for displaying the residual information in the entity display area when monitoring that the user executes the specified operation.
5. The apparatus according to claim 4, wherein the first display module is specifically configured to split the data information into a plurality of pieces of sub information according to a preset display format and a size of the entity display area, where a size of each piece of sub information when displayed in the preset display format does not exceed the size of the entity display area; and displaying one piece of sub information in the entity display area, and hiding the rest sub information.
6. The device of claim 5, wherein the second display module is further configured to, before monitoring that the user performs the specified operation, display an operation button corresponding to the specified operation, so that the user performs the specified operation through the operation button;
the second display module is specifically configured to, when it is monitored that the user clicks the operation button, hide sub information currently displayed in the entity display area, and display one piece of sub information of the remaining sub information.
CN201510736228.1A 2015-11-02 2015-11-02 Method and device for displaying information Active CN106649387B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510736228.1A CN106649387B (en) 2015-11-02 2015-11-02 Method and device for displaying information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510736228.1A CN106649387B (en) 2015-11-02 2015-11-02 Method and device for displaying information

Publications (2)

Publication Number Publication Date
CN106649387A CN106649387A (en) 2017-05-10
CN106649387B true CN106649387B (en) 2020-07-03

Family

ID=58810319

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510736228.1A Active CN106649387B (en) 2015-11-02 2015-11-02 Method and device for displaying information

Country Status (1)

Country Link
CN (1) CN106649387B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108388623B (en) * 2018-02-12 2020-09-01 平安科技(深圳)有限公司 ER relationship generation method and device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101661376A (en) * 2009-09-21 2010-03-03 宇龙计算机通信科技(深圳)有限公司 Method for displaying window information, system and display terminal thereof
CN101763270A (en) * 2010-01-28 2010-06-30 华为终端有限公司 Method for displaying and processing assembly and user equipment
CN103425633A (en) * 2012-05-16 2013-12-04 腾讯科技(深圳)有限公司 Method and device for adjusting webpage
CN103870117A (en) * 2014-02-18 2014-06-18 联想(北京)有限公司 Information processing method and electronic equipment
CN104463004A (en) * 2013-09-24 2015-03-25 北京三星通信技术研究有限公司 Method and device for protecting interface content

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101661376A (en) * 2009-09-21 2010-03-03 宇龙计算机通信科技(深圳)有限公司 Method for displaying window information, system and display terminal thereof
CN101763270A (en) * 2010-01-28 2010-06-30 华为终端有限公司 Method for displaying and processing assembly and user equipment
CN103425633A (en) * 2012-05-16 2013-12-04 腾讯科技(深圳)有限公司 Method and device for adjusting webpage
CN104463004A (en) * 2013-09-24 2015-03-25 北京三星通信技术研究有限公司 Method and device for protecting interface content
CN103870117A (en) * 2014-02-18 2014-06-18 联想(北京)有限公司 Information processing method and electronic equipment

Also Published As

Publication number Publication date
CN106649387A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
US11250089B2 (en) Method for displaying service object and processing map data, client and server
US9589233B2 (en) Automatic recognition and insights of data
RU2645276C2 (en) Creation of variations when converting data to consumer content
EP2990924A1 (en) Gesture-based on-chart data filtering
US10339209B2 (en) Webpage display method and device
RU2662632C2 (en) Presenting fixed format documents in reflowed format
CA2857409A1 (en) Quick analysis tool for spreadsheet application programs
US20140331179A1 (en) Automated Presentation of Visualized Data
CN106897321B (en) Method and device for displaying map data
US20180275838A1 (en) Method, device and browser for presenting recommended news, and electronic device
CN109040767B (en) Live broadcast room loading method, system, server and storage medium
US20220121654A1 (en) Spreadsheet with dynamic database queries
CN107533568A (en) It is determined that the system and method using zoom level
US20130080950A1 (en) Incrementally self-organizing workspace
WO2019018062A1 (en) Organizing images automatically into image grid layout
CN106970758B (en) Electronic document operation processing method and device and electronic equipment
US9984163B2 (en) Self-presenting report
CN106649387B (en) Method and device for displaying information
CN111796736B (en) Application sharing method and device and electronic equipment
CN111782309B (en) Method and device for displaying information and computer readable storage medium
CN112579664A (en) Processing method and device for chart linkage
CN109799940B (en) Method, apparatus, and computer recording medium for processing presentation content in response to gesture operation
CN107831976B (en) Message display method and device
WO2017193456A1 (en) Method and device for performing text manipulation operation
CN106775283B (en) Content display method, device and 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
TR01 Transfer of patent right

Effective date of registration: 20200924

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200924

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Patentee before: Alibaba Group Holding Ltd.

TR01 Transfer of patent right