CN104320402A - Service interface access control method and system based on binary algorithm - Google Patents

Service interface access control method and system based on binary algorithm Download PDF

Info

Publication number
CN104320402A
CN104320402A CN201410602578.4A CN201410602578A CN104320402A CN 104320402 A CN104320402 A CN 104320402A CN 201410602578 A CN201410602578 A CN 201410602578A CN 104320402 A CN104320402 A CN 104320402A
Authority
CN
China
Prior art keywords
service interface
binary parameters
binary
operational order
parameters
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
CN201410602578.4A
Other languages
Chinese (zh)
Other versions
CN104320402B (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech 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 Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201410602578.4A priority Critical patent/CN104320402B/en
Publication of CN104320402A publication Critical patent/CN104320402A/en
Application granted granted Critical
Publication of CN104320402B publication Critical patent/CN104320402B/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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/567Integrating service provisioning from a plurality of service providers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The invention discloses a service interface access control method and system based on a binary algorithm. The service interface access control method based on the binary algorithm includes the steps that a binary parameter matched with an operation instruction of a service interface is customized according to the operation instruction of the service interface; the service interface is called, and the customized binary parameter is input into the service interface; the service interface analyzes the binary parameter input into the service interface; according to the analyzed binary parameter, a component corresponding to the analyzed binary parameter is loaded. The method guarantees uniformity of access parameters of the service interface, corresponding components can be dynamically loaded according to the operation instruction of the service interface, and expansibility of the service interface is improved.

Description

A kind of service interface access control method based on radix-2 algorithm and system
Technical field
The present invention relates to interface accessing technical field, be specifically related to a kind of service interface access control method based on radix-2 algorithm and system.
Background technology
Along with the development of modern society, also there is variation in miscellaneous service, and the service interface that the variation of business result in Operational Visit is difficult to accomplish unified support; Miscellaneous service, in the process of access service interface, can cause having a large amount of characteristic judgements in serving, such as there is a large amount of if or ifelse statements, reduce the readability of service code, add maintenance cost and the maintenance difficulties in later stage; In addition, for multiple business, have different service interface access parameters, the change of service interface access parameter can have influence on visitor, and Accessor Access's service interface can exist very large inconvenience.
Summary of the invention
Technical problem to be solved by this invention is to provide a kind of service interface access control method based on radix-2 algorithm and system, can according to the operational order of service interface, and the corresponding assembly of dynamic load, improves the autgmentability of service interface.
According to one aspect of the present invention, provide a kind of service interface access control method based on radix-2 algorithm, comprising:
Operational order according to service interface customizes the binary parameters mated with the operational order of described service interface;
Call service interface and import the binary parameters of described customization to described service interface into;
Described service interface is resolved the binary parameters imported into;
According to the binary parameters after described parsing, load the assembly corresponding with the binary parameters after described parsing.
According to another aspect of the present invention, provide a kind of service interface access control system based on radix-2 algorithm, comprising:
Parameter design unit, customizes for the operational order according to service interface the binary parameters mated with the operational order of described service interface;
Service interface call unit, for calling service interface and importing the binary parameters of described customization to described service interface into;
Parameter analysis of electrochemical unit, resolves the binary parameters imported into for calling described service interface;
Assembly loading unit, for according to the binary parameters after described parsing, loads the assembly corresponding with the binary parameters after described parsing.
A kind of service interface access control method based on radix-2 algorithm provided by the invention and system, according to the operational order customization binary parameters of service interface, call service interface and import binary parameters into service interface, service interface is resolved the binary parameters imported into, loads the assembly corresponding with the binary parameters after parsing.By method provided by the invention, adopt binary parameters to carry out the method for service interface, ensure that the unification of the access parameter of service interface, and can according to the operational order of service interface, the corresponding assembly of dynamic load, improves the autgmentability of service interface.
Accompanying drawing explanation
Fig. 1 is a kind of service interface access control method flow chart based on radix-2 algorithm of the embodiment of the present invention one;
Fig. 2 is a kind of service interface access control system schematic diagram based on radix-2 algorithm of the embodiment of the present invention two.
Embodiment
Be described principle of the present invention and feature below in conjunction with accompanying drawing, example, only for explaining the present invention, is not intended to limit scope of the present invention.
Embodiment one, a kind of service interface access control method based on radix-2 algorithm.Below in conjunction with Fig. 1, method provided by the invention is described in detail.
In Fig. 1, S101, customize according to the operational order of service interface the binary parameters mated with the operational order of described service interface.
Concrete, the binary parameters customization of this step completes in the server, and server is according to the binary parameters of the operational order custom fit of service interface.In the present embodiment, the operational order of service interface is the combination of an operational order or multiple operational order, wherein, the corresponding binary parameters of each operational order, when the operational order of service interface is the combination of multiple operational order, binary system corresponding for each operational order in multiple operational order is carried out sum operation, namely obtains the operational order of service interface.A concrete example, existing three operations, respectively called after A, B and C, the corresponding assembly of each operation, wherein, assembly has the component identification of its identity of unique identification, the title of this component identification and operation and operate corresponding binary parameters one_to_one corresponding.Three operations A, B and C corresponding Binary Zero 01,010 and 100 respectively, is the multiple of Binary Zero 10.If service interface will complete A, B and C tri-operation, binary parameters corresponding for A, B and C tri-operation can be carried out sum operation, carry out sum operation by Binary Zero 01,010 and 100 3 binary system three parameters, namely obtain binary parameters 111.
After the binary parameters that server mates for the operational order of service interface according to the customization of the operational order of service interface, the binary parameters of customization is converted to decimal system parameter, such as, aforesaid binary parameters 111 is converted to the decimal system 7.Why the binary parameters of customization being converted to decimal system parameter herein, be because follow-up needs resolves binary parameters, and existing oracle database can be resolved decimal system parameter, can directly use prior art to realize; Certainly, also can self-defined analytic method, directly the binary parameters of customization is resolved.
S102, call service interface and import the binary parameters of customization to service interface into.
Concrete, according to the binary parameters of the operational order custom fit of service interface in step S101, and the binary parameters of customization is converted to corresponding decimal system parameter, this step calls service interface, and import aforesaid decimal system parameter into service interface, such as, the above-mentioned decimal system 7 is imported into service interface.
S103, service interface are resolved the binary parameters imported into.
Concrete, above-mentioned steps imports the decimal system parameter of customization into service interface, and service interface is resolved the decimal system parameter imported into.Service interface is resolved the decimal system parameter imported into according to its operational order, and the decimal system parameter being about to import into is resolved according to the decimal system that A, B and C tri-operation is corresponding.Such as, the decimal system parameter imported into is 7, namely resolves according to the decimal system 1,2 and 4 that A, B and C are corresponding.
When specific implementation, existing oracle database can be utilized to resolve decimal system parameter, such as, decimal system parameter 7 be resolved to 1,2,4 three decimal system parameter.It should be noted that, the multiple of Binary Zero 10 (i.e. the decimal system 2) is owing to operating binary parameters (binary parameters that namely assembly is corresponding) corresponding to A, B and C, therefore when resolving decimal system parameter, by the multiple that the decimal system Parameter analysis of electrochemical imported into is the decimal system 2, to mate with the binary parameters of corresponding assembly.
When by importing the decimal system Parameter analysis of electrochemical of service interface into for after several decimal system parameters, the decimal system parameter after resolving is converted to corresponding binary system again, so that the binary parameters coupling corresponding with assembly.
S104, according to resolve after binary parameters, load the assembly corresponding with the binary parameters after this parsing
Concrete, the decimal system parameter importing service interface into is carried out resolving and is corresponding binary parameters by the decimal system Parameter Switch after resolving by above-mentioned steps S103, then according to the binary parameters after parsing, search the assembly corresponding with binary parameters, and the assembly found is loaded in the internal memory of server.During specific implementation, according to the one-to-one relationship of component identification and binary parameters, component identification can be obtained according to the binary parameters after resolving, in Component Gallery, searches this assembly according to component identification.When find with resolve after assembly corresponding to binary parameters after, in the internal memory of server, load these assemblies, to complete corresponding service.
Method provided by the invention has a wide range of applications, and the application scenarios of present comparative maturity has channel mark to control and business verification controls.
Channel mark controls an applied in reverse for method provided by the invention, and such as, in telecommunication service field, business hall, foreground is defined as binary zero 01, and SMS business hall is defined as binary zero 10, and online business hall is defined as binary one 00.A binary channel mark switch 111 is had in service interface, if the binary parameters imported in service interface can parse from binary system channel mark switch 111, then can access service interface, otherwise, directly exit service interface.Such as, the binary parameters importing service interface into is 001, can parse from channel mark switch 111, then can access service interface; Be 011 at the binary parameters such as importing service interface into, can not parse from channel mark switch 111, then directly exit service interface.
Business verification control is a conventional application of method provided by the invention, function check is defined as binary parameters 001, corresponding assembly is A, authorization check is defined as Binary Zero 10, corresponding assembly is B, and relational checking is defined as binary one 00, and corresponding assembly is C, region verification is defined as binary one 000, and corresponding assembly is D.Scene 1 for only to wish practical function School Affairs authorization check, then only needs to import Binary Zero 11 into service interface, and service interface just can dynamic load assembly A and B, realizes the common function of A and B.Scene 2 wish realize repertoire, then need to import binary one 111 into service interface, service interface just can dynamic load A, B, C and D, realize the common function of A, B, C and D.
Embodiment two, a kind of service interface access control system based on radix-2 algorithm.Below in conjunction with Fig. 2, system provided by the invention is described in detail.
In Fig. 2, system provided by the invention comprises parameter design unit 201, service interface call unit 202, Parameter analysis of electrochemical unit 203 and assembly loading unit 204.
Wherein, parameter design unit 201 is mainly used in customizing according to the operational order of service interface the binary parameters mated with the operational order of service interface.
Concrete, in the present embodiment, the operational order of service interface is the combination of an operational order or multiple operational order, wherein, the corresponding binary parameters of each operational order, when the operational order of service interface is the combination of multiple operational order, multiple operational order is carried out sum operation by parameter design unit 201, namely obtains the operational order of service interface.A concrete example, existing three operations, respectively called after A, B and C, the corresponding assembly of each operation, wherein, assembly has the component identification of its identity of unique identification, the title of this component identification and operation and operate corresponding binary parameters one_to_one corresponding.Three operations A, B and C corresponding Binary Zero 01,010 and 100 respectively, is the multiple of Binary Zero 10.If service interface will complete A, B and C tri-operation, binary parameters corresponding for A, B and C tri-operation can be carried out sum operation by parameter design unit 201, carry out sum operation by Binary Zero 01,010 and 100 3 binary system three parameters, namely obtain binary parameters 111.
After parameter design unit 201 to customize out the binary parameters mated with the operational order of service interface according to the operational order of service interface, the binary parameters of customization is converted to decimal system parameter by parameter conversion unit, such as, aforesaid binary parameters 111 is converted to the decimal system 7.Why the binary parameters of customization being converted to decimal system parameter herein, be because follow-up needs resolves binary parameters, and existing oracle database can be resolved decimal system parameter, can directly use prior art to realize; Certainly, also can self-defined analytic method, directly the binary parameters of customization is resolved.
Service interface call unit 202 is mainly used in calling service interface and imports the binary parameters of parameter design unit 201 customization to this service interface into.
Concrete, parameter design unit 201 is according to the binary parameters of the operational order custom fit of service interface, the binary parameters of customization is converted to corresponding decimal system parameter by parameter conversion unit, service interface call unit 202 calls service interface, and import aforesaid decimal system parameter into service interface, such as, the above-mentioned decimal system 7 is imported into service interface.
Parameter analysis of electrochemical unit 203 is mainly used in calling service interface and resolves the binary parameters that service interface call unit 202 imports into.
Concrete, service interface call unit 202 imports the decimal system parameter of customization into service interface, and Parameter analysis of electrochemical unit 203 calls service interface and resolves the decimal system parameter imported into.Service interface is resolved the decimal system parameter imported into according to its operational order, and the decimal system parameter being about to import into is resolved according to the decimal system that A, B and C tri-operation is corresponding.Such as, the decimal system parameter imported into is 7, namely resolves according to the decimal system 1,2 and 4 that A, B and C are corresponding.
When specific implementation, Parameter analysis of electrochemical unit 203 can utilize existing oracle database to resolve decimal system parameter, such as, decimal system parameter 7 is resolved to 1,2,4 three decimal system parameter.It should be noted that, the multiple of Binary Zero 10 (i.e. the decimal system 2) is owing to operating binary parameters (binary parameters that namely assembly is corresponding) corresponding to A, B and C, therefore Parameter analysis of electrochemical unit 203 is when resolving decimal system parameter, by the multiple that the decimal system Parameter analysis of electrochemical imported into is the decimal system 2, to mate with the binary parameters of corresponding assembly.
When importing the decimal system Parameter analysis of electrochemical of service interface into for after several decimal system parameters, the decimal system parameter after parsing will be converted to corresponding binary system by parameter conversion unit again, so that the binary parameters coupling corresponding with assembly.
Assembly loading unit 204 is mainly used in the binary parameters after resolving according to Parameter analysis of electrochemical unit 203, loads the assembly corresponding with the binary parameters after parsing.
Concrete, the decimal system parameter importing service interface into is resolved by Parameter analysis of electrochemical unit 203, decimal system Parameter Switch after parsing is corresponding binary parameters by parameter conversion unit, and assembly searches unit according to the binary parameters after parsing, searches the assembly corresponding with binary parameters.During specific implementation, assembly is searched unit and according to the one-to-one relationship of component identification and binary parameters, can be obtained component identification, then in Component Gallery, search this assembly according to component identification according to the binary parameters after resolving.When assembly investigate thoroughly look for unit find with resolve after assembly corresponding to binary parameters after, assembly loading unit 204 loads these assemblies in the internal memory of server, to complete corresponding service.
A kind of service interface access control method based on radix-2 algorithm provided by the invention and system, first according to the binary parameters of the operational order custom fit of service interface, call service interface and import the binary parameters of customization into service interface, then service interface is resolved the binary parameters imported into, the binary parameters that last basis parses, the assembly corresponding to the binary parameters parsed loads.Utilize method of the present invention, ensure that the unification of the access parameter of service interface, also namely ensure that the stable of service interface access parameter; Service interface reads binary system, avoids characteristics a large amount of in code and judges, improve the readability of service interface code, also reduce maintenance cost and the difficulty of service interface; By binary parameters, corresponding assembly is loaded, improve the durability of assembly, also namely improve the durability of service interface; According to the corresponding assembly of operational order dynamic load of service interface, the autgmentability of service interface can be improved.
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, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1., based on a service interface access control method for radix-2 algorithm, it is characterized in that, comprising:
Step S101, customize according to the operational order of service interface the binary parameters mated with the operational order of described service interface;
Step S102, call service interface and import the binary parameters of described customization to described service interface into;
Step S103, described service interface are resolved the binary parameters imported into;
Step S104, according to the binary parameters after described parsing, load the assembly corresponding with the binary parameters after described parsing.
2. service interface access control method as claimed in claim 1, it is characterized in that, described step S101 also comprises:
The binary parameters of described customization is converted to decimal system parameter;
Described step S102 comprises:
Call service interface and import described decimal system parameter into described service interface;
Step S103 comprises:
Described service interface is resolved the decimal system parameter imported into, and is binary parameters by the decimal system Parameter Switch after resolving.
3. service interface access control method as claimed in claim 1, it is characterized in that, the operational order of described service interface is the combination of an operational order or multiple operational order, wherein the corresponding binary parameters of each operational order, and described step S101 comprises:
When the operational order of service interface is the combination of multiple operational order, binary parameters corresponding for each operational order in described multiple operational order is carried out sum operation, obtain the binary parameters customized.
4. service interface access control method as claimed in claim 1, it is characterized in that, described assembly has the component identification of its identity of unique identification, the binary parameters one_to_one corresponding that described component identification is corresponding with described operational order.
5. service interface access control method as claimed in claim 4, it is characterized in that, described step S104 comprises:
Obtain component identification corresponding to binary parameters according to component identification with the corresponding relation of binary parameters, in Component Gallery, search the assembly corresponding with described binary parameters according to component identification, and load described assembly.
6. service interface access control method as claimed in claim 1, it is characterized in that, the binary parameters value that described operational order is corresponding is the multiple of Binary Zero 10, and described step S103 also comprises:
Described service interface is resolved the binary parameters imported into, and the binary parameters after described parsing is the multiple of Binary Zero 10.
7., based on a service interface access control system for radix-2 algorithm, it is characterized in that, comprising:
Parameter design unit, customizes for the operational order according to service interface the binary parameters mated with the operational order of described service interface;
Service interface call unit, for calling service interface and importing the binary parameters of described customization to described service interface into;
Parameter analysis of electrochemical unit, resolves the binary parameters imported into for calling described service interface;
Assembly loading unit, for according to the binary parameters after described parsing, loads the assembly corresponding with the binary parameters after described parsing.
8. service interface access control system as claimed in claim 7, is characterized in that, also comprise:
Parameter conversion unit, for being converted to decimal system parameter by the binary parameters of described customization;
Described service interface call unit is for calling service interface and specifically comprising to the binary parameters that described service interface imports described customization into:
Call described service interface and import described decimal system parameter into this service interface;
Described Parameter analysis of electrochemical unit to be resolved the binary parameters imported into specifically comprise for being called described service interface:
Call described service interface to resolve the decimal system parameter imported into, and be binary parameters by the decimal system Parameter Switch after resolving.
9. service interface access control method as claimed in claim 7, it is characterized in that, described assembly has the component identification of its identity of unique identification, the binary parameters one_to_one corresponding that described component identification is corresponding with described operational order.
10. service interface access control system as claimed in claim 9, is characterized in that, also comprise:
Unit searched by assembly, for according to resolve after binary parameters, and obtain component identification corresponding to binary parameters according to component identification with the corresponding relation of binary parameters, in Component Gallery, search the assembly corresponding with described binary parameters according to described component identification.
CN201410602578.4A 2014-10-31 2014-10-31 A kind of service interface access control method and system based on radix-2 algorithm Active CN104320402B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410602578.4A CN104320402B (en) 2014-10-31 2014-10-31 A kind of service interface access control method and system based on radix-2 algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410602578.4A CN104320402B (en) 2014-10-31 2014-10-31 A kind of service interface access control method and system based on radix-2 algorithm

Publications (2)

Publication Number Publication Date
CN104320402A true CN104320402A (en) 2015-01-28
CN104320402B CN104320402B (en) 2017-11-10

Family

ID=52375572

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410602578.4A Active CN104320402B (en) 2014-10-31 2014-10-31 A kind of service interface access control method and system based on radix-2 algorithm

Country Status (1)

Country Link
CN (1) CN104320402B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107888631A (en) * 2016-09-28 2018-04-06 北京京东尚科信息技术有限公司 A kind of interface interchange method and apparatus of configurable combination
CN112347751A (en) * 2020-11-06 2021-02-09 北京思特奇信息技术股份有限公司 Method and device for generating COSMIC workload evaluation document

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050195096A1 (en) * 2004-03-05 2005-09-08 Ward Derek K. Rapid mobility analysis and vehicular route planning from overhead imagery
CN1848774A (en) * 2005-04-11 2006-10-18 华为技术有限公司 System and method for long-distance calling communication assembly
CN1996878A (en) * 2006-06-28 2007-07-11 华为技术有限公司 A method for information conversion of the simple object access protocol service management interface
US20080071562A1 (en) * 2006-03-21 2008-03-20 Hts, Llc Tracking and Reporting Construction, Completion, and Inspection Status
CN101599011A (en) * 2008-06-05 2009-12-09 北京书生国际信息技术有限公司 DPS (Document Processing System) and method
CN101833419A (en) * 2010-04-30 2010-09-15 华为终端有限公司 Method for operating user interface and mobile terminal
CN102073541A (en) * 2010-12-28 2011-05-25 中兴通讯股份有限公司 Data access method and mobile terminal
CN104020998A (en) * 2014-06-13 2014-09-03 百度在线网络技术(北京)有限公司 Generating method and device of user defined map

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050195096A1 (en) * 2004-03-05 2005-09-08 Ward Derek K. Rapid mobility analysis and vehicular route planning from overhead imagery
CN1848774A (en) * 2005-04-11 2006-10-18 华为技术有限公司 System and method for long-distance calling communication assembly
US20080071562A1 (en) * 2006-03-21 2008-03-20 Hts, Llc Tracking and Reporting Construction, Completion, and Inspection Status
CN1996878A (en) * 2006-06-28 2007-07-11 华为技术有限公司 A method for information conversion of the simple object access protocol service management interface
CN101599011A (en) * 2008-06-05 2009-12-09 北京书生国际信息技术有限公司 DPS (Document Processing System) and method
CN101833419A (en) * 2010-04-30 2010-09-15 华为终端有限公司 Method for operating user interface and mobile terminal
CN102073541A (en) * 2010-12-28 2011-05-25 中兴通讯股份有限公司 Data access method and mobile terminal
CN104020998A (en) * 2014-06-13 2014-09-03 百度在线网络技术(北京)有限公司 Generating method and device of user defined map

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107888631A (en) * 2016-09-28 2018-04-06 北京京东尚科信息技术有限公司 A kind of interface interchange method and apparatus of configurable combination
CN112347751A (en) * 2020-11-06 2021-02-09 北京思特奇信息技术股份有限公司 Method and device for generating COSMIC workload evaluation document

Also Published As

Publication number Publication date
CN104320402B (en) 2017-11-10

Similar Documents

Publication Publication Date Title
CN109636317B (en) Service control method, device, system and storage medium
US20070156432A1 (en) Method and system using parameterized configurations
CN110704521A (en) Interface data access method and system
US11494552B2 (en) System and method for implementing smart business intelligence testing tools
CN110351325B (en) Data processing method and related equipment
CN105069686A (en) Case automatic detection method and system
CN106557307B (en) Service data processing method and system
CN112162915A (en) Test data generation method, device, equipment and storage medium
CN109255107A (en) Configuration software processing method, device, computer equipment and storage medium
US20120204161A1 (en) Automated Code Map Generation for an Application Programming Interface of a Programming Language
CN114579107A (en) Data processing method, device, equipment and medium
US20120204157A1 (en) Quicker Translation of a Computer Program Source Code
CN104320402A (en) Service interface access control method and system based on binary algorithm
CN103500099A (en) Method for achieving quick software secondary development through expansion points and expansion
CN112395339B (en) Intersystem data admission verification method, device, computer equipment and storage medium
CN113885920A (en) Method and device for hot updating of machine learning model, electronic equipment and storage medium
CN104700038A (en) Information processing method and device
CN116341007A (en) Data query method, system, equipment and storage medium
CN116360887A (en) Program parameter loading method, device, equipment and storage medium
CN108073401B (en) Method and device for executing business logic and electronic equipment
CN114064601B (en) Storage process conversion method, device, equipment and storage medium
CN109857374A (en) The development approach and device of mobile application
CN111708926B (en) Method and system for realizing configuration of data query
CN113342553A (en) Data acquisition method and device, electronic equipment and storage medium
CN103631816A (en) Method for configuring and applying service model across data sources and equipment

Legal Events

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