Nothing Special   »   [go: up one dir, main page]

CN102185863A - Intelligent data interactive publishing system and method between server and client - Google Patents

Intelligent data interactive publishing system and method between server and client Download PDF

Info

Publication number
CN102185863A
CN102185863A CN2011101246452A CN201110124645A CN102185863A CN 102185863 A CN102185863 A CN 102185863A CN 2011101246452 A CN2011101246452 A CN 2011101246452A CN 201110124645 A CN201110124645 A CN 201110124645A CN 102185863 A CN102185863 A CN 102185863A
Authority
CN
China
Prior art keywords
data
client
interface
server
various types
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
CN2011101246452A
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.)
Beijing Ruixin Online System Tech Co Ltd
Original Assignee
Beijing Ruixin Online System Tech 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 Ruixin Online System Tech Co Ltd filed Critical Beijing Ruixin Online System Tech Co Ltd
Priority to CN2011101246452A priority Critical patent/CN102185863A/en
Publication of CN102185863A publication Critical patent/CN102185863A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses an intelligent data interactive publishing system between a server and a client. The system comprises a backend service system, an interface management device and an interface summarizing device, wherein the backend service system is used for storing various types of service data and providing interfaces for correspondingly accessing the various types of data for the client; the interface management device is used for managing the interfaces of the backend service device and generating an interface table according to a management result; the interface summarizing device is used for converting the interface table into a format document identifiable by the client and then transmitting the format document to the client; and the format document is used by the client to obtain the interfaces for correspondingly accessing the various types of data. The invention also discloses a corresponding method. By using the data publishing system and method disclosed by the invention, the variations relating to the data types and the interfaces on the server can be directly notified to the client in time so that the client can be updated without a third party of platform and user requirements can be satisfied in time.

Description

Intelligent data interactive publishing system and method between server and client
Technical Field
The invention relates to the field of information processing, in particular to a data publishing system and method for realizing intelligent data interaction between a server and a client.
Background
With the continuous development of the internet and the continuous increase of internet users, the survival mode of various fields, particularly the IT (information technology) industry, is changed more or less. In the software development and marketing industry, an emerging application Web system publishing model is currently emerging. In the mode, all the application programs developed by software developers (including software service providers) are released on an independent third-party platform and can be sold to users according to pricing, the users can access the third-party platform through a network to select and purchase favorite application programs, expenditure of the users for purchasing the application programs on the third-party platform can be directly converted into income of the software developers through transfer of the third-party platform, in the process, the third-party platform only charges certain management cost for the software developers, and part of the management cost is used for auditing the released application programs, so that the purchase safety of the users is guaranteed. Due to the very low release cost and the extremely rich application programs, the Web system release mode is popular to both software developers and users. As the status of the above-mentioned Web system publishing mode becomes more and more important in the industry, and the number of applications becomes more and more, the user requirements become more and more complex, which makes the single technical service bundled with the applications certainly unable to completely meet the new requirements that the user has a lot of, thereby also raising the problems of the existing mode in the following two aspects.
On one hand, in the above-mentioned Web system release mode, the application program cannot be changed after being delivered to the third-party platform, and the application program must be re-released on the third-party platform no matter how the application program is changed, and the application program is downloaded and installed again by the user through the third-party platform to complete the update. Taking an example to illustrate the problem existing in the upgrading process, taking an application program in a client-server interaction mode as an example, the application program provided by a software service provider is downloaded by a user through a third-party platform at a terminal such as a mobile phone and the like, and becomes a client side after installation and operation, the software service provider at the other end deploys a server to provide various types of data services for the clients through a network, and the clients can access corresponding types of data on the server through an interface built in the application program during development; however, as the user's needs change, the server inevitably adjusts the provided data types and the interfaces corresponding to the data types, but in the existing mode, only pure content data interaction is performed between the client and the server, and once the data types and the interfaces on the server are changed (for example, a data type and an access interface corresponding to the data type are added), the existing client cannot know that the changed interfaces can be known by the client only by reissuing the modified application program (with the adjusted interfaces built in) on the third-party platform and downloading, installing and running the application program again by the user, and then the changed interfaces can be known by the client so as to access the changed service data on the server through the interfaces. In summary, in the existing mode, the change of the data type and the interface on the server cannot be directly notified to the client in real time, so that the user requirement cannot be satisfied in time.
On the other hand, based on the consideration that the user requirements are increasingly diversified, the size of the client is increasingly huge, and the data interface to be provided by the corresponding server is also increasingly complex, so that the difficulty of interaction between the client and the server is increased. In the prior art, as shown in fig. 1, data interaction between a server and a client mainly includes the following two steps: firstly, the client 2 calls a built-in data interface in a self program according to a service requirement to send a request to the server 1, and then the server 1 returns the requested data to the client 2 according to the request of the client 2. Under the trend of diversification of user requirements, the data interaction mode exposes the following problems: firstly, diversified services necessarily require a large number of data interfaces, so that codes of a client and a server are bloated and disordered in structure, and are difficult to maintain; secondly, the server mixes the data interfaces of various requirements together, so that the operations of quickly and reasonably adding, deleting, modifying and the like interfaces cannot be performed aiming at newly increased requirements in time.
Disclosure of Invention
In view of the foregoing disadvantages in the prior art, it is a primary object of the present invention to provide a data distribution system and method for intelligent data interaction between a server and a client, so as to solve the above problems in the prior art.
To achieve the above object, an embodiment of the present invention provides a data publishing system, configured to implement data interaction with a client, including: the system comprises a back-end service system, an interface management device and an interface summarizing device; wherein,
the back-end service device is used for storing various types of service data and providing an interface for correspondingly accessing various types of data for the client;
the interface management device manages an interface used for the back-end service device and generates an interface table according to a management result;
the interface summarizing device is used for converting the interface table into a format document which can be identified by the client and then sending the format document to the client; the format document is used by the client to learn the interfaces for correspondingly accessing various types of data.
In one embodiment, the backend service device comprises a plurality of data units, and the data units are used for storing the service data by types and respectively provide different interfaces.
The embodiment of the invention also provides a data publishing method, which is used for realizing data interaction between the server and the client, and comprises the following steps:
s1, storing various types of service data in the server, and providing an interface for correspondingly accessing various types of data for the client;
s2, managing the interfaces of the server and generating an interface table according to a management result;
s3, converting the interface table into a format document which can be identified by the client and then sending the format document to the client; the format document is used by the client to learn the interfaces for correspondingly accessing various types of data.
In one embodiment, the step S1 of storing various types of service data in the server includes: and setting a plurality of data unit types to store the service data, and correspondingly providing different interfaces respectively.
According to the technical scheme, the data publishing system and the data publishing method provided by the embodiment of the invention can timely and directly inform the client of the change related to the data type and the interface on the server, so that the client can be updated without a third-party platform, and the user requirement can be timely met.
On the other hand, the data publishing system and the data publishing method provided by the embodiment of the invention can store and manage the service data through the sub-type and the sub-interface, and can avoid the problems of code bloat, structure disorder, difficult maintenance and the like caused by diversified demands by matching with the scheme of updating the client.
Drawings
FIG. 1 is a block diagram illustrating a data interaction between a client and a server in the prior art;
FIG. 2 is a block diagram illustrating a first embodiment of a data distribution system of the present invention;
FIG. 3 is a block diagram illustrating a second embodiment of the data distribution system of the present invention;
fig. 4 is a flow chart illustrating an embodiment of the data distribution method of the present invention.
Detailed Description
Specific embodiments of the present invention will be described in detail below. It should be noted that the embodiments described herein are only for illustration and are not intended to limit the invention.
Fig. 2 is a block diagram illustrating an implementation of the data distribution system in the embodiment of the present invention. As shown in the figure, the data distribution system 11 of the present embodiment includes a backend server 12, an interface management device 13, and an interface aggregation device 14. The back-end service device 12 is configured to store various types of service data, and provide an interface 121 for accessing various types of data correspondingly to the client 10; the interface management device 13 is configured to manage the interface 121 of the backend service device 12, and generate the interface table 131 according to the management result, in an embodiment, the interface management device 13 manages the interface 121 by any one or combination of adding, deleting, modifying, and the like; the interface summarizing device 14 is used for converting the interface table 131 into a format document that can be recognized by the client 10 and transmitting the format document to the client 10, wherein the format document is used by the client 10 to learn the interfaces for correspondingly accessing various types of data. In one embodiment, after receiving an access request initiated by the client 10 according to the interface 121 obtained by the format document, the backend service device 12 provides the client 10 with service data of a type corresponding to the interface 121.
In one embodiment, the publishing system may be configured to publish each column named according to a user requirement, an interface corresponding to each column, and some important auxiliary information, where the auxiliary information may include, for example, where a certain interface is called at a client, whether a sub-column is included in a column, whether a column is eliminated and is no longer used, and the like.
In one embodiment, the backend service 12 comprises a plurality of data units 122 for storing the service data by type, and each correspondingly provides a different interface 121. Referring to the above, in one embodiment, the data unit 122 is only used for storing the data in the backend service device 12 according to the classified types (e.g. news, entertainment, games, etc.), and the classification and screening of the data is performed by the system maintenance personnel. In this way, by classifying and storing the data in the backend service device 12, the difficulty in maintenance caused by mixing various types of data together is avoided, and the data types and the interfaces can be in one-to-one correspondence, so that the data can be conveniently searched and called.
In one embodiment, the format document converted by the interface summary device 14 is in xml format. Referring to the above, in one embodiment, the xml document needs to satisfy the following three requirements: first, the xml document is generated on the basis of adherence to a common protocol between the client and server sides; secondly, the xml document is completely information published by a publishing system; third, the xml document can be automatically recognized by the client. The automatic identification means that once the client finishes analyzing the xml code and the xml document changes within the range specified by the protocol, the xml document can be analyzed without changing the analysis program of the client, which is a premise that new requirements are added without upgrading the client and a premise that the client can adapt to the server.
In one embodiment, the interface management device 13 may initiate an update of the interface table 131 to the client 10 through the interface summarization device 14 after generating a new interface table 131. In another embodiment, it is also possible that the client 10 actively initiates an update request of the interface table 131 to the interface management device 13 of the data distribution system, for example, each time the runtime is started.
The following describes the operation of the data distribution system by way of an example.
Firstly, a user purchases an application program through a third-party platform, downloads and installs the application program on a mobile phone and other terminals to become a client. The client initially provides three columns such as games, music and novels, and each of the three columns may include a plurality of sub-columns, the columns or sub-columns respectively correspond to access interfaces of various types of data on the server, and content viewed by a user clicking each column or sub-column on the client interface is data obtained from the server through the access interfaces. The addition, modification, deletion and the like of the columns or the sub-columns can be realized according to the user requirements, wherein the user requirements can be obtained by a software service provider through market research, analysis and the like.
Subsequently, when the software service provider knows that the user needs to add a column, such as news, to the client, the software service provider proceeds to add a new data unit 122 in the back-end service device 12, which is used for storing the service data corresponding to the column and generating a corresponding new interface 121; subsequently, the interface of the backend service device 12 is managed in the interface management device 13, a new interface table 131 is generated according to the management result, and update is initiated to the client; finally, the interface table 131 is converted into an xml document that can be recognized by the client through the interface summarizing device 14 and is sent to the client 10; at this time, the client 10 can modify its own display interface according to the xml document, so that the own interface displays the newly added fourth news column outside the three columns, and when the user clicks the column on the client 10 interface, the client 10 can initiate an access request to the backend service device 12 according to the interface obtained from the xml document, and further obtain the newly added type service data from the corresponding newly added data unit 122 in the backend service device 12.
As described in the above example, changes on the back-end service device 12 relating to data types and interfaces can be updated directly to the client 10 without the need for a third-party platform; the updating content can be limited to the interface table, and the interface table is relatively small compared with the storage space occupied by the client, so that the effects of saving bandwidth and shortening updating time can be achieved; therefore, the problem that all changes in the existing mode need to pass through a third-party platform and the whole client needs to be downloaded again once the changes are updated is solved.
Fig. 3 is a block diagram illustrating a second embodiment of the data distribution system according to the present invention. As shown in the figure, on the basis of the structure of the first embodiment, the data distribution system 11 further includes an access routing device 15, which is disposed between the client 11 and the backend service device 12, where the access routing device 15 includes: the table entry unit 151 is configured to store a mapping relationship between the interface 121 and the data unit 122 where each type of service data in the backend service apparatus 12 is located; the routing unit 152 is configured to, according to interface information carried in the access request of the client, redirect the access request to the queried data unit 122 after querying the table entry unit 151.
In one embodiment, the routing unit 152 further includes: a cache unit 1521, which is composed of a plurality of cache clusters with cache time, and is used for storing the commonly used data units 122 in the backend service apparatus 12, and performing high-speed data synchronization with the backend service apparatus 12 at regular time; the log unit 1522 is configured to record an interaction process between the client 10 and the backend service apparatus 12. Referring to the above, in an embodiment, the cache unit 1521 is mainly used for storing the data units 122 commonly used by the client 10, so that when the client 10 requests the commonly used data units 122, the data units 122 in the backend service apparatus 12 do not need to be accessed any more, but the cache unit 1521 is directly accessed, which not only greatly improves the speed of reading data by the client 10, but also reduces the pressure caused by frequent accesses to the backend service apparatus 12. The log unit 1522 records event logs, alarm logs, security logs, network logs, traffic logs and the like, and by counting and analyzing the logs, a system administrator can effectively master the operation condition of the back-end service device 12, so that error reasons can be found and eliminated in time, the access condition of a client can be known, and a good foundation is laid for the analysis of a user system in the next step.
In summary, the data publishing system of the embodiment has considerable flexibility, and can quickly and accurately implement data interaction between the client and the server. Furthermore, the back-end service device stores the data units in a classified manner, so that the coverage required by the client is wider, the expansibility is stronger, and the maintenance is easy; the interface management device can ensure the synchronism of the interface and the data unit and scientifically manage the interface; the interface summarizing device can quickly and accurately provide a data access interface for the client; the introduced access routing device can store the data units commonly used by the client, so that the client can quickly access the data, and can record the access events of the client, thereby being convenient for maintenance and avoiding the loss of the data.
FIG. 4 illustrates a flow diagram of an embodiment of the data distribution system of the present invention. The data publishing method of the embodiment is used for realizing data interaction between the server and the client, and as shown in the figure, the data publishing method comprises the following steps:
s1, storing various types of service data in the server, and providing an interface for correspondingly accessing various types of data for the client;
in one embodiment, the step S1 of storing various types of service data in the server specifically includes: and setting a plurality of data unit types to store the service data, and correspondingly providing different interfaces respectively.
S2, managing the interfaces of the server and generating an interface table according to a management result;
in one embodiment, the management of the interface in step S2 includes adding, deleting, and modifying operations, which may be performed manually by an administrator, for example.
S3, converting the interface table into a format document which can be identified by the client and then sending the format document to the client;
in one embodiment, the format document of step S3 is in xml format. In one embodiment, the xml document needs to satisfy the following three requirements: first, the xml document is generated on the basis of adherence to a common protocol between the client and server sides; secondly, the xml document is completely information published by a publishing system; third, the xml document can be automatically recognized by the client. The automatic identification means that once the client finishes analyzing the xml code and the xml document changes within the range specified by the protocol, the xml document can be analyzed without changing the analysis program of the client, which is a premise that new requirements are added without upgrading the client and a premise that the client can adapt to the server.
In one embodiment, step S3 may be followed by:
and S4, after receiving the access request initiated by the client, the server provides the service data of the type corresponding to the interface to the client.
In one embodiment, the protocol of document generation is determined by the co-agreement between the client and the server in the above step S1, and the type of service data is divided according to the protocol; if there is a new request, the system maintainer will add a new data unit to the backend service device according to the type of the new data unit, and notify the system maintainer of the interface management device to update the interface, and then execute steps S1 to S4 repeatedly.
In summary, the data publishing method of the embodiment can quickly and accurately implement data interaction between the client and the server. Furthermore, the data in the back-end service device is classified and stored, so that the structure of the back-end service device is clearer, and the maintenance and management of the data are easier; the interfaces stored in the interface management device correspond to the data units stored in the back-end service device one by one, so that the client can quickly search and position the data through the interfaces.
According to the technical scheme, the data release system and the data release method provided by the embodiment of the invention can timely and directly inform the client of the change related to the data type and the interface on the server, so that the client can be updated to a certain extent without a third-party platform, and the user requirements can be timely met. Further, the data publishing system and the data publishing method provided by the embodiment of the invention can store and manage the service data through the sub-type and the sub-interface, and can avoid the problems of code bloat, structure disorder, difficult maintenance and the like caused by diversified demands by matching with the scheme of updating the client.
While the present invention has been described with reference to several exemplary embodiments, it is understood that the terminology used is intended to be in the nature of words of description and illustration, rather than of limitation. As the present invention may be embodied in several forms without departing from the spirit or essential characteristics thereof, it should also be understood that the above-described embodiments are not limited by any of the details of the foregoing description, but rather should be construed broadly within its spirit and scope as defined in the appended claims, and therefore all changes and modifications that fall within the meets and bounds of the claims, or equivalences of such meets and bounds are therefore intended to be embraced by the appended claims.

Claims (10)

1. A data publishing system is used for realizing data interaction with a client, and comprises: the system comprises a back-end service device, an interface management device and an interface summarizing device; wherein,
the back-end service device is used for storing various types of service data and providing an interface for correspondingly accessing various types of data for the client;
the interface management device is used for managing the interface of the back-end service device and generating an interface table according to the management result;
the interface summarizing device is used for converting the interface table into a format document which can be identified by the client and then sending the format document to the client; the format document is used by the client to learn the interfaces for correspondingly accessing various types of data.
2. The data distribution system according to claim 1, wherein the backend service device includes a plurality of data units for storing the service data by type, and each correspondingly provides a different interface.
3. The data distribution system according to claim 2, further comprising an access routing device provided between the client and the backend service device, the access routing device including:
the table entry unit is used for storing the mapping relation between the data unit where each type of service data in the back-end service device is located and the interface;
and the routing unit is used for redirecting the access request to the inquired data unit after the table item unit is inquired according to the interface information carried in the access request of the client.
4. The data distribution system of claim 3, wherein the routing unit further comprises:
the cache unit is used for storing the commonly used data units in the back-end service device and performing high-speed data exchange with the back-end service device;
and the log unit is used for recording the interaction process between the client and the back-end service device.
5. A data distribution system as claimed in any one of claims 1 to 4, wherein said management of interfaces includes any one or combination of add, delete, modify operations.
6. The data publication system of claim 5, wherein the format document is in xml format.
7. A data release method is used for realizing data interaction between a server and a client, and comprises the following steps:
s1, storing various types of service data in the server, and providing an interface for correspondingly accessing various types of data for the client;
s2, managing the interfaces of the server and generating an interface table according to a management result;
s3, converting the interface table into a format document which can be identified by the client and then sending the format document to the client; the format document is used by the client to learn the interfaces for correspondingly accessing various types of data.
8. The data distribution method according to claim 7, wherein the storing of the various types of service data in the server at step S1 includes: and setting a plurality of data unit types to store the service data, and correspondingly providing different interfaces respectively.
9. The data distribution method according to claim 7, wherein the management of the interface in step S2 includes any one or combination of addition, deletion, and modification operations.
10. The data publication system of any of claims 7-9, wherein the format document is in xml format.
CN2011101246452A 2011-05-13 2011-05-13 Intelligent data interactive publishing system and method between server and client Pending CN102185863A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011101246452A CN102185863A (en) 2011-05-13 2011-05-13 Intelligent data interactive publishing system and method between server and client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011101246452A CN102185863A (en) 2011-05-13 2011-05-13 Intelligent data interactive publishing system and method between server and client

Publications (1)

Publication Number Publication Date
CN102185863A true CN102185863A (en) 2011-09-14

Family

ID=44571933

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011101246452A Pending CN102185863A (en) 2011-05-13 2011-05-13 Intelligent data interactive publishing system and method between server and client

Country Status (1)

Country Link
CN (1) CN102185863A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102316120A (en) * 2011-10-17 2012-01-11 北京信息科技大学 Dynamic password lock based on network privacy protection
CN103702221A (en) * 2013-12-18 2014-04-02 Tcl集团股份有限公司 Content distribution presentation system and distribution presentation method for online videos
CN108540574A (en) * 2018-04-27 2018-09-14 宁波银行股份有限公司 A kind of diversiform data docking system and method
CN110865861A (en) * 2019-11-12 2020-03-06 北京城市网邻信息技术有限公司 Service data processing method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040044730A1 (en) * 2002-09-03 2004-03-04 Holger Gockel Dynamic access of data
CN101102330A (en) * 2007-07-25 2008-01-09 中国移动通信集团福建有限公司 Device for application extension system of new mobile phone experiencing new service sale
CN101360263A (en) * 2007-07-31 2009-02-04 华源润通(北京)科技有限公司 Customer terminal for mobile enquiry system and front-background data processing method
CN101388904A (en) * 2008-07-29 2009-03-18 北京超图软件股份有限公司 GIS service aggregating method, device and system
CN101493828A (en) * 2008-01-23 2009-07-29 孔雪 Active mode system and method for automatically customizing web application
CN101753640A (en) * 2009-12-28 2010-06-23 电子科技大学 Multi-interface fusion method of communication node

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040044730A1 (en) * 2002-09-03 2004-03-04 Holger Gockel Dynamic access of data
CN101102330A (en) * 2007-07-25 2008-01-09 中国移动通信集团福建有限公司 Device for application extension system of new mobile phone experiencing new service sale
CN101360263A (en) * 2007-07-31 2009-02-04 华源润通(北京)科技有限公司 Customer terminal for mobile enquiry system and front-background data processing method
CN101493828A (en) * 2008-01-23 2009-07-29 孔雪 Active mode system and method for automatically customizing web application
CN101388904A (en) * 2008-07-29 2009-03-18 北京超图软件股份有限公司 GIS service aggregating method, device and system
CN101753640A (en) * 2009-12-28 2010-06-23 电子科技大学 Multi-interface fusion method of communication node

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102316120A (en) * 2011-10-17 2012-01-11 北京信息科技大学 Dynamic password lock based on network privacy protection
CN103702221A (en) * 2013-12-18 2014-04-02 Tcl集团股份有限公司 Content distribution presentation system and distribution presentation method for online videos
CN103702221B (en) * 2013-12-18 2017-08-08 Tcl集团股份有限公司 The content issue presentation system and issue rendering method of Online Video
CN108540574A (en) * 2018-04-27 2018-09-14 宁波银行股份有限公司 A kind of diversiform data docking system and method
CN110865861A (en) * 2019-11-12 2020-03-06 北京城市网邻信息技术有限公司 Service data processing method and device
CN110865861B (en) * 2019-11-12 2021-06-15 北京城市网邻信息技术有限公司 Service data processing method and device

Similar Documents

Publication Publication Date Title
US11886402B2 (en) Systems, methods, and media for dynamically generating informational content
US8832181B2 (en) Development and deployment of mobile and desktop applications within a flexible markup-based distributed architecture
US8825757B2 (en) Unified collection and distribution of data
US7275243B2 (en) Mobile download system
CN104509125B (en) Advertisement is prefetched while serve ads in live stream
CN106105160B (en) Prefetch the application data for disconnecting the period
US20110010433A1 (en) Targeted presentation and delivery of themes
WO2012122167A1 (en) Methods and apparatus for content application development and deployment
US20170078361A1 (en) Method and System for Collecting Digital Media Data and Metadata and Audience Data
US20190005139A1 (en) Content aggregation, presentation and related system
CN102185863A (en) Intelligent data interactive publishing system and method between server and client
US9100719B2 (en) Advertising processing engine service
CN108738362A (en) The deep linking of application is generated based on multi-layer reference data
KR101597843B1 (en) Content management that addresses levels of functionality
CN106371848B (en) Implementation method for web development framework to support Odata
US9288280B1 (en) Viral flow of the media content across client devices
KR100433531B1 (en) A user individual information data managing method, a user individual information data managing computer and the recording medium thereof
CN110334114A (en) A kind of method and apparatus for inquiring data
CN104639510B (en) Import the method and system of data
KR101673937B1 (en) Apparatus, system and method for creating and using short cut object
KR101172286B1 (en) System and method for managing internet connection of data broadcasting, and apparatus applied to the same
CN117234464A (en) Multi-platform charging component service management method and device, electronic equipment and medium
CN118626086A (en) UI (user interface) rendering method, system, device and storage medium of application program
KR100770599B1 (en) System And Method of Profit Share for Application Software Installation by Computer Identification Code
CN117171160A (en) Report access method, device, equipment and medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110914