CN108170407B - Method and device for acquiring target data - Google Patents

Method and device for acquiring target data Download PDF

Info

Publication number
CN108170407B
CN108170407B CN201611103938.1A CN201611103938A CN108170407B CN 108170407 B CN108170407 B CN 108170407B CN 201611103938 A CN201611103938 A CN 201611103938A CN 108170407 B CN108170407 B CN 108170407B
Authority
CN
China
Prior art keywords
target data
data
processing function
entry point
point processing
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
CN201611103938.1A
Other languages
Chinese (zh)
Other versions
CN108170407A (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.)
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Communications Ltd Research Institute
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 China Mobile Communications Group Co Ltd, China Mobile Communications Ltd Research Institute filed Critical China Mobile Communications Group Co Ltd
Priority to CN201611103938.1A priority Critical patent/CN108170407B/en
Publication of CN108170407A publication Critical patent/CN108170407A/en
Application granted granted Critical
Publication of CN108170407B publication Critical patent/CN108170407B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural

Abstract

The invention discloses a method and a device for acquiring target data, wherein in the process of acquiring the target data, whether the data received after calling an entry point processing function is the target data is firstly determined, rather than firstly judging whether a user certificate needs to be applied, the number of the user certificates which are added at each interface and are determined whether to be applied is effectively reduced, and the problem of redundancy of a large number of codes is solved; meanwhile, due to the design of the tangent module, if a user certificate is not required to be applied in service any more, the user certificate can be directly removed from the code in an assembly mode, other module codes cannot be modified, the module is clearer, and high-cohesion low-coupling of the module is realized.

Description

Method and device for acquiring target data
Technical Field
The present invention relates to the field of data services, and in particular, to a method and an apparatus for acquiring target data.
Background
With the rapid development of internet applications such as service inquiry and network payment, the number of internet users has rapidly increased, and internet technology has also rapidly developed; among them, the Representational State Transfer (REST) technology has a wide application in the internet field due to the characteristics of priority on the distribution and the expansibility of the modules.
However, in the prior art, for REST services implemented by a software Jersey framework, a great deal of code redundancy is often caused by lack of good module maintainability and good modularization; taking balance inquiry as an example, after receiving an inquiry request sent by a client, a user certificate needs to be acquired first, and then a large amount of judgment about whether the user certificate is acquired is added at each interface, so that a large amount of redundancy of codes is caused.
At present, the known technologies in the internet field include, in addition to REST technologies: control Inversion (IoC) container technology, Aspect Oriented Programming (AOP) technology, database technology, etc.; the IoC container technology is a container with control reversal and a dependent injection function, and is responsible for instantiating objects in an application program and establishing the dependency among the objects, IoC is an important object-oriented programming rule to reduce the coupling problem of a computer program, and is also the core of a lightweight software Spring framework; the AOP technology is a technology for realizing the unified maintenance of program functions through a precompilation mode and a dynamic agent in a running period, is the continuation of Object Oriented Programming (OOP), is an important content in a Spring framework, is a derivative normal form of functional Programming, and can realize the isolation of all parts of business logic by utilizing the AOP technology, thereby reducing the coupling degree among all parts of the business logic, improving the reusability of a program and simultaneously improving the development efficiency.
Therefore, the technical problem to be solved by the technical staff in the art is how to solve the problem of a large amount of code redundancy, clarify the module, and realize high-cohesion low-coupling of the module when acquiring target data by using the existing known technology.
Disclosure of Invention
The embodiment of the invention provides a method and a device for acquiring target data, which are used for solving the problem of redundancy of a large number of codes when the target data is acquired by utilizing the existing known technology, clarifying a module and realizing high cohesion and low coupling of the module.
The embodiment of the invention provides a method for acquiring target data, which comprises the following steps:
receiving a target data acquisition request sent by a client;
calling an entry point processing function corresponding to the target data in a preset surrounding notice;
determining whether the received data after the entry point processing function is called conforms to a preset rule matched with the target data;
and when the received data after the entry point processing function is called conforms to a preset rule matched with the target data, determining the received data as the target data, and feeding the target data back to the client.
In a possible implementation manner, in the method for acquiring target data provided in the embodiment of the present invention, the determining whether data received after the entry point processing function is called meets a preset rule matched with the target data specifically includes:
and determining whether the mark of the received data is consistent with the mark of the preset target data after the entry point processing function is called.
In a possible implementation manner, in the method for acquiring target data provided in an embodiment of the present invention, when it is determined that data received after the entry point processing function is called does not conform to a preset rule matching the target data, the method further includes:
applying for a user credential to a remote server;
and when the user certificate is determined to be applied, calling the cut-in point processing function again according to the user certificate to acquire target data.
In a possible implementation manner, in the method for obtaining target data provided in an embodiment of the present invention, before receiving a request for obtaining target data sent by a client, the method further includes:
respectively configuring a control reversal IoC container, a section-oriented programming AOP and a software framework Jersey of representational state transfer REST style architecture;
determining a function for acquiring data according to the characteristics of the REST of the Jersey;
and determining each entry point and surrounding notification containing the user certificate to be applied in the section according to the determined function for acquiring the data.
In a possible implementation manner, in the method for acquiring target data provided in an embodiment of the present invention, the method further includes:
when the business determines that the user credentials no longer need to be applied, the corresponding cut plane is removed in the IoC container.
The embodiment of the invention also provides a device for acquiring target data, which comprises:
the receiving module is used for receiving a target data acquisition request sent by a client;
the calling module is used for calling an access point processing function corresponding to the target data in the preset surrounding notification;
the determining module is used for determining whether the received data after the entry point processing function is called conforms to a preset rule matched with the target data; and when the received data after the entry point processing function is called conforms to a preset rule matched with the target data, determining the received data as the target data, and feeding the target data back to the client.
In a possible implementation manner, in the apparatus for acquiring target data provided in the embodiment of the present invention, the determining module is specifically configured to determine whether a mark of data received after the entry point processing function is called is consistent with a preset mark of target data.
In a possible implementation manner, in the apparatus for acquiring target data provided in an embodiment of the present invention, the apparatus further includes:
the application module is used for applying for the user certificate to the remote server;
and the acquisition module is used for calling the access point processing function again according to the user certificate to acquire target data when the user certificate is determined to be applied.
In a possible implementation manner, in the apparatus for acquiring target data provided in an embodiment of the present invention, the apparatus further includes:
the preprocessing module is used for respectively configuring a control reversal IoC container, a section-oriented programming AOP and a software framework Jersey of a REST style architecture; determining a function for acquiring data according to the characteristics of the REST of the Jersey; and determining each entry point and surrounding notification containing the user certificate to be applied in the section according to the determined function for acquiring the data.
In a possible implementation manner, in the apparatus for acquiring target data provided in an embodiment of the present invention, the apparatus further includes:
and the removing module is used for removing the corresponding tangent plane in the IoC container when the business determines that the user certificate is not required to be applied any more.
The invention has the following beneficial effects:
according to the method and the device for acquiring the target data, after a target data acquiring request sent by a client is received, the data enter a surrounding notice of a corresponding section, and whether the received data meet a preset rule matched with the target data or not after the entering point processing function is called is determined by calling an entering point processing function corresponding to the target data in the surrounding notice; when the coincidence is determined, the received data can be determined as target data, and the target data is fed back to the client; therefore, in the process of acquiring the target data, whether the data received after calling the access point processing function is the target data is determined at first, rather than judging whether the user certificate needs to be applied or not at first, the number of the user certificate which is added at each interface and is determined whether to be applied or not can be effectively reduced, and the problem of redundancy of a large number of codes is solved; meanwhile, due to the design of the tangent module, if a user certificate is not required to be applied in service any more, the user certificate can be directly removed from the code in an assembly mode, other module codes cannot be modified, the module is clearer, and high-cohesion low-coupling of the module is realized.
Drawings
Fig. 1 is a flowchart of a method for obtaining target data according to an embodiment of the present invention;
fig. 2 is a second flowchart of a method for obtaining target data according to an embodiment of the present invention;
fig. 3 is a third flowchart of a method for obtaining target data according to an embodiment of the present invention;
FIG. 4 is a schematic flow chart illustrating a first embodiment of the present invention;
fig. 5 is a schematic structural diagram of an apparatus for acquiring target data according to an embodiment of the present invention.
Detailed Description
The following describes in detail a specific implementation of a method and an apparatus for acquiring target data according to an embodiment of the present invention with reference to the accompanying drawings. It should be noted that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
An embodiment of the present invention provides a method for acquiring target data, which may specifically include the following steps, as shown in fig. 1:
s101, receiving a target data acquisition request sent by a client;
s102, calling a cut-in point processing function corresponding to target data in a preset surrounding notice;
s103, determining whether the received data after the entry point processing function is called conforms to a preset rule matched with target data; if yes, executing step S104;
s104, determining the received data as target data;
and S105, feeding target data back to the client.
According to the method for acquiring the target data, whether the data received after the entry point processing function is called is the target data or not is firstly determined in the process of acquiring the target data, rather than whether the user credentials need to be applied or not is firstly judged, the number of the user credentials which are added at each interface and are determined to be applied or not can be effectively reduced, and the problem of redundancy of a large number of codes is solved; meanwhile, due to the design of the tangent module, if a user certificate is not required to be applied in service any more, the user certificate can be directly removed from the code in an assembly mode, other module codes cannot be modified, the module is clearer, and high-cohesion low-coupling of the module is realized.
In specific implementation, in order to complete the presetting of the surround notification, step S101 in the method for acquiring target data provided in the embodiment of the present invention may include, before receiving a request for acquiring target data sent by a client, as shown in fig. 2, the following steps:
s201, respectively configuring a control reversal IoC container, a section-oriented programming AOP and a software framework Jersey of a REST style architecture;
s202, determining a function for acquiring data according to the characteristics of the REST of Jersey;
s203, determining each entry point and surrounding notification containing the user certificate to be applied in the section according to the determined function for acquiring the data.
Specifically, in order to obtain data, in step S202 of the method for obtaining target data provided in the embodiment of the present invention, in an actual processing process, a function may be written according to the characteristics of the REST of Jersey and according to a certain rule, so as to obtain data stored in a remote location.
Specifically, in order to obtain the user credential by using the surrounding notification, in step S203 of the method for obtaining the target data according to the embodiment of the present invention, each entry point in the entry plane needs to be determined, where the entry point includes an entry point that needs to apply for the user credential and an entry point that does not need to apply for the user credential, and these entry points all need to be configured when determining the entry plane; in addition, besides determining each entry point in the entry plane, a surround notification including the entry point for which the user credential needs to be applied needs to be determined for applying for the user credential.
Here, let @ Around ("execution (× cmcc. hq. cmri. bgdt. service. qaservice. get.)"), where @ Around represents a surround notification and "execution (× cmcc. hq. cmri. bg dt. service. qaservice. get.)" represents an entry point, which is also a function for acquiring data determined in step S202.
Specifically, in step S101 of the method for acquiring target data provided in the embodiment of the present invention, after receiving a request for acquiring target data sent by a client, the client may enter a surrounding notification of a corresponding tangent plane to perform the next operation.
Specifically, in step S102 of the method for acquiring target data according to the embodiment of the present invention, invoking an entry point processing function corresponding to the target data in a preset surround notification may specifically include:
firstly, triggering an entry point corresponding to target data;
secondly, calling a surrounding notice;
and then, entering a surrounding notice, and calling an entry point processing function corresponding to the target data.
Specifically, in order to determine whether the received data is matched with the target data, in step S103 of the method for acquiring target data provided in the embodiment of the present invention, determining whether the received data meets a preset rule matched with the target data after the entry point processing function is called may specifically include:
and determining whether the mark of the received data is consistent with the mark of the preset target data after the entry point processing function is called.
Certainly, the mark of the received data and the mark of the target data are preset, and according to the comparison of the marks, whether the received data meets the preset rule matched with the target data or not is determined, that is, whether the received data is the target data or not is determined; the mark may be any other form that can be used for marking, such as a number, a character, etc., and is not limited herein.
In specific implementation, in step S103 of the method for acquiring target data provided in the embodiment of the present invention, after determining that the data received after the entry point processing function is called does not conform to the preset rule matching the target data, as shown in fig. 3, the method may further include:
s106, applying for a user certificate to a remote server;
and S107, when the user certificate is determined to be applied, calling the cut-in point processing function again according to the user certificate to acquire the target data.
In specific implementation, after applying for the user credential, the user credential may be applied, or certainly, the user credential may not be applied, and when determining that the user credential is applied, the entry point processing function is called again according to the user credential to obtain the target data; upon determining that no user credentials are applied, an exception is thrown from within the surround notification.
In specific implementation, in the method for acquiring target data provided in the embodiment of the present invention, the method may further include:
when the business determines that the user credentials no longer need to be applied, the corresponding cut is removed in IoC container.
Specifically, according to the result of negotiation with the remote server, for the request sent by the client to acquire the target data, the target data can be acquired and sent to the client without applying for a user credential, that is, without calling a tangent plane surrounding notification logic, at this time, a preset tangent plane for applying for the user credential can be cancelled through the IoC container, and the tangent plane is not executed; certainly, when the user credential needs to be applied, namely the section surrounding notification logic needs to be called, the preset section for applying the user credential can be re-annotated through the IoC container; therefore, the IoC container can be used for canceling and annotating the section, so that the invasive programming can be eliminated, the influence on other codes is avoided, the assembly and disassembly are convenient, and the high-cohesion low-coupling of the module is realized.
Of course, the method for obtaining target data provided in the embodiment of the present invention may be applied to query services such as balance query and point query, and may also be applied to other services that require application for user credentials and require conditional query, which is not limited herein.
In addition, in the actual business processing process, the specific system for acquiring the target data may specifically include: the system comprises a service logic unit, a section unit and a frame unit; the service logic unit is used for constructing service logic for acquiring target data; the section unit is used for compiling each entry point and surrounding notification in the section logic; the framework unit is used for constructing a framework for acquiring the target data system; therefore, the corresponding section is added into the system for obtaining the target data, whether the user certificate is applied or not is determined by analyzing from the angle of the section, the number of the user certificates which are applied or not is greatly reduced by judging at each interface, and high cohesion of the system is realized.
The above-mentioned method for acquiring target data provided by the embodiment of the present invention will be described in detail by specific embodiments.
The first embodiment is as follows:
taking a "query balance" request sent by a client as an example, when it is determined that a tangent plane surround notification needs to be called in the process of acquiring query balance data, as shown in fig. 4, the method may include the following steps:
s401, receiving a balance inquiry request sent by a client;
s402, triggering an entry point corresponding to the balance data query;
s403, calling a surrounding notification;
s404, calling an entry point processing function corresponding to the balance data query in the surrounding notification;
s405, determining whether the mark of the received data after the entry point processing function is called is consistent with a preset mark for inquiring balance data; if yes, go to step S406; if not, go to step S407;
s406, determining that the received data is inquiry balance data, feeding back the inquiry balance data to the client, and ending the process;
s407, determining that the balance data acquisition fails;
s408, applying for a user certificate to a remote server;
s409, determining whether a user certificate is applied; if not, execute step S410; if yes, executing step S411;
s410, throwing the exception from the interior of the surrounding notice, and ending the process;
s411, calling the cut-in point processing function again according to the user certificate to acquire target data;
and S412, feeding back the acquired target data to the client.
Based on the same inventive concept, the embodiment of the present invention further provides a device for acquiring target data, and since the principle of the device for solving the problem is similar to the aforementioned method for acquiring target data, the implementation of the device can refer to the implementation of the method, and repeated details are not repeated.
Specifically, an embodiment of the present invention provides an apparatus for acquiring target data, as shown in fig. 5, which may specifically include the following modules:
a receiving module 501, configured to receive a target data obtaining request sent by a client;
a calling module 502, configured to call an entry point processing function corresponding to target data in a preset surround notification;
a determining module 503, configured to determine whether the received data after the entry point processing function is called conforms to a preset rule matching the target data; and when the received data after the entry point processing function is called is determined to accord with a preset rule matched with the target data, determining the received data as the target data, and feeding back the target data to the client.
In specific implementation, in the apparatus for acquiring target data provided in the embodiment of the present invention, the determining module 503 is specifically configured to determine whether a mark of data received after the entry point processing function is called is consistent with a preset mark of target data.
In specific implementation, as shown in fig. 5, the apparatus for acquiring target data according to the embodiment of the present invention may further include:
an application module 504, configured to apply for a user credential to a remote server;
and an obtaining module 505, configured to call the entry point processing function again according to the user credential to obtain the target data when determining that the user credential is applied.
In specific implementation, as shown in fig. 5, the apparatus for acquiring target data according to the embodiment of the present invention may further include:
a preprocessing module 506, configured to configure a control inversion IoC container, a facet-oriented programming AOP, and a software framework Jersey of REST style architecture, respectively; determining a function for acquiring data according to the characteristics of the REST of Jersey; and determining each entry point and surrounding notification containing the user certificate to be applied in the section according to the determined function for acquiring the data.
In specific implementation, as shown in fig. 5, the apparatus for acquiring target data according to the embodiment of the present invention may further include:
a removing module 507, configured to remove the corresponding tangent plane in the IoC container when the service determines that the user credential is no longer required to be applied.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
The embodiment of the invention provides a method and a device for acquiring target data, wherein after a target data acquisition request sent by a client is received, the data enter a surrounding notice of a corresponding section, and whether the received data meet a preset rule matched with the target data or not after the processing function of the entry point is called is determined by calling an entry point processing function corresponding to the target data in the surrounding notice; when the coincidence is determined, the received data can be determined as target data, and the target data is fed back to the client; therefore, in the process of acquiring the target data, whether the data received after calling the access point processing function is the target data is determined at first, rather than judging whether the user certificate needs to be applied or not at first, the number of the user certificate which is added at each interface and is determined whether to be applied or not can be effectively reduced, and the problem of redundancy of a large number of codes is solved; meanwhile, due to the design of the tangent module, if a user certificate is not required to be applied in service any more, the user certificate can be directly removed from the code in an assembly mode, other module codes cannot be modified, the module is clearer, and high-cohesion low-coupling of the module is realized.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (8)

1. A method of obtaining target data, comprising:
receiving a target data acquisition request sent by a client;
calling an entry point processing function corresponding to the target data in a preset surrounding notice;
determining whether the received data after the entry point processing function is called conforms to a preset rule matched with the target data;
when the fact that the received data after the entry point processing function is called conform to a preset rule matched with the target data is determined, the received data are determined to be the target data, and the target data are fed back to the client;
the determining whether the received data after the entry point processing function is called conforms to a preset rule matched with the target data specifically includes:
and determining whether the mark of the received data is consistent with the mark of the preset target data after the entry point processing function is called.
2. The method of claim 1, wherein when it is determined that the data received after the entry point processing function is called does not conform to a preset rule matching the target data, further comprising:
applying for a user credential to a remote server;
and when the user certificate is determined to be applied, calling the cut-in point processing function again according to the user certificate to acquire target data.
3. The method of claim 1, wherein before receiving the request for obtaining the target data sent by the client, the method further comprises:
respectively configuring a control reversal IoC container, a section-oriented programming AOP and a software framework Jersey of representational state transfer REST style architecture;
determining a function for acquiring data according to the characteristics of the REST of the Jersey;
and determining each entry point and surrounding notification containing the user certificate to be applied in the section according to the determined function for acquiring the data.
4. The method of claim 3, further comprising:
when the business determines that the user credentials no longer need to be applied, the corresponding cut plane is removed in the IoC container.
5. An apparatus for acquiring target data, comprising:
the receiving module is used for receiving a target data acquisition request sent by a client;
the calling module is used for calling an access point processing function corresponding to the target data in the preset surrounding notification;
the determining module is used for determining whether the received data after the entry point processing function is called conforms to a preset rule matched with the target data; when the fact that the received data after the entry point processing function is called conform to a preset rule matched with the target data is determined, the received data are determined to be the target data, and the target data are fed back to the client;
the determining module is specifically configured to determine whether a mark of the received data after the entry point processing function is called is consistent with a preset mark of the target data.
6. The apparatus of claim 5, further comprising:
the application module is used for applying for the user certificate to the remote server;
and the acquisition module is used for calling the access point processing function again according to the user certificate to acquire target data when the user certificate is determined to be applied.
7. The apparatus of claim 5, further comprising:
the preprocessing module is used for respectively configuring a control reversal IoC container, a section-oriented programming AOP and a software framework Jersey of a REST style architecture; determining a function for acquiring data according to the characteristics of the REST of the Jersey; and determining each entry point and surrounding notification containing the user certificate to be applied in the section according to the determined function for acquiring the data.
8. The apparatus of claim 7, further comprising:
and the removing module is used for removing the corresponding tangent plane in the IoC container when the business determines that the user certificate is not required to be applied any more.
CN201611103938.1A 2016-12-05 2016-12-05 Method and device for acquiring target data Active CN108170407B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611103938.1A CN108170407B (en) 2016-12-05 2016-12-05 Method and device for acquiring target data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611103938.1A CN108170407B (en) 2016-12-05 2016-12-05 Method and device for acquiring target data

Publications (2)

Publication Number Publication Date
CN108170407A CN108170407A (en) 2018-06-15
CN108170407B true CN108170407B (en) 2020-12-29

Family

ID=62525919

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611103938.1A Active CN108170407B (en) 2016-12-05 2016-12-05 Method and device for acquiring target data

Country Status (1)

Country Link
CN (1) CN108170407B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049684A (en) * 2012-12-21 2013-04-17 大唐软件技术股份有限公司 Data authority control method and data authority control system based on RBAC (role-based access control) model extension

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009088749A2 (en) * 2008-01-02 2009-07-16 Harmonic, Inc. Methods and system for efficient data transfer over hybrid fiber coax infrastructure
CN103618762A (en) * 2013-11-08 2014-03-05 中标软件有限公司 System and method for enterprise service bus state pretreatment based on AOP
CN103905526A (en) * 2014-03-05 2014-07-02 深圳市同洲电子股份有限公司 Dispatching method and server

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049684A (en) * 2012-12-21 2013-04-17 大唐软件技术股份有限公司 Data authority control method and data authority control system based on RBAC (role-based access control) model extension

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Spring-AOP的五种通知和切面的优先级、通知变量申明;weixin_34068198;《CSDN博客 https://blog.csdn.net/weixin_34068198/article/details/93784501》;20141027;第1-5页 *

Also Published As

Publication number Publication date
CN108170407A (en) 2018-06-15

Similar Documents

Publication Publication Date Title
US9990230B1 (en) Scheduling a notebook execution
CN103826215B (en) A kind of method and apparatus for carrying out Root authority management on the terminal device
CN110601880B (en) Cloud platform, service processing method, command interface and computer equipment
CN111163129A (en) Resource processing method and device based on cross-link network
CN108243188B (en) Interface access, interface call and interface verification processing method and device
CN110601896B (en) Data processing method and equipment based on block chain nodes
CN108173839B (en) Authority management method and system
CN113141383A (en) Device information subscription method, client, server, system and storage medium
CN110677453A (en) ZooKeeper-based distributed lock service implementation method, device, equipment and storage medium
CN111988418A (en) Data processing method, device, equipment and computer readable storage medium
CN110928534B (en) Workflow node authentication method and device based on block chain
CN108924185A (en) Interface creation method and device
CN110619204A (en) Invitation code generation method and device, terminal equipment and storage medium
CN111447273B (en) Cloud processing system and data processing method based on cloud processing system
CN108170407B (en) Method and device for acquiring target data
CN109525550B (en) Data message processing method, device and system
CN110032834B (en) System authorization control method, terminal equipment and storage medium
CN115004666A (en) Registration method, device, equipment and storage medium of Internet of things equipment
CN111801696A (en) Payment page management method, payment page management device, payment system and storage medium
CN113472781B (en) Service acquisition method, server and computer readable storage medium
CN111275553B (en) Block chain data storage method and block chain system
CN107578289B (en) Method and system for settling accounts of machine + X products
CN111832862B (en) Flow management method and system based on block chain
CN108063679B (en) Method and device for upgrading cloud management platform
CN112055005B (en) Identity authentication method, device, system, electronic equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant