CN108509287B - Request state management method and device, electronic equipment and readable storage medium - Google Patents

Request state management method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN108509287B
CN108509287B CN201810322239.9A CN201810322239A CN108509287B CN 108509287 B CN108509287 B CN 108509287B CN 201810322239 A CN201810322239 A CN 201810322239A CN 108509287 B CN108509287 B CN 108509287B
Authority
CN
China
Prior art keywords
request
network
request state
function
state
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
CN201810322239.9A
Other languages
Chinese (zh)
Other versions
CN108509287A (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.)
Beijing Knownsec Information Technology Co Ltd
Original Assignee
Beijing Knownsec 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 Beijing Knownsec Information Technology Co Ltd filed Critical Beijing Knownsec Information Technology Co Ltd
Priority to CN201810322239.9A priority Critical patent/CN108509287B/en
Publication of CN108509287A publication Critical patent/CN108509287A/en
Application granted granted Critical
Publication of CN108509287B publication Critical patent/CN108509287B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The embodiment of the invention provides a request state management method and device, electronic equipment and a readable storage medium. The electronic device is configured with a request function and a listening function. The method comprises the following steps: generating a first request state change event through a request function upon receiving a network request; responding to the first request state change event through a monitoring function, and modifying the request state of the network request into a first request state; when the request state of the network request is in a first request state, sending the network request to the server so that the server returns corresponding network resources after responding to the network request; after receiving the corresponding network resource, generating a second request state change event through a request function; and responding to the second request state change event through the listening function, and modifying the request state of the network request into a second request state. Therefore, the problems of high code redundancy and complex logic caused by the fact that a user needs to frequently and manually change the state aiming at the loading state of the component or the page can be solved.

Description

Request state management method and device, electronic equipment and readable storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a request state management method, a request state management device, electronic equipment and a readable storage medium.
Background
In daily work, the problem of component loading state is often handled, the request state of a component is set to true each time a request is initiated to a certain network resource, the request state is set to false after the request is finished, and then the state is used for determining whether to control a page display to load animation and the like. However, if the page with a relatively large loading state is loaded, the user is often required to manually process the state for multiple times, and the state change of the request needs to be processed in the callback function for each request, so that the redundancy of the code is high. In addition, if this state change is nested within multiple callback functions, then logic complications result. Therefore, there is a great need for a mechanism that can automatically trigger a state change at the initiation and termination of a request.
Disclosure of Invention
In order to overcome the above disadvantages in the prior art, an object of the present invention is to provide a method, an apparatus, an electronic device, and a readable storage medium for managing a request state, which can solve the problems of high code redundancy and complex logic caused by the fact that a user needs to frequently change a state manually for a component or a page loading state.
In order to achieve the above purpose, the embodiment of the present invention adopts the following technical solutions:
in a first aspect, an embodiment of the present invention provides a request status management method, which is applied to an electronic device, where the electronic device is configured with a request function and a listening function, and the method includes:
generating a first request state change event by the request function upon receiving a network request;
responding to the first request state change event through the monitoring function, and modifying the request state of the network request into a first request state;
when the request state of the network request is in the first request state, sending the network request to a server so that the server returns corresponding network resources after responding to the network request;
after receiving the corresponding network resource, generating a second request state change event through the request function;
and responding to the second request state change event through the monitoring function, and modifying the request state of the network request into a second request state.
Optionally, before the step of generating the first request state change event by the request function when the network request is received, the method further includes:
and responding to the request for configuring the monitoring function, and configuring the network address to be monitored by the monitoring function.
Optionally, before the step of generating the first request state change event by the request function when the network request is received, the method further includes:
and responding to the request for configuring the request function, and configuring the request function.
Optionally, the step of generating a first request state change event by the request function when a network request is received includes:
analyzing the network request to obtain a network address in the network request;
generating, by the request function, a first request state change event including the network address.
Optionally, the step of modifying the request state of the network request to the first request state in response to the first request state change event through the snoop function includes:
responding to the first request state change event through the monitoring function to obtain a corresponding target network address;
judging whether the target network address is the network address to be monitored by the monitoring function;
and if so, modifying the request state of the network request into a first request state.
Optionally, the step of modifying the request state of the network request to the second request state in response to the second request state change event through the snoop function includes:
responding to the second request state change event through the monitoring function to obtain a corresponding target network address;
judging whether the target network address is the network address to be monitored by the monitoring function;
and if so, modifying the request state of the network request into a second request state.
Optionally:
before the step of sending the network request to the server, the method further comprises:
displaying the animation loading the network resource;
after the step of receiving the corresponding network resource, the method further comprises:
and canceling the display of the animation loading the network resources, and displaying the received corresponding network resources.
In a second aspect, an embodiment of the present invention further provides a request status management apparatus, which is applied to an electronic device, where the electronic device is configured with a request function and a listening function, and the apparatus includes:
the first generation module is used for generating a first request state change event through the request function when a network request is received;
a first modification module, configured to modify a request state of the network request to a first request state by responding to the first request state change event through the snoop function;
the request sending module is used for sending the network request to a server when the request state of the network request is in the first request state, so that the server returns corresponding network resources after responding to the network request;
the second generation module is used for generating a second request state change event through the request function after receiving the corresponding network resource;
and the second modification module is used for responding to the second request state change event through the monitoring function and modifying the request state of the network request into a second request state.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
a memory;
a processor; and
the request state management device is stored in the memory and comprises a software function module executed by the processor.
In a fourth aspect, an embodiment of the present invention further provides a readable storage medium, where a computer program is stored, and when the computer program is executed, the method for managing the request status is implemented.
Compared with the prior art, the invention has the following beneficial effects:
the embodiment of the invention provides a request state management method and device, electronic equipment and a readable storage medium. The electronic device is configured with a request function and a listening function. The method comprises the following steps: generating a first request state change event through a request function upon receiving a network request; responding to the first request state change event through a monitoring function, and modifying the request state of the network request into a first request state; when the request state of the network request is in a first request state, sending the network request to the server so that the server returns corresponding network resources after responding to the network request; after receiving the corresponding network resource, generating a second request state change event through a request function; and responding to the second request state change event through the listening function, and modifying the request state of the network request into a second request state. Therefore, the request state processing is automated through the request function and the monitoring function, and a request state change event is sent for each request state modification, so that the request state change event can be monitored in a required page to modify the request state of the relevant part of the page, and the problems of high code redundancy and complex logic caused by the fact that a user frequently changes the state manually for the component or page loading state can be solved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a schematic block diagram of a structure of an electronic device for implementing a request status management method according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a request status management method according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating the sub-steps included in step S210 shown in FIG. 2;
fig. 4 is a flowchart illustrating the sub-steps included in step S220 shown in fig. 2.
Icon: 100-an electronic device; 110-a memory; 120-a processor; 200-request state management means; 210-a first generation module; 220-a first modification module; 230-request sending module; 240-a second generation module; 250-a second modification module.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
Referring to fig. 1, a block diagram of an electronic device 100 for implementing a request status management method according to an embodiment of the present invention is shown. In this embodiment, the electronic device 100 includes a request status management apparatus 200, a memory 110, and a processor 120. In the embodiment of the present invention, the request state management device 200 includes at least one software functional module which can be stored in the memory 110 in the form of software or Firmware (Firmware) or solidified in an Operating System (OS) of the electronic device 100. The processor 120 is used for executing executable software modules stored in the memory 110, such as software functional modules and computer programs included in the request state management device 200. In this embodiment, the request state management device 200 may be integrated into the operating system as a part of the operating system. Specifically, the request state management apparatus 200 may include:
a first generating module 210, configured to generate a first request state change event through the request function when a network request is received.
A first modification module 220, configured to modify the request state of the network request to a first request state in response to the first request state change event through the snoop function.
A request sending module 230, configured to send the network request to a server when a request state of the network request is in the first request state, so that the server returns a corresponding network resource after responding to the network request.
A second generating module 240, configured to generate a second request state change event through the request function after receiving the corresponding network resource.
A second modifying module 250, configured to modify the request state of the network request to a second request state in response to the second request state change event through the snoop function.
Referring to fig. 2, a flowchart of a request status management method according to an embodiment of the invention is shown, where the method is executed by the electronic device 100 shown in fig. 1. It should be noted that the request status management method provided by the embodiment of the present invention is not limited by the specific sequence shown in fig. 2 and described below. The method comprises the following specific steps:
step S210, when receiving a network request, generating a first request state change event through the request function.
In this embodiment, the electronic device 100 is configured with a request function and a listening function, and may configure the listening function on a page whose request state needs to be changed, before step S210, the electronic device 100 may configure a network address that the listening function needs to listen to by responding to a request for configuring the listening function, where the configured network address corresponds to the page whose request state needs to be changed. In addition, the request function is configured by responding to a request for configuring the request function.
In one embodiment, referring to fig. 3, the step S210 can be implemented by the following sub-steps:
substep S211, parsing the network request to obtain the network address in the network request.
In this embodiment, when the electronic device 100 initiates a network request through a user operation, for example, initiates a network request for accessing the XX page, the electronic device 100 parses the network request to obtain a network address url (uniform resource locator) corresponding to the XX page.
Sub-step S212, generating a first request state change event including the network address by the request function.
In this embodiment, after obtaining the network address in the network request, the request function may automatically generate a first request state change event including the network address, where the first request state change event is used to indicate that the current request state is modified to the first request state.
Step S220, responding to the first request state change event through the listening function, and modifying the request state of the network request to a first request state.
As an embodiment, referring to fig. 4, the step S220 can be implemented by:
and a substep S221, obtaining a corresponding target network address by responding to the first request state change event through the monitoring function.
And a substep S222, determining whether the target network address is a network address that the monitoring function needs to monitor.
And a substep S223, if yes, modifying the request state of the network request to the first request state.
In this embodiment, the snoop function obtains a corresponding target network address when receiving the first request state change event, and modifies the request state of the network request to the first request state by the snoop function when the target network address matches with the network address that needs to be snooped.
Step S230, when the request state of the network request is in the first request state, sending the network request to a server, so that the server returns a corresponding network resource after responding to the network request.
In this embodiment, optionally, when the request state of the network request is in the first request state, the animation that is loading the network resource may be displayed, then the network request is sent to the server, and after the server responds to the network request to search for the corresponding network resource, the corresponding network resource is returned.
Step S240, after receiving the corresponding network resource, generating a second request state change event through the request function.
In this embodiment, after receiving the corresponding network resource, the network request is ended, and optionally, the animation for loading the network resource is cancelled and the received corresponding network resource is displayed. And automatically generating a second request state change event by the request function to notify a snoop function listening to the network address to modify the request state to a second request state.
Step S250, responding to the second request state change event through the listening function, and modifying the request state of the network request to a second request state.
In this embodiment, the snoop function responds to the second request state change event to obtain a corresponding target network address, and determines whether the target network address is a network address that the snoop function needs to monitor, and if so, modifies the request state of the network request to the second request state.
Based on the above design, the request state management method provided in this embodiment automates the request state processing through the request function and the snoop function, and sends a request state change event for each request state modification, so that the request state change event can be snooped on a required page to modify the request state of a relevant part of the page, and the problems of high code redundancy and complex logic due to the fact that a user needs to frequently and manually change the state for a component or page loading state can be solved.
Further, a readable storage medium is provided in a preferred embodiment of the present invention, and a computer program is stored in the readable storage medium, and when the computer program runs, the method for managing request states is implemented.
In summary, embodiments of the present invention provide a request status management method, an apparatus, an electronic device and a readable storage medium. The electronic device is configured with a request function and a listening function. The method comprises the following steps: generating a first request state change event through a request function upon receiving a network request; responding to the first request state change event through a monitoring function, and modifying the request state of the network request into a first request state; when the request state of the network request is in a first request state, sending the network request to the server so that the server returns corresponding network resources after responding to the network request; after receiving the corresponding network resource, generating a second request state change event through a request function; and responding to the second request state change event through the listening function, and modifying the request state of the network request into a second request state. Therefore, the request state processing is automated through the request function and the monitoring function, and a request state change event is sent for each request state modification, so that the request state change event can be monitored in a required page to modify the request state of the relevant part of the page, and the problems of high code redundancy and complex logic caused by the fact that a user frequently changes the state manually for the component or page loading state can be solved.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus, system, and method may be implemented in other ways. The apparatus, system, and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
Alternatively, all or part of the implementation may be in software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It should be noted that, in this document, 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 identical elements in a process, method, article, or apparatus that comprises the element.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.

Claims (9)

1. A request state management method is applied to an electronic device, the electronic device is configured with a request function and a listening function, and the method comprises the following steps:
generating a first request state change event by the request function upon receiving a network request;
responding to the first request state change event through the monitoring function, and modifying the request state of the network request into a first request state;
when the request state of the network request is in the first request state, sending the network request to a server so that the server returns corresponding network resources after responding to the network request;
after receiving the corresponding network resource, generating a second request state change event through the request function;
responding to the second request state change event through the monitoring function, and modifying the request state of the network request into a second request state;
the step of modifying the request state of the network request to a first request state in response to the first request state change event by the snoop function includes:
responding to the first request state change event through the monitoring function to obtain a corresponding target network address;
judging whether the target network address is the network address to be monitored by the monitoring function;
and if so, modifying the request state of the network request into a first request state.
2. The request state management method according to claim 1, wherein before the step of generating a first request state change event by the request function upon receiving a network request, the method further comprises:
and responding to the request for configuring the monitoring function, and configuring the network address to be monitored by the monitoring function.
3. The request state management method according to claim 1, wherein before the step of generating a first request state change event by the request function upon receiving a network request, the method further comprises:
and responding to the request for configuring the request function, and configuring the request function.
4. The request state management method according to claim 1, wherein the step of generating a first request state change event by the request function upon receiving a network request comprises:
analyzing the network request to obtain a network address in the network request;
generating, by the request function, a first request state change event including the network address.
5. The request state management method according to claim 1, wherein the step of modifying the request state of the network request to a second request state in response to the second request state change event by the snoop function comprises:
responding to the second request state change event through the monitoring function to obtain a corresponding target network address;
judging whether the target network address is the network address to be monitored by the monitoring function;
and if so, modifying the request state of the network request into a second request state.
6. The request status management method according to claim 1, wherein:
before the step of sending the network request to the server, the method further comprises:
displaying the animation loading the network resource;
after the step of receiving the corresponding network resource, the method further comprises:
and canceling the display of the animation loading the network resources, and displaying the received corresponding network resources.
7. A request status management apparatus, applied to an electronic device, wherein the electronic device is configured with a request function and a listening function, the apparatus comprising:
the first generation module is used for generating a first request state change event through the request function when a network request is received;
a first modification module, configured to modify a request state of the network request to a first request state by responding to the first request state change event through the snoop function;
the request sending module is used for sending the network request to a server when the request state of the network request is in the first request state, so that the server returns corresponding network resources after responding to the network request;
the second generation module is used for generating a second request state change event through the request function after receiving the corresponding network resource;
a second modification module, configured to modify the request state of the network request to a second request state by responding to the second request state change event through the snoop function;
the first modification module is specifically configured to:
responding to the first request state change event through the monitoring function to obtain a corresponding target network address;
judging whether the target network address is the network address to be monitored by the monitoring function;
and if so, modifying the request state of the network request into a first request state.
8. An electronic device, characterized in that the electronic device comprises:
a memory;
a processor; and
the request state management device of claim 7, stored in the memory and comprising a software function executed by the processor.
9. A readable storage medium, characterized in that a computer program is stored therein, which when executed implements the request state management method of any one of claims 1-6.
CN201810322239.9A 2018-04-11 2018-04-11 Request state management method and device, electronic equipment and readable storage medium Active CN108509287B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810322239.9A CN108509287B (en) 2018-04-11 2018-04-11 Request state management method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810322239.9A CN108509287B (en) 2018-04-11 2018-04-11 Request state management method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN108509287A CN108509287A (en) 2018-09-07
CN108509287B true CN108509287B (en) 2020-09-29

Family

ID=63381607

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810322239.9A Active CN108509287B (en) 2018-04-11 2018-04-11 Request state management method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN108509287B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110944231B (en) * 2018-09-21 2022-01-14 北京国双科技有限公司 Monitoring method and device of video player

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104135501A (en) * 2013-06-28 2014-11-05 腾讯科技(深圳)有限公司 Page sharing method, device and system
CN105354052A (en) * 2015-09-30 2016-02-24 北京奇虎科技有限公司 Flash game loading method and apparatus
US9836114B1 (en) * 2015-09-15 2017-12-05 Amazon Technologies, Inc. Event-based trigger for managing battery consumption
CN107515947A (en) * 2017-09-05 2017-12-26 北京京东尚科信息技术有限公司 picture loading method and its system
CN107864070A (en) * 2017-10-30 2018-03-30 小草数语(北京)科技有限公司 Network status monitoring method, equipment and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104135501A (en) * 2013-06-28 2014-11-05 腾讯科技(深圳)有限公司 Page sharing method, device and system
US9836114B1 (en) * 2015-09-15 2017-12-05 Amazon Technologies, Inc. Event-based trigger for managing battery consumption
CN105354052A (en) * 2015-09-30 2016-02-24 北京奇虎科技有限公司 Flash game loading method and apparatus
CN107515947A (en) * 2017-09-05 2017-12-26 北京京东尚科信息技术有限公司 picture loading method and its system
CN107864070A (en) * 2017-10-30 2018-03-30 小草数语(北京)科技有限公司 Network status monitoring method, equipment and system

Also Published As

Publication number Publication date
CN108509287A (en) 2018-09-07

Similar Documents

Publication Publication Date Title
CN108153670B (en) Interface testing method and device and electronic equipment
US10693972B2 (en) Secure cross-domain session storage
US10366152B2 (en) Online content management system with undo and redo operations
EP3488346B1 (en) Anomaly detection using sequences of system calls
US20160335079A1 (en) Zero down-time deployment of new application versions
CN108733720B (en) On-line checking method and checking system for SQL (structured query language) query of multiple database types
CN109582317B (en) Method and apparatus for debugging hosted applications
CN110020383B (en) Page data request processing method and device
CN111125057B (en) Method and device for processing service request and computer system
US10089139B2 (en) Systems, methods and media for managing embedded content
CN108509287B (en) Request state management method and device, electronic equipment and readable storage medium
CN110881224B (en) Network long connection method, device, equipment and storage medium
US20170317912A1 (en) Notifying original state listeners of events in a domain model
US20220229858A1 (en) Multi-cloud object store access
CN115470432A (en) Page rendering method and device, electronic equipment and computer readable medium
CN115757400A (en) Data table processing method and device, electronic equipment and computer readable medium
CN114528517A (en) View processing method and device, electronic equipment and computer readable medium
CN113760417A (en) Page countdown display method and device
CN111090515A (en) Access control method, device, terminal equipment and storage medium
US20150100615A1 (en) Drag and drop of a uri to link resources
CN110554942A (en) method and device for monitoring code execution
US11790152B2 (en) Presenting web content based on rules
US10778514B1 (en) Universal configurations
CN111857879B (en) Data processing method, device, electronic equipment and computer readable medium
CN110262756B (en) Method and device for caching data

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 311501, Unit 1, Building 5, Courtyard 1, Futong East Street, Chaoyang District, Beijing

Applicant after: Beijing Zhichuangyu Information Technology Co., Ltd.

Address before: Room 311501, Unit 1, Building 5, Courtyard 1, Futong East Street, Chaoyang District, Beijing

Applicant before: Beijing Knows Chuangyu Information Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant