CN109032587A - A kind of data stream management frame, method, terminal device and storage medium - Google Patents
A kind of data stream management frame, method, terminal device and storage medium Download PDFInfo
- Publication number
- CN109032587A CN109032587A CN201810796198.7A CN201810796198A CN109032587A CN 109032587 A CN109032587 A CN 109032587A CN 201810796198 A CN201810796198 A CN 201810796198A CN 109032587 A CN109032587 A CN 109032587A
- Authority
- CN
- China
- Prior art keywords
- data
- view
- component
- observable
- field
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The invention discloses a kind of data stream management frame, method, terminal device and storage mediums, are suitable for application and development field.Frame provided by the invention includes: storage assembly: for providing the data storage object and an observable object of a singleton pattern, the data storage object flow for storing data in data, the observable object is used to control the refreshing of view;View component: it for subscribing to observable object, when detecting that observed field is identical as initial field, calls and update method is forced to refresh view;Control assembly: for receiving incoming more new data, after merging the more new data and current data, the observable object multicast key assignments that data change occurs is called;Serviced component: the data for obtaining request make requests the separation of logical AND service logic.The present invention reduces the redundancies of code, meanwhile, so that inter-module data transfer is as it can be seen that be convenient for code debugging.
Description
Technical field
The present invention relates to field of computer technology more particularly to a kind of data stream management frame, method, terminal device and deposit
Storage media.
Background technique
One of the mainstream frame that React.js is developed as front end, the frame can be good at solving view as view layers
Rendering problem, but due to lacking effective condition managing, it can seem out of strength when constructing large-scale front end applications, in order to preferably manage
Manage and debug component therein, it is necessary to special to introduce condition managing frame.
Currently, common method of state management has Redux and mobx, and when using Redux framework, one function of every realization
A large amount of template code is required, code redundancy can reduce development efficiency.And Mobx framework is used, and storage assembly can be made
It is invisible with the data transfer of other inter-modules, it is difficult to be debugged.
Therefore, it is necessary to propose that a kind of redundant code is few, the visible frame of data transfer.
Summary of the invention
In view of this, the embodiment of the invention provides a kind of data stream management frame, method, terminal device and storages to be situated between
Matter, to solve the problems, such as existing management framework code redundancy or be difficult to debug.
The embodiment of the present invention in a first aspect, providing a kind of data stream management frame, comprising:
Storage assembly: for providing the data storage object and an observable object of a singleton pattern, the data
Storage object flow for storing data in data, the observable object is used to control the refreshing of view;
View component: for being subscribed in the componentDIdMound method of PureComponent component lifecycle
The observable object calls and update method is forced to refresh view when detecting that observed field is identical as initial field
Figure;
Control assembly: for receiving incoming more new data, and obtaining the current data in the data storage object, closes
And after the more new data and current data, the observable object multicast field that data change occurs is called;
Serviced component: for defining the interface data of request server-side, the data that request obtains are made requests into logical AND
Service logic separation.
The second aspect of the embodiment of the present invention provides a kind of method for managing data flow, comprising:
Under singleton pattern, a data storage object is created, and define an observable pair in the data storage object
As, wherein the data storage object flow for storing data in data;
After the completion of view renders for the first time, active view is in PureComponent component lifecycle
The observable object is subscribed in componentDIdMound method;
After receiving more new data, the current data in the data storage object is obtained, merges the more new data
After current data, the observable object multicast field that data change occurs is called;
When the field that data change occurs is identical as view initial field, calls and update method is forced to refresh currently
View.
The third aspect of the embodiment of the present invention, provides a kind of terminal device, including memory, processor and is stored in
In the memory and the computer program that can run on the processor, when the processor executes the computer program
Realize the frame as described in first aspect of the embodiment of the present invention.
The fourth aspect of the embodiment of the present invention, provides a kind of computer readable storage medium, described computer-readable to deposit
Storage media is stored with computer program, realizes that first aspect of the embodiment of the present invention mentions when the computer program is executed by processor
The frame supplied.
5th aspect of the embodiment of the present invention, provides a kind of computer program product, the computer program product packet
Computer program is included, realizes that first aspect of the embodiment of the present invention mentions when the computer program is executed by one or more processors
The step of the method for confession.
In the embodiment of the present invention, control assembly and view component are bound by unique identification field, it, can when data update
The identification field that observation object multicast is changed forces to refresh corresponding view according to identification field.So that need not frequently touch
Action is sent out to update state, and then greatly reduces the redundancy of code, meanwhile, it is based on observable object, can be separated
Control module and view module, data are transmitted by store, so that transmittance process is as it can be seen that be convenient for code debugging.
Detailed description of the invention
It to describe the technical solutions in the embodiments of the present invention more clearly, below will be to embodiment or description of the prior art
Needed in attached drawing be briefly described, it should be apparent that, the accompanying drawings in the following description is only of the invention some
Embodiment for those of ordinary skill in the art without any creative labor, can also be according to these
Attached drawing obtains other attached drawings.
Fig. 1 is the structural schematic diagram for the data stream management frame that the embodiment of the present invention one provides;
Fig. 2 is another structural schematic diagram of data stream management frame provided by Embodiment 2 of the present invention;
Fig. 3 is the flow diagram for the method for managing data flow that the embodiment of the present invention three provides;
Fig. 4 is the structural schematic diagram of terminal device provided in an embodiment of the present invention;
Specific embodiment
The embodiment of the invention provides a kind of data stream management frame, method, terminal device and storage mediums, for managing
Data flow during view update.
In order to make the invention's purpose, features and advantages of the invention more obvious and easy to understand, below in conjunction with the present invention
Attached drawing in embodiment, technical scheme in the embodiment of the invention is clearly and completely described, it is clear that disclosed below
Embodiment be only a part of the embodiment of the present invention, and not all embodiment.Based on the embodiments of the present invention, this field
Those of ordinary skill's all other embodiment obtained without making creative work, belongs to protection of the present invention
Range.
Embodiment one:
Referring to Fig. 1, the structural schematic diagram of data stream management frame provided in an embodiment of the present invention, including component part:
Storage assembly 110: for providing the data storage object and an observable object of a singleton pattern, the number
Data in flowing for storing data according to storage object, the observable object are used to control the refreshing of view;
The singleton pattern refers to that data store only one object instance of class, under singleton pattern, guarantees that only one is right
As management update data, avoid multipair as causing data corruption.Specifically, this module i.e. data storage class interface is externally exported,
And the initialization data in such constructor, and initialize instance objects and return to the instance objects.
The observable object is a kind of special observable, can push numerical value to multiple observer multichannels.It is excellent
Choosing, the observable object can observe data variation again and can be used as observed object, transmit delta data.
Optionally, data register method and data capture method are defined in the storage assembly.In the storage assembly
The data flow data that update can be obtained will do it registration storage for these data flow datas.
View component 120: in the componentDIdMound method of PureComponent component lifecycle
The observable object is subscribed to, when detecting that observed field is identical as initial field, calls and forces update method brush
New view;
The PureComponent component is optimization React application method, by shallowly being compared to props and state, energy
Enough reduce view rendering number.When it detects that state or props change, render method can be called to be rendered.
ComponentDIdMound method is after initializing render, the accessible observable into storage assembly
Object can receive the delta data of the observable object multicast by subscribing to observable object.
The variation field that observable object multicast can be received in the componentDIdMound method, when the change
When change field is consistent with the field in view, forceupdate method is called, forces to update corresponding view.
Optionally, the view component is initialized, the corresponding control of view is injected into the constructor of told view component
Unique map field in component, and inject the initialization data of control assembly.Unique map field is customized view
Map logo can be used to identify view, and be represented by the key of more new data, whenever data change, inform change field
It obtains change data and knows corresponding view.
Optionally, when the view component is destroyed, cancel the subscription of the observable object.
Control assembly 130: for receiving incoming more new data, and the current number in the data storage object is obtained
According to calling the observable object multicast field that data change occurs after merging the more new data and current data;
The more new data is the more new data that backstage receives that server end punching is sent.The data storage object is each
When data update, current latest data can be saved, corresponding latest data can be found according to map field.It is newest by merging
Data and more new data, so that it may updated latest data is obtained, updated latest data can directly override former data,
To realize that view update operates.
In data storage component, the observable object can be more to subscriber after receiving data modification information
Broadcast the field to change more, the change field, that is, data change key assignments.
Serviced component 140: for defining the interface data of request server-side, the data that request obtains are made requests into logic
It is separated with service logic.
After view page requests latest data to server end, the request data that server-side returns is received, is defined in interface
Method is directly made two parts data separating to facilitate with the request data content and the business datum that obtain in the request data
Use business datum.
Optionally, page-level interface data is intercepted.
Above-mentioned steps are bound control assembly and view component by unique map field, are become using observable object multicast
More field is refreshed with controlling corresponding view.View update logic is greatly simplified, data transmission and component relation is made clearly may be used
See, convenient for debugging.
Embodiment two:
On the basis of Fig. 1, each module data transmittance process in the data stream management frame is described in detail in conjunction with Fig. 2, specifically
It is as follows:
The Service component 20 is the service routine for running on backstage, and does not have user interface.Other groups can be bound
Part carries out data interaction or and server communication.In the Service component 20, request interface data module 201 can be passed through
More new data is requested, by defining server end interface data, realizes and separates the request logical AND service logic with side effect.
It optionally, further include providing page-level interface to intercept function.
The Controller component 21 is generally used for collection, checking request parameter and bind command object, will order pair
As giving business processing logic.In embodiments of the present invention, the Controller component 21 is mainly used for obtaining more new data,
And control view refreshing.It specifically, binding the view in View component 22 in creation map field key module 211, and is View
The building method 221 of constructor injects initialization data in component 22.It is every to generate a view in the constructor of View component 22
Figure can bind unique map field all for it, which has controller, i.e. Controller component 21 is generated, usually made by oneself
The sequence of characters string of justice.
The View component 22 can obtain the initialization data in store component 23 when handling rendering, initial according to this
The first render view of changeization data.The View component 22, i.e. view component, wherein including all interface display elements, such as
Text, drawing, picture, webpage etc..The binding of each view has unique map field key.
When carrying out view rendering, the Controller component 21 knows more newer field by the more new data obtained, leads to
Update logic module 213 is crossed, informs observable object 232, field is changed by 232 multicast of observable object.Described
In the update logic module 213 of Controller component 21, the storing data in Store component 23 can be also obtained, by the old and new's number
According to merging, the key assignments of observable object multicast change data is called.
It, will be in the componentDIdMound method of its life cycle after the completion of first rendering in View component 22
In, subscribe to the observable object 232 in store component 23.When the data for receiving 232 multicast of observable object, detects and deposit
In the identical view of field, forceupdate method is just called, forces to refresh view.
The store component 23 is generally used for storing data flow data, and the data flow data is current view component 22
The view for the view for including shows data, particularly for the singleton object of data storage.The data in data memory module 231
Flow data, observable object 232 are the example of BehaviorSubject class to attribute for storing data.Optionally, store group
It further include data register method register and acquisition data method getDate in part 23.
The update logic module 213 described in the Controller component 21 is getting the Service component 20
More new data after, can from the data memory module 231 read current data, will more new data merge with current data, such as
Merged by the assign method in Lodash.After calling observable object broadcast change field, the number after merging can use
According to being rendered.
When destroying View component 22, it should also cancel the subscription of observable object in Store component.
Compared to redux, needing to manage numerous state, one action of every generation requires redux combination and generates newly
State changes former state, more more for action functional requirements, will because of manage these state generate it is a large amount of superfluous
Remaining code.In the application, the field (notice state variation) of change data is informed by observable object, so that it may directly more
New respective view, logic is simply clear, reduces size of code.
Embodiment three:
A kind of data stream management frame is essentially described above, a kind of method for managing data flow will be retouched in detail below
It states.
Fig. 3 shows the structural schematic diagram of method for managing data flow, comprising:
Under S301, singleton pattern, a data storage object is created, and considerable in data storage object definition one
Examine object, wherein the data storage object flow for storing data in data;
The observable object indicates the future value that can be called or event sets, in embodiments of the present invention, described considerable
The change field that data occur can be listened to by examining object, can also be used as observed object, monitored and observed by view component.
Optionally, data register method and data capture method are defined in the data storage object.It is stored in data
In object, needs to obtain more new data, and store according to Category Accreditations for more new data, such as key value corresponding relationship, store number
According to.
After the completion of S302, view render for the first time, active view is in PureComponent component lifecycle
The observable object is subscribed in componentDIdMound method;
When view renders for the first time, unique map field can be bound for view, update each in this way can according to field,
Update corresponding view.Event can be subscribed in the componentDIdMound method, when which triggers, view can be done
Corresponding feedback out such as updates operation.
Optionally, the view is initialized, the corresponding unique map field of view is injected into the constructor of told view,
And initialization data is injected for the view.
Optionally, when the view component is destroyed, cancel the subscription of the observable object.
S303, after receiving more new data, obtain the current data in the data storage object, merge the update
After data and current data, the observable object multicast field that data change occurs is called;
The update of view needs the latest data by background request server, and interface to servers' data is nothing
Sequence and mix, passes through the method for definition and separate request data and business datum.Optionally, page-level interface data is intercepted.
S304, when the field that data change occurs is identical as view initial field, call force update method brush
New active view.
When the initial field is that view renders for the first time, for unique map field of render view binding.
Example IV:
Fig. 4 is the schematic diagram of the terminal device structure for the data stream management that one embodiment of the invention provides.The terminal is set
It is standby, to have the mobile computer device of touch screen, including but not limited to smart phone, smartwatch, notebook, plate electricity
Brain, POS machine include even vehicle-mounted computer.As shown in figure 4, the terminal device 4 of the embodiment includes: memory 410, processor
420 and system bus 430, the memory 410 includes the program 4101 run of storage thereon, those skilled in the art
It is appreciated that terminal device structure shown in Fig. 4 does not constitute the restriction to terminal device, may include than illustrate it is more or
Less component perhaps combines certain components or different component layouts.
It is specifically introduced below with reference to each component parts of the Fig. 4 to terminal device:
Memory 410 can be used for storing software program and module, and processor 420 is stored in memory 410 by operation
Software program and module, thereby executing the various function application and data processing of terminal.Memory 410 can mainly include
Storing program area and storage data area, wherein storing program area can application journey needed for storage program area, at least one function
Sequence (such as sound-playing function, image player function etc.) etc.;Storage data area can be stored is created according to using for terminal device
Data (such as audio data, phone directory etc.) built etc..In addition, memory 410 may include high-speed random access memory, also
It may include nonvolatile memory, a for example, at least disk memory, flush memory device or the storage of other volatile solid-states
Device.
Program 4101 is run comprising network performance parameter acquisition method on memory 410, it is described to run program
4101 can be divided into one or more module/units, and one or more of module/units are stored in the memory
It in 410, and is executed by processor 420, with the transmitting of completion notice and obtains notice realization process, one or more of moulds
Block/unit can be the series of computation machine program instruction section that can complete specific function, the instruction segment by describe it is described based on
Implementation procedure of the calculation machine program 4101 in the terminal device 4.For example, the computer program 4101 can be data flow pipe
Manage the various components of frame.
Processor 420 is the control centre of terminal device, utilizes each of various interfaces and the entire terminal device of connection
A part by running or execute the software program and/or module that are stored in memory 410, and calls and is stored in storage
Data in device 410 execute the various functions and processing data of terminal, to carry out integral monitoring to terminal.Optionally, it handles
Device 420 may include one or more processing units;Preferably, processor 420 can integrate application processor and modulation /demodulation processing
Device, wherein the main processing operation system of application processor, application program etc., modem processor mainly handles wireless communication.
It is understood that above-mentioned modem processor can not also be integrated into processor 420.
System bus 430 is for connection to each functional component of computer-internal, can with data information, address information,
Information is controlled, type can be such as pci bus, isa bus, VESA bus.The instruction of processor 420 is passed by bus
It is handed to memory 410,410 feedback data of memory is responsible for processor 420 and memory to processor 420, system bus 430
Data, instruction interaction between 410.Certain system bus 430 can also access other equipment, such as network interface, display are set
It is standby etc..
The terminal device should include at least CPU, chipset, memory, disk system etc., other component parts are herein no longer
It repeats.
In embodiments of the present invention, what processor 420 included by the terminal device executed runs program specifically:
A kind of method for managing data flow, comprising:
Under singleton pattern, a data storage object is created, and defines an observable in the data storage object
Object, wherein the data storage object flow for storing data in data;
After the completion of view renders for the first time, active view is in PureComponent component lifecycle
The observable object is subscribed in componentDIdMound method;
After receiving more new data, the current data in the data storage object is obtained, merges the more new data
After current data, the observable object multicast field that data change occurs is called;
When the field that data change occurs is identical as view initial field, calls and update method is forced to refresh currently
View.
Further, one data storage object of the creation, and an observable is defined in the data storage object
Object further include:
Data register method and data capture method are defined in the data storage object.
Further, the view renders for the first time specifically:
The view is initialized, the corresponding unique map field of view is injected into the constructor of told view, and be institute
State view injection initialization data.
Further, when the view component is destroyed, cancel the subscription of the observable object.
Further, described to receive more new data further include: to intercept page-level interface data.
It is apparent to those skilled in the art that for convenience and simplicity of description, the system of foregoing description,
The specific work process of device and unit, can refer to corresponding processes in the foregoing method embodiment, and details are not described herein.
In the above-described embodiments, it all emphasizes particularly on different fields to the description of each embodiment, is not described in detail or remembers in some embodiment
The part of load may refer to the associated description of other embodiments.
It is apparent to those skilled in the art that for convenience and simplicity of description, the system of foregoing description,
The specific work process of device and unit, can refer to corresponding processes in the foregoing method embodiment, and details are not described herein.
In the above-described embodiments, it all emphasizes particularly on different fields to the description of each embodiment, is not described in detail or remembers in some embodiment
The part of load may refer to the associated description of other embodiments.
Those of ordinary skill in the art may be aware that each embodiment described in conjunction with the examples disclosed in this document
Module, unit and/or method and step can be realized with the combination of electronic hardware or computer software and electronic hardware.This
A little functions are implemented in hardware or software actually, the specific application and design constraint depending on technical solution.Specially
Industry technical staff can use different methods to achieve the described function each specific application, but this realization is not
It is considered as beyond the scope of this invention.
The above, the above embodiments are merely illustrative of the technical solutions of the present invention, rather than its limitations;Although referring to before
Stating embodiment, invention is explained in detail, those skilled in the art should understand that: it still can be to preceding
Technical solution documented by each embodiment is stated to modify or equivalent replacement of some of the technical features;And these
It modifies or replaces, the spirit and scope for technical solution of various embodiments of the present invention that it does not separate the essence of the corresponding technical solution.
Claims (10)
1. a kind of data stream management frame characterized by comprising
Storage assembly: for providing the data storage object and an observable object of a singleton pattern, the data storage
Object flow for storing data in data, the observable object is used to control the refreshing of view;
View component: described in being subscribed in the componentDIdMound method of PureComponent component lifecycle
Observable object calls and update method is forced to refresh view when detecting that observed field is identical as initial field;
Control assembly: for receiving incoming more new data, and obtaining the current data in the data storage object, merges institute
After stating more new data and current data, the observable object multicast field that data change occurs is called;
Serviced component: for defining the interface data of request server-side, the data that request obtains are made requests into logical AND business
Logical separation.
2. frame according to claim 1, which is characterized in that the storage assembly further include:
Data register method and data capture method are defined in the storage assembly.
3. frame according to claim 1, which is characterized in that the view component further include:
The view component is initialized, is injected into the constructor of the view component unique in the corresponding control assembly of view
Map field, and inject the initialization data of control assembly.
4. frame according to claim 1, which is characterized in that the view component further include:
When the view component is destroyed, cancel the subscription of the observable object.
5. frame according to claim 1, which is characterized in that the serviced component further include:
Intercept page-level interface data.
6. a kind of method for managing data flow characterized by comprising
Under singleton pattern, a data storage object is created, and defines an observable object in the data storage object,
Wherein, the data storage object flow for storing data in data;
After the completion of view renders for the first time, componentDIdMound of the active view in PureComponent component lifecycle
The observable object is subscribed in method;
After receiving more new data, the current data in the data storage object is obtained, merge the more new data and is worked as
After preceding data, the observable object multicast field that data change occurs is called;
When the field that data change occurs is identical as view initial field, calls and update method refreshing is forced to work as forward sight
Figure.
7. according to the method described in claim 6, it is characterized in that, one data storage object of the creation, and in the number
An observable object is defined according to storage object further include:
Data register method and data capture method are defined in the data storage object.
8. according to the method described in claim 6, it is characterized in that, the view renders for the first time specifically:
The view is initialized, the corresponding unique map field of view is injected into the constructor of the view, and is the view
Caption enters initialization data.
9. a kind of terminal device, including memory, processor and storage are in the memory and can be on the processor
The computer program of operation, which is characterized in that the processor realizes such as claim 1 to 5 when executing the computer program
Any one of described in data stream management frame.
10. a kind of computer readable storage medium, the computer-readable recording medium storage has computer program, and feature exists
In the frame of realization data stream management as described in any one of claims 1 to 5 when the computer program is executed by processor
Frame.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810796198.7A CN109032587B (en) | 2018-07-19 | 2018-07-19 | Data stream management framework, method, terminal equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810796198.7A CN109032587B (en) | 2018-07-19 | 2018-07-19 | Data stream management framework, method, terminal equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109032587A true CN109032587A (en) | 2018-12-18 |
CN109032587B CN109032587B (en) | 2021-11-26 |
Family
ID=64643256
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810796198.7A Active CN109032587B (en) | 2018-07-19 | 2018-07-19 | Data stream management framework, method, terminal equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109032587B (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111258670A (en) * | 2020-01-08 | 2020-06-09 | 北京字节跳动网络技术有限公司 | Management method and device of component data, electronic equipment and storage medium |
CN112241282A (en) * | 2020-10-27 | 2021-01-19 | 上海万向区块链股份公司 | Method and system for managing global state data based on act project |
CN112579237A (en) * | 2020-12-17 | 2021-03-30 | 百果园技术(新加坡)有限公司 | Event response method, device, equipment and medium based on MVVM mode |
CN113434176A (en) * | 2021-06-29 | 2021-09-24 | 青岛海尔科技有限公司 | Data updating processing method and device, storage medium and electronic device |
CN114924759A (en) * | 2022-03-31 | 2022-08-19 | 北京达佳互联信息技术有限公司 | Information updating method and device, electronic equipment and storage medium |
CN116610319A (en) * | 2023-06-06 | 2023-08-18 | 北京捷泰云际信息技术有限公司 | Method and system for constructing map application based on low-code platform |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106484412A (en) * | 2016-09-30 | 2017-03-08 | 浙江大学 | A kind of two-way binding implementation method of the front end data based on accessor abduction |
EP3161683A1 (en) * | 2014-06-25 | 2017-05-03 | Microsoft Technology Licensing, LLC | Stream-based reactive programming platform |
US20170147415A1 (en) * | 2010-08-18 | 2017-05-25 | Sas Institute Inc. | Techniques to remotely access object events |
CN107291523A (en) * | 2017-08-01 | 2017-10-24 | 北京亚鸿世纪科技发展有限公司 | A kind of web front end message bus system |
CN107301048A (en) * | 2017-06-23 | 2017-10-27 | 北京中泰合信管理顾问有限公司 | Using the internal control and management system of response type sharing application framework |
-
2018
- 2018-07-19 CN CN201810796198.7A patent/CN109032587B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170147415A1 (en) * | 2010-08-18 | 2017-05-25 | Sas Institute Inc. | Techniques to remotely access object events |
EP3161683A1 (en) * | 2014-06-25 | 2017-05-03 | Microsoft Technology Licensing, LLC | Stream-based reactive programming platform |
CN106484412A (en) * | 2016-09-30 | 2017-03-08 | 浙江大学 | A kind of two-way binding implementation method of the front end data based on accessor abduction |
CN107301048A (en) * | 2017-06-23 | 2017-10-27 | 北京中泰合信管理顾问有限公司 | Using the internal control and management system of response type sharing application framework |
CN107291523A (en) * | 2017-08-01 | 2017-10-24 | 北京亚鸿世纪科技发展有限公司 | A kind of web front end message bus system |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111258670A (en) * | 2020-01-08 | 2020-06-09 | 北京字节跳动网络技术有限公司 | Management method and device of component data, electronic equipment and storage medium |
CN111258670B (en) * | 2020-01-08 | 2023-09-22 | 北京字节跳动网络技术有限公司 | Method and device for managing component data, electronic equipment and storage medium |
CN112241282A (en) * | 2020-10-27 | 2021-01-19 | 上海万向区块链股份公司 | Method and system for managing global state data based on act project |
CN112241282B (en) * | 2020-10-27 | 2024-02-23 | 上海万向区块链股份公司 | Global state data management method and system based on reaction project |
CN112579237A (en) * | 2020-12-17 | 2021-03-30 | 百果园技术(新加坡)有限公司 | Event response method, device, equipment and medium based on MVVM mode |
CN112579237B (en) * | 2020-12-17 | 2024-06-11 | 百果园技术(新加坡)有限公司 | Event response method, device, equipment and medium based on MVVM mode |
CN113434176A (en) * | 2021-06-29 | 2021-09-24 | 青岛海尔科技有限公司 | Data updating processing method and device, storage medium and electronic device |
CN114924759A (en) * | 2022-03-31 | 2022-08-19 | 北京达佳互联信息技术有限公司 | Information updating method and device, electronic equipment and storage medium |
CN116610319A (en) * | 2023-06-06 | 2023-08-18 | 北京捷泰云际信息技术有限公司 | Method and system for constructing map application based on low-code platform |
CN116610319B (en) * | 2023-06-06 | 2024-05-14 | 易智瑞信息技术有限公司 | Method and system for constructing map application based on low-code platform |
Also Published As
Publication number | Publication date |
---|---|
CN109032587B (en) | 2021-11-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109032587A (en) | A kind of data stream management frame, method, terminal device and storage medium | |
CN106161145A (en) | A kind of monitoring method and system of server system operation status information | |
CN103166964B (en) | Front end and back end real time communication method for super computer system monitoring | |
CN109471626A (en) | Page logic structure, page generation method, page data processing method and device | |
CN104536869A (en) | Mobile terminal and resource management method thereof | |
CN112416969B (en) | Parallel task scheduling system in distributed database | |
EP4075759A1 (en) | Processor, implementation method, electronic device, and storage medium | |
CN107920117A (en) | A kind of method for managing resource, control device and resource management system | |
CN107402766A (en) | Page layout management method and device | |
CN114153862B (en) | Service data processing method, device, equipment and storage medium | |
CN116661943A (en) | Pod data volume dynamic mounting method and device under Kubernetes system platform | |
CN106055348B (en) | A kind of method and apparatus that notice system property updates | |
CN113282850B (en) | Resource tag management method, device, electronic equipment, system and storage medium | |
CN103399776A (en) | Creation method and system for reusable MOCK | |
CN116820527B (en) | Program upgrading method, device, computer equipment and storage medium | |
CN113656369A (en) | Log distributed streaming acquisition and calculation method in big data scene | |
CN102779076B (en) | The method and apparatus of interprocess communication in a kind of browser | |
CN110908644B (en) | Configuration method and device of state node, computer equipment and storage medium | |
CN104598250A (en) | System management structure and management implementation method for same | |
CN105786434B (en) | A kind of control method and equipment remotely shown | |
CN115378937B (en) | Distributed concurrency method, device, equipment and readable storage medium for tasks | |
CN104714923A (en) | Method and device for achieving equipment sharing | |
CN115840648A (en) | Simulation task processing method and device and electronic equipment | |
CN113868184B (en) | Configuration method and system of configuration center based on cache of master-slave architecture | |
CN105262801A (en) | Method and system for message distribution of cloud platform |
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 |