CN111142982A - Event execution method and device and electronic equipment - Google Patents

Event execution method and device and electronic equipment Download PDF

Info

Publication number
CN111142982A
CN111142982A CN201811300107.2A CN201811300107A CN111142982A CN 111142982 A CN111142982 A CN 111142982A CN 201811300107 A CN201811300107 A CN 201811300107A CN 111142982 A CN111142982 A CN 111142982A
Authority
CN
China
Prior art keywords
event
interface
identifier
attribute information
event execution
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
CN201811300107.2A
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.)
Hitevision Co Ltd
Original Assignee
Hitevision 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 Hitevision Co Ltd filed Critical Hitevision Co Ltd
Priority to CN201811300107.2A priority Critical patent/CN111142982A/en
Publication of CN111142982A publication Critical patent/CN111142982A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an event execution method and device and electronic equipment, wherein the event execution method comprises the following steps: constructing an event pool, wherein the event pool comprises an event execution interface identifier and an event identifier corresponding to the event execution interface identifier; executing the event on the interface, and calling an event execution interface; and searching the event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event. The invention separates the function module for realizing the interface and the function module for executing the business logic independently, thereby facilitating the later maintenance and the function expansion and reducing the code complexity and the redundancy.

Description

Event execution method and device and electronic equipment
Technical Field
The present invention relates to the field of software technologies, and in particular, to an event execution method and apparatus, and an electronic device.
Background
In the current software development process, an interface function and a service logic are generally integrated together, that is, an event button is clicked on an interface, the event button calls the corresponding service logic to realize the interface function, and an interface code and a service logic code are realized in one module, so that not only is maintenance difficult, but also service function expansion is not facilitated, and when different modules realize the same or similar service logic, a large amount of repeated redundant codes occur to influence system performance.
Disclosure of Invention
In view of this, an object of the present invention is to provide an event execution method and apparatus, and an electronic device, which are convenient for subsequent maintenance and function expansion and reduce code complexity by independently separating an interface module and a module for implementing service logic.
Based on the above object, the present invention provides an event execution method, including:
constructing an event pool, wherein the event pool comprises an event execution interface identifier and an event identifier corresponding to the event execution interface identifier;
executing the event on the interface, and calling an event execution interface;
and searching the event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event.
Optionally, the method further includes:
the event pool comprises an event execution interface identifier, an event identifier corresponding to the event execution interface identifier and dynamic attribute information;
setting attribute information on the interface, executing an event, and calling the event execution interface, wherein the event execution interface carries the attribute information;
searching the event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, updating the dynamic attribute information corresponding to the event identifier according to the attribute information carried by the event execution interface, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event according to the updated dynamic attribute information.
Optionally, the method further includes: and determining a bottom interface to be called from a control layer according to the service logic, and calling the bottom interface to realize specific service logic.
Optionally, the method further includes: and determining a bottom interface to be called from a control layer according to the service logic, and calling the bottom interface to realize specific service logic according to the updated dynamic attribute information.
An embodiment of the present invention further provides an event execution apparatus, including:
the event pool module is used for storing the event execution interface identifier and the corresponding event identifier;
the interface module is used for executing the event on the interface and calling the event execution interface;
and the execution module is used for searching the event pool module according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event.
Optionally, the apparatus further comprises:
the event pool module is used for storing the event execution interface identifier and the corresponding event identifier and dynamic attribute information;
the interface module is used for setting attribute information on the interface, executing an event and calling the event execution interface, wherein the event execution interface carries the attribute information;
and the execution module is used for searching the event pool module according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, updating the dynamic attribute information corresponding to the event identifier according to the attribute information carried by the event execution interface, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event according to the updated dynamic attribute information.
Optionally, the apparatus further comprises:
the control layer is used for storing the service logic identifier and the corresponding bottom layer interface;
and the bottom layer interface module is used for storing the bottom layer interface and the corresponding business logic code.
The invention also discloses an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method when executing the program.
From the above, the event execution method and apparatus, and the electronic device provided by the present invention construct an event pool, which includes an event execution interface identifier and an event identifier corresponding to the event execution interface identifier; executing the event on the interface, and calling an event execution interface; and searching an event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event. The invention separates the function module for realizing the interface and the function module for executing the business logic independently, thereby facilitating the later maintenance and the function expansion and reducing the code complexity and the redundancy.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to specific embodiments and the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention. As shown in the figure, the event execution method disclosed in the embodiment of the present invention includes:
s10: constructing an event pool, wherein the event pool comprises an event execution interface identifier and an event identifier corresponding to the event execution interface identifier;
s11: executing the event on the interface, and calling an event execution interface;
s12: searching an event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the business logic corresponding to the event.
As shown in the figure, in the embodiment of the present invention, the function module for implementing the interface is independent from the function module for implementing the service logic. An event pool is established, the corresponding relation between the event execution interface identifier and the event identifier is stored in the event pool, the interface is only used for executing the event (such as clicking a specific function key), the event execution interface is triggered and called, then the corresponding event identifier is searched and obtained from the event pool according to the event execution interface identifier, the service logic to be executed is determined according to the event identifier, the bottom layer interface to be called is determined from the control layer according to the service logic, and the bottom layer interface is called to realize the specific service logic.
If the interface sets attribute information, the event execution interface carries attribute parameters, and the event execution method further comprises the following steps:
s20: constructing an event pool, wherein the event pool comprises an event execution interface identifier, an event identifier corresponding to the event execution interface identifier and dynamic attribute information;
s21: setting attribute information on an interface, executing an event, and calling an event execution interface, wherein the event execution interface carries the set attribute information;
s22: searching an event pool according to an event execution interface identifier corresponding to the event execution interface, acquiring a corresponding event identifier, updating dynamic attribute information corresponding to the event identifier according to attribute information carried by the event execution interface, determining an event to be executed according to the event identifier, and executing service logic corresponding to the event according to the updated dynamic attribute information.
In the embodiment of the invention, the event pool stores the corresponding relation between the event execution interface identifier and the event identifier and the dynamic attribute information, the event execution interface is triggered and called by setting the attribute information through the interface, and the event execution interface carries the set attribute information; then, searching and acquiring corresponding event identification from the event pool according to the calling event execution interface identification, updating dynamic attribute information corresponding to the event identification according to attribute information carried by the event execution interface, determining a service logic to be executed according to the event identification, determining a bottom interface to be called from a control layer according to the service logic, and calling the bottom interface to realize specific service logic according to the dynamic attribute information.
For example, in the interface setting object, "the color attribute is blue, the width is 10 units", a determination button is clicked, an event execution interface is called, an event pool is searched according to the event execution interface identifier, an event identifier to be executed is obtained, dynamic attribute information of the event identifier is set as "the color attribute is blue, the width is 10 units", a service logic to be executed is determined according to the event identifier, the execution is finished, the color is set as blue, and the width is set as 10 units.
Fig. 2 is a schematic structural diagram of an apparatus according to an embodiment of the present invention. As shown in the drawings, an event execution apparatus provided in an embodiment of the present invention includes:
the event pool module is used for storing the event execution interface identifier and the corresponding event identifier;
the interface module is used for executing the event on the interface and calling the event execution interface;
and the execution module is used for searching the event pool module according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event.
If the interface sets attribute information, the event execution interface carries attribute parameters, and the event execution device further comprises:
the event pool module is used for storing the event execution interface identifier and the corresponding event identifier and dynamic attribute information;
the interface module is used for setting attribute information on an interface, executing an event and calling an event execution interface, wherein the event execution interface carries the set attribute information;
and the execution module is used for searching the event pool module according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, updating the dynamic attribute information corresponding to the event identifier according to the attribute information carried by the event execution interface, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event according to the updated dynamic attribute information.
For the specific execution of the business logic, the event execution device further comprises:
the control layer is used for storing the service logic identifier and the corresponding bottom layer interface;
and the bottom layer interface module is used for storing the bottom layer interface and the corresponding business logic code.
After the service logic to be executed is determined according to the event identifier, the bottom layer interface to be called is determined from the control layer according to the service logic identifier corresponding to the service logic, and the bottom layer interface is called to execute the corresponding service logic code so as to realize the specific service logic. If the attribute information is set, determining the service logic to be executed according to the event identifier, determining the bottom interface to be called from the control layer according to the service logic identifier corresponding to the service logic, and calling the bottom interface to execute the service logic code according to the updated dynamic attribute information so as to realize the specific service logic.
Based on the above purpose, the embodiment of the present invention further provides an embodiment of an apparatus for executing the event execution method. The device comprises:
one or more processors, and a memory.
The apparatus for performing the event execution method may further include: an input device and an output device.
The processor, memory, input device, and output device may be connected by a bus or other means.
The memory, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the event execution methods in the embodiments of the present invention. The processor executes various functional applications of the server and data processing, i.e., the event execution method of the above-described method embodiment, by executing the nonvolatile software program, instructions, and modules stored in the memory.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of an apparatus that performs the event execution method, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, the memory optionally includes memory remotely located from the processor, and these remote memories may be connected to the member user behavior monitoring device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means may receive input numeric or character information and generate key signal inputs related to user settings and function control of the apparatus performing the event execution method. The output device may include a display device such as a display screen.
The one or more modules are stored in the memory and, when executed by the one or more processors, perform the event execution method of any of the method embodiments described above. The technical effect of the embodiment of the device for executing the event execution method is the same as or similar to that of any method embodiment.
The embodiment of the invention also provides a non-transitory computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions can execute the processing method of the list item operation in any method embodiment. Embodiments of the non-transitory computer storage medium may be the same or similar in technical effect to any of the method embodiments described above.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by a computer program that can be stored in a computer-readable storage medium and that, when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The technical effect of the embodiment of the computer program is the same as or similar to that of any of the method embodiments described above.
Furthermore, the apparatuses, devices, etc. described in the present disclosure may be various electronic terminal devices, such as a mobile phone, a Personal Digital Assistant (PDA), a tablet computer (PAD), a smart television, etc., and may also be large terminal devices, such as a server, etc., and therefore the scope of protection of the present disclosure should not be limited to a specific type of apparatus, device. The client disclosed by the present disclosure may be applied to any one of the above electronic terminal devices in the form of electronic hardware, computer software, or a combination of both.
Furthermore, the method according to the present disclosure may also be implemented as a computer program executed by a CPU, which may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method of the present disclosure.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) described herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
The apparatus of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the idea of the invention, also features in the above embodiments or in different embodiments may be combined, steps may be implemented in any order, and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity.
In addition, well known power/ground connections to Integrated Circuit (IC) chips and other components may or may not be shown within the provided figures for simplicity of illustration and discussion, and so as not to obscure the invention. Furthermore, devices may be shown in block diagram form in order to avoid obscuring the invention, and also in view of the fact that specifics with respect to implementation of such block diagram devices are highly dependent upon the platform within which the present invention is to be implemented (i.e., specifics should be well within purview of one skilled in the art). Where specific details (e.g., circuits) are set forth in order to describe example embodiments of the invention, it should be apparent to one skilled in the art that the invention can be practiced without, or with variation of, these specific details. Accordingly, the description is to be regarded as illustrative instead of restrictive.
While the present invention has been described in conjunction with specific embodiments thereof, many alternatives, modifications, and variations of these embodiments will be apparent to those of ordinary skill in the art in light of the foregoing description. For example, other memory architectures (e.g., dynamic ram (dram)) may use the discussed embodiments.
The embodiments of the invention are intended to embrace all such alternatives, modifications and variances that fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements and the like that may be made without departing from the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (8)

1. An event execution method, comprising:
constructing an event pool, wherein the event pool comprises an event execution interface identifier and an event identifier corresponding to the event execution interface identifier;
executing the event on the interface, and calling an event execution interface;
and searching the event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event.
2. The method of claim 1, further comprising:
the event pool comprises an event execution interface identifier, an event identifier corresponding to the event execution interface identifier and dynamic attribute information;
setting attribute information on the interface, executing an event, and calling the event execution interface, wherein the event execution interface carries the attribute information;
searching the event pool according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, updating the dynamic attribute information corresponding to the event identifier according to the attribute information carried by the event execution interface, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event according to the updated dynamic attribute information.
3. The method of claim 1, further comprising: and determining a bottom interface to be called from a control layer according to the service logic, and calling the bottom interface to realize specific service logic.
4. The method of claim 2, further comprising: and determining a bottom interface to be called from a control layer according to the service logic, and calling the bottom interface to realize specific service logic according to the updated dynamic attribute information.
5. An event execution apparatus, comprising:
the event pool module is used for storing the event execution interface identifier and the corresponding event identifier;
the interface module is used for executing the event on the interface and calling the event execution interface;
and the execution module is used for searching the event pool module according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event.
6. The apparatus of claim 1, further comprising:
the event pool module is used for storing the event execution interface identifier and the corresponding event identifier and dynamic attribute information;
the interface module is used for setting attribute information on the interface, executing an event and calling the event execution interface, wherein the event execution interface carries the attribute information;
and the execution module is used for searching the event pool module according to the event execution interface identifier corresponding to the event execution interface, acquiring the corresponding event identifier, updating the dynamic attribute information corresponding to the event identifier according to the attribute information carried by the event execution interface, determining the event to be executed according to the event identifier, and executing the service logic corresponding to the event according to the updated dynamic attribute information.
7. The apparatus of claim 1, further comprising:
the control layer is used for storing the service logic identifier and the corresponding bottom layer interface;
and the bottom layer interface module is used for storing the bottom layer interface and the corresponding business logic code.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 4 when executing the program.
CN201811300107.2A 2018-11-02 2018-11-02 Event execution method and device and electronic equipment Pending CN111142982A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811300107.2A CN111142982A (en) 2018-11-02 2018-11-02 Event execution method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811300107.2A CN111142982A (en) 2018-11-02 2018-11-02 Event execution method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN111142982A true CN111142982A (en) 2020-05-12

Family

ID=70515362

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811300107.2A Pending CN111142982A (en) 2018-11-02 2018-11-02 Event execution method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN111142982A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2452730A1 (en) * 2001-07-06 2003-01-16 Computer Associates Think, Inc. Business process policy object
US20070233500A1 (en) * 2006-02-27 2007-10-04 Microsoft Corporation Pluggable business logic
CN104123157A (en) * 2014-07-17 2014-10-29 北京京东尚科信息技术有限公司 Method and device for customizing cross-platform business logic of mobile terminal
CN104142858A (en) * 2013-11-29 2014-11-12 腾讯科技(深圳)有限公司 Blocked task scheduling method and device
CN105183569A (en) * 2015-08-31 2015-12-23 青岛海尔智能家电科技有限公司 Method and apparatus for triggering action by using event
CN105391785A (en) * 2015-11-25 2016-03-09 广州华多网络科技有限公司 Method for processing service message and server
CN106060063A (en) * 2016-06-24 2016-10-26 武汉斗鱼网络科技有限公司 Filtering method and device for internet website front end logic entries
CN106897072A (en) * 2017-02-28 2017-06-27 北京三快在线科技有限公司 Traffic engineered call method, device and electronic equipment
CN107577540A (en) * 2017-08-31 2018-01-12 武汉斗鱼网络科技有限公司 Video realizes method, storage medium, equipment and the system of report function in making friends
CN107635001A (en) * 2017-09-20 2018-01-26 北京京东尚科信息技术有限公司 Web scripts abnormality eliminating method and device
CN107783849A (en) * 2017-09-27 2018-03-09 武汉斗鱼网络科技有限公司 Event-handling method and client

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2452730A1 (en) * 2001-07-06 2003-01-16 Computer Associates Think, Inc. Business process policy object
US20070233500A1 (en) * 2006-02-27 2007-10-04 Microsoft Corporation Pluggable business logic
CN104142858A (en) * 2013-11-29 2014-11-12 腾讯科技(深圳)有限公司 Blocked task scheduling method and device
CN104123157A (en) * 2014-07-17 2014-10-29 北京京东尚科信息技术有限公司 Method and device for customizing cross-platform business logic of mobile terminal
CN105183569A (en) * 2015-08-31 2015-12-23 青岛海尔智能家电科技有限公司 Method and apparatus for triggering action by using event
CN105391785A (en) * 2015-11-25 2016-03-09 广州华多网络科技有限公司 Method for processing service message and server
CN106060063A (en) * 2016-06-24 2016-10-26 武汉斗鱼网络科技有限公司 Filtering method and device for internet website front end logic entries
CN106897072A (en) * 2017-02-28 2017-06-27 北京三快在线科技有限公司 Traffic engineered call method, device and electronic equipment
CN107577540A (en) * 2017-08-31 2018-01-12 武汉斗鱼网络科技有限公司 Video realizes method, storage medium, equipment and the system of report function in making friends
CN107635001A (en) * 2017-09-20 2018-01-26 北京京东尚科信息技术有限公司 Web scripts abnormality eliminating method and device
CN107783849A (en) * 2017-09-27 2018-03-09 武汉斗鱼网络科技有限公司 Event-handling method and client

Similar Documents

Publication Publication Date Title
CN111859470B (en) Business data chaining method and device
CN109815261B (en) Global search function implementation and data real-time synchronization method and device and electronic equipment
CN111062189A (en) Data analysis method and device and electronic equipment
US11375002B2 (en) Application version switching method and apparatus, electronic device and storage medium
CN107479868B (en) Interface loading method, device and equipment
US20170277526A1 (en) Software categorization method and electronic device
CN110830280A (en) Micro-service gateway device and method and electronic equipment
CN108809943B (en) Website monitoring method and device
CN111767086A (en) Method and device for migrating browser data
CN104657668A (en) Terminal
CN110990008B (en) Page updating method and device, storage medium and electronic equipment
CN110908855A (en) Micro-service operation maintenance device and method and electronic equipment
CN110781139A (en) Teaching plan resource management system and method and electronic equipment
CN111352993A (en) Cross-platform data synchronization method and device and electronic equipment
CN104657991A (en) Picture processing method
CN114327453B (en) Page display method, device, equipment and storage medium
CN111142982A (en) Event execution method and device and electronic equipment
CN110806910A (en) Method and system for optimizing carousel map and electronic equipment
CN111190529A (en) Keyboard input method and device and electronic equipment
CN110765738A (en) System and method for generating card number and electronic equipment
CN111200621A (en) Ad hoc network method and device, and electronic device
CN111381849A (en) Software updating method and device and electronic equipment
CN115840604B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN110908567B (en) Terminal assistant device and method and electronic equipment
CN111158569A (en) Erasing operation method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination