CN102456004B - Query control method and system of page data - Google Patents

Query control method and system of page data Download PDF

Info

Publication number
CN102456004B
CN102456004B CN201010510102.XA CN201010510102A CN102456004B CN 102456004 B CN102456004 B CN 102456004B CN 201010510102 A CN201010510102 A CN 201010510102A CN 102456004 B CN102456004 B CN 102456004B
Authority
CN
China
Prior art keywords
page data
user
information
configuration information
page
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
CN201010510102.XA
Other languages
Chinese (zh)
Other versions
CN102456004A (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.)
Qingdao Kingdee Software Technology Co.,Ltd.
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN201010510102.XA priority Critical patent/CN102456004B/en
Publication of CN102456004A publication Critical patent/CN102456004A/en
Application granted granted Critical
Publication of CN102456004B publication Critical patent/CN102456004B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention is applicable to the field of computer software and provides a query control method and a query control system of page data. The method comprises the following steps that: a client sends a page data query request to a server, wherein the page data query request comprises the identity identification information of a user and the uniform resource locator information of a page; and the server acquires the corresponding filtering configuration information of the user according to the identity identification information of the user and the uniform resource locator information of the page in the page data query request, queries the corresponding page data according to the filtering configuration information, and transmits a query result to the client. The embodiment of the invention has the advantages that: filtering information is configured for querying the page data; according to difference between data which are defined by the filtering configuration information, query control of different page data is realized; development of filtering pages is reduced; and the maintainability of the page data is improved.

Description

A kind of page data enquiry control method and system
Technical field
The invention belongs to computer software fields, relate in particular to a kind of page data enquiry control method and system.
Background technology
In internet information system; often have some data and need to show user in the mode of original list; but data volume is excessive sometimes; and user only pays close attention to a part of data wherein; therefore require the data that can show in the page to control, thereby obtain the desired data of user.
Prior art provides a kind of method that inquiry is controlled to page data, be summarized as follows: first, front controller obtains the URL(uniform resource locator) request that user submits to, and determine whether described URL(uniform resource locator) request meets preset URL(uniform resource locator) rule, the filtrator corresponding with described URL(uniform resource locator) request carries out Authority Verification to log-on message, if described URL(uniform resource locator) request meets preset URL(uniform resource locator) rule, and described log-on message is passed through Authority Verification, the subclass controller corresponding with described URL(uniform resource locator) request extracts and shows data.Then, subclass controller sends to parent controller by demonstration data, and parent controller is according to the described demonstration data output page.Wherein, the method concrete steps that described filtrator carries out Authority Verification are: search default authority configuration item, authority configuration item comprises the corresponding relation of log-on message and user identity, and the corresponding relation of user identity and subclass controller extraction demonstration data requested permissions, if described user identity corresponding to described log-on message meets subclass controller, extract the required authority of demonstration data, described log-on message is passed through Authority Verification.In prior art, the access of each page data needs the conduct interviews control of data of an independent filtrator, and processing procedure is numerous and jumbled, and workload is large, and has increased the follow-up maintenance cost in website.
Summary of the invention
The object of the embodiment of the present invention is to provide a kind of page data enquiry control method, is intended to solve in prior art each page data access is needed to the conduct interviews problem of Data Control of an independent filtrator.
The embodiment of the present invention is achieved in that a kind of page data enquiry control method, and described method comprises the steps:
Client sends page data inquiry request to service end, and described page data inquiry request comprises user's identification information and the URL(uniform resource locator) information of the page;
Service end judges according to the URL(uniform resource locator) information of the user's who carries in page data inquiry request identification information and the page whether described request exists corresponding filtration configuration information, if existed, from pre-stored User Page data filtering configuration information, obtain filtration configuration information corresponding to user, if there is no filter configuration information, according to the configurating filtered configuration information of described request storage;
Described in service end basis, filtration configuration information that obtain or configuration is inquired about corresponding page data, and sends Query Result to client;
Wherein, described according to the configurating filtered configuration information of described request and storage specifically comprise:
The filtering conditional information that reception configures for the filtered fields of page data definition;
According to the filtering conditional information of configuration, generated query conditional combination expression formula, described querying condition combined expression comprises that user selects to participate in the filtered fields of inquiry, the type of the filtered fields that the filtered fields that described user's selection will participate in inquiring about can be selected according to user, the typing mode of the value of filtered fields can change;
According to the querying condition combined expression generating, generate the filtration configuration information of user's page data;
Store the filtration configuration information of generation into service end.
Another object of the embodiment of the present invention is to provide a kind of page data inquiry control system, and described system comprises:
Management backstage;
Service end, and
At least one client;
Wherein, described management backstage comprises:
Filtering conditional information dispensing unit, the filtering conditional information the configuring for receiving the filtered fields defining for page data;
Filtercondition combined expression generation unit, be used for according to the filtering conditional information of configuration, generated query conditional combination expression formula, described querying condition combined expression comprises that user selects to participate in the filtered fields of inquiry, the type of the filtered fields that the filtered fields that described user's selection will participate in inquiring about can be selected according to user, the typing mode of the value of filtered fields can change;
User Page data filtering configuration information generation unit, for according to the querying condition combined expression generating, generates the filtration configuration information of user's page data; And
User Page data filtering configuration information storage unit, for storing the filtration configuration information of generation into service end;
Described client comprises:
Page data inquiry request receiving element, for receiving user's page data inquiry request, and sends to service end by described request, and described page data inquiry request comprises user's identification information and the URL(uniform resource locator) information of the page; And
Data output unit, exports for the data that service end is returned;
Described service end comprises:
Page data inquiry request receiving element, the page data inquiry request sending for receiving client;
User Page data filtering configuration file acquiring unit, user's identification information and the URL(uniform resource locator) information of the page of for the page data inquiry request sending according to client, carrying judge whether described request exists corresponding filtration configuration information, if existed, from the User Page data filtering configuration information of storage, obtain filtration configuration information corresponding to user, if there is no filter configuration information, control and management backstage is according to the configurating filtered configuration information of described request storage; And
Page data query processing unit, inquires about corresponding page data for filtration configuration information that obtain described in basis or configuration, and sends Query Result to client.
The embodiment of the present invention, for page data query configuration filtering information, by filtering the data difference of configuration information definition, realizes the inquiry of different page datas and controls, and has reduced the exploitation of filtering the page, has improved the maintainability of page data.
Accompanying drawing explanation
Fig. 1 is that the page data that the embodiment of the present invention provides is inquired about the structural drawing of control system;
Fig. 2 is the realization flow figure of the User Page data query filtering configuration method that provides of the embodiment of the present invention;
Fig. 3 is the realization flow figure of the page data enquiry control method that provides of the embodiment of the present invention;
Fig. 4 is the judgement flow process of the service end that provides of the embodiment of the present invention to the request of User Page data query;
Fig. 5 is that the page data that the embodiment of the present invention provides is inquired about the structural drawing of managing backstage in control system;
Fig. 6 is that the page data that the embodiment of the present invention provides is inquired about the structural drawing of service end in control system;
Fig. 7 is that the page data that the embodiment of the present invention provides is inquired about the structural drawing of client in control system.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
The embodiment of the present invention, for page data query configuration filtering information, by filtering the data difference of configuration information definition, realizes the inquiry of different page datas and controls, and has reduced the exploitation of filtering the page, has improved the maintainability of page data.
For technical solutions according to the invention are described, below by specific embodiment, describe.
The page data that Fig. 1 shows the embodiment of the present invention to be provided is inquired about the structure of control system, for convenience of explanation, only shows the part relevant to the embodiment of the present invention.
Management backstage 1 is used for configuring the filtering information of the page data inquiry of different user, and stores the filtering information of configuration into service end.
Service end 2 stores the page data for client query, and when receiving the page data inquiry request that client sends, the filtering information according to user's page data inquiry, is sent to client by the data after filtering.
In page data inquiry control system, there is at least one client 3, client 3 is positioned at user terminal, by wired or wireless mode, be connected communication with service end 2, user can send page data inquiry request to service end 2 by client 3, receives and export the data that service end 2 is returned.
In order to realize the control of different user to page data inquiry, in embodiments of the present invention, according to the URL(uniform resource locator) information of user's identification information and the page, the filtered fields of page data is carried out to conditional definition, generate a plurality of filtercondition combined expressions, accordingly the filtering information of the page data of configure user inquiry.
Fig. 2 shows the realization flow figure of the User Page data query filtering configuration method that the embodiment of the present invention provides, and details are as follows:
In step S201, receive the filtered fields defining for page data and the filtering conditional information configuring.
In embodiments of the present invention, filtering conditional information is defined as follows:
Figure GDA0000441627540000051
Wherein, what sqltasklist label was corresponding is the filtering information of page sqltasklist.jsp file, the corresponding tables of data that will inquire about or the Data View of value of its view attribute.Each sqltasklist_field label is representing a filtered fields information, the coding of the filtered fields that the querying condition that its FName attribute is corresponding will be used, CHNName is the demonstration of filtered fields on the page, Type is the type of filtered fields, ToObj is when filtered fields value is inputted, and whether needs to call the general polling page and selects input value.
In step S202, according to the filtering conditional information of configuration, generated query conditional combination expression formula.
In embodiments of the present invention, according to the filtering conditional information of configuration, can select a plurality of filtered fields as query argument, and by left, right parenthesis, and and or combine these filterconditions, thereby form corresponding querying condition combined expression.Described querying condition combined expression can also comprise that user selects to participate in the filtered fields of inquiry, for example: for user A, keeper inputs the filtered fields " condition one of user A by sqltasklist_field, condition two, condition three " be configured to the filtering conditional information of user A, by CHNName, filtering conditional information is presented on the page, user A is according to being presented at the filtering conditional information on the page, the querying condition combined expression of input " condition one " and " condition two " and " condition three >1000 ", wherein, " condition three >1000 " select to participate in the filtered fields of inquiry for user.The type of the filtered fields that the filtered fields that described user's selection will participate in inquiring about can be selected according to user, the typing mode of the value of filtered fields can change.As in the table below:
Figure GDA0000441627540000061
Wherein, Type is the type of filtered fields, and Type=" string " represents that filtered fields is character type, and ToObj is when filtered fields value is inputted, and whether needs to call the general polling page and selects input value.Manually input of ToObj=" " representative, ToObj=" user " representative need to be called the general polling page and be selected, and the Like in filtered fields represents to like, not like represents not like, in represents to comprise ,=representing to equal, <> represents to be not equal to.
In step S203, according to the querying condition combined expression generating, generate the filtration configuration information of user's page data.
In embodiments of the present invention, the filtration configuration information of described user's page data comprises the querying condition combined expression information of user's identification information and the URL(uniform resource locator) information of the page and generation.Wherein, user's identify label is generally unique in system, such as address name, identification card number, job number etc.For example: when user A to page B in the querying condition combined expression of form or view be " condition one " and " condition two " and " condition three >1000 ", the filtration configuration information of the User Page data that generate is " identify label of user A "+" the URL(uniform resource locator) information of page B "+" querying condition combined expression ".
In step S204, store the filtration configuration information of generation into service end.
Fig. 3 shows the realization flow of the page data enquiry control method that the embodiment of the present invention provides, and details are as follows:
1. client user's page data inquiry request, carries user's identify label and the URL(uniform resource locator) information of the page in this page data inquiry request;
2. client sends to service end by user's page data inquiry request;
3. service end is according to the URL(uniform resource locator) information of the user ID of carrying in page data inquiry request and the page, obtain the filtration configuration information of user data query, according to the filtration configuration information of user data query, corresponding page data is inquired about, and sent data query result to client;
4. the data query result that client output service end transmits.
Fig. 4 shows service end that the embodiment of the present invention provides according to the URL(uniform resource locator) information of the user totem information carrying in page data inquiry request and the page, obtain the filtration configuration information of user data query, according to the filtration configuration information of user data query, corresponding page data is inquired about, and data query result is sent to the flow process of client, details are as follows:
In step S401, service end receives the User Page data query request that client sends over;
In step S402, judge whether described request exists filtration configuration information, be to perform step S403, otherwise execution step S404;
In embodiments of the present invention, service end receives user's page data inquiry request, in described request, include user's identification information and the URL(uniform resource locator) information of the page, according to the URL(uniform resource locator) information of described user's identify label and the page, judge whether user exists filtration configuration information to this page, if existed, according to described filtering scheme, obtain corresponding data query, if there is no, configurating filtered information storage.Wherein, if when the page of user's access does not exist configuration information, need to wait keeper according to accessing the described page after the URL(uniform resource locator) information configuration corresponding informance of user's identification information and the page.
In step S403, according to described filtration configuration information, obtain corresponding data query;
In step S404, to the configurating filtered information of described User Page data query request storage.Its concrete steps as shown in Figure 2, do not repeat them here.
The page data that Fig. 5 shows the embodiment of the present invention to be provided is inquired about the structure of managing backstage in control system, for convenience of explanation, only shows the part relevant to the embodiment of the present invention.
Filtering conditional information dispensing unit 11 receives the filtering conditional information configuring for the filtered fields of page data definition.
Filtercondition combined expression generation unit 12 is according to the filtering conditional information of configuration, generated query conditional combination expression formula.
User Page data filtering configuration information generation unit 13, according to the querying condition combined expression generating, generates the filtration configuration information of user's page data.
In embodiments of the present invention, the filtration configuration information of described user's page data comprises the querying condition combined expression information of user's identification information and the URL(uniform resource locator) information of the page and generation.Wherein, user's identify label is generally unique in system, such as address name, identification card number, job number etc.
User Page data filtering configuration information storage unit 14 stores the filtration configuration information of generation into service end.
The page data that Fig. 6 shows the embodiment of the present invention to be provided is inquired about the structure of service end in control system, for convenience of explanation, only shows the part relevant to the embodiment of the present invention.
21 storages of User Page data filtering configuration information storage unit are for the filtration profile information of user's query page data.
Page data inquiry request receiving element 22 receives the page data inquiry request that client 3 sends.
User Page data filtering configuration information acquiring unit 23, according to user's identification information and the URL(uniform resource locator) information of the page of carrying in the page data inquiry request of client 3 transmissions, obtains user's page data query filter information from the User Page data filtering configuration information of storage.
Page data query processing unit 24 carries out filtration treatment according to described User Page data filtering configuration information to the data in the page data of user's requesting query, sends the data after processing to client 3.Described processing unit comprises list configuration acquisition of information module 241, wherein:
List configuration acquisition of information module 241 service ends, according to user's inquiry request condition, are obtained the configuration information of list, obtain class and the method for wanting data query, and return to the field information of requests for page.
In embodiments of the present invention, list configuration fileinfo is as follows:
Figure GDA0000441627540000091
Figure GDA0000441627540000101
What sqltasklist.jsp tag name was corresponding is the URL(uniform resource locator) of page A, its lower attribute classname correspondence is the class that these data of inquiry will be called, the method that the value representation data query of methodname attribute will move, and the method that methodname is corresponding should have two parameters, the one, the content that inquire, the 2nd, the condition that inquire about.The content that each sqltasklist_row label representative will inquire, the value of its Name attribute is the finally gauge outfit information when the page is shown of Query Information, this is listed as the coding of database column corresponding to corresponding data the value representation of value attribute.
Client 3 sends to service end 2 by user's page data inquiry request, and service end 2 is processed the page data of inquiry according to filtering configuration information, and sends the data after processing to client 3.In user's data query request, carry user's identification information and the URL(uniform resource locator) information of the page.
The page data that Fig. 7 shows the embodiment of the present invention to be provided is inquired about the structure of client in control system, for convenience of explanation, only shows the part relevant to the embodiment of the present invention.
Page data inquiry request receiving element 31 receives user's page data inquiry request, and described request is sent to service end 2.
The data that 32 pairs of service ends 2 of data output unit are returned are exported.
The embodiment of the present invention, for page data query configuration filtering information, by filtering the data difference of configuration information definition, realizes the inquiry of different page datas and controls, and has reduced the exploitation of filtering the page, has improved the maintainability of page data.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any modifications of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.

Claims (2)

1. a page data enquiry control method, is characterized in that, described method comprises the steps:
Client sends page data inquiry request to service end, and described page data inquiry request comprises user's identification information and the URL(uniform resource locator) information of the page;
Service end judges according to the URL(uniform resource locator) information of the user's who carries in page data inquiry request identification information and the page whether described request exists corresponding filtration configuration information, if existed, from pre-stored User Page data filtering configuration information, obtain filtration configuration information corresponding to user, if there is no filter configuration information, according to the configurating filtered configuration information of described request storage;
Described in service end basis, filtration configuration information that obtain or configuration is inquired about corresponding page data, and sends Query Result to client;
Wherein, described according to the configurating filtered configuration information of described request and storage specifically comprise:
The filtering conditional information that reception configures for the filtered fields of page data definition;
According to the filtering conditional information of configuration, generated query conditional combination expression formula, described querying condition combined expression comprises that user selects to participate in the filtered fields of inquiry, the type of the filtered fields that the filtered fields that described user's selection will participate in inquiring about can be selected according to user, the typing mode of the value of filtered fields can change;
According to the querying condition combined expression generating, generate the filtration configuration information of user's page data;
Store the filtration configuration information of generation into service end.
2. a page data inquiry control system, is characterized in that, described system comprises:
Management backstage;
Service end, and
At least one client;
Wherein, described management backstage comprises:
Filtering conditional information dispensing unit, the filtering conditional information the configuring for receiving the filtered fields defining for page data;
Filtercondition combined expression generation unit, be used for according to the filtering conditional information of configuration, generated query conditional combination expression formula, described querying condition combined expression comprises that user selects to participate in the filtered fields of inquiry, the type of the filtered fields that the filtered fields that described user's selection will participate in inquiring about can be selected according to user, the typing mode of the value of filtered fields can change;
User Page data filtering configuration information generation unit, for according to the querying condition combined expression generating, generates the filtration configuration information of user's page data; And
User Page data filtering configuration information storage unit, for storing the filtration configuration information of generation into service end;
Described client comprises:
Page data inquiry request receiving element, for receiving user's page data inquiry request, and sends to service end by described request, and described page data inquiry request comprises user's identification information and the URL(uniform resource locator) information of the page; And
Data output unit, exports for the data that service end is returned;
Described service end comprises:
Page data inquiry request receiving element, the page data inquiry request sending for receiving client;
User Page data filtering configuration file acquiring unit, user's identification information and the URL(uniform resource locator) information of the page of for the page data inquiry request sending according to client, carrying judge whether described request exists corresponding filtration configuration information, if existed, from the User Page data filtering configuration information of storage, obtain filtration configuration information corresponding to user, if there is no filter configuration information, control and management backstage is according to the configurating filtered configuration information of described request storage; And
Page data query processing unit, inquires about corresponding page data for filtration configuration information that obtain described in basis or configuration, and sends Query Result to client.
CN201010510102.XA 2010-10-18 2010-10-18 Query control method and system of page data Active CN102456004B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010510102.XA CN102456004B (en) 2010-10-18 2010-10-18 Query control method and system of page data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010510102.XA CN102456004B (en) 2010-10-18 2010-10-18 Query control method and system of page data

Publications (2)

Publication Number Publication Date
CN102456004A CN102456004A (en) 2012-05-16
CN102456004B true CN102456004B (en) 2014-04-02

Family

ID=46039203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010510102.XA Active CN102456004B (en) 2010-10-18 2010-10-18 Query control method and system of page data

Country Status (1)

Country Link
CN (1) CN102456004B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108259533A (en) * 2016-12-28 2018-07-06 阿里巴巴集团控股有限公司 A kind of data transmission method and device

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183389A (en) * 2015-09-15 2015-12-23 北京金山安全软件有限公司 Data hierarchical management method and device and electronic equipment
CN105404501B (en) * 2015-09-24 2019-02-01 国网山东省电力公司 Rule base analytic method and system based on SAP platform
CN109063199B (en) * 2018-09-11 2022-10-25 优视科技有限公司 Resource filtering method and device, electronic equipment and computer readable medium
CN109614197A (en) * 2018-12-14 2019-04-12 中通服公众信息产业股份有限公司 To the organization and management method of querying condition in a kind of management information system
CN113590913B (en) * 2021-06-17 2023-06-16 青岛海尔科技有限公司 Data resource display method and device, storage medium and electronic device
CN113434234B (en) * 2021-06-29 2023-06-09 青岛海尔科技有限公司 Page jump method, device, computer readable storage medium and processor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101039211A (en) * 2006-03-15 2007-09-19 中兴通讯股份有限公司 Method for inquiring customization of performance data and system thereof
CN101216840A (en) * 2008-01-21 2008-07-09 金蝶软件(中国)有限公司 Data enquiry method and data enquiry system
CN101582074A (en) * 2009-01-21 2009-11-18 东北大学 Method for extracting data of DeepWeb response webpage
CN101699805A (en) * 2008-04-23 2010-04-28 北京恒泰实达科技发展有限公司 Method for searching network data index in instant messaging software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101039211A (en) * 2006-03-15 2007-09-19 中兴通讯股份有限公司 Method for inquiring customization of performance data and system thereof
CN101216840A (en) * 2008-01-21 2008-07-09 金蝶软件(中国)有限公司 Data enquiry method and data enquiry system
CN101699805A (en) * 2008-04-23 2010-04-28 北京恒泰实达科技发展有限公司 Method for searching network data index in instant messaging software
CN101582074A (en) * 2009-01-21 2009-11-18 东北大学 Method for extracting data of DeepWeb response webpage

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108259533A (en) * 2016-12-28 2018-07-06 阿里巴巴集团控股有限公司 A kind of data transmission method and device

Also Published As

Publication number Publication date
CN102456004A (en) 2012-05-16

Similar Documents

Publication Publication Date Title
CN102456004B (en) Query control method and system of page data
US10127560B2 (en) Methods and systems for facilitating customer support using a social post case feed and publisher
CN100545811C (en) Be used for guaranteeing the method for service quality in distributed computing environment
US8924361B2 (en) Monitoring entitlement usage in an on-demand system
US8959114B2 (en) Entitlement management in an on-demand system
KR20190039230A (en) Method and system for server-side rendering of native content for presentations
CN103368812B (en) Information automatic delivery method and equipment
CN103368986A (en) Information recommendation method and information recommendation device
WO2017156916A1 (en) Data access method and device
JP6415449B2 (en) Mobile-ready systems and processes for intelligent research platforms
CN103514159A (en) Method, system and device for processing form template
CN102567032B (en) The collocation method of General Purpose Interface and computing machine
CN107870814B (en) Method and apparatus for content management batching
CN102413151A (en) Network resource sharing method and system
CN102867266A (en) Inquiry method and device
CN105491078B (en) Data processing method and device, SOA system in SOA system
CN108173839B (en) Authority management method and system
CN109241384A (en) Scientific research information visualization method and device
CN102255969B (en) Representational-state-transfer-based web service security model
CN101916283B (en) Method for acquiring link information from dynamic webpage and server thereof
CN104021216A (en) Message proxy server and information publish subscription method and system
CN106202357A (en) A kind of website browsing data analysing method and device
US8938520B2 (en) Methods and systems for smart adapters in a social media content analytics environment
Zhang 2-Tier Cloud Architecture with maximized RIA and SimpleDB via minimized REST
US11843603B2 (en) Authorization server, consent portal, resource server and user registration

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20210309

Address after: 266000 201a, 2nd floor, international ocean Sensor Research Institute, Qingdao Blue Valley technology road, aoshanwei street, Jimo District, Qingdao City, Shandong Province

Patentee after: Qingdao Kingdee Software Technology Co.,Ltd.

Address before: 518000 hi tech Industrial Village, Shennan Avenue, Shenzhen, Guangdong, Nanshan District W1-B4

Patentee before: Kingdee software (China) Co.,Ltd.

TR01 Transfer of patent right