CN105100051A - Method and system for realizing data resource access right control - Google Patents

Method and system for realizing data resource access right control Download PDF

Info

Publication number
CN105100051A
CN105100051A CN201510288422.8A CN201510288422A CN105100051A CN 105100051 A CN105100051 A CN 105100051A CN 201510288422 A CN201510288422 A CN 201510288422A CN 105100051 A CN105100051 A CN 105100051A
Authority
CN
China
Prior art keywords
data resource
application example
resource access
authority information
access authority
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
Application number
CN201510288422.8A
Other languages
Chinese (zh)
Other versions
CN105100051B (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.)
Shanghai Jingdong Yuan Yuan letter Information Technology Co., Ltd.
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510288422.8A priority Critical patent/CN105100051B/en
Publication of CN105100051A publication Critical patent/CN105100051A/en
Application granted granted Critical
Publication of CN105100051B publication Critical patent/CN105100051B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Storage Device Security (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and system for realizing data resource access right control. A server performs local cache on configuration files of the access right information of data resources used by each application example, and after an access data resource request of a corresponding application example is received, the data resource access right information locally cached and to be used by the application example is directly called for access verification, therefore, data resource access efficiency is improved.

Description

Realize the method and system of data resource access control of authority
Technical field
The present invention relates to computer realm, particularly a kind of method and system realizing data resource access control of authority.
Background technology
In large-scale computer network system, production system on such as line, often has the client of a lot of data resources, the data resource simultaneously or on the asynchronous server called in computer network system.But, when the quantity calling access request is very large, the exception of invoked server will be caused, finally cause server to collapse.In order to address this problem, can arrange priority for the client in computer network system, according to the height of priority, serving these clients successively by server, is these clients providing data resources, thus ensures the normal operation of computer system.
In server in computer network system, pre-set configuration file, be stored on the system disk of server, include data resource access authority information.When the data resource access request of server process client, configuration file on system disk reads in internal memory by server, according to arrange in configuration file to data resource access authority information determination service logic, whether be clients providing data resource.When upgrading the access authority information of data resource or adjust, if this information is corresponding multiple application example, data resource access authority information under this multiple application example then in configuration file all needs to upgrade one by one or adjust, and in renewal or after having adjusted, need to restart server, with these renewals of reloading in configuration file or the application example that have adjusted data resource access authority information.
There is shortcoming in the control method of above-mentioned server to data resource access authority: first, when receiving data resource access request at every turn, the configuration file on system disk is all needed to be loaded in internal memory, the read operation of system disk is seriously consuming time, have impact on the efficiency of server process data resource access request, thus have impact on the data resource access efficiency in computer network system; Second, when upgrading or adjust data resource access authority, need amendment configuration file and need server again, just can complete the renewal of configuration file, the access of data resource cannot be provided for computer network system in Server Restart process, this is under the environment of the concurrent large visit capacity of height, causes a large amount of request be rejected or bring larger flow pressure to other servers in computer network system; 3rd, in configuration file, the application example relevant to data resource access authority information all needs to revise one by one or upgrade, and corrects mistakes or to change inconsistent Hazard ratio larger.
Summary of the invention
In view of this, the embodiment of the present invention provides a kind of method realizing data resource access control of authority, and the method can improve the efficiency of data resource access authority.
The embodiment of the present invention also provides a kind of system realizing data resource access control of authority, and this system can improve the efficiency of data resource access.
According to above-mentioned purpose, the present invention is achieved in that
Realize a method for data resource access control of authority, the method comprises:
The configuration file belonging to data resource access authority information that each application example will use by the server of computer network system carries out local cache;
After receiving the visit data resource request of the corresponding application example that client in computer network system sends, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking, returns the result.
The configuration file belonging to data resource access authority information that each application example described will use adopts hash to show mode buffer memory.
The method also comprises:
The key value database of a log type is comprised at server, store the data resource access authority information that each application example will use, when updated, data resource access authority information identification renewal mark that the application example in this database will use is upgraded.
The key value database of described log type adopts redis assembly to realize, the data resource access authority information that the application example in this database described will use identification renewal mark adopts hash table mode to store.
The method also comprises: database described in each application example timing asynchronous access of described local cache, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses.
Database described in the asynchronous timer access of described application example completes for adopting asynchronous timed thread.
Realize a system for data resource access control of authority, comprising: local cache unit, request-response unit and authentication unit, wherein,
Local cache unit, carries out local cache for the configuration file belonging to the data resource access authority information that will be used by each application example;
Request-response unit, receives the visit data resource request of the corresponding application example that the client in computer network system sends;
Authentication unit, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking, returns the result.
Also comprising the key value database of log type, for storing the data resource access authority information that each application example will use, when updated, directly upgrading data resource access authority information identification renewal mark that application example will use.
Described local cache unit, also for the key value database of log type described in each application example timing asynchronous access, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses.
As can be seen from the above scheme, the configuration file belonging to data resource access authority information that each application example will use by the server of the embodiment of the present invention carries out local cache, when after the visit data resource request receiving corresponding application example, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking.Like this, just do not need as background technology, after receiving visit data resource request at every turn, all in system disk, read configuration file and verify, improve data resource access efficiency.Further, the key value database of a log type is also comprised at server, store the data resource access authority information that each application example will use, when updated, the data resource access authority information that application example in this database of direct renewal will use also identifies, this database of application example timer access of local cache, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses, thus do not need when upgrading data resource access authority information, restart server, prevent the flowing of access pressure in computer network system.
Accompanying drawing explanation
A kind of method flow diagram realizing data resource access control of authority that Fig. 1 provides for the embodiment of the present invention;
A kind of method object lesson flow chart realizing data resource access control of authority that Fig. 2 provides for the embodiment of the present invention;
A kind of system configuration schematic diagram realizing data resource access control of authority that Fig. 3 provides for the embodiment of the present invention;
A kind of system object lesson schematic diagram realizing data resource access control of authority that Fig. 4 provides for the embodiment of the present invention.
Embodiment
For making object of the present invention, technical scheme and advantage clearly understand, to develop simultaneously embodiment referring to accompanying drawing, the present invention is described in further detail.
In order to improve the efficiency of data resource access, the configuration file belonging to data resource access authority information that each application example will use by the server of the embodiment of the present invention carries out local cache, when after the visit data resource request receiving corresponding application example, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking.Like this, just do not need as background technology, after receiving visit data resource request at every turn, all in system disk, read configuration file and verify, improve data resource access efficiency.
Here, this configuration file is copy configuration file, and adopts hash table mode to comprise when preserving, the corresponding application example of each hash table, thus the follow-up application example can located in the key value database of log type.
Further, the key value database of a log type is also comprised at server, store the data resource access authority information that each application example will use, when updated, directly upgrade data resource access authority information identification renewal mark that the application example in this database will use.
Here, this database adopts redis assembly to develop, and redis is that a use ANSI C of increasing income is write, network enabled, can also can the key value database of log type of persistence based on Installed System Memory, various application programming interface (API) can be provided.In this database, application example and data resource access authority information are structures one to one, are arranged in a hash table by all corresponding application examples of data resource access information with more new logo.
Each this database of application example timing asynchronous access of local cache, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses, thus do not need when upgrading data resource access authority information, restart server, prevent the flowing of access pressure in computer network system.Further, have updated all data resource access authority informations of this application example of local cache owing to adopting coverage mode when upgrading, the mode of disposable replacement is namely shown for the hash of application example, instead of the data resource access authority information of all application examples is all replaced, like this, just can prevent under the request Concurrency environment of computer network system, have the legacy data resource access authority information of application example when checking request, also have new data resource access authority information.
A kind of method flow diagram realizing data resource access control of authority that Fig. 1 provides for the embodiment of the present invention, its concrete steps are:
The configuration file belonging to data resource access authority information that each application example will use by the server of step 101, computer network system carries out local cache;
After the visit data resource request of the corresponding application example that step 102, the client received in computer network system send, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking, returns the result to client.
In this step, the result can be verified, and allows client-access data resource; Or for checking is not passed through, do not allow client range data resource.
In the method, the configuration file belonging to data resource access authority information that each application example described will use adopts hash to show mode buffer memory.
In the method, comprise further:
The key value database of a log type is also comprised at server, store the data resource access authority information that each application example will use, when updated, data resource access authority information identification renewal mark that the application example in this database will use directly is upgraded.
The key value database of described log type adopts redis assembly to realize, the data resource access authority information that the application example in this database described will use identification renewal mark adopts hash table mode to store.
In the method, also comprise:
Each this database of application example timing asynchronous access of local cache, obtains the data resource access authority information upgraded that this application example uses, covers the data resource access authority information that this application example in buffer memory uses.
This database of the asynchronous timer access of described application example completes for adopting asynchronous timed thread.
A kind of method object lesson flow chart realizing data resource access control of authority that Fig. 2 provides for the embodiment of the present invention, can find out, in more new stage, configuration change person directly upgrades the data resource access authority information identification renewal mark that the application example in this database will use, in configuration querying person to local cache obtain ask application example to use data resource access authority information and verified by server, and the application example of local cache acquires the data resource access authority information of the application example after renewal to based on timing in the database of redis is asynchronous and covers.In inquiry phase, in configuration querying person to local cache obtain ask application example to use data resource access authority information and verified by server.
A kind of system configuration schematic diagram realizing data resource access control of authority that Fig. 3 provides for the embodiment of the present invention, comprising: local cache unit, request-response unit and authentication unit, wherein,
Local cache unit, carries out local cache for the configuration file belonging to the data resource access authority information that will be used by each application example;
Request-response unit, receives the visit data resource request of the corresponding application example that the client in computer network system sends, returns the result to client;
Authentication unit, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking.
Within the system, also comprise the key value database of log type, for storing the data resource access authority information that each application example will use, when updated, data resource access authority information identification renewal mark that application example will use directly is upgraded.
Within the system, described local cache unit, also for the key value database of log type described in each application example timing asynchronous access, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses.
A kind of system object lesson schematic diagram realizing data resource access control of authority that Fig. 4 provides for the embodiment of the present invention, as can be seen from the figure, in the local cache of server, for each application example is provided with hash table, this hash stores the data resource access authority information of this application example in showing, each application example can receive visit data resource request.Each application adopts asynchronous thread mutual with the database based on redis assembly, in this database, corresponding each application example, be cached with the data resource access authority information that will use, hash table is adopted to store, when updated, directly and this database mutual, upgrade data resource access authority information identification renewal mark that the application example in this database will use, the data resource access authority information of application example and renewal or the data resource access authority information do not upgraded are one-to-one relationship.
In embodiments of the present invention, if upgraded, then the data resource access authority information of relevant in the server application example all can upgrade, and comes into force very soon, does not need the service of restarting.The embodiment of the present invention significantly reduces authority determination time, improves the allocation efficiency of resource that computer system plays two.
More than lift preferred embodiment; the object, technical solutions and advantages of the present invention are further described; be understood that; the foregoing is only preferred embodiment of the present invention; not in order to limit the present invention; within the spirit and principles in the present invention all, any amendment done, equivalent replacement and improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1. realize a method for data resource access control of authority, it is characterized in that, the method comprises:
The configuration file belonging to data resource access authority information that each application example will use by the server of computer network system carries out local cache;
After receiving the visit data resource request of the corresponding application example that client in computer network system sends, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking, returns the result.
2. the method for claim 1, is characterized in that, the configuration file belonging to data resource access authority information that each application example described will use adopts hash to show mode buffer memory.
3. the method for claim 1, is characterized in that, the method also comprises:
The key value database of a log type is comprised at server, store the data resource access authority information that each application example will use, when updated, data resource access authority information identification renewal mark that the application example in this database will use is upgraded.
4. method as claimed in claim 3, it is characterized in that, the key value database of described log type adopts redis assembly to realize, the data resource access authority information that the application example in this database described will use identification renewal mark adopts hash table mode to store.
5. method as claimed in claim 3, it is characterized in that, the method also comprises: database described in each application example timing asynchronous access of described local cache, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses.
6. method as claimed in claim 5, is characterized in that, database described in the asynchronous timer access of described application example completes for adopting asynchronous timed thread.
7. realize a system for data resource access control of authority, it is characterized in that, comprising: local cache unit, request-response unit and authentication unit, wherein,
Local cache unit, carries out local cache for the configuration file belonging to the data resource access authority information that will be used by each application example;
Request-response unit, receives the visit data resource request of the corresponding application example that the client in computer network system sends;
Authentication unit, the data resource access authority information that this application example directly calling local cache will use conducts interviews checking, returns the result.
8. system as claimed in claim 7, it is characterized in that, also comprise the key value database of log type, for storing the data resource access authority information that each application example will use, when updated, data resource access authority information identification renewal mark that application example will use directly is upgraded.
9. system as claimed in claim 8, it is characterized in that, described local cache unit, also for the key value database of log type described in each application example timing asynchronous access, obtain the data resource access authority information upgraded that this application example uses, cover the data resource access authority information that this application example in buffer memory uses.
CN201510288422.8A 2015-05-29 2015-05-29 Realize the method and system of data resource access permission control Active CN105100051B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510288422.8A CN105100051B (en) 2015-05-29 2015-05-29 Realize the method and system of data resource access permission control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510288422.8A CN105100051B (en) 2015-05-29 2015-05-29 Realize the method and system of data resource access permission control

Publications (2)

Publication Number Publication Date
CN105100051A true CN105100051A (en) 2015-11-25
CN105100051B CN105100051B (en) 2019-04-26

Family

ID=54579598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510288422.8A Active CN105100051B (en) 2015-05-29 2015-05-29 Realize the method and system of data resource access permission control

Country Status (1)

Country Link
CN (1) CN105100051B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106302492A (en) * 2016-08-23 2017-01-04 唐山新质点科技有限公司 A kind of access control method and system
CN106557347A (en) * 2016-11-24 2017-04-05 泰康保险集团股份有限公司 Oftware updating method and device
CN106992997A (en) * 2017-05-25 2017-07-28 人教数字出版有限公司 The management method and device of a kind of copyright
CN107291923A (en) * 2017-06-29 2017-10-24 北京京东尚科信息技术有限公司 Information processing method and device
CN107436920A (en) * 2017-07-01 2017-12-05 武汉斗鱼网络科技有限公司 Node.js authority control methods, storage medium, electronic equipment and system
CN108073559A (en) * 2016-11-18 2018-05-25 腾讯科技(深圳)有限公司 It is a kind of to realize the newer method, apparatus of list data and system
CN108334380A (en) * 2018-01-19 2018-07-27 新智云数据服务有限公司 A kind of configuration item management method, device, terminal and computer readable storage medium
CN108417258A (en) * 2017-02-10 2018-08-17 深圳市理邦精密仪器股份有限公司 Right management method, device and patient monitor
CN108632204A (en) * 2017-03-17 2018-10-09 网宿科技股份有限公司 HTTP interface method for checking access authority of Internet, system and server
CN108900475A (en) * 2018-06-06 2018-11-27 麒麟合盛网络技术股份有限公司 User authority control method and device
CN109286643A (en) * 2017-07-20 2019-01-29 西门子公司 The method and apparatus for reading the configuration parameter of an application example
CN110717192A (en) * 2019-09-11 2020-01-21 南京工业职业技术学院 Big data security oriented access control method based on Key-Value accelerator
CN111090882A (en) * 2019-12-18 2020-05-01 北京浪潮数据技术有限公司 Operation control method, device and equipment for redis database
CN111147509A (en) * 2019-12-30 2020-05-12 北京三快在线科技有限公司 Network isolation method, device, server and storage medium
CN111290768A (en) * 2020-01-22 2020-06-16 北京百度网讯科技有限公司 Updating method, device, equipment and medium for containerization application system
CN113010131A (en) * 2021-03-15 2021-06-22 京东数字科技控股股份有限公司 Display content updating method, device, terminal, server and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5230070A (en) * 1989-09-08 1993-07-20 International Business Machines Corporation Access authorization table for multi-processor caches
US7725219B2 (en) * 2005-06-22 2010-05-25 Denso Corporation Local operation remote cancellation authorizing method and system under remote operation
CN103490886A (en) * 2012-06-12 2014-01-01 阿里巴巴集团控股有限公司 Permission data validation method, device and system
CN103530568A (en) * 2012-07-02 2014-01-22 阿里巴巴集团控股有限公司 Authority control method, device and system
CN104112085A (en) * 2013-04-19 2014-10-22 阿里巴巴集团控股有限公司 Data permission control method and device for application system clusters

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5230070A (en) * 1989-09-08 1993-07-20 International Business Machines Corporation Access authorization table for multi-processor caches
US7725219B2 (en) * 2005-06-22 2010-05-25 Denso Corporation Local operation remote cancellation authorizing method and system under remote operation
CN103490886A (en) * 2012-06-12 2014-01-01 阿里巴巴集团控股有限公司 Permission data validation method, device and system
CN103530568A (en) * 2012-07-02 2014-01-22 阿里巴巴集团控股有限公司 Authority control method, device and system
CN104112085A (en) * 2013-04-19 2014-10-22 阿里巴巴集团控股有限公司 Data permission control method and device for application system clusters

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106302492A (en) * 2016-08-23 2017-01-04 唐山新质点科技有限公司 A kind of access control method and system
CN108073559B (en) * 2016-11-18 2021-07-27 腾讯科技(深圳)有限公司 Method, device and system for realizing table data updating
CN108073559A (en) * 2016-11-18 2018-05-25 腾讯科技(深圳)有限公司 It is a kind of to realize the newer method, apparatus of list data and system
CN106557347A (en) * 2016-11-24 2017-04-05 泰康保险集团股份有限公司 Oftware updating method and device
CN106557347B (en) * 2016-11-24 2020-09-04 泰康保险集团股份有限公司 Software updating method and device
CN108417258A (en) * 2017-02-10 2018-08-17 深圳市理邦精密仪器股份有限公司 Right management method, device and patient monitor
CN108632204B (en) * 2017-03-17 2021-01-22 网宿科技股份有限公司 HTTP interface access authority verification method, system and server
CN108632204A (en) * 2017-03-17 2018-10-09 网宿科技股份有限公司 HTTP interface method for checking access authority of Internet, system and server
CN106992997A (en) * 2017-05-25 2017-07-28 人教数字出版有限公司 The management method and device of a kind of copyright
CN106992997B (en) * 2017-05-25 2020-05-05 人教数字出版有限公司 Copyright management method and device
CN107291923B (en) * 2017-06-29 2020-03-27 北京京东尚科信息技术有限公司 Information processing method and device
CN107291923A (en) * 2017-06-29 2017-10-24 北京京东尚科信息技术有限公司 Information processing method and device
CN107436920A (en) * 2017-07-01 2017-12-05 武汉斗鱼网络科技有限公司 Node.js authority control methods, storage medium, electronic equipment and system
CN109286643A (en) * 2017-07-20 2019-01-29 西门子公司 The method and apparatus for reading the configuration parameter of an application example
CN108334380A (en) * 2018-01-19 2018-07-27 新智云数据服务有限公司 A kind of configuration item management method, device, terminal and computer readable storage medium
CN108900475A (en) * 2018-06-06 2018-11-27 麒麟合盛网络技术股份有限公司 User authority control method and device
CN110717192A (en) * 2019-09-11 2020-01-21 南京工业职业技术学院 Big data security oriented access control method based on Key-Value accelerator
CN111090882A (en) * 2019-12-18 2020-05-01 北京浪潮数据技术有限公司 Operation control method, device and equipment for redis database
CN111090882B (en) * 2019-12-18 2022-08-05 北京浪潮数据技术有限公司 Operation control method, device and equipment for redis database
CN111147509A (en) * 2019-12-30 2020-05-12 北京三快在线科技有限公司 Network isolation method, device, server and storage medium
CN111290768A (en) * 2020-01-22 2020-06-16 北京百度网讯科技有限公司 Updating method, device, equipment and medium for containerization application system
CN111290768B (en) * 2020-01-22 2023-10-20 北京百度网讯科技有限公司 Updating method, device, equipment and medium of containerized application system
CN113010131A (en) * 2021-03-15 2021-06-22 京东数字科技控股股份有限公司 Display content updating method, device, terminal, server and storage medium
CN113010131B (en) * 2021-03-15 2024-04-05 京东科技控股股份有限公司 Display content updating method, device, terminal, server and storage medium

Also Published As

Publication number Publication date
CN105100051B (en) 2019-04-26

Similar Documents

Publication Publication Date Title
CN105100051A (en) Method and system for realizing data resource access right control
CN107133234B (en) Method, device and system for updating cache data
US20160364407A1 (en) Method and Device for Responding to Request, and Distributed File System
CN107911249B (en) Method, device and equipment for sending command line of network equipment
CN107577420B (en) File processing method and device and server
US20160210313A1 (en) System for high-throughput handling of transactions in a data-partitioned, distributed, relational database management system
CN106302609B (en) Access method and device
CN107766343B (en) Data storage method and device and storage server
CN106789249B (en) Hot updating method, client and server
CN111475483A (en) Database migration method and device and computing equipment
US10776179B2 (en) Multi-application-oriented user data management method and system
US8793250B1 (en) Flexible partitioning of data
CN109358874B (en) Business rule updating method, business rule updating device, computer equipment and storage medium
CN111385370B (en) ID allocation method, device, storage medium and ID allocation system
US20160275199A1 (en) Data processing device, data processing method, and non-transitory computer readable medium
CN105446794A (en) Disc operation method, apparatus and system based on virtual machine
CN106033322A (en) Method and device for data storage
CN111506611A (en) Data query method, device, equipment and storage medium
CN103369038A (en) PaaS (platform as a service) management platform and method
CN113220669A (en) Service data processing method and device and electronic equipment
US11853284B2 (en) In-place updates with concurrent reads in a decomposed state
CN105320676A (en) Customer data query service method and device
CN113722114A (en) Data service processing method and device, computing equipment and storage medium
CN105677579A (en) Data access method and system in cache system
CN111585897B (en) Request route management method, system, computer system and readable storage 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
C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20160602

Address after: 200433, room 1945, 1243 Siping Road, Shanghai, Yangpu District

Applicant after: Shanghai Jingdong Yuan Yuan letter Information Technology Co., Ltd.

Address before: 100080 Beijing city Haidian District xingshikou Road No. 65 building 11C Creative Park West West west Shan East 1-4 layer 1-4 layer

Applicant before: Beijing Jingdong Shangke Information Technology Co., Ltd.

Applicant before: Beijing Jingdong Century Commerce Co., Ltd.

GR01 Patent grant
GR01 Patent grant