CN105988785A - RPC (remote procedure call) service development method and device - Google Patents

RPC (remote procedure call) service development method and device Download PDF

Info

Publication number
CN105988785A
CN105988785A CN201510061809.XA CN201510061809A CN105988785A CN 105988785 A CN105988785 A CN 105988785A CN 201510061809 A CN201510061809 A CN 201510061809A CN 105988785 A CN105988785 A CN 105988785A
Authority
CN
China
Prior art keywords
service
service content
content
name
mapping relations
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510061809.XA
Other languages
Chinese (zh)
Inventor
李凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201510061809.XA priority Critical patent/CN105988785A/en
Publication of CN105988785A publication Critical patent/CN105988785A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses an RPC (remote procedure call) service development method. The method comprises the following steps: developing service content and defining service name; and establishing mapping relation between the service name and the service content. The service name and the service content of RPC are decoupled, and the mapping relation is established between the service name and the service content, so that a wireless terminal can initiate a call according to the service name, and the problems that RPC service development maintenance efficiency is low and cost is high in the prior art are solved. The invention also discloses an RPC service development device.

Description

A kind of RPC service development approach and device
Technical field
The application relates to field of computer technology, particularly relates to a kind of RPC service development approach and device.
Background technology
With a large amount of uses of intelligent wireless terminal, internet has stepped into the general layout of mobile Internet, wireless The data with existing service of intelligent terminal reliance server or PC end gets more and more.Business due to intelligent terminal Usual and PC end the business scenario of scene has bigger difference, needs in the data, services that PC end exists Re-assembly data-interface and just can be supplied to wireless terminal use.And the RPC (Remote of tradition PC end Procedure Call Protocol, far call agreement) service development mode is relatively cumbersome, checking bothers, The Er Fangku (referring to that current service application runs other jar bags needing to rely on) safeguarding is needed to rely on also relatively Many and code also can be more and more too fat to move, have a strong impact on development efficiency, cause maintenance cost to raise.
There are the following problems in the existing RPC service exploitation being positioned at PC end supplying intelligent wireless terminal to call: opens Sending out, verifying complexity, efficiency is low;Need to safeguard unnecessary redundant code, interface class, Er Fangku, cause Maintenance efficiency is low, maintenance cost raises.
Content of the invention
The embodiment of the present application provides a kind of RPC service development approach, in order to solve RPC clothes in prior art The business exploitation problem that maintenance efficiency is low, cost is high.
The embodiment of the present application provides a kind of RPC service development device, in order to solve RPC clothes in prior art The business exploitation problem that maintenance efficiency is low, cost is high.
The embodiment of the present application employing following technical proposals:
A kind of RPC service development approach, comprising:
Exploitation service content simultaneously defines service name;
For setting up mapping relations between described service name and described service content.
A kind of RPC service development device, comprising:
Unit is write in exploitation, is used for writing service content and defines service name;
Modification resolution unit, for for setting up mapping relations between described service name and described service content;
Memory cell, is used for storing described mapping relations table.
At least one scheme above-mentioned that the embodiment of the present application provides can reach following technique effect:
When developing RPC service, owing to carrying out decoupling and at the two RPC service title and service content Between set up a kind of mapping relations, only need to send the service name needing to call when wireless terminal initiates to call , the change of service content updates and does not affect calling of wireless terminal, therefore can solve in prior art RPC service develops the problem that maintenance efficiency is low, cost is high.
Brief description
Accompanying drawing described herein is used for providing further understanding of the present application, constitutes of the application Point, the schematic description and description of the application is used for explaining the application, is not intended that to the application not Work as restriction.In the accompanying drawings:
The RPC service development process that Fig. 1 provides for the embodiment of the present application one;
The RPC service development process that Fig. 2 provides for the embodiment of the present application two;
Fig. 3 calls RPC service process for the wireless terminal that the embodiment of the present application provides;
RPC service development device, wireless terminal that Fig. 4 provides for the embodiment of the present application call RPC service The structural representation of device.
Detailed description of the invention
Purpose, technical scheme and advantage for making the application are clearer, specifically real below in conjunction with the application Execute example and technical scheme is clearly and completely described by corresponding accompanying drawing.Obviously, described Embodiment is only some embodiments of the present application, rather than whole embodiments.Based on the enforcement in the application Example, the every other enforcement that those of ordinary skill in the art are obtained under the premise of not making creative work Example, broadly falls into the scope of the application protection.
The RPC service development process that Fig. 1 provides for the embodiment of the present application one, specifically includes following steps:
S101: exploitation service content simultaneously defines service name.
In the embodiment of the present application, described service content refers to be present in the RPC service of server end Hold code, can be by wireless terminal far call and run return result.Described server can also is that individual's meter Carriers such as calculation machine (Personal Computer, PC) and run related software platform on it.
Developer's exploitation in this step writes service content code, and is this service content code definition one Individual unique service name pointing to described service content code, submits to backward server and makes an announcement, described Make an announcement and include service name mark and service content code.
This step writes service content code, it is also possible to the upgrading to original service content code is repaiied Change, after completing after modification, submit containing in service name mark and amended service equally to server to Hold making an announcement of code.
Writing of this step can be write on editor backstage on the server, it is also possible to by the nothing authorizing Line terminal is write, write complete confirm when, from trend server submit to make an announcement.
S102: for setting up mapping relations between described service name and described service content.
After server receives and makes an announcement, first identify from local cache or database according to service name Search for corresponding mapping relations:
When searching corresponding mapping relations, then resolve the service content code comprising in making an announcement, and will Service content code wrap after being parsed stores to the corresponding service content item of described service name mark Under;
It when Search Results does not exists, then is first described service name and described clothes in local cache or database Mapping relations are set up between business content;Subsequently, the service content code that parsing comprises in making an announcement, and will Service content code wrap after being parsed stores to the corresponding service content item of described service name mark Under.
The RPC service exploitation renewal process that Fig. 2 provides for the embodiment of the present application two, specifically includes following step Rapid:
S201: developer platform in the edited writes service content code.
Editor backstage described herein refers to be positioned at server or PC end by RPC service central authority For developing or changing a window of service content code, it is also possible to be that developer logs at mobile terminal RPC service center simultaneously obtains the editor that mandate is pushed by RPC service center.
Described RPC service center is present in server or PC end.
Developer writes service content code and includes newly creating one RPC service of exploitation and to existing service Content code is modified upgrading or carry out the operation such as error correction to existing service content code.
Described service content code is specially the Groovy code write based on programming language Groovy.
S202: developer defines a unique service name pointing to described service content and to RPC clothes Business center is submitted to and is issued.
After described developer has completed the writing of service content code, clicking on and confirming, system is i.e. from trend RPC service center makes an announcement, it is desirable to the service content code editting is entered by RPC service center Row resolves to be issued.
Described making an announcement includes service name and service content code.
S203: described RPC service center receives and makes an announcement.
Described RPC service center receives after making an announcement, and extracts Service name from described making an announcement Claim and corresponding service content code.
S204: described RPC service center analysis service content code is simultaneously set up in local mapping relations table Mapping relations between described service content and service name.
Correspondence is first searched for according to service name mark from local cache or database in described RPC service center Mapping relations:
When searching corresponding mapping relations, then resolve the service content code comprising in making an announcement;
It when Search Results does not exists, then is first described service name and described clothes in local cache or database New mapping relations are set up between business content;Subsequently, the service content code that parsing comprises in making an announcement.
S205: judge whether occur extremely during analysis service content code.
Mainly judge to judge whether service content code makes mistakes during analysis service content code.
S206: when resolving is abnormal, then terminate updating.
When resolving is made mistakes, then report an error and return to developer, and terminate follow-up more new procedures.
S207: when resolving is without exception, then encapsulate the service content code after successfully resolved more new mappings Relation.
The Groovy code analysis of described expression service content, comprising:
The Groovy code of service content is comprised described in loading;
Resolving described Groovy code is a Java class object, when depositing in described Java class object In the dependence service of prior agreement, then resolve the parameters such as described interface name, the version number relying on and servicing, and Interface name, the version number of the described dependence service parsing are assigned to described Java class object.
Described dependence service refers to that the execution of the described Groovy code representing described service content needs to rely on The execution result of other service just can complete RPC and call, and other service described is described dependence and takes Business.
After resolving the success of described service content code, described service content code is packaged, and stores Under the service content item of the corresponding mapping relations of described service name.
After the application is parsed renewal mapping relations, this RPC service content can be initiated by wireless terminal RPC calls, described wireless terminal including but not limited to carry IOS, android system intelligent terminal, HTML5 and WAP page etc..
Fig. 3 calls RPC service process for the wireless terminal that the embodiment of the present application provides, and specifically includes following Step:
S301: receive the call instruction of wireless terminal.
Wireless terminal described herein includes but is not limited to the mobile device such as smart mobile phone, panel computer.Institute State wireless terminal to be called to server end initiation RPC by webpage or application A PP.
Described call instruction includes the service name mark pointing to specific service content, described service content code For the Groovy code write based on programming language Groovy.
S302: according to described service name identifier lookup service content.
Be stored with mapping relations between described service name and service content on the server, according to described clothes The specific service content that described service name mark is pointed to is found in business content identification from local cache.
S303: perform described service content and return result.
This step is run and identifies, by described service name, the service content finding, in running, deposit Possible in following two:
A, this service content of operation only need individually to run voluntarily to complete, and now, directly tie operation Fruit returns to wireless terminal, and described operation result unification is with data interchange format (JavaScript Object Notation, Json) return.
B, this service content of operation need to load other service content in running, and now definition is worked as Front service content is first service content, needs the service content loading to be defined as second service content: first Obtained the server address at second service place by remote login center, and use extensive agreement to carry out remotely Call second service content;Run second service content and operation result is returned to first service content.Institute State remote service registration center to be stored with on server address and this server the service list that can run.
Certainly, described second service content is likely to rely on other service content again in running, or The operation of first service content described in person needs to rely on multiple second service content.
Described first, second service content is stored on different servers, in described first, second service Between appearance or there is extensive invocation protocol between the server at first, second service content place, described On the basis of extensive invocation protocol, arbitrary service content can directly invoke other service content.
The application is when developing RPC service content, by taking for the unique mark of each service content definition Business title, and between service content and service name, set up mapping relations, only need when wireless terminal calls Transmit service name mark just to find corresponding service content and perform, change in existing RPC service Hold and need complicated release process when exploitation, need when service content updating maintenance to safeguard redundant code, The caused maintenance cost of interface class is high, maintenance efficiency is low.Meanwhile, set up between each service content extensive Invocation protocol, enable each service content to call other service content easily, it is to avoid in prior art when Rely on service content too much, the workload that updating maintenance is caused.
Above the embodiment of the present application nothing that the, embodiment two provides RPC service development approach, also provides Line terminal calls the embodiment of RPC service method, and based on same thinking, the embodiment of the present application also provides Corresponding RPC service development device and wireless terminal call RPC service device, as shown in Figure 4.
As shown in Figure 4, the RPC service development device that the embodiment of the present application provides, specifically includes:
Unit 401 is write in exploitation, is supplied to developer and changes or write service content code;
Modification resolution unit 402, is used for resolving described service content code and updates described service content code And the mapping relations between service name;
Memory cell 403, is used for storing described mapping relations.
Described exploitation is write unit 401 and is pushed to developer one for writing service content code Specific webpage or window, described developer writes service content code in described specific webpage or window After, need the service name for the described service content code of the unique sensing of this service content code definition one, Then clicking on ACK button to make an announcement to described modification resolution unit 402 submission, described making an announcement includes Service name is had to identify and service content code.
Described developer writes service content code, can be exploitation one brand-new service content or Be the upgrading to original service content code modification, write complete backward described modification resolution unit 402 submit to Contain service name mark and the making an announcement of amended service content code.
Described specific webpage or window are the editor backstages of server system, or are pushed to obtain mandate Wireless terminal.
Described modification resolution unit 402 receives after making an announcement, and first deposits from described according to service name mark Storage unit 403 searches for corresponding mapping relations:
When searching corresponding mapping relations, then resolve the service content code comprising in making an announcement, and will Service content code wrap after being parsed stores the described service name to described memory cell 403 Identify under corresponding service content item;
When Search Results does not exists, then for described service name and described service in described memory cell 403 Mapping relations are set up between content;And resolve make an announcement in the service content code that comprises, and will resolve The described service name mark that service content code wrap after one-tenth stores to described memory cell 403 is right Under the service content item answered.
As shown in Figure 4, the wireless terminal that the embodiment of the present application provides calls RPC service device, specifically wraps Include:
Memory cell 403, for the mapping relations between Storage Service Name and service content;
Receiving unit 404, for receiving the call instruction from wireless terminal;
Search unit 405, for searching in corresponding service from described memory cell according to service name mark Hold;
Performance element 406, for the concrete service content code that finds described in performing and return result to Wireless terminal.
Wireless terminal described herein includes but is not limited to the mobile device such as smart mobile phone, panel computer.Institute State wireless terminal to be called to server end initiation RPC by webpage or application A PP.Described call Instruction is from described wireless terminal, including point to the service name mark of specific service content.
After described receiving unit 404 receives described call instruction, extract the service name in call instruction Mark, the mapping that described lookup unit 405 identifies in described memory cell 403 according to described service name Relation table finds corresponding service content and gives described performance element 406.
Described performance element 406 is when performing described concrete service content code, and there is following two can Can:
A, the current service content performing are independent of other service content, only need individually to run voluntarily to complete i.e. Can, now, directly operation result is returned to wireless terminal.
B, current this service content run need to load other service content in running, now fixed Justice current service content is first service content, needs the service content loading to be defined as second service content: Described performance element 406 first passes through the server address that remote login center obtains second service place, and Extensive agreement is used to carry out far call second service content;Run second service content and operation result is returned Back to first service content.Described remote service registration center is stored with on server address and this server can The service list running.
Certainly, described second service content is likely to rely on other service content again in running, or The operation of first service content described in person needs to rely on multiple second service content.
Described first, second service content is stored in same server or is stored on different servers, Between described first, second service content or exist between the server at first, second service content place Extensive invocation protocol, on the basis of described extensive invocation protocol, arbitrary service content can directly invoke other Service content.
Those skilled in the art are it should be appreciated that embodiments of the invention can be provided as method, system or meter Calculation machine program product.Therefore, the present invention can use complete hardware embodiment, complete software implementation or knot The form of the embodiment in terms of closing software and hardware.And, the present invention can use and wherein wrap one or more Computer-usable storage medium containing computer usable program code (including but not limited to magnetic disc store, CD-ROM, optical memory etc.) form of the upper computer program implemented.
The present invention is with reference to method according to embodiments of the present invention, equipment (system) and computer program product The flow chart of product and/or block diagram describe.It should be understood that can by computer program instructions flowchart and / or block diagram in each flow process and/or the flow process in square frame and flow chart and/or block diagram and/ Or the combination of square frame.These computer program instructions can be provided to all-purpose computer, special-purpose computer, embed The processor of formula processor or other programmable data processing device is to produce a machine so that by calculating The instruction that the processor of machine or other programmable data processing device performs produces for realizing at flow chart one The device of the function specified in individual flow process or multiple flow process and/or one square frame of block diagram or multiple square frame.
These computer program instructions may be alternatively stored in and computer or the process of other programmable datas can be guided to set In the standby computer-readable memory working in a specific way so that be stored in this computer-readable memory Instruction produce and include the manufacture of command device, this command device realizes in one flow process or multiple of flow chart The function specified in flow process and/or one square frame of block diagram or multiple square frame.
These computer program instructions also can be loaded in computer or other programmable data processing device, makes Sequence of operations step must be performed to produce computer implemented place on computer or other programmable devices Reason, thus the instruction performing on computer or other programmable devices provides for realizing flow chart one The step of the function specified in flow process or multiple flow process and/or one square frame of block diagram or multiple square frame.
In a typical configuration, computing device includes one or more processor (CPU), input/defeated Outgoing interface, network interface and internal memory.
Internal memory potentially includes the volatile memory in computer-readable medium, random access memory (RAM) and/or the form such as Nonvolatile memory, such as read-only storage (ROM) or flash memory (flash RAM).Internal memory is the example of computer-readable medium.
Computer-readable medium includes that permanent and non-permanent, removable and non-removable media can be by appointing Where method or technology realize that information stores.Information can be computer-readable instruction, data structure, program Module or other data.The example of the storage medium of computer includes, but are not limited to phase transition internal memory (PRAM), static RAM (SRAM), dynamic random access memory (DRAM), its The random access memory (RAM) of his type, read-only storage (ROM), electrically erasable are read-only Memory (EEPROM), fast flash memory bank or other memory techniques, read-only optical disc read-only storage (CD-ROM), digital versatile disc (DVD) or other optical storage, magnetic cassette tape, tape magnetic Disk storage or other magnetic storage apparatus or any other non-transmission medium, can be used for storage can be calculated The information that equipment accesses.Defining according to herein, computer-readable medium does not include temporary computer-readable matchmaker Body (transitory media), such as data-signal and the carrier wave of modulation.
Also, it should be noted term " includes ", "comprising" or its any other variant are intended to non- Comprising of exclusiveness, so that include that the process of a series of key element, method, commodity or equipment not only wrap Include those key elements, but also include other key elements being not expressly set out, or also include for this process, The intrinsic key element of method, commodity or equipment.In the case of there is no more restriction, " included by statement One ... " key element that limits, it is not excluded that at process, method, the commodity including described key element or set Other identical element is there is also in Bei.
It will be understood by those skilled in the art that embodiments herein can be provided as method, system or computer journey Sequence product.Therefore, the application can use complete hardware embodiment, complete software implementation or combine software and The form of the embodiment of hardware aspect.And, the application can use and wherein include calculating one or more The computer-usable storage medium of machine usable program code (including but not limited to magnetic disc store, CD-ROM, Optical memory etc.) form of the upper computer program implemented.
The foregoing is only embodiments herein, be not limited to the application.For this area skill For art personnel, the application can have various modifications and variations.All institutes within spirit herein and principle Any modification, equivalent substitution and improvement etc. made, within the scope of should be included in claims hereof.

Claims (20)

1. a RPC service development approach, it is characterised in that include:
Exploitation service content simultaneously defines service name;
For setting up mapping relations between described service name and described service content.
2. the method for claim 1, it is characterised in that: described exploitation service content simultaneously defines clothes Business title, comprising:
Developer completes service content Code Edit, and defines unique corresponding Service name for this service content Claim;
Submitting to server and making an announcement, described making an announcement includes that service name identifies and service content generation Code.
3. method as claimed in claim 2, it is characterised in that for described service name and described service Mapping relations are set up between content, comprising:
Set up mapping relations for described service name and described service content in local cache or database;
Resolve described service content code, and be stored in mapping relations after the service content code wrap after resolving Service content item in.
4. method as claimed in claim 3, it is characterised in that described mapping relations table includes some depositing In service name and the service content of mapping relations, set up between different service content and extensive call association View, a service content operationally can directly invoke other service content according to extensive invocation protocol.
5. the method for claim 1, it is characterised in that when described service content code there occurs Modification, then:
Making an announcement to server, described making an announcement includes that service name identifies and amended clothes Business content code;
Resolve described amended service content code, and the service content code wrap after resolving store to In mapping relations in the corresponding service content item of service name mark.
6. the method as described in any one of claim 1-5, it is characterised in that described service name and institute State after establishing mapping relations between service content, also include RPC call method, comprising:
Receiving the call instruction from wireless terminal, described call instruction includes pointing to specific service content Service name identifies;
Find service content according to described service name mark from described mapping relations table;
Perform described service content, and return result to wireless terminal.
7. method as claimed in claim 6, it is characterised in that described wireless terminal include smart mobile phone, Any one in panel computer.
8. method as claimed in claim 6, it is characterised in that perform described service content, and return Result is to wireless terminal, comprising:
When described service content is without loading other service content, directly runs and operation result is returned to Wireless terminal;
When described service content needs to load other service content, definition current service content is first service The service content that content, needs load is second service content, comprising:
Obtained the server address at second service place by remote service registration center, and use extensive agreement Carry out far call second service content;
Run second service content and operation result is returned to first service content, described first service content After proceeding to terminate, operation result is returned to wireless terminal.
9. method as claimed in claim 8, it is characterised in that described second service content is at least Individual service content, described first, second service content is stored on different servers.
10. method as claimed in claim 9, it is characterised in that described first, second service content it Between or the server at first, second service content place between there is extensive invocation protocol, described extensive On the basis of invocation protocol, arbitrary service content can directly invoke other service content.
11. 1 kinds of RPC service development devices, it is characterised in that include:
Unit is write in exploitation, is used for writing service content and defines service name;
Modification resolution unit, for for setting up mapping relations between described service name and described service content;
Memory cell, is used for storing described mapping relations table.
12. devices as claimed in claim 11, it is characterised in that: unit is write in described exploitation, is used for Write service content and define service name, comprising:
Developer writes in described exploitation and completes writing of service content code in unit, and in this service Hold the unique corresponding service name of definition;
After developer confirms to complete, described exploitation is write unit and is made an announcement to modification resolution unit submission, Described making an announcement includes that service name identifies and service content code.
13. devices as claimed in claim 12, it is characterised in that described modification resolution unit, are used for For setting up mapping relations between described service name and described service content, comprising:
Set up mapping relations for described service name and described service content in described memory cell;
Resolve described service content code, and be stored in memory cell after the service content code wrap after resolving In the service content item of interior mapping relations.
14. devices as claimed in claim 13, it is characterised in that described mapping relations table includes some There is service name and the service content of mapping relations, set up between different service content and extensive call association View, a service content operationally can directly invoke other service content according to extensive invocation protocol.
15. devices as claimed in claim 11, it is characterised in that when described exploitation writes unit to former Service content code is had to be modified, then:
Described exploitation is write unit and is made an announcement to described modification resolution unit, and described making an announcement includes Service name mark and amended service content code;
Described modification resolution unit resolves described amended service content code, and in the service after resolving Hold code wrap and store the corresponding service content item of service name mark in the mapping relations to memory cell In.
16. devices as described in any one of claim 11-15, it is characterised in that also include wireless terminal RPC calling device, comprising:
Receiving unit, for receiving the call instruction from wireless terminal, described call instruction includes pointing to The service name mark of specific service content;
Search unit, for identifying according to described service name the mapping relations table in described memory cell Find service content;
Performance element, is used for performing described service content, and returns result to wireless terminal.
17. devices as claimed in claim 16, it is characterised in that described wireless terminal includes but do not limits In the mobile device such as smart mobile phone, panel computer.
18. devices as claimed in claim 16, it is characterised in that described performance element, are used for performing Described service content, and return to result to wireless terminal, comprising:
When described service content is without loading other service content, directly runs and operation result is returned to Wireless terminal;
When described service content needs to load other service content, definition current service content is first service The service content that content, needs load is second service content, and described performance element is used for:
Obtained the server address at second service place by remote service registration center, and use extensive agreement Carry out far call second service content;
Run second service content and operation result is returned to first service content, described first service content After proceeding to terminate, operation result is returned to wireless terminal.
19. devices as claimed in claim 18, it is characterised in that described second service content is at least One service content, described first, second service content is stored on different servers.
20. devices as claimed in claim 19, it is characterised in that described first, second service content Between or the server at first, second service content place between there is extensive invocation protocol, described general On the basis of changing invocation protocol, arbitrary service content can directly invoke other service content.
CN201510061809.XA 2015-02-05 2015-02-05 RPC (remote procedure call) service development method and device Pending CN105988785A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510061809.XA CN105988785A (en) 2015-02-05 2015-02-05 RPC (remote procedure call) service development method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510061809.XA CN105988785A (en) 2015-02-05 2015-02-05 RPC (remote procedure call) service development method and device

Publications (1)

Publication Number Publication Date
CN105988785A true CN105988785A (en) 2016-10-05

Family

ID=57036423

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510061809.XA Pending CN105988785A (en) 2015-02-05 2015-02-05 RPC (remote procedure call) service development method and device

Country Status (1)

Country Link
CN (1) CN105988785A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908565A (en) * 2017-11-27 2018-04-13 中国银行股份有限公司 A kind of test method and equipment
CN111158777A (en) * 2019-12-12 2020-05-15 中移(杭州)信息技术有限公司 Component calling method and device and computer readable storage medium
CN111258873A (en) * 2018-11-30 2020-06-09 阿里巴巴集团控股有限公司 Test method and device
CN111401865A (en) * 2020-04-03 2020-07-10 上海瀚之友信息技术服务有限公司 Payment gateway system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571550A (en) * 2010-12-30 2012-07-11 北京亿阳信通软件研究院有限公司 General information interaction platform and method
CN103401917A (en) * 2013-07-29 2013-11-20 华南理工大学 Hybrid cloud computing system based on cloud bus and realization method of hybrid cloud computing system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571550A (en) * 2010-12-30 2012-07-11 北京亿阳信通软件研究院有限公司 General information interaction platform and method
CN103401917A (en) * 2013-07-29 2013-11-20 华南理工大学 Hybrid cloud computing system based on cloud bus and realization method of hybrid cloud computing system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ICECITY: ""基于protobuf的RPC实现"", 《HTTP://WWW.360DOC.COM/CONTENT/14/0902/11/15077656_406470476.SHTML》 *
KEVINLYNX: ""基于protobuf的RPC实现"", 《HTTPS://BLOG.CSDN.NET/KEVINLYNX/ARTICLE/DETAILS/39379957》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908565A (en) * 2017-11-27 2018-04-13 中国银行股份有限公司 A kind of test method and equipment
CN107908565B (en) * 2017-11-27 2021-08-17 中国银行股份有限公司 Test method and test equipment
CN111258873A (en) * 2018-11-30 2020-06-09 阿里巴巴集团控股有限公司 Test method and device
CN111258873B (en) * 2018-11-30 2023-06-27 阿里巴巴集团控股有限公司 Test method and device
CN111158777A (en) * 2019-12-12 2020-05-15 中移(杭州)信息技术有限公司 Component calling method and device and computer readable storage medium
CN111158777B (en) * 2019-12-12 2023-10-27 中移(杭州)信息技术有限公司 Component calling method, device and computer readable storage medium
CN111401865A (en) * 2020-04-03 2020-07-10 上海瀚之友信息技术服务有限公司 Payment gateway system

Similar Documents

Publication Publication Date Title
CN103607385B (en) Method and apparatus for security detection based on browser
CN108305170A (en) External service access method, system, equipment and storage medium based on block chain
US9794289B1 (en) Applying security policies based on context of a workload
CN108804618A (en) Configuration method for database, device, computer equipment and storage medium
CN109447820B (en) Data processing method, device, computer equipment and storage medium
CN109657177A (en) The generation method of the page, device, storage medium and computer equipment after upgrading
CN104346365A (en) Device and method for determining specific service associated logs
CN108171069A (en) Desensitization method, application server and computer readable storage medium
CN106033461A (en) Sensitive information query method and apparatus
CN112181804A (en) Parameter checking method, equipment and storage medium
CN105988785A (en) RPC (remote procedure call) service development method and device
CN106326099B (en) A kind of method, apparatus and electronic equipment for program tracking
CN110909373A (en) Access control method, device, system and storage medium
CN109032631A (en) Application program service packs acquisition methods, device, computer equipment and storage medium
CN110032568B (en) Data structure reading and updating method and device, and electronic equipment
CN105335143A (en) Business processing method and apparatus
CN104408118A (en) Database establishing method and device
CN107528912A (en) A kind of automatic method, system and relevant apparatus for realizing distributing real time system
CN108021564A (en) A kind of method and apparatus of page reorientation
CN108924185A (en) Interface creation method and device
CN115599386A (en) Code generation method, device, equipment and storage medium
CN107729047B (en) Document generation method and device
CN106911634A (en) A kind of login method and equipment
CN107122362A (en) Cloud database resource extends the method and system with service extension
CN106357704A (en) Method and device for invoking service on basis of development environments

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20161005