CN107729013B - Method for managing operation buttons on web page and computer-readable storage medium - Google Patents

Method for managing operation buttons on web page and computer-readable storage medium Download PDF

Info

Publication number
CN107729013B
CN107729013B CN201711079913.7A CN201711079913A CN107729013B CN 107729013 B CN107729013 B CN 107729013B CN 201711079913 A CN201711079913 A CN 201711079913A CN 107729013 B CN107729013 B CN 107729013B
Authority
CN
China
Prior art keywords
operation button
category
code
buttons
target
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
CN201711079913.7A
Other languages
Chinese (zh)
Other versions
CN107729013A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201711079913.7A priority Critical patent/CN107729013B/en
Publication of CN107729013A publication Critical patent/CN107729013A/en
Application granted granted Critical
Publication of CN107729013B publication Critical patent/CN107729013B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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

Abstract

The invention discloses a method for managing operation buttons on a webpage and a computer-readable storage medium. The method comprises the following steps: setting a corresponding category identification for each function according to the function realized by the operation button on the webpage; establishing a corresponding relation between buttons displayed on the webpage and the category identification according to the category of each operation button; when receiving a batch management request for the operation buttons, acquiring a target category corresponding to the operation buttons to be managed; acquiring a target operation button with a corresponding relation between the operation button and the target category; and managing the target operation buttons according to the batch management request.

Description

Method for managing operation buttons on web page and computer-readable storage medium
Technical Field
The present invention relates to the field of information processing, and more particularly, to a method for managing operation buttons on a web page and a computer-readable storage medium.
Background
In the existing management system, content display is usually performed in a web page mode, and it is a common management mode to operate objects in the system by clicking a button. Generally, the same object can be operated by the same button at different positions, so that the usability of the system is greatly increased. However, in a management system, various objects have various operations, and many of these operations have the same processing manner. The unified management of these operations reduces unnecessary trouble to the system.
For example, in a student performance management system, there may be objects such as teachers, students, courses, etc., and these objects may have different operations. However, these operations may be identical in long phase and in the same manner as the ash placement. When the user has modification on certain style formats or graying modes, unified processing brings convenience to the user and does not need to modify the style formats or the graying modes.
Therefore, how to improve the management efficiency of the operation buttons in the web page is an urgent problem to be solved.
Disclosure of Invention
In order to solve the above technical problem, the present invention provides a method for managing operation buttons on a web page and a computer-readable storage medium, which can improve the efficiency of managing operation buttons in a web page.
In order to achieve the object of the present invention, the present invention provides a method for managing operation buttons on a web page, comprising:
setting a corresponding category identification for each function according to the function realized by the operation button on the webpage;
establishing a corresponding relation between buttons displayed on the webpage and the category identification according to the category of each operation button;
when receiving a batch management request for the operation buttons, acquiring a target category corresponding to the operation buttons to be managed;
acquiring a target operation button with a corresponding relation between the operation button and the target category;
and managing the target operation buttons according to the batch management request.
Wherein, the method also has the following characteristics: the establishing of the corresponding relation between the buttons displayed on the webpage and the category identification according to the category of each operation button comprises the following steps:
acquiring a code program corresponding to an operation button from a source code of the webpage;
searching a code program in the code program by using a pre-stored keyword to determine a function realized by the code program;
determining a category identification for an operation button corresponding to the code program according to the function realized by the code program;
and establishing a corresponding relation between the operation button and the category identification.
Wherein, the method also has the following characteristics: when receiving a batch management request for the operation buttons, acquiring a target category corresponding to the operation buttons to be managed, including:
when a management request for a certain operation button is received, prompting whether all operation buttons with the same functions as the operation buttons are uniformly managed or not;
and after receiving the confirmation message, reading the corresponding relation between the operation button to be managed and the class identifier, and determining the target class corresponding to the operation button to be managed.
Wherein, the method also has the following characteristics: the managing the target operation button according to the batch management request comprises:
when the batch management request is to add a new code program to the target operation button, adding the new code program to the code of the target operation button in a mode of calling a function.
Wherein, the method also has the following characteristics: after the target operation button is managed according to the batch management request, the method further includes:
and code information for realizing the corresponding function of each category identifier is obtained.
When a request for adding an operation button is received, determining the function realized by the newly added operation button;
and obtaining the code information corresponding to the newly added operation button according to the functions realized by the newly added operation button and the code information corresponding to each function.
A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, performs steps comprising:
a function setting step, namely setting a corresponding category identification for each function according to the function realized by the operation button on the webpage;
a relation establishing step, namely establishing a corresponding relation between the buttons displayed on the webpage and the category identification according to the category of each operation button;
a category acquisition step, wherein when a batch management request for the operation buttons is received, a target category corresponding to the operation buttons to be managed is acquired;
a button obtaining step, namely obtaining a target operation button with a corresponding relation between the operation button and the target category;
and a button management step, namely managing the target operation buttons according to the batch management request.
Wherein the computer-readable storage medium is further characterized by: the relationship establishing step includes:
acquiring a code program corresponding to an operation button from a source code of the webpage;
searching a code program in the code program by using a pre-stored keyword to determine a function realized by the code program;
determining a category identification for an operation button corresponding to the code program according to the function realized by the code program;
and establishing a corresponding relation between the operation button and the category identification.
Wherein the computer-readable storage medium is further characterized by: the category acquiring step includes:
when a management request for a certain operation button is received, prompting whether all operation buttons with the same functions as the operation buttons are uniformly managed or not;
and after receiving the confirmation message, reading the corresponding relation between the operation button to be managed and the class identifier, and determining the target class corresponding to the operation button to be managed.
Wherein the computer-readable storage medium is further characterized by: the button managing step includes:
when the batch management request is to add a new code program to the target operation button, adding the new code program to the code of the target operation button in a mode of calling a function.
Wherein the computer-readable storage medium is further characterized by: after the button managing step, the program when executed by the processor further performs the steps comprising:
and a code acquisition step of acquiring code information for realizing the corresponding function of each category identifier.
A function determining step of determining a function realized by the newly added operation button when a request for adding the operation button is received;
and code determining, namely obtaining code information corresponding to the newly added operation buttons according to the functions realized by the newly added operation buttons and the code information corresponding to each function.
According to the embodiment provided by the invention, the corresponding category identification is set according to the function realized by the operation buttons, the corresponding relation between each operation button and the category identification is established in the webpage, the subsequent batch management of the operation buttons is facilitated, the operation buttons with the same function are obtained by utilizing the category identification, the unified management of the operation buttons is completed, and the management efficiency of the operation buttons in the webpage is improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
FIG. 1 is a flow chart of a method for managing buttons on a web page according to the present invention;
fig. 2 is a block diagram of a computer-readable storage medium provided by the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
FIG. 1 is a flowchart of a method for managing buttons on a web page according to the present invention. The method shown in fig. 1 comprises:
step 101, setting a corresponding category identifier for each function according to the functions realized by operating buttons on the webpage;
the functions realized by the operating buttons can be new creation, query, deletion and the like, and the category identifications can be marked by numbers 1, 2 and 3 … …; because the functions are similar, the code structures of the corresponding code programs are also similar, so that the code programs can be modified adaptively when the functions of the operation buttons are changed subsequently;
102, establishing a corresponding relation between buttons displayed on a webpage and the category identification according to the category of each operation button;
specifically, the corresponding relationship may be recorded by maintaining a corresponding relationship table, or may be established by adding an attribute value of an operation button to a code of a web page;
103, when receiving a batch management request for the operation buttons, acquiring a target category corresponding to the operation buttons to be managed;
104, acquiring a target operation button with a corresponding relation between the operation button and the target category;
and 105, managing the target operation button according to the batch management request.
According to the method embodiment provided by the invention, the corresponding category identification is set according to the function realized by the operation buttons, the corresponding relation between each operation button and the category identification is established in the webpage, the subsequent batch management of the operation buttons is convenient, the operation buttons with the same function are obtained by utilizing the category identification, the unified management of the operation buttons is completed, and the management efficiency of the operation buttons in the webpage is improved.
The method provided by the present invention is further described below:
the establishing of the corresponding relation between the buttons displayed on the webpage and the category identification according to the category of each operation button comprises the following steps:
acquiring a code program corresponding to an operation button from a source code of the webpage;
searching a code program in the code program by using a pre-stored keyword to determine a function realized by the code program;
determining a category identification for an operation button corresponding to the code program according to the function realized by the code program;
and establishing a corresponding relation between the operation button and the category identification.
Specifically, after the code program of the operation button is obtained, the code program may be analyzed by using a pre-stored keyword, where the keyword may be a keyword for marking the function, such as new, read, delete, and the like, and after it is determined by the keyword that the code program of the operation button includes a corresponding keyword, the function of the code program may be determined, the determination of the category may be completed, and then the corresponding relationship may be established.
Of course, to increase the management efficiency of the web page code, an attribute value may be added to the operation button in advance, and the attribute value is set to represent the function of the operation button, that is, the attribute value is used to fill in the category identifier; and convenience in operation is provided for subsequent unified statistics.
When receiving a batch management request for the operation buttons, acquiring a target category corresponding to the operation buttons to be managed, including:
when a management request for a certain operation button is received, prompting whether all operation buttons with the same functions as the operation buttons are uniformly managed or not;
and after receiving the confirmation message, reading the corresponding relation between the operation button to be managed and the class identifier, and determining the target class corresponding to the operation button to be managed.
Specifically, after adjustment requests such as expansion and modification of functions of the operation buttons are received, whether batch management needs to be performed on the buttons with similar functions or not can be prompted, so that the actual operation times of the user are reduced, and the management operation efficiency is improved.
In the actual operation process, the management request may include various requests for adding a new code, modifying an existing code, or deleting an existing code, where the case of adding a new code may be managed in the following manner, including:
when the batch management request is to add a new code program to the target operation button, adding the new code program to the code of the target operation button in a mode of calling a function.
The codes are added into the codes of the target operation buttons in a function calling mode, the specificity of code programs of all the operation buttons does not need to be considered, the operation cost of code modification is reduced, the code modification time is shortened, and the operation efficiency of webpage management is improved.
Of course, after the target operation button is managed according to the batch management request, the method further includes:
and code information for realizing the corresponding function of each category identifier is obtained.
When a request for adding an operation button is received, determining the function realized by the newly added operation button;
and obtaining the code information corresponding to the newly added operation button according to the functions realized by the newly added operation button and the code information corresponding to each function.
Specifically, a corresponding code template for realizing the function can be set for each category, and when an operation button of a certain function is added, the code template of the function is obtained according to the function, so that the time for writing the code of the operation button is reduced, and the operation efficiency of webpage management is improved
For example, all operation buttons written to all types of objects are sorted in a blank xml file. Different objects, different operation types and different button types all need to be written in a classified mode. The xml file is initially parsed at the load page, and the results are stored in some variable space. When an object is accessed or the position where the button needs to appear is loaded, the variable spaces are read, the content to be taken is obtained, and the content is added to the corresponding position. Therefore, all the styles and events of the buttons can be processed uniformly, and only the uniform files need to be modified when modification is needed.
The novel unified management mode of the operation buttons provided by the embodiment of the method can make the project volume smaller and the modification more convenient.
Fig. 2 is a block diagram of a computer-readable storage medium provided by the present invention. The computer-readable storage medium of fig. 2, having stored thereon a computer program that, when executed by a processor, performs steps comprising:
a function setting step, namely setting a corresponding category identification for each function according to the function realized by the operation button on the webpage;
a relation establishing step, namely establishing a corresponding relation between the buttons displayed on the webpage and the category identification according to the category of each operation button;
a category acquisition step, wherein when a batch management request for the operation buttons is received, a target category corresponding to the operation buttons to be managed is acquired;
a button obtaining step, namely obtaining a target operation button with a corresponding relation between the operation button and the target category;
and a button management step, namely managing the target operation buttons according to the batch management request.
In one embodiment of the computer program provided by the present invention, the relationship establishing step includes:
acquiring a code program corresponding to an operation button from a source code of the webpage;
searching a code program in the code program by using a pre-stored keyword to determine a function realized by the code program;
determining a category identification for an operation button corresponding to the code program according to the function realized by the code program;
and establishing a corresponding relation between the operation button and the category identification.
In one embodiment of the computer program provided by the present invention, the relationship establishing step includes:
the category acquiring step includes:
when a management request for a certain operation button is received, prompting whether all operation buttons with the same functions as the operation buttons are uniformly managed or not;
and after receiving the confirmation message, reading the corresponding relation between the operation button to be managed and the class identifier, and determining the target class corresponding to the operation button to be managed.
In one embodiment of the computer program provided by the present invention, the relationship establishing step includes:
the button managing step includes:
when the batch management request is to add a new code program to the target operation button, adding the new code program to the code of the target operation button in a mode of calling a function.
In one embodiment of the computer program provided by the present invention, after the button managing step, the program when executed by the processor further performs the steps comprising:
and a code acquisition step of acquiring code information for realizing the corresponding function of each category identifier.
A function determining step of determining a function realized by the newly added operation button when a request for adding the operation button is received;
and code determining, namely obtaining code information corresponding to the newly added operation buttons according to the functions realized by the newly added operation buttons and the code information corresponding to each function.
According to the embodiment of the computer-readable storage medium provided by the invention, the corresponding category identification is set according to the function realized by the operation button, the corresponding relation between each operation button and the category identification is established in the webpage, the subsequent batch management of the operation buttons is facilitated, the operation buttons with the same function are obtained by utilizing the category identification, the unified management of the operation buttons is completed, and the management efficiency of the operation buttons in the webpage is improved.
It will be understood by those of ordinary skill in the art that all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium and executed on a corresponding hardware platform (e.g., system, apparatus, device, etc.), and when executed, includes one or a combination of the steps of the method embodiments.
Alternatively, all or part of the steps of the above embodiments may be implemented by using an integrated circuit, and the steps may be respectively manufactured as an integrated circuit module, or a plurality of the blocks or steps may be manufactured as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The devices/functional modules/functional units in the above embodiments may be implemented by general-purpose computing devices, and they may be centralized on a single computing device or distributed on a network formed by a plurality of computing devices.
Each device/function module/function unit in the above embodiments may be implemented in the form of a software function module and may be stored in a computer-readable storage medium when being sold or used as a separate product. The computer readable storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
The computer readable storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for managing buttons on a web page, comprising:
setting a corresponding category identifier for each function according to the functions realized by operating buttons on the webpage, wherein the functions realized by the operating buttons comprise new creation, query and deletion;
establishing a corresponding relation between buttons displayed on the webpage and the category identification according to the category of each operation button;
when receiving a batch management request for the operation buttons, acquiring a target category corresponding to the operation buttons to be managed;
acquiring a target operation button corresponding to the target category in the operation buttons;
and managing the target operation buttons according to the batch management request.
2. The method according to claim 1, wherein the establishing a corresponding relationship between the button displayed for the web page and the category identifier according to the category of each operation button comprises:
acquiring a code program corresponding to an operation button from a source code of the webpage;
searching a code program in the code program by using a pre-stored keyword to determine a function realized by the code program;
determining a category identification for an operation button corresponding to the code program according to the function realized by the code program;
and establishing a corresponding relation between the operation button and the category identification.
3. The method according to claim 1, wherein when receiving a batch management request for the operation buttons, acquiring the target categories corresponding to the operation buttons to be managed comprises:
when a management request for a certain operation button is received, prompting whether all operation buttons with the same functions as the operation buttons are uniformly managed or not;
and after receiving the confirmation message, reading the corresponding relation between the operation button to be managed and the class identifier, and determining the target class corresponding to the operation button to be managed.
4. The method of claim 1, wherein the managing the target operation button according to the batch management request comprises:
when the batch management request is to add a new code program to the target operation button, adding the new code program to the code of the target operation button in a mode of calling a function.
5. The method according to any one of claims 1 to 4, wherein after managing the target operation button according to the batch management request, the method further comprises:
acquiring code information for realizing the corresponding function of each category identifier;
when a request for adding an operation button is received, determining the function realized by the newly added operation button;
and obtaining the code information corresponding to the newly added operation button according to the functions realized by the newly added operation button and the code information corresponding to each function.
6. A computer-readable storage medium on which a computer program is stored, the program, when executed by a processor, performing steps comprising:
setting a corresponding category identifier for each function according to the functions realized by operating buttons on the webpage, wherein the functions realized by the operating buttons comprise new creation, inquiry and deletion;
a relation establishing step, namely establishing a corresponding relation between the buttons displayed on the webpage and the category identification according to the category of each operation button;
a category acquisition step, wherein when a batch management request for the operation buttons is received, a target category corresponding to the operation buttons to be managed is acquired;
a button obtaining step of obtaining a target operation button corresponding to the target type in the operation buttons;
and a button management step, namely managing the target operation buttons according to the batch management request.
7. The computer-readable storage medium according to claim 6, wherein the relationship establishing step includes:
acquiring a code program corresponding to an operation button from a source code of the webpage;
searching a code program in the code program by using a pre-stored keyword to determine a function realized by the code program;
determining a category identification for an operation button corresponding to the code program according to the function realized by the code program;
and establishing a corresponding relation between the operation button and the category identification.
8. The computer-readable storage medium according to claim 6, wherein the category obtaining step includes:
when a management request for a certain operation button is received, prompting whether all operation buttons with the same functions as the operation buttons are uniformly managed or not;
and after receiving the confirmation message, reading the corresponding relation between the operation button to be managed and the class identifier, and determining the target class corresponding to the operation button to be managed.
9. The computer-readable storage medium according to claim 6, wherein the button managing step includes:
when the batch management request is to add a new code program to the target operation button, adding the new code program to the code of the target operation button in a mode of calling a function.
10. The computer-readable storage medium according to any one of claims 6 to 9, wherein after the button management step, the program when executed by the processor further performs the steps comprising:
a code acquisition step, namely acquiring code information for realizing the corresponding function of each category identification;
a function determining step of determining a function realized by the newly added operation button when a request for adding the operation button is received;
and code determining, namely obtaining code information corresponding to the newly added operation buttons according to the functions realized by the newly added operation buttons and the code information corresponding to each function.
CN201711079913.7A 2017-11-06 2017-11-06 Method for managing operation buttons on web page and computer-readable storage medium Active CN107729013B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711079913.7A CN107729013B (en) 2017-11-06 2017-11-06 Method for managing operation buttons on web page and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711079913.7A CN107729013B (en) 2017-11-06 2017-11-06 Method for managing operation buttons on web page and computer-readable storage medium

Publications (2)

Publication Number Publication Date
CN107729013A CN107729013A (en) 2018-02-23
CN107729013B true CN107729013B (en) 2021-07-02

Family

ID=61222560

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711079913.7A Active CN107729013B (en) 2017-11-06 2017-11-06 Method for managing operation buttons on web page and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN107729013B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140133251A (en) * 2013-05-10 2014-11-19 중소기업은행 Computer apparatus for managing a plurality of applications and method
CN104536997A (en) * 2014-12-12 2015-04-22 北京国双科技有限公司 Method and device for data batch processing of client interface
CN105302836A (en) * 2014-07-30 2016-02-03 腾讯科技(深圳)有限公司 Webpage tag closing method and system
CN106095463A (en) * 2016-06-22 2016-11-09 北京金山安全软件有限公司 Notification bar message processing method and device and terminal equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140133251A (en) * 2013-05-10 2014-11-19 중소기업은행 Computer apparatus for managing a plurality of applications and method
CN105302836A (en) * 2014-07-30 2016-02-03 腾讯科技(深圳)有限公司 Webpage tag closing method and system
CN104536997A (en) * 2014-12-12 2015-04-22 北京国双科技有限公司 Method and device for data batch processing of client interface
CN106095463A (en) * 2016-06-22 2016-11-09 北京金山安全软件有限公司 Notification bar message processing method and device and terminal equipment

Also Published As

Publication number Publication date
CN107729013A (en) 2018-02-23

Similar Documents

Publication Publication Date Title
CN107644286B (en) Workflow processing method and device
US20180107725A1 (en) Data Storage Method and Apparatus, and Data Read Method and Apparatus
CN111068328B (en) Game advertisement configuration form generation method, terminal equipment and medium
US20210365421A1 (en) Data analysis method, computer device and storage medium
CN110413282B (en) Redundant resource processing method, device, equipment and storage medium
CN108932286B (en) Data query method and device
CN107015987B (en) Method and equipment for updating and searching database
CN111797073A (en) Database management method, electronic device, and computer-readable storage medium
CN110806866A (en) Generation method and device of front-end management system
CN112860953A (en) Data importing method, device, equipment and storage medium of graph database
CN112988280B (en) Configuration data processing method and device
CN110941629A (en) Metadata processing method, device, equipment and computer readable storage medium
CN114153856A (en) Host data double-writing method and device
CN107609870B (en) Multi-application key management method and system for POS (point of sale) and POS terminal
CN111881660A (en) Report generation method and device, computer equipment and storage medium
CN107729013B (en) Method for managing operation buttons on web page and computer-readable storage medium
CN108196921B (en) Document development method and device, computer equipment and storage medium
CN102662995B (en) A kind of method that quick position mobile phone application data upgrades
CN116048609A (en) Configuration file updating method, device, computer equipment and storage medium
CN106372121B (en) Server and data processing method
CN112632266B (en) Data writing method and device, computer equipment and readable storage medium
CN112287658A (en) Business data processing method and device, electronic equipment and medium
CN113076086A (en) Metadata management system and method for modeling model object using the same
CN112817931A (en) Method and device for generating incremental version file
RU2715287C1 (en) Method, terminal and server for displaying information

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