CN112632158A - Data processing method, device and storage medium - Google Patents

Data processing method, device and storage medium Download PDF

Info

Publication number
CN112632158A
CN112632158A CN201910906184.0A CN201910906184A CN112632158A CN 112632158 A CN112632158 A CN 112632158A CN 201910906184 A CN201910906184 A CN 201910906184A CN 112632158 A CN112632158 A CN 112632158A
Authority
CN
China
Prior art keywords
interface
management
category
category dimension
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910906184.0A
Other languages
Chinese (zh)
Inventor
郑重
卢晓勇
刘滨涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alibaba Group Holding 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 CN201910906184.0A priority Critical patent/CN112632158A/en
Publication of CN112632158A publication Critical patent/CN112632158A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the application provides a data processing method, data processing equipment and a storage medium. In some exemplary embodiments of the present application, class dimension information to which an interface belongs is annotated in an interface code file, and then the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, structured data of the interface is obtained by performing classification management on metadata of the interface according to the class dimension information to which the interface belongs, and the interface can be visually managed according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface and making the interface management more intuitive and convenient.

Description

Data processing method, device and storage medium
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a data processing method, device, and storage medium.
Background
Interface, refers to a type of reference that defines an agreement. Other types implement interfaces to ensure that they support certain operations. An interface specifies the members that must be provided by a class or other interface that implements it. Similar to classes, interfaces may contain methods, attributes, indexers, and events as members.
At present, the efficiency of interface management is poor, and the labor cost is high.
Disclosure of Invention
Various aspects of the present application provide a data processing method, device, and storage medium, which perform multidimensional visual display on an interface, improve the management efficiency of the interface, and reduce the labor cost.
An embodiment of the present application provides a data processing method, including:
extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
extracting category dimension information to which at least one interface belongs from the annotation information of the at least one interface;
according to the category dimension information of the at least one interface, carrying out classification management on metadata of the at least one interface to obtain structured data of the at least one interface; wherein the structured data of the at least one interface is used for visual management of the at least one interface.
The embodiment of the present application further provides a data processing method, which is applicable to a display terminal, and the method includes:
responding to interface display operation, displaying an interface management interface according to structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
and in response to the selection operation aiming at the at least one category dimension, showing attribute information of a target interface belonging to the selected category dimension in the at least one interface.
An embodiment of the present application further provides a data processing apparatus, including: a memory and a processor;
the memory to store one or more computer instructions;
the processor to execute the one or more computer instructions to:
extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
extracting category dimension information to which at least one interface belongs from the annotation information of the at least one interface;
according to the category dimension information of the at least one interface, carrying out classification management on metadata of the at least one interface to obtain structured data of the at least one interface; wherein the structured data of the at least one interface is used for visual management of the at least one interface.
Embodiments of the present application also provide a computer-readable storage medium storing a computer program that, when executed by one or more processors, causes the one or more processors to perform actions comprising:
extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
extracting category dimension information to which at least one interface belongs from the annotation information of the at least one interface;
according to the category dimension information of the at least one interface, carrying out classification management on metadata of the at least one interface to obtain structured data of the at least one interface; wherein the structured data of the at least one interface is used for visual management of the at least one interface.
An embodiment of the present application further provides a display terminal, including: a memory and a processor;
the memory to store one or more computer instructions;
the processor to execute the one or more computer instructions to:
responding to interface display operation, displaying an interface management interface according to structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
and in response to the selection operation aiming at the at least one category dimension, showing attribute information of a target interface belonging to the selected category dimension in the at least one interface.
Embodiments of the present application also provide a computer-readable storage medium storing a computer program that, when executed by one or more processors, causes the one or more processors to perform actions comprising:
responding to interface display operation, displaying an interface management interface according to structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
and in response to the selection operation aiming at the at least one category dimension, showing attribute information of a target interface belonging to the selected category dimension in the at least one interface.
In some exemplary embodiments of the present application, class dimension information to which an interface belongs is annotated in an interface code file, and then the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, structured data of the interface is obtained by performing classification management on metadata of the interface according to the class dimension information to which the interface belongs, and the interface can be visually managed according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface and making the interface management more intuitive and convenient.
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:
fig. 1a is a schematic structural diagram of an interface visualization system 10 according to an embodiment of the present application;
FIG. 1b is a schematic diagram of an interface management interface provided in an exemplary embodiment of the present application;
FIG. 2 is a schematic view of an interface management interface in an e-market scenario according to an example of the present application;
FIG. 3 is a schematic view of an access list page in accordance with an exemplary embodiment of the present application;
FIG. 4a is a schematic flow chart illustrating a data processing method from the perspective of a data processing device according to an exemplary embodiment of the present application;
fig. 4b is a flowchart illustrating a data processing method from the perspective of the display terminal 102 according to an exemplary embodiment of the present application;
fig. 5 is a schematic structural diagram of a data processing device according to an exemplary embodiment of the present application;
fig. 6 is a schematic structural diagram of a display terminal according to an exemplary 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.
At present, the visualization scheme of the interface only shows the technical attributes of the interface, such as the name of the interface, input and output parameters, and the like. This approach can incur significant costs in interface management and manual retrieval.
In some exemplary embodiments of the present application, class dimension information to which an interface belongs is annotated in an interface code file, and then the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, metadata of the interface is subjected to classification management according to the class dimension information to which the interface belongs, so that structured data of the interface is obtained, the interface can be subjected to visual management according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface, and the interface management is more intuitive and convenient.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Fig. 1a is a schematic structural diagram of an interface visualization system 10 according to an embodiment of the present application. As shown in fig. 1, the interface visualization system 10 includes: a data processing device 101 and a display terminal 102. The data processing device 101 and the display terminal 102 establish communication connection, the data processing device 101 extracts annotation information of an interface from an interface code file which is annotated by the interface in advance, and generates structured data of the interface based on the annotation information of the interface, and the display terminal 102 acquires the structured data of the interface from the data processing device 101 to generate an interface management interface and displays the interface management interface to perform visual management of the interface.
In the above and following embodiments, first, a software developer annotates an interface based on the SDK specification and writes an interface code file.
In the present embodiment, the data processing apparatus 101 establishes a communication connection with the display terminal 102 by wireless or wired connection. Optionally, the data processing device 101 may establish a communication connection with the display terminal 102 by using a communication method such as WIFI, bluetooth, infrared, or the data processing device 101 may also establish a communication connection with the display terminal 102 through a mobile network. The network format of the mobile network may be any one of 2G (gsm), 2.5G (gprs), 3G (WCDMA, TD-SCDMA, CDMA2000, UTMS), 4G (LTE), 4G + (LTE +), WiMax, and the like.
In this embodiment, the data processing apparatus 101 may provide data support, computing services, and some management services for the display terminal 102. The data processing device 101 stores and manages the structured data of at least one interface, and in addition, the data processing device 101 also stores and manages the communication data with the display terminal 102, in this embodiment, the data processing device 101 is a server providing data processing services, and the implementation form of the server is not limited, for example, the server may be a conventional server, a cloud host, a virtual center, or other server devices. The server device mainly comprises a processor, a hard disk, a memory, a system bus and the like, and a general computer architecture type. The server may include one web server or a plurality of web servers. The display terminal 102 can access communication data of the data processing apparatus 101.
In this embodiment, the display terminal 102 refers to a terminal device used by a person who manages an interface, the display terminal 102 may interact with a user, and has a computer device with functions of computing, accessing internet, communicating and the like required by the user, and the display terminal 102 may be implemented in various forms, for example, a smart phone, a personal computer, a wearable device, a tablet computer and the like.
In this embodiment, the display terminal 102 includes an electronic display screen, and a user may interact with the display terminal 102 through the electronic display screen; the display terminal 102 may display an interface management interface on its electronic display screen for a user to visually manage the interface on the interface management interface.
In this embodiment, a data processing device obtains an interface source file of a website or an APP, and annotates a category dimension to which at least one interface in the interface source file belongs to obtain an interface code file; the method comprises the steps of obtaining category dimension information to which an interface belongs based on annotation information in an interface code file, carrying out classification management on metadata of the interface according to the category dimension information to which the interface belongs to obtain structured data of a website or an APP interface, carrying out visual management on the website or the APP interface according to categories based on the structured data, and being beneficial to improving the management efficiency of the interface and enabling the interface management to be more visual and convenient. The types of websites and APPs are not limited, and include, but are not limited to, the following: large portal sites, industry sites, transaction sites, classification information sites, forums and government sites; APP types include, but are not limited to, the following: hybrid applications, Web version APP and hand-tour APP.
In some application scenarios, the data processing device 101 provides a server of structured data of at least one interface implementing interface visualization management for an e-commerce website. In this application scenario, the interface of the e-commerce website may be divided into, but not limited to, the following several category dimensions: business capabilities, roles, business activities, and customization point groupings. Business capability category dimensions include brand management, store and store, shopping guide, transaction, and like types of interfaces; the role category dimension comprises interfaces of buyer and seller types; the merchant activity category dimension may include interfaces of the type of buyer modifying an order, seller viewing an order, and buyer paying; the customized point packets may include custom, off, etc. types of interfaces. Furthermore, by adding an annotation mode, the category dimension information of each interface is annotated in the interface code of the source file of the e-commerce website, so that the interface code file of the e-commerce website is obtained. For the data processing device 101, annotation information of at least one interface supported by the e-commerce website can be extracted from an interface code file of the e-commerce website, the category dimension information is extracted from the annotation information of the at least one interface, and metadata of the at least one interface is classified and managed according to the category dimension information to obtain structured data of the at least one interface, so that the interface related to the e-commerce website can be visually displayed based on the structured data.
In some application scenarios, the data processing device 101 provides a server of structured data of at least one interface implementing interface visualization management for the hand-game APP. The annotation information for the interface extracted by the data processing device 101 from the interface code file includes, but is not limited to, the following category dimension information: players, game characters, game scenes, and merchant activities. The player category dimension includes interfaces of types of primary players, advanced players, and the like, the game role category dimension may include interfaces of types of characters and magic beasts, the game scene category dimension includes interfaces of types of forest scenes, desert scenes, indoor scenes, and the like, and the merchant activity category dimension may include interfaces of types of buyer modifying orders, seller viewing orders, and buyer payments. Furthermore, by adding an annotation mode, the category dimension information of each interface is annotated in the interface code of the source file of the hand game APP, so that the interface code file of the hand game APP is obtained. For the data processing device 101, annotation information of at least one interface supported by the mobile game APP can be extracted from an interface code file of the mobile game APP, the category dimension information is extracted from the annotation information of the at least one interface, and metadata of the at least one interface is subjected to classification management according to the category dimension information, so that structured data of the at least one interface is obtained, so that the interface related to the mobile game APP can be visually displayed based on the structured data.
No matter what kind of application scenario is, in the interface visualization system 10 of this embodiment, the data processing device 101 and the display terminal 102 cooperate with each other, by annotating the class dimension information to which the interface belongs in the interface code file, the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, and the structured data of the interface is obtained by performing classification management on the metadata of the interface according to the class dimension information to which the interface belongs, so as to provide a data base for the display terminal 102; the display terminal 102 responds to an interface display operation according to the interface visualization management requirement, and displays an interface management interface according to the structured data of at least one interface provided by the data processing equipment 101, wherein the interface management interface comprises at least one category dimension; the display terminal 102 responds to the selection operation aiming at least one category dimension, displays the attribute information of the target interface belonging to the selected category dimension in at least one interface, and interface management personnel can perform visual management on the interface by interacting with the interface management interface, so that the management efficiency of the interface is improved, and the interface management is more visual and convenient.
In this embodiment, the data processing apparatus 101 annotates the class dimension of the target source file interface in advance to obtain the interface code file, including but not limited to the following two ways:
in a first mode, the data processing apparatus 101 annotates a category dimension to which at least one interface in the target source file belongs, and directly uses the target source file as an interface code file.
In a second mode, the data processing device 101 annotates a category dimension to which at least one interface in the target source file belongs, so as to obtain an annotated source file; and compiling the annotated source file to generate a binary file, and taking the binary file as an interface code file.
In the two modes, one of the target source file or the binary file after interface annotation is used as an interface code file. The class dimension annotation is carried out on the codes corresponding to the interfaces in the target source file, so that the class dimensions of the interfaces can be modified along with the change of the codes, and the purpose that the codes are documents is achieved. Note that the interface annotation has an extensible capability, and may be a category dimension annotation in addition to default attributes such as name and code.
In this embodiment, after annotating the target source file and acquiring the interface code file, the data processing apparatus 101 may extract annotation information of at least one interface from the interface code file. In an implementation manner, the data processing apparatus 101 scans the interface code file, and during the scanning process, it needs to decompress the compressed file in the interface code file to obtain all files in the subdirectory of the compressed file, where the compressed file is, for example, a file in a format of zip or jar, and then extracts the category dimension information to which at least one interface belongs from all the files.
In this embodiment, after extracting the annotation information of the at least one interface, the data processing apparatus 101 needs to perform classification management on the raw data of the at least one interface to obtain the structured data of the at least one interface. For example, the category dimension information to which the interface named "request payment platform on shutdown" belongs includes: under the category of transactions, "base transaction", "buyer" and "buyer closed order".
In the above embodiment, after the data processing device 101 acquires the structured data of the at least one interface, the structured data of the at least one interface is stored, so that the display terminal performs visual management on the at least one interface based on the structured data of the at least one interface. Wherein the structured data of the at least one interface can be stored in a relational database; and the structured data of the at least one interface can be stored in a search engine for the search engine to search the at least one interface in response to the interface search request. In this embodiment, the structured data of the interface is stored in the relational data and the search engine, so that the interface can be conveniently queried and searched in the interface management interface, the interface can be conveniently visually managed, and the management efficiency is improved.
In this embodiment, after the data processing device 101 generates the structured data of the at least one interface, the display terminal 102 acquires the structured data of the at least one interface from the data processing device 101 to generate an interface management interface, and displays the interface management interface on the electronic display screen of the display terminal 102. The user performs visual management of the interface by interacting with the interface management interface on the electronic display screen.
In this embodiment, the data processing apparatus 101, in response to the interface presentation operation, presents an interface management interface according to the structured data of at least one interface, where the interface management interface includes at least one category dimension. One way to implement this is to send a data request to the server to request the structured data of at least one interface in response to an interface presentation operation; receiving the structured data of at least one interface returned by the server according to the data request; and displaying the interface management interface according to the structured data of at least one interface. The interface display operation includes, but is not limited to, the following: single click, double click, and mouse over.
Optionally, in the above embodiment, the interface management interface is exposed according to structured data of at least one interface. One way to implement this is to parse at least one category dimension to which at least one interface belongs from the structured data of at least one interface; and generating and displaying an interface management interface according to at least one category dimension. The specific display form of the interface management interface is not limited, and a user can make adjustment according to the demand adaptability.
Fig. 1b is a schematic diagram of an interface management interface according to an exemplary embodiment of the present disclosure. As shown in FIG. 1b, the interface management interface includes four category dimension areas and an interface presentation area. The four category dimension areas include a first category dimension display area, a second category dimension display area, a third category dimension display area, and a fourth category dimension display area. The interface management interface comprises a first category dimension display area, a second category dimension area, a third category dimension area, an interface display area, a fourth category dimension area and a fourth category dimension area, wherein the first category dimension display area is located in a left area of the interface management interface, the second category dimension area and the third category dimension area are located in a right upper half area of the interface management interface side by side, and the interface display area and the fourth category dimension area are located in a right lower half area of the. Fig. 1b is only an exemplary illustration of the layout display of the interface management interface, and the display form of the interface management interface is not limited in the present application.
In this embodiment, the user may filter the interfaces through the category dimension. One way in which this can be achieved is to present, in response to a selection operation for at least one category dimension, attribute information of a target interface of the at least one interface that belongs to the selected category dimension. The user filters the interface through the selection operation of the category dimension, and the interface is conveniently and quickly searched.
In this embodiment, the user manages the interface based on the interface management interface, which includes but is not limited to the following:
in a first mode, a user can view and add and delete the use description and use examples of the interface, view the condition that the interface is used, adjust the sorting of the category dimension of the interface and the like;
in a second mode, a user can search an interface globally;
third, the user may filter the interfaces by dimension category.
An optional embodiment of the first mode is that after the attribute information of the target interface belonging to the selected category dimension in at least one interface is displayed, a detail page of the target interface is displayed in response to a trigger operation on the attribute information of the target interface, and the detail page includes the detail information of the target interface and an editing control; and responding to the triggering operation of the editing control on the interface detail page, and displaying the editing page to modify the interface detail information. The detail page of the target interface can show the use instruction and the use example of the interface, and the use case of the interface can be shown. Modifying the interface detail information includes adding or deleting the use description and use example of the interface and adjusting the sort of the category dimension of the interface.
An optional embodiment of the second manner is that the interface management interface further includes a first search input item, and in response to an operation of inputting an interface keyword in the first search input item, acquires an interface corresponding to the interface keyword from at least one interface, and displays attribute information of the interface corresponding to the interface keyword. By setting the first search input item, the user can search the interface globally, and the efficiency and accuracy of interface searching are improved.
An optional embodiment of the foregoing manner three is that the interface management interface further includes a second search input item, and in response to an operation of inputting a category keyword in the second search input item, a category dimension corresponding to the category keyword is obtained from the category dimension of at least one interface, and the interface attribute information belonging to the category dimension corresponding to the category keyword is displayed. The second search input items can be set to filter according to the dimension categories, and therefore the efficiency of searching the interface and the management efficiency of the interface are improved. In order to improve the search effect and the user experience, in response to the operation of inputting the category keyword in the second search input item, the category dimension associated with the interface keyword is displayed in a first mode, wherein the first mode is a display mode for improving the attention degree of the user to the category dimension associated with the interface keyword. In response to an operation of inputting a category keyword in the second search input item, a category dimension associated with the interface keyword is presented in a first manner, and the remaining category dimensions are presented in a second manner, wherein the remaining category dimensions are category dimensions other than the category dimension associated with the interface keyword in at least one category dimension, and the first manner and the second manner are two opposite presentation manners. For example, the first way is highlighting (floating, highlighting) and front-of-position, and correspondingly, the second way is weakening (sinking, hiding, graying) and rear-of-position.
Fig. 2 is a schematic diagram of an interface management interface in an e-market scene according to an example of the present application. As shown in fig. 2, the interface is visually managed from four category dimensions of business capability, role, business activity and customization point grouping. The business capacity category dimension is in the area on the left side of the interface management interface, the role and business activity category dimension is in the area above the right side of the interface, and the interface information is in the area below the right side of the interface. The system comprises a plurality of general categories, a plurality of sub-directories, a plurality of sub-categories, a plurality of sub-directory sub-directories, a plurality of sub-directories, a; role category dimensions include buyer and seller; the merchant activity category dimensions include buyer modified order, buyer view order, buyer pay and seller modified order, seller ship and seller view order, etc.
In the embodiment shown in the figure, the user presents the interface information under the three category dimensions of business capability, role and business activity through the selection operation of 'basic transaction', 'business customization point' and 'buyer closing order'. The interface information comprises an interface name, an interface method and an access parameter.
In the above embodiment, in response to a trigger operation on an interface name of a target interface, a detail page of the target interface is displayed, where the detail page includes detail information of the target interface and an editing control, and in response to a trigger operation on an editing control on the interface detail page, the display editing page modifies the interface detail information. The user can view and add and delete the use description and the use example of the interface, view the use condition of the interface, adjust the sorting of the category dimension of the interface and the like.
In the above embodiment, the two-dimensional code corresponding to each interface may be added in the area near each interface name, so that a user scans the two-dimensional code of the target interface by using the terminal device, and a detail page of the target interface is displayed on the terminal device. And a voice control corresponding to each interface can be added in the vicinity of the name of each interface, and the content in the detail page of the interface is played in a voice mode in response to the triggering operation of the user on the voice control of the target interface.
In the above embodiment, the interface management interface is provided with a second search input item at the top of the left area, and in response to an operation of inputting a category keyword in the second search input item, a category dimension corresponding to the category keyword is obtained from the category dimension of at least one interface, and interface attribute information belonging to the category dimension corresponding to the category keyword is displayed. For example, a base deal may be entered in the second search entry, and the lower right area in the figure may show interface attribute information in the base deal dimension. The second search input items can be set to filter according to the dimension categories, and therefore the efficiency of searching the interface and the management efficiency of the interface are improved. Referring to fig. 2, when the user inputs "transaction" in the second search input item, contents of categories such as category management, stores and shops, shopping guide, contents, and the like are hidden, and only contents under the transaction category are displayed, and only interface names associated with the "transaction" category are displayed in the right interface display area.
In the above embodiment, the top of the interface information area on the right side of the interface management interface is provided with the first search input item, and in response to an operation of inputting an interface keyword in the first search input item, the interface corresponding to the interface keyword is acquired from at least one interface, and the attribute information of the interface corresponding to the interface keyword is displayed. For example, if an interface keyword "order" is input in the first search input item, interfaces such as "request payment platform when the order is displayed", "the order is a request payment platform service parameter", and "whether to skip payment platform inspection when the order is displayed" are displayed in the interface display area.
FIG. 3 is a schematic view of an access list page in accordance with an exemplary embodiment of the present application; as shown in fig. 3, in response to a triggering operation of the user on the viewing control of the target interface, the access list page shown in fig. 3 is displayed for the user to view access of the target interface.
In the interface visualization system, in some exemplary embodiments of the present application, the class dimension information to which the interface belongs is annotated in the interface code file, and then the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, the metadata of the interface is subjected to classification management according to the class dimension information to which the interface belongs, so as to obtain the structured data of the interface, and the interface can be subjected to visualization management according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface, so that the interface management is more intuitive and convenient.
In addition to the interface visualization system 10 provided above, some embodiments of the present application also provide a data processing method, which can be applied to the interface visualization system 10 provided above, but is not limited to the interface visualization system 10 provided above.
Fig. 4a is a flowchart illustrating a data processing method described from the perspective of the data processing apparatus 101 according to an exemplary embodiment of the present application. As shown in fig. 4a, the method comprises:
s411: extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
s412: extracting category dimension information to which at least one interface belongs from annotation information of the at least one interface;
s413: according to the category dimension information of at least one interface, carrying out classification management on metadata of at least one interface to obtain structured data of at least one interface; wherein the structured data of at least one interface is used for visual management of at least one interface.
In this embodiment, the execution subject is a server providing a data processing service, and the implementation form of the server is not limited, for example, the server may be a conventional server, a cloud host, a virtual center, or other server devices. The server device mainly comprises a processor, a hard disk, a memory, a system bus and the like, and a general computer architecture type. The server may include one web server or a plurality of web servers.
In this embodiment, the target source file is annotated in advance for the class dimension of the interface to obtain the interface code file, which includes but is not limited to the following two ways:
in the first mode, the class dimension of at least one interface in the target source file is annotated, and the target source file is directly used as an interface code file.
Annotating the category dimension of at least one interface in the target source file to obtain an annotated source file; and compiling the annotated source file to generate a binary file, and taking the binary file as an interface code file.
In the two modes, one of the target source file or the binary file after interface annotation is used as an interface code file. The class dimension annotation is carried out on the codes corresponding to the interfaces in the target source file, so that the class dimensions of the interfaces can be modified along with the change of the codes, and the purpose that the codes are documents is achieved. Note that the interface annotation has an extensible capability, and may be a category dimension annotation in addition to default attributes such as name and code.
In this embodiment, after the target source file is annotated and the interface code file is obtained, annotation information of at least one interface can be extracted from the interface code file. One way to implement this is to scan the interface code files, and during the scanning process, decompress the compressed files in the interface code files to obtain all files in the subdirectory of the compressed files, such as files in zip or jar format, and then extract the category dimension information to which at least one interface belongs from all the files.
In this embodiment, after extracting the annotation information of the at least one interface, the raw data of the at least one interface needs to be classified and managed to obtain the structured data of the at least one interface. For example, the category dimension information to which the interface named "request payment platform on shutdown" belongs includes: under the category of transactions, "base transaction", "buyer" and "buyer closed order".
In the above embodiment, after the structured data of the at least one interface is acquired, the structured data of the at least one interface is stored, so that the display terminal performs visual management on the at least one interface based on the structured data of the at least one interface. Wherein the structured data of the at least one interface can be stored in a relational database; and the structured data of the at least one interface can be stored in a search engine for the search engine to search the at least one interface in response to the interface search request. In this embodiment, the structured data of the interface is stored in the relational data and the search engine, so that the interface can be conveniently queried and searched in the interface management interface, the interface can be conveniently visually managed, and the management efficiency is improved.
Fig. 4b is a flowchart illustrating a data processing method from the perspective of the display terminal 102 according to an exemplary embodiment of the present application. As shown in fig. 4b, the method comprises:
s421: responding to interface display operation, displaying an interface management interface according to the structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
s422: and in response to the selection operation aiming at the at least one category dimension, showing the attribute information of the target interface belonging to the selected category dimension in the at least one interface.
In this embodiment, the execution main body is a computer device that is located at a user side, can interact with a user, and has functions of computing, accessing to the internet, communicating, and the like required by the user, and the implementation form of the computer device may be various, for example, a smart phone, a personal computer, a wearable device, a tablet computer, and the like.
In this embodiment, after the structured data of the at least one interface is generated, the interface management interface is generated from the acquired structured data of the at least one interface, and is displayed on the electronic display screen. The user performs visual management of the interface by interacting with the interface management interface on the electronic display screen.
In this embodiment, in response to an interface display operation, an interface management interface is displayed according to structured data of at least one interface, where the interface management interface includes at least one category dimension. One way to implement this is to send a data request to the server to request the structured data of at least one interface in response to an interface presentation operation; receiving the structured data of at least one interface returned by the server according to the data request; and displaying the interface management interface according to the structured data of at least one interface. The interface display operation includes, but is not limited to, the following: single click, double click, and mouse over.
Optionally, in the above embodiment, the interface management interface is exposed according to structured data of at least one interface. One way to implement this is to parse at least one category dimension to which at least one interface belongs from the structured data of at least one interface; and generating and displaying an interface management interface according to at least one category dimension. The specific display form of the interface management interface is not limited, and a user can make adjustment according to the demand adaptability.
Fig. 1b is a schematic diagram of an interface management interface according to an exemplary embodiment of the present disclosure. As shown in FIG. 1b, the interface management interface includes four category dimension areas and an interface presentation area. The four category dimension areas include a first category dimension display area, a second category dimension display area, a third category dimension display area, and a fourth category dimension display area. The interface management interface comprises a first category dimension display area, a second category dimension area, a third category dimension area, an interface display area, a fourth category dimension area and a fourth category dimension area, wherein the first category dimension display area is located in a left area of the interface management interface, the second category dimension area and the third category dimension area are located in a right upper half area of the interface management interface side by side, and the interface display area and the fourth category dimension area are located in a right lower half area of the. Fig. 1b is only an exemplary illustration of the layout display of the interface management interface, and the display form of the interface management interface is not limited in the present application.
In this embodiment, the user may filter the interfaces through the category dimension. One way in which this can be achieved is to present, in response to a selection operation for at least one category dimension, attribute information of a target interface of the at least one interface that belongs to the selected category dimension. The user filters the interface through the selection operation of the category dimension, and the interface is conveniently and quickly searched.
In this embodiment, the user manages the interface based on the interface management interface, which includes but is not limited to the following:
in a first mode, a user can view and add and delete the use description and use examples of the interface, view the condition that the interface is used, adjust the sorting of the category dimension of the interface and the like;
in a second mode, a user can search an interface globally;
third, the user may filter the interfaces by dimension category.
An optional embodiment of the first mode is that after the attribute information of the target interface belonging to the selected category dimension in at least one interface is displayed, a detail page of the target interface is displayed in response to a trigger operation on the attribute information of the target interface, and the detail page includes the detail information of the target interface and an editing control; and responding to the triggering operation of the editing control on the interface detail page, and displaying the editing page to modify the interface detail information. The detail page of the target interface can show the use instruction and the use example of the interface, and the use case of the interface can be shown. Modifying the interface detail information includes adding or deleting the use description and use example of the interface and adjusting the sort of the category dimension of the interface.
An optional embodiment of the second manner is that the interface management interface further includes a first search input item, and in response to an operation of inputting an interface keyword in the first search input item, acquires an interface corresponding to the interface keyword from at least one interface, and displays attribute information of the interface corresponding to the interface keyword. By setting the first search input item, the user can search the interface globally, and the efficiency and accuracy of interface searching are improved.
An optional embodiment of the foregoing manner three is that the interface management interface further includes a second search input item, and in response to an operation of inputting a category keyword in the second search input item, a category dimension corresponding to the category keyword is obtained from the category dimension of at least one interface, and the interface attribute information belonging to the category dimension corresponding to the category keyword is displayed. The second search input items can be set to filter according to the dimension categories, and therefore the efficiency of searching the interface and the management efficiency of the interface are improved.
Fig. 2 is a schematic diagram of an interface management interface in an e-market scene according to an example of the present application. As shown in fig. 2, the interface is visually managed from four category dimensions of business capability, role, business activity and customization point grouping. The business capacity category dimension is in the area on the left side of the interface management interface, the role and business activity category dimension is in the area above the right side of the interface, and the interface information is in the area below the right side of the interface. The system comprises a plurality of general categories, a plurality of sub-directories, a plurality of sub-categories, a plurality of sub-directory sub-directories, a plurality of sub-directories, a; role category dimensions include buyer and seller; the merchant activity category dimensions include buyer modified order, buyer view order, buyer pay and seller modified order, seller ship and seller view order, etc.
In the embodiment shown in the figure, the user presents the interface information under the three category dimensions of business capability, role and business activity through the selection operation of 'basic transaction', 'business customization point' and 'buyer closing order'. The interface information comprises an interface name, an interface method and an access parameter.
In the above embodiment, in response to a trigger operation on an interface name of a target interface, a detail page of the target interface is displayed, where the detail page includes detail information of the target interface and an editing control, and in response to a trigger operation on an editing control on the interface detail page, the display editing page modifies the interface detail information. The user can view and add and delete the use description and the use example of the interface, view the use condition of the interface, adjust the sorting of the category dimension of the interface and the like.
In the above embodiment, the interface management interface is provided with a second search input item at the top of the left area, and in response to an operation of inputting a category keyword in the second search input item, a category dimension corresponding to the category keyword is obtained from the category dimension of at least one interface, and interface attribute information belonging to the category dimension corresponding to the category keyword is displayed. For example, a base deal may be entered in the second search entry, and the lower right area in the figure may show interface attribute information in the base deal dimension. The second search input items can be set to filter according to the dimension categories, and therefore the efficiency of searching the interface and the management efficiency of the interface are improved.
In the above embodiment, the top of the interface information area on the right side of the interface management interface is provided with the first search input item, and in response to an operation of inputting an interface keyword in the first search input item, the interface corresponding to the interface keyword is acquired from at least one interface, and the attribute information of the interface corresponding to the interface keyword is displayed. For example, if an interface keyword "order" is input in the first search input item, interfaces such as "request payment platform when the order is displayed", "the order is a request payment platform service parameter", and "whether to skip payment platform inspection when the order is displayed" are displayed in the interface display area.
FIG. 3 is a schematic view of an access list page in accordance with an exemplary embodiment of the present application; as shown in fig. 3, in response to a triggering operation of the user on the viewing control of the target interface, the access list page shown in fig. 3 is displayed for the user to view access of the target interface.
In some exemplary embodiments of the present application, the class dimension information to which the interface belongs is annotated in the interface code file, so that the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, the metadata of the interface is classified and managed according to the class dimension information to which the interface belongs, so as to obtain the structured data of the interface, and the interface can be visually managed according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface, so that the interface management is more intuitive and convenient.
Fig. 5 is a schematic structural diagram of a data processing device according to an exemplary embodiment of the present application. As shown in fig. 5, the server includes: a memory 501 and a processor 502, as well as necessary components including a communication component 503 and a power component 504.
A memory 501 for storing a computer program and may be configured to store other various data to support operations on the data processing apparatus. Examples of such data include instructions for any application or method operating on the server.
The memory 501, which may be implemented by any type of volatile or non-volatile memory device 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 or optical disk.
A communication component 503 for establishing a communication connection with the display terminal.
The processor 502, which may execute computer instructions stored in the memory 501, is configured to: extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs; extracting category dimension information to which at least one interface belongs from annotation information of the at least one interface; according to the category dimension information of at least one interface, carrying out classification management on metadata of at least one interface to obtain structured data of at least one interface; wherein the structured data of at least one interface is used for visual management of at least one interface.
Optionally, the processor 502, before extracting the annotation information of the at least one interface from the interface code file, may further be configured to: and annotating the category dimension to which at least one interface belongs in the target source file to obtain an interface code file.
Optionally, when annotating the category dimension to which at least one interface in the target source file belongs to obtain the interface code file, the processor 502 is specifically configured to: annotating the category dimension of at least one interface in the target source file to obtain an annotated source file; and compiling the annotated source file to generate a binary file, and taking the binary file as an interface code file.
Optionally, the processor 502, after performing classification management on the metadata of the at least one interface according to the category dimension information to which the at least one interface belongs to obtain the structured data of the at least one interface, may further be configured to: and storing the structured data of the at least one interface for the display terminal to perform visual management on the at least one interface based on the structured data of the at least one interface.
Optionally, the processor 502, after performing classification management on the metadata of the at least one interface according to the category dimension information to which the at least one interface belongs to obtain the structured data of the at least one interface, may further be configured to: and storing the structured data of the at least one interface into a search engine for the search engine to search the at least one interface in response to the interface search request.
Correspondingly, the embodiment of the application also provides a computer readable storage medium storing the computer program. The computer-readable storage medium stores a computer program, and the computer program, when executed by one or more processors, causes the one or more processors to perform the steps in the method embodiment of fig. 4 a.
In the embodiments of the data processing apparatus and the storage medium described herein, in some exemplary embodiments of the present application, the class dimension information to which the interface belongs is annotated in the interface code file, and then the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, and the metadata of the interface is classified and managed according to the class dimension information to which the interface belongs, so as to obtain the structured data of the interface, and the interface can be visually managed according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface, and makes the interface management more intuitive and convenient.
Fig. 6 is a schematic structural diagram of a display terminal according to an exemplary embodiment of the present application. As shown in fig. 6, the display terminal includes: an electronic display 601, a memory 603, a processor 602, and a communications component 604; in addition, the display terminal may further include necessary components such as a power supply component 605.
And the electronic display screen 601 is used for displaying an interface management interface.
Among other things, the electronic display 601 includes a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the electronic display screen includes a touch panel, the electronic display screen may be implemented as a touch screen to receive input signals from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
A memory 603 for storing a computer program;
a communication component 604, configured to establish a communication connection between the display terminal and the data processing device for data transmission;
a processor 602 for executing a computer program for: responding to interface display operation, displaying an interface management interface according to the structured data of at least one interface, wherein the interface management interface comprises at least one category dimension; and in response to the selection operation aiming at the at least one category dimension, showing the attribute information of the target interface belonging to the selected category dimension in the at least one interface.
Optionally, the processor 602, when responding to the interface display operation and displaying the interface management interface according to the structured data of the at least one interface, is specifically configured to: responding to the interface display operation, and sending a data request to a server to request the structured data of at least one interface; receiving the structured data of at least one interface returned by the server according to the data request; and displaying the interface management interface according to the structured data of at least one interface.
Optionally, the processor 602, when presenting the interface management interface according to the structured data of the at least one interface, is specifically configured to: analyzing at least one category dimension to which at least one interface belongs from the structured data of the at least one interface; and generating and displaying an interface management interface according to at least one category dimension.
Optionally, the interface management interface further includes a first search input term, and the processor 602 is further configured to: and responding to the operation of inputting the interface key words in the first search input items, acquiring the interface corresponding to the interface key words from at least one interface, and displaying the attribute information of the interface corresponding to the interface key words.
Optionally, the interface management interface further includes a second search input item, and the processor 602 is further configured to: and responding to the operation of inputting the category key words in the second search input items, acquiring the category dimension corresponding to the category key words from the category dimension of at least one interface, and displaying the interface attribute information belonging to the category dimension corresponding to the category key words.
Optionally, after presenting the attribute information of the target interface belonging to the selected category dimension in the at least one interface, the processor 602 is further configured to: responding to the triggering operation of the attribute information of the target interface, and displaying a detail page of the target interface, wherein the detail page comprises the detail information of the target interface and an editing control; and responding to the triggering operation of the editing control on the interface detail page, and displaying the editing page to modify the interface detail information.
Correspondingly, the embodiment of the application also provides a computer readable storage medium storing the computer program. The computer-readable storage medium stores a computer program, and the computer program, when executed by one or more processors, causes the one or more processors to perform the steps in the method embodiment of fig. 4 b.
In the embodiments of the display terminal and the storage medium described above, in some exemplary embodiments of the present application, the class dimension information to which the interface belongs is annotated in the interface code file, and then the class dimension information to which the interface belongs can be obtained based on the annotation information in the interface code file, the metadata of the interface is classified and managed according to the class dimension information to which the interface belongs, so as to obtain the structured data of the interface, and the interface can be visually managed according to the class based on the structured data, which is beneficial to improving the management efficiency of the interface, so that the interface management is more intuitive and convenient.
The communication components of fig. 5 and 6 described above are configured to facilitate wired or wireless communication between the device in which the communication component is located and other devices. The device in which the communication component is located may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component further includes Near Field Communication (NFC) technology, Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and the like to facilitate short-range communications.
The power supply components of fig. 5 and 6 described above provide power to the various components of the device in which the power supply components are located. The power components may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device in which the power component is located.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
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.
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 (16)

1. A data processing method, comprising:
extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
extracting category dimension information to which at least one interface belongs from the annotation information of the at least one interface;
according to the category dimension information of the at least one interface, carrying out classification management on metadata of the at least one interface to obtain structured data of the at least one interface; wherein the structured data of the at least one interface is used for visual management of the at least one interface.
2. The method of claim 1, further comprising, prior to extracting annotation information for at least one interface from the interface code file:
and annotating the category dimension to which at least one interface in the target source file belongs to obtain the interface code file.
3. The method of claim 2, wherein annotating a category dimension in the target source file to which at least one interface belongs to obtain the interface code file comprises:
annotating the category dimension of at least one interface in the target source file to obtain an annotated source file;
and compiling the annotated source file to generate a binary file, and taking the binary file as the interface code file.
4. The method according to any one of claims 1 to 3, wherein after performing classification management on the metadata of the at least one interface according to the category dimension information to which the at least one interface belongs to obtain the structured data of the at least one interface, the method further comprises:
and storing the structured data of the at least one interface for the display terminal to perform visual management on the at least one interface based on the structured data of the at least one interface.
5. The method according to any one of claims 1 to 3, wherein after performing classification management on the metadata of the at least one interface according to the category dimension information to which the at least one interface belongs to obtain the structured data of the at least one interface, the method further comprises:
and storing the structured data of the at least one interface into a search engine for the search engine to search the at least one interface in response to an interface search request.
6. A data processing method is suitable for a display terminal, and is characterized by comprising the following steps:
responding to interface display operation, displaying an interface management interface according to structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
and in response to the selection operation aiming at the at least one category dimension, showing attribute information of a target interface belonging to the selected category dimension in the at least one interface.
7. The method of claim 6, wherein exposing the interface management interface according to the structured data of the at least one interface in response to the interface exposing operation comprises:
responding to the interface display operation, and sending a data request to a server to request the structured data of at least one interface;
receiving the structured data of at least one interface returned by the server according to the data request;
and displaying the interface management interface according to the structured data of the at least one interface.
8. The method of claim 6 or 7, wherein exposing the interface management interface according to the structured data of at least one interface comprises:
analyzing at least one category dimension to which the at least one interface belongs from the structured data of the at least one interface;
and generating and displaying the interface management interface according to the at least one category dimension.
9. The method of claim 6, further comprising a first search entry on the interface management interface, the method further comprising:
in response to an operation of inputting an interface keyword in the first search input item, acquiring an interface corresponding to the interface keyword from the at least one interface, and displaying attribute information of the interface corresponding to the interface keyword.
10. The method of claim 6, further comprising a second search entry on the interface management interface, the method further comprising:
and responding to the operation of inputting the category key words in the second search input items, acquiring the category dimension corresponding to the category key words from the category dimension of at least one interface, and displaying the interface attribute information belonging to the category dimension corresponding to the category key words.
11. The method of claim 10, further comprising:
and in response to the operation of inputting the category keyword in the second search input item, displaying the category dimension associated with the interface keyword in a first mode, and displaying the remaining category dimension in a second mode, wherein the remaining category dimension is a category dimension of at least one category dimension except the category dimension associated with the interface keyword, and the first mode and the second mode are two opposite display modes.
12. The method of claim 6, wherein after presenting attribute information of a target interface of the at least one interface that belongs to the selected category dimension, the method further comprises:
responding to the triggering operation of the attribute information of the target interface, and displaying a detail page of the target interface, wherein the detail page comprises the detail information of the target interface and an editing control;
and responding to the triggering operation of the editing control on the interface detail page, and displaying the editing page to modify the interface detail information.
13. A data processing apparatus, characterized by comprising: a memory and a processor;
the memory to store one or more computer instructions;
the processor to execute the one or more computer instructions to:
extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
extracting category dimension information to which at least one interface belongs from the annotation information of the at least one interface;
according to the category dimension information of the at least one interface, carrying out classification management on metadata of the at least one interface to obtain structured data of the at least one interface; wherein the structured data of the at least one interface is used for visual management of the at least one interface.
14. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by one or more processors, causes the one or more processors to perform acts comprising:
extracting annotation information of at least one interface from the interface code file, wherein the annotation information comprises category dimension information to which the interface belongs;
extracting category dimension information to which at least one interface belongs from the annotation information of the at least one interface;
according to the category dimension information of the at least one interface, carrying out classification management on metadata of the at least one interface to obtain structured data of the at least one interface; wherein the structured data of the at least one interface is used for visual management of the at least one interface.
15. A display terminal, comprising: a memory and a processor;
the memory to store one or more computer instructions;
the processor to execute the one or more computer instructions to:
responding to interface display operation, displaying an interface management interface according to structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
and in response to the selection operation aiming at the at least one category dimension, showing attribute information of a target interface belonging to the selected category dimension in the at least one interface.
16. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by one or more processors, causes the one or more processors to perform acts comprising:
responding to interface display operation, displaying an interface management interface according to structured data of at least one interface, wherein the interface management interface comprises at least one category dimension;
and in response to the selection operation aiming at the at least one category dimension, showing attribute information of a target interface belonging to the selected category dimension in the at least one interface.
CN201910906184.0A 2019-09-24 2019-09-24 Data processing method, device and storage medium Pending CN112632158A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910906184.0A CN112632158A (en) 2019-09-24 2019-09-24 Data processing method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910906184.0A CN112632158A (en) 2019-09-24 2019-09-24 Data processing method, device and storage medium

Publications (1)

Publication Number Publication Date
CN112632158A true CN112632158A (en) 2021-04-09

Family

ID=75283280

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910906184.0A Pending CN112632158A (en) 2019-09-24 2019-09-24 Data processing method, device and storage medium

Country Status (1)

Country Link
CN (1) CN112632158A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1735094A (en) * 2004-08-11 2006-02-15 华为技术有限公司 Device and method for network interface management
US7249074B1 (en) * 2000-05-02 2007-07-24 General Electric Canada Equipment Finance G.P. Method, apparatus and computer program for managing accounting system interfaces
WO2017041657A1 (en) * 2015-09-09 2017-03-16 阿里巴巴集团控股有限公司 Application interface management method and device
CN107704608A (en) * 2017-10-17 2018-02-16 北京览群智数据科技有限责任公司 A kind of OLAP multidimensional analyses and data digging system
CN107885502A (en) * 2017-11-10 2018-04-06 广州市千钧网络科技有限公司 Interface processing method, processing unit, interface managerial method and managing device
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7249074B1 (en) * 2000-05-02 2007-07-24 General Electric Canada Equipment Finance G.P. Method, apparatus and computer program for managing accounting system interfaces
CN1735094A (en) * 2004-08-11 2006-02-15 华为技术有限公司 Device and method for network interface management
WO2017041657A1 (en) * 2015-09-09 2017-03-16 阿里巴巴集团控股有限公司 Application interface management method and device
CN107704608A (en) * 2017-10-17 2018-02-16 北京览群智数据科技有限责任公司 A kind of OLAP multidimensional analyses and data digging system
CN107885502A (en) * 2017-11-10 2018-04-06 广州市千钧网络科技有限公司 Interface processing method, processing unit, interface managerial method and managing device
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
葛君伟, 方义秋: "基于CORBA技术的GDMO接口构建的研究", 计算机工程, no. 06, 20 June 2002 (2002-06-20) *

Similar Documents

Publication Publication Date Title
US11328004B2 (en) Method and system for intelligently suggesting tags for documents
US9582156B2 (en) Electronic publishing mechanisms
RU2662632C2 (en) Presenting fixed format documents in reflowed format
US9256798B2 (en) Document alteration based on native text analysis and OCR
US10169374B2 (en) Image searches using image frame context
US20150106683A1 (en) Case data visualization application
US20210326310A1 (en) System for tracking and displaying changes in a set of related electronic documents
CN105230051A (en) For the method for the collaborative authoring with editing function, device and computer-readable medium
CN105335423B (en) Method and device for collecting and processing user feedback of webpage
CN104951497A (en) Method and apparatus for constructing documents
KR20160023412A (en) Method for display screen in electronic device and the device thereof
US11720376B2 (en) Methods and systems for content generation via templates with rules and/or triggers
WO2023046009A1 (en) Document processing method and apparatus, and electronic device and computer-readable storage medium
KR20180004632A (en) Method and computer program for integrating spread sheet with database
CN114118038A (en) Table document online editing method, device, equipment and medium
CN113050941A (en) Front-end page generation method, device, equipment and computer readable storage medium
US10191953B2 (en) Method of storing and expressing web page in an electronic device
US20170199912A1 (en) Behavior topic grids
KR102316846B1 (en) Method for sorting a media content and electronic device implementing the same
US20150242417A1 (en) Techniques for Leveraging a Backup Data Set for EDiscovery Data Storage
CN113094194A (en) Clipboard information processing method and device
CN110232155B (en) Information recommendation method for browser interface and electronic equipment
CN112069133A (en) File management method, mobile terminal and computer storage medium
CN111881660A (en) Report generation method and device, computer equipment and storage medium
CN112632158A (en) Data processing method, device and storage medium

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