CN101667139A - Service program invocation method based on aggregate type object, device and system therefor - Google Patents

Service program invocation method based on aggregate type object, device and system therefor Download PDF

Info

Publication number
CN101667139A
CN101667139A CN200910178487A CN200910178487A CN101667139A CN 101667139 A CN101667139 A CN 101667139A CN 200910178487 A CN200910178487 A CN 200910178487A CN 200910178487 A CN200910178487 A CN 200910178487A CN 101667139 A CN101667139 A CN 101667139A
Authority
CN
China
Prior art keywords
aggregate type
type object
controlled variable
call request
value
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
CN200910178487A
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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN200910178487A priority Critical patent/CN101667139A/en
Publication of CN101667139A publication Critical patent/CN101667139A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention discloses a service program invocation method based on an aggregate type object, a device and a system therefor. The service program execution method based on the aggregate type object comprises: receiving invocation request sent by a client, and obtaining the aggregate type object from the invocation request; restoring the aggregate type object to obtain the value of control parameter; and executing the service function corresponding to the control parameter according to the value of the control parameter. The technical scheme provided by the embodiment of the invention can notinfluence the invocation of service program when service demand is changed.

Description

Service routine call method, Apparatus and system based on the aggregate type object
Technical field
The present invention relates to field of computer technology, particularly a kind of service routine call method, Apparatus and system based on the aggregate type object.
Background technology
Service routine on the client call service device is realized by interface parameters at present, during the client call service program, each interface parameters is passed to server as an object separately, and server obtains each interface parameters value, carries out the corresponding business function.
The shortcoming of prior art is:
Because the variation of business demand; cause increasing new function on the basis at original business function or improving original function through regular meeting; need to increase or reduce original interface parameters; the interface function of service routine changes; this modification causes code revisions a large amount of in client-side program and the service routine through regular meeting, even needs the recompility program.And, because can't define how many clients needs calling service program, and the mode of not knowing each client call service program how, need check each client, if the interface parameters of client definition and the interface parameters number or the Type-Inconsistencies of service routine, need to revise the code even the recompility of client-side program, increased the cost of operation.
Summary of the invention
The embodiment of the invention provides a kind of service routine call method, Apparatus and system based on the aggregate type object, makes when business demand changes, and does not influence calling of service routine.
In view of this, the embodiment of the invention provides:
A kind of service routine manner of execution based on the aggregate type object comprises:
Receive the call request that client sends, from described call request, obtain the aggregate type object;
Described aggregate type object is reduced the value of controlled parameter;
According to the value of resulting controlled variable, carry out the pairing business function of controlled variable.
A kind of service routine call method based on the aggregate type object comprises:
Client obtains the value of controlled variable;
According to the value of controlled variable and controlled variable, the construction set type object;
Transmission is carried described aggregate type object to the call request of the service routine on the server in the described call request.
A kind of server comprises:
Receiving element is used to receive the call request that client sends;
First acquiring unit is used for obtaining the aggregate type object from described call request;
Second acquisition unit is used for described aggregate type object is reduced the value of controlled parameter;
The business function performance element is used for the value according to resulting controlled variable, carries out the pairing business function of controlled variable.
A kind of client comprises:
Obtain the unit, be used to obtain the value of controlled variable;
Tectonic element is used for the value according to controlled variable and controlled variable, the construction set type object;
Transmitting element is used to send the call request to the service routine on the server, carries described aggregate type object in the described call request.
A kind of network system comprises: client and server,
Described client is used to obtain the value of controlled variable, and according to the value of controlled variable and controlled variable, the construction set type object sends the call request to the service routine on the server, carries described aggregate type object in the described call request;
Described server, be used to receive the call request that client sends, from described call request, obtain the aggregate type object, described aggregate type object is reduced the value of controlled parameter, according to the value of resulting controlled variable, carry out the pairing business function of controlled variable.
In the embodiment of the invention, because the parameter of the interface function of service routine is the aggregate type parameter, change in business demand like this, when needing to revise, increase or delete a certain controlled variable in the aggregate type object, the interface function of this service routine does not change, do not influence client calling to service routine, if the number of the controlled variable that reduction obtains has been Duoed than the number of controlled variable in the aggregate type object of the local definition of server, then Duo controlled variable does not have related service to handle; If the number of the controlled variable that reduction obtains has been lacked than the number of controlled variable in the aggregate type object of the local definition of server, then few controlled variable corresponding service function is not performed, so service routine can independently change under the situation of assurance and client-side program multi-version compatibility.
In the embodiment of the invention, because the parameter of the interface function of service routine is the aggregate type parameter, change in business demand like this, when needing to revise, increase or delete a certain controlled variable in the aggregate type object, the interface function of this service routine does not change, do not influence client to the calling of service routine, a certain controlled variable that client only need be revised when the construction set type object, increases or be deleted in the aggregate type object gets final product.
Description of drawings
In order to be illustrated more clearly in the technical scheme of the embodiment of the invention, to do to introduce simply to the accompanying drawing of required use among the embodiment below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is a kind of service routine call method process flow diagram based on the aggregate type object that the embodiment of the invention one provides;
Fig. 2 is a kind of service routine manner of execution process flow diagram based on the aggregate type object that the embodiment of the invention two provides;
Fig. 3 is a kind of service routine call method process flow diagram based on the aggregate type object that the embodiment of the invention three provides;
Fig. 4 is the server architecture figure that the embodiment of the invention four provides;
Fig. 5 is the client terminal structure figure that the embodiment of the invention five provides;
Fig. 6 is the network architecture figure that the embodiment of the invention six provides.
Embodiment
Embodiment one:
Consult Fig. 1, the embodiment of the invention one provides a kind of service routine call method based on the aggregate type object, and this method comprises:
101, server operation service program is waited for calling of client.
Before this step, the parameter of the interface function of predetermined server and client is the aggregate type parameter, and the number of the controlled variable that comprises of aggregate type parameter, and the type of the rreturn value of this interface function.During the subsequent client calling service program, the aggregate type parameter is used as an aggregate type object and is delivered to server.Wherein, aggregate type is to liking the collection object of being made up of a plurality of controlled variable.
The general aggregate type object that this aggregate type object can be to use the COM technology to realize, also can be STL (STL) object among the C++, the objects such as ArrayList, Dictionary among the System.Collections among the .NET, not influence realization of the present invention.
Concrete, the aggregate type object can be an array object, also can be dictionary object;
Perhaps, this aggregate type to as if an array object, each in the array object is a dictionary object;
Perhaps, this aggregate type to as if a dictionary object, each in the dictionary object comprises title and this title corresponding parameters, wherein the pairing parameter of each title is an array object.
The mode that adopts above-mentioned array object to combine with dictionary object can be represented plurality of data structures, for example the multidimensional table.
102, client construction set type object to the call request of server transmission to service routine, carries the aggregate type object in the call request.
Now illustrate: suppose that the interface function name of regulation client and server is called DoCall, the call parameters type is Dictionary, and rreturn value is empty.The occurrence BSIGN that may comprise among the Dictionary represents a Boolean type controlled variable, and INTVALUE is an integer controlled variable;
Client is the newly-built Dictionary object of elder generation when calling service program, and then such two parameter values of " BSIGN "/TRUE " INTVALUE "/100 are put in the Dictionary object, and at this moment, Dictionary is such to liking:
Name-value
BSIGN TRUE
INTVALUE 100
Client changes into one or several files with the call request sequence, concrete, client is preserved rule according to predetermined aggregate type object the Dictionary object is saved in the file, sends file to server then, comprises the Dictionary object in the file.Wherein, predetermined aggregate type object is preserved regular being pre-configured on the server and client side.
103, after server receives the call request of client transmission, from call request, take out the aggregate type object earlier, the aggregate type object is reduced into controlled variable.
Continuous above-mentioned example, after server receives the call request corresponding file, preserve rule according to predetermined aggregate type object, to the anti-rowization of seeking of file, obtain the aggregate type object, the value " TRUE " that server uses the obtaining value method of Dictionary object to get " BSIGN " from the aggregate type object, the value " 100 " of therefrom getting " INTVALUE " obtains two controlled variable.
104, the service routine in the server carries out corresponding service processing according to different controlled variable, according to service processing result, to the client return data.
As above the technical scheme that the embodiment of the invention one is adopted is described in detail, and makes service routine independently change following illustrating under the situation of assurance and client-side program multi-version compatibility:
Suppose and comprise two controlled variable in the version 1 in the regulation aggregate type object; Comprise three controlled variable during to version 2 in the regulation aggregate type object;
The Dictionary object that transmits when then using the client program calls service routine of version 1 may be such:
Name-value
1 FALSE
2 100
The Dictionary object that transmits when using the client program calls service routine of version 2 may be such:
1 TRUE
2 300
3 ABC
If server adopts the service routine of version 2, it can look for each parameter after receiving the Dictionary object automatically, if do not find parameter 3, just can execution parameter 3 relevant business operations, the service routine of version 2 just can be handled the calling of client-side program of version 1 and version 2 like this.If server adopts the service routine of version 1, it can not made mistakes when the calling of the client-side program of handling version 2 yet, and does not just have related service to handle.
In the embodiment of the invention one, the parameter of the interface function of service routine is the aggregate type parameter, change in business demand, when needing to revise, increase or delete a certain controlled variable in the aggregate type object, client-side program and service routine can independently be revised, but the interface function of this service routine does not change, do not influence client calling to service routine, thereby make service routine under the situation of assurance and client-side program multi-version compatibility, independently to change, and the interface of this service routine can be general on Microsoft's platform.
Embodiment two:
Consult Fig. 2, the embodiment of the invention two provides a kind of service routine manner of execution based on the aggregate type object, and this method is described the implementation of service routine from server side, and this method comprises:
201, server receives the call request that client sends, and obtains the aggregate type object from described call request.
The specific implementation of this step can be: the file that the call request institute sequence that server reception client transmits changes into, preserve rule according to predetermined aggregate type object, and described file is carried out unserializing, obtain the aggregate type object.
Wherein, predetermined aggregate type object is preserved rule and is pre-configured on the server and client side, before this step, client can be preserved rule according to the aggregate type object aggregate type object of being constructed is saved in the file, server carries out unserializing according to aggregate type object preservation rule to file in this step, obtain the aggregate type object, the aggregate type that guarantees to obtain is to liking the aggregate type object of client structure.
202, the aggregate type object is reduced the value of controlled parameter.
If the aggregate type that client is transmitted to as if dictionary object, then according to the corresponding relation of the value of controlled variable in the dictionary object and controlled variable, obtain the value of controlled variable and controlled variable;
If the aggregate type that client is transmitted then according to the order of the controlled variable that comprises in the predetermined array object, is obtained the value of corresponding controlled variable to liking array object.
203, according to the value of resulting controlled variable, carry out the pairing business function of controlled variable.
In the embodiment of the invention two, the parameter of the interface function of service routine is the aggregate type parameter, the aggregate type object that server sends client reduces the value of controlled parameter, carry out the corresponding business function, like this, change in business demand, need to revise, increase or deletion aggregate type object in a certain controlled variable the time, the interface function of this service routine does not change, do not influence client calling to service routine, if the number of the controlled variable that server restore obtains has been Duoed than the number of controlled variable in the aggregate type object of the local definition of server, then Duo controlled variable does not have related service to handle; If the number of the controlled variable that reduction obtains has been lacked than the number of controlled variable in the aggregate type object of the local definition of server, then few controlled variable corresponding service function is not performed, so service routine can independently change under the situation of assurance and client-side program multi-version compatibility.
Embodiment three:
Consult Fig. 3, the embodiment of the invention three provides a kind of service routine call method based on the aggregate type object, and this method is described the invoked procedure of service routine from client-side, and this method comprises:
301, client obtains the value of controlled variable.
302, according to the value of controlled variable and controlled variable, the construction set type object.
If aggregate type is to liking dictionary object, then the aggregate type object comprises: the value of controlled variable and this controlled variable; If described aggregate type to as if array object, then the aggregate type object comprises: the value of the controlled variable of arranging according to predefined procedure.This predefined procedure is the order of the controlled variable that comprises in the array object, when client structure array object, arrange the value of controlled variable according to predefined procedure, obtain the value of controlled variable at server according to this predefined procedure, server just knows which value is corresponding which controlled variable.
303, transmission is carried described aggregate type object to the call request of the service routine on the server in the described call request.
Before this step, client is preserved rule according to predetermined aggregate type object, the aggregate type object is saved in the serializing file of call request correspondence, then the serializing file is sent to server.
In the embodiment of the invention three, the parameter of the interface function of service routine is the aggregate type parameter, change in business demand, when needing to revise, increase or delete a certain controlled variable in the aggregate type object, the interface function of this service routine does not change, do not influence client to the calling of service routine, a certain controlled variable that client only need be revised when the construction set type object, increases or be deleted in the aggregate type object gets final product.
Embodiment four:
Consult Fig. 4, the embodiment of the invention four provides a kind of server, and it comprises:
Receiving element 401 is used to receive the call request that client sends;
First acquiring unit 402 is used for obtaining the aggregate type object from described call request;
Wherein, the aggregate type object can be an array object, also can be dictionary object;
Perhaps, this aggregate type to as if an array object, each in the array object is a dictionary object;
Perhaps, this aggregate type to as if a dictionary object, each in the dictionary object comprises title and this title corresponding parameters, wherein the pairing parameter of each title is an array object.
Second acquisition unit 403 is used for described aggregate type object is reduced the value of controlled parameter; Wherein, specifically reduce the mode of value of controlled parameter, do not repeat them here referring to the associated description of embodiment two.
Business function performance element 404 is used for the value according to resulting controlled variable, carries out the pairing business function of controlled variable.
Wherein, receiving element 401 receives is the file that call request institute sequence that client sends changes into; This moment, first acquiring unit 402 specifically was used for preserving rule according to predetermined aggregate type object, and described file is carried out unserializing, obtained the aggregate type object.
In the embodiment of the invention four, the parameter of the interface function of service routine is the aggregate type parameter, the aggregate type object that server sends client reduces the value of controlled parameter, carry out the corresponding business function, like this, change in business demand, need to revise, increase or deletion aggregate type object in a certain controlled variable the time, the interface function of this service routine does not change, do not influence client calling to service routine, if the number of the controlled variable that server restore obtains has been Duoed than the number of controlled variable in the aggregate type object of the local definition of server, then Duo controlled variable does not have related service to handle; If the number of the controlled variable that reduction obtains has been lacked than the number of controlled variable in the aggregate type object of the local definition of server, then few controlled variable corresponding service function is not performed, so service routine can independently change under the situation of assurance and client-side program multi-version compatibility.
Embodiment five:
Consult Fig. 5, the embodiment of the invention five provides a kind of client, and it comprises:
Obtain unit 501, be used to obtain the value of controlled variable;
Tectonic element 502 is used for the value according to controlled variable and controlled variable, the construction set type object;
Wherein, the aggregate type object can be an array object, also can be dictionary object;
Perhaps, this aggregate type to as if an array object, each in the array object is a dictionary object;
Perhaps, this aggregate type to as if a dictionary object, each in the dictionary object comprises title and this title corresponding parameters, wherein the pairing parameter of each title is an array object.
Wherein, the mode of concrete construction set type object does not repeat them here referring to the associated description among the embodiment three.
Transmitting element 503 is used to send the call request to the service routine on the server, carries described aggregate type object in the described call request.
Preferably, this client also comprises: the serializing unit, be used for preserving rule according to predetermined aggregate type object, and the aggregate type object is saved in the serializing file of call request correspondence; This moment, transmitting element 503 was used to send the serializing file of described call request correspondence.
In the embodiment of the invention five, the parameter of the interface function of service routine is the aggregate type parameter, change in business demand, when needing to revise, increase or delete a certain controlled variable in the aggregate type object, the interface function of this service routine does not change, do not influence client to the calling of service routine, a certain controlled variable that client only need be revised when the construction set type object, increases or be deleted in the aggregate type object gets final product.
Embodiment six:
Consult Fig. 6, the embodiment of the invention six provides a kind of network system, and it comprises:
Client 601 is used to obtain the value of controlled variable, and according to the value of controlled variable and controlled variable, the construction set type object sends the call request to the service routine on the server, carries described aggregate type object in the described call request;
Server 602, be used to receive the call request that client sends, from described call request, obtain the aggregate type object, described aggregate type object is reduced the value of controlled parameter, according to the value of resulting controlled variable, carry out the pairing business function of controlled variable.
In the embodiment of the invention six, the parameter of the interface function of service routine is the aggregate type parameter, change in business demand, when needing to revise, increase or delete a certain controlled variable in the aggregate type object, client-side program and service routine can independently be revised, but the interface function of this service routine does not change, do not influence client calling to service routine, thereby make service routine under the situation of assurance and client-side program multi-version compatibility, independently to change, and the interface of this service routine can be general on Microsoft's platform.
One of ordinary skill in the art will appreciate that all or part of step that realizes in the foregoing description method is to instruct relevant hardware to finish by program, described program can be stored in a kind of computer-readable recording medium, ROM (read-only memory) for example, disk or CD etc.
More than service routine call method and Apparatus and system based on the aggregate type object that the embodiment of the invention provided are described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (11)

1, a kind of service routine manner of execution based on the aggregate type object is characterized in that, comprising:
Receive the call request that client sends, from described call request, obtain the aggregate type object;
Described aggregate type object is reduced the value of controlled parameter;
According to the value of resulting controlled variable, carry out the pairing business function of controlled variable.
2, method according to claim 1 is characterized in that,
The call request that described reception client sends obtains the aggregate type object and comprises from described call request:
The file that the call request institute sequence that the reception client transmits changes into is preserved rule according to predetermined aggregate type object, and described file is carried out unserializing, obtains the aggregate type object.
3, method according to claim 1 is characterized in that,
If described aggregate type to as if dictionary object, described aggregate type object is reduced the value of controlled parameter comprises:, obtain the value of controlled variable and controlled variable according to the corresponding relation of the value of controlled variable in the dictionary object and controlled variable;
If described aggregate type to as if array object, described aggregate type object is reduced controlled parameter value comprises:, obtain the value of controlled variable according to the order of the controlled variable that comprises in the predetermined array object.
4, a kind of service routine call method based on the aggregate type object is characterized in that, comprising:
Client obtains the value of controlled variable;
According to the value of controlled variable and controlled variable, the construction set type object;
Transmission is carried described aggregate type object to the call request of the service routine on the server in the described call request.
5, method according to claim 4 is characterized in that,
Before the call request that sends the service routine on the server, this method also comprises:
Preserve rule according to predetermined aggregate type object, the aggregate type object is saved in the serializing file of call request correspondence;
Described transmission is specially the call request of the service routine on the server:
Send the serializing file of described call request correspondence.
6, method according to claim 4 is characterized in that,
If described aggregate type is to liking dictionary object, then the aggregate type object comprises: the value of controlled variable and described controlled variable;
If described aggregate type to as if array object, then the aggregate type object comprises: the value of the controlled variable of arranging according to predefined procedure.
7, a kind of server is characterized in that, comprising:
Receiving element is used to receive the call request that client sends;
First acquiring unit is used for obtaining the aggregate type object from described call request;
Second acquisition unit is used for described aggregate type object is reduced the value of controlled parameter;
The business function performance element is used for the value according to resulting controlled variable, carries out the pairing business function of controlled variable.
8, server according to claim 7 is characterized in that,
Described receiving element receives is the file that call request institute sequence that client sends changes into;
Described first acquiring unit is used for preserving rule according to predetermined aggregate type object, and described file is carried out unserializing, obtains the aggregate type object.
9, a kind of client is characterized in that, comprising:
Obtain the unit, be used to obtain the value of controlled variable;
Tectonic element is used for the value according to controlled variable and controlled variable, the construction set type object;
Transmitting element is used to send the call request to the service routine on the server, carries described aggregate type object in the described call request.
10, client according to claim 9 is characterized in that,
This client also comprises:
The serializing unit is used for preserving rule according to predetermined aggregate type object, the aggregate type object is saved in the serializing file of call request correspondence;
Described transmitting element is used to send the serializing file of described call request correspondence.
11, a kind of network system is characterized in that, comprising: client and server,
Described client is used to obtain the value of controlled variable, and according to the value of controlled variable and controlled variable, the construction set type object sends the call request to the service routine on the server, carries described aggregate type object in the described call request;
Described server, be used to receive the call request that client sends, from described call request, obtain the aggregate type object, described aggregate type object is reduced the value of controlled parameter, according to the value of resulting controlled variable, carry out the pairing business function of controlled variable.
CN200910178487A 2009-10-13 2009-10-13 Service program invocation method based on aggregate type object, device and system therefor Pending CN101667139A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910178487A CN101667139A (en) 2009-10-13 2009-10-13 Service program invocation method based on aggregate type object, device and system therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910178487A CN101667139A (en) 2009-10-13 2009-10-13 Service program invocation method based on aggregate type object, device and system therefor

Publications (1)

Publication Number Publication Date
CN101667139A true CN101667139A (en) 2010-03-10

Family

ID=41803763

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910178487A Pending CN101667139A (en) 2009-10-13 2009-10-13 Service program invocation method based on aggregate type object, device and system therefor

Country Status (1)

Country Link
CN (1) CN101667139A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102203736A (en) * 2011-05-20 2011-09-28 华为技术有限公司 Method and device for calling open application programming interface (openapi)
CN103095785A (en) * 2011-11-08 2013-05-08 阿里巴巴集团控股有限公司 Remote procedure call method and system, client and server
CN103577173A (en) * 2012-07-30 2014-02-12 腾讯科技(深圳)有限公司 Method and device for processing tasks
CN103577177A (en) * 2012-08-02 2014-02-12 腾讯科技(深圳)有限公司 Method and equipment for invoking graphics libraries
CN104394120A (en) * 2014-10-13 2015-03-04 广州华多网络科技有限公司 Parameter valuing method and device
CN104572095A (en) * 2014-12-29 2015-04-29 天津大学 Self-adaptive method for building Ajax application for end user
TWI614625B (en) * 2016-07-14 2018-02-11 Kamome Engineering Inc Processing method and processing system

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102203736B (en) * 2011-05-20 2014-04-02 华为技术有限公司 Method and device for calling open application programming interface (openapi)
WO2011127863A2 (en) * 2011-05-20 2011-10-20 华为技术有限公司 Method and device for calling open application programming interface (openapi)
WO2011127863A3 (en) * 2011-05-20 2012-05-03 华为技术有限公司 Method and device for calling open application programming interface (openapi)
CN102203736A (en) * 2011-05-20 2011-09-28 华为技术有限公司 Method and device for calling open application programming interface (openapi)
CN103095785A (en) * 2011-11-08 2013-05-08 阿里巴巴集团控股有限公司 Remote procedure call method and system, client and server
CN103095785B (en) * 2011-11-08 2016-04-06 阿里巴巴集团控股有限公司 Remote procedure calling (PRC) method and system, client and server
CN103577173A (en) * 2012-07-30 2014-02-12 腾讯科技(深圳)有限公司 Method and device for processing tasks
CN103577177A (en) * 2012-08-02 2014-02-12 腾讯科技(深圳)有限公司 Method and equipment for invoking graphics libraries
CN103577177B (en) * 2012-08-02 2018-07-13 腾讯科技(深圳)有限公司 A kind of shape library call method and equipment
CN104394120A (en) * 2014-10-13 2015-03-04 广州华多网络科技有限公司 Parameter valuing method and device
CN104394120B (en) * 2014-10-13 2017-12-12 广州华多网络科技有限公司 Parameter value method and device
CN104572095A (en) * 2014-12-29 2015-04-29 天津大学 Self-adaptive method for building Ajax application for end user
CN104572095B (en) * 2014-12-29 2017-12-22 天津大学 A kind of adaptive approach that Ajax applications are built towards end user
TWI614625B (en) * 2016-07-14 2018-02-11 Kamome Engineering Inc Processing method and processing system

Similar Documents

Publication Publication Date Title
US10402424B1 (en) Dynamic tree determination for data processing
CN101667139A (en) Service program invocation method based on aggregate type object, device and system therefor
CN106302632B (en) Downloading method of basic mirror image and management node
CN112632566B (en) Vulnerability scanning method and device, storage medium and electronic equipment
CN110557284B (en) Data aggregation method and device based on client gateway
CN103731448B (en) A kind of method and system of compressed picture
CN111491037B (en) Communication method with object storage server through SFTP data stream
CN104125297A (en) Virtual resource sharing method, device and system
CN105516086A (en) Service processing method and apparatus
CN101656739A (en) Method, system and equipment for updating assembly
CN113051102B (en) File backup method, device, system, storage medium and computer equipment
CN110389976B (en) Multi-interface data scheduling method and device
CN107045452B (en) Virtual machine scheduling method and device
CN111382141A (en) Master-slave architecture configuration method, device, equipment and computer readable storage medium
CN103197920A (en) Concurrency control method, control nodes and system
CN111225032A (en) Method, system, device and medium for separating application service and file service
CN111190731A (en) Cluster task scheduling system based on weight
KR20200046316A (en) Web application server, method for handling user request and method for handling intergrated request
CN113806035B (en) Distributed scheduling method and service server
CN111740869B (en) Physical network card-based kubernets network implementation method, system, equipment and medium
CN108156246A (en) A kind of document distribution method, system, server and client
CN108874798A (en) A kind of big data sort method and system
CN113779122A (en) Method and apparatus for exporting data
CN110309403B (en) Method and device for capturing data
CN105306537B (en) A kind of method of file that transmitting the office automation system, server and client side

Legal Events

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

Application publication date: 20100310