CN101854371A - Method and device for calling and processing JavaScript object - Google Patents

Method and device for calling and processing JavaScript object Download PDF

Info

Publication number
CN101854371A
CN101854371A CN200910106428A CN200910106428A CN101854371A CN 101854371 A CN101854371 A CN 101854371A CN 200910106428 A CN200910106428 A CN 200910106428A CN 200910106428 A CN200910106428 A CN 200910106428A CN 101854371 A CN101854371 A CN 101854371A
Authority
CN
China
Prior art keywords
remote
javascript
request message
call request
message
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
CN200910106428A
Other languages
Chinese (zh)
Other versions
CN101854371B (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.)
Changshu intellectual property operation center Co.,Ltd.
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN200910106428.3A priority Critical patent/CN101854371B/en
Publication of CN101854371A publication Critical patent/CN101854371A/en
Application granted granted Critical
Publication of CN101854371B publication Critical patent/CN101854371B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention discloses a method for processing a JavaScript object, relating to the field of communication and the Internet. The method comprises the following steps of: receiving a remote call request message sent by a client-side; analyzing the remote call request message to obtain service logic information; carrying out service processing according to the service logic information; and carrying out information structure encapsulation on a processed result, and sending to the client-side. The invention also provides a device for realizing the method, as well as a method and a device for realizing the call of the JavaScript object. The method and the device achieve the effect of JavaScript remote method call and execute the JavaScript object in such a way that the client-side is matched with a server-side, thereby saving a remote downloading step of a js (JavaScript) file; in addition, when service logic is complex or a JavaScript service file is large, the method can bring about obvious advantages and well meet the requirements on user experience.

Description

The method of calling and handling of JavaScript object, device
Technical field
The embodiment of the invention relates to communication and internet arena, especially designs calling and processing method, device of a kind of JavaScript object.
Background technology
Mobile embedded type equipment development in recent years is swift and violent, and people strengthen by the demand of mobile device accesses network thereupon, requires access internet as far as possible easily.The JavaScript technology is widely used in the WEB exploitation gradually.The JavaScript technology is to be hidden in the web content to present one of (as webpage, widget) key technology behind.The JavaScript technology is based on the step language of object, and core JavaScript comprises the object set of a core, and Array, Data, Math etc. are wherein arranged, and also has the syntactic element of some cores, as operator, control structure and statement etc.
Originally mobile embedded type equipment (as mobile phone) is not enough to satisfy the requirement on the user experience though the mode of access internet can be accomplished this point (as WAP) in a way, and it is too simple that it presents situation.Causing certain difficulty aspect user experience and the type of service.
Summary of the invention
The embodiment of the invention provides a kind of call method of JavaScript object, improves the executive mode of JavaScript, makes the JavaScript object cooperate execution with server end by client, promotes terminal use's experience effect.
The call method of the JavaScript object that the embodiment of the invention provides comprises step:
Receive the remote call request message that client sends;
Resolve described remote call request message, obtain service logic information;
Carry out Business Processing according to described service logic information;
Result after handling is carried out message structure to be encapsulated and sends to described client.
The embodiment of the invention provides a kind of method of JavaScript object reference, and this method comprises:
Code file to JavaScript is carried out morphological analysis and syntactic analysis, obtains the remote object name;
Send remote call request message when JavaScript object and character set medium-long range object generate after the match is successful, carry described remote object name in this remote call request message;
Send described remote call request message to server end;
The result of reception server end, described result obtains by handling described remote call request message, the result is resolved the back continue to carry out the JavaScript code.
Further, the embodiment of the invention also provides a kind of server-side device, and it comprises
A kind of server is characterized in that, described server comprises:
Receiving element is used to receive the remote call request message that client sends.
Resolution unit is used to resolve receiving element receiving remote call request message, obtains service logic information.
Service Processing Unit is used for carrying out Business Processing according to the service logic information that resolution unit obtains.
Transmitting element is used for the result after the Service Processing Unit processing being carried out the message structure encapsulation and sending to described client.
Further, the embodiment of the invention also provides a kind of terminal installation, and it comprises:
Analysis module is used for the code file of JavaScript is carried out morphological analysis and syntactic analysis, obtains the remote object name;
Message generating module is used for generating remote call request message when JavaScript object and character set medium-long range object after the match is successful, carries described remote object name in this remote call request message;
Sending module is used for sending the remote call request message that message generating module generates to server end;
Receiver module is used for the result of reception server end, the result is resolved the back continue to carry out the JavaScript code.
The described method of the embodiment of the invention has reached the effect of JavaScript RMI, the mode that client cooperates with server end is carried out the JavaScript object, can exempt from the step of remote download JavaScript file, when the service logic complexity, when perhaps the JavaScript service scripts is big, the method will be brought clear superiority, can better meet the requirement on the user experience.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art 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.
The method flow diagram of the JavaScript object handles that Fig. 1 provides for embodiment one.
The method flow diagram of the JavaScript object reference that Fig. 2 provides for embodiment two.
Fig. 3 is an embodiment of the invention server unit structural representation.
Fig. 4 is an embodiment of the invention terminal installation structural representation.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
The method of the JavaScript object handles that the embodiment of the invention one provides, in conjunction with Fig. 1, the method flow diagram of the embodiment of the invention.
S101 receives the remote call request message that client sends.
In remote call request message, carry object name, object method name, parameter list.Comprise device attribute parameter, user profile, trigger event etc. in the parameter list, can in the far call solicited message, carry above-mentioned one or more information in the reality as required.Can do bearing protocol with HTTP in the application, make of the JSON form and pack request message.The device attribute parameter has been carried the display format of its support.
S102 resolves described remote call request message, obtains service logic information.
Therefrom take out entrained information after receiving the remote call request message that client sends.Obtain service logic information according to each parameter in the message.
S103 carries out Business Processing according to described service logic information.
After receiving remote call request message, obtain service logic information, corresponding service processing module invokes parameter runs business logic also obtains result.The parameter of being called comprises the parameter of carrying in the remote call request message of client transmission.Carry out logical process according to the remote object name call function in the remote call request message.As: server is selected different Service Processing Modules (such as a servlet) according to object name, calls different functions according to the object method name, and the parameter in the remote call request message that client sends can be the part in the service end parameter list.
S104 carries out message structure with the result after handling and encapsulates and send to described client.
After finishing Business Processing, result is packaged into the form that client can be handled according to the communications protocol with client, and sends service processing result to client.
Realized that by above-mentioned steps the far call of JavaScript object handles, client is handled return results according to local needs and is got final product afterwards.Client only needs to need call request message to the server transmission, receives the result that service end sends then.The described method of the embodiment of the invention has reached the effect of JavaScript RMI, the mode that client cooperates with server end is carried out the JavaScript object, thereby can exempt from the step of remote download JavaScript file, when the service logic complexity, when perhaps the JavaScript service scripts is big, the method will be brought clear superiority, can better meet the requirement on the user experience.
The method of the JavaScript object reference that the embodiment of the invention two provides is described scheme from the angle of client, consults Fig. 2, the method flow diagram of JavaScript object reference.
When the user when client is created a JavaScript object, judge whether to start the far call flow process.Then start the far call flow process if desired.
S201, client is carried out morphological analysis and syntactic analysis to the code file of JavaScript, obtains the remote object name.
Obtain the remote object name by morphological analysis.Carry out syntactic analysis then, form a two-way word chained list, handle judgement grammer keyword and process object variable name through character set in the wherein syntactic analysis process by syntactic analysis.Remote object in remote object name and the character set is carried out keyword coupling, and the match is successful then to think JavaScript object and character set medium-long range object when finding the remote object name that is obtained in the remote object name in character set.
S202 generates remote call request message after JavaScript object and character set medium-long range object coupling.Carry described remote object name in this remote call request message.
Obtaining and the parameter for the treatment of the JavaScript object of far call, according to the protocol encapsulation request message, can be proprietary protocol, for example is packaged into the message as JSON.Carry object name, object method name, parameter list in the message.Comprise device attribute parameter, user profile, trigger event etc. in the parameter list.
Generating the message format of arranging according to client and server end both sides after the remote call request message sends a request message.
S203 sends remote call request message to server end.
Request message is packaged into JSON message in the application.Request message transmits by http protocol.
S204, the result of reception server end, described result obtains by handling described remote call request message, the result is resolved the back carry out the JavaScript code.
Show the result who carries out then.
Realized the far call of JavaScript object by above-mentioned steps, client only needs to send to server need call request message, receives the result that service end sends then.The described method of the embodiment of the invention has reached the effect of JavaScript RMI, the mode that client cooperates with server end is carried out the JavaScript object, thereby can exempt from the step of remote download JavaScript file, when the service logic complexity, when perhaps the JavaScript service scripts is big, the method will be brought clear superiority, can better meet the requirement on the user experience.
The embodiment of the invention three is described scheme from the angle that client cooperates with server end.
At first, client and server end are held consultation.Server end also can carry the display format of its support by the device attribute parameter that client sends in the application.The device attribute parameter can be carried in the remote call request message.
When client is created a JavaScript object, judge whether to start the far call flow process.Client is carried out morphological analysis to the JavaScript source program after starting the far call flow process, in character set, add the remote object name, carry out syntactic analysis then and form a two-way word chained list, handle judgement grammer keyword and process object variable name according to character set in the regeneration intermediate data structure, wherein syntactic analysis process.Message format according to client and server end both sides agreement after object and character set medium-long range object coupling sends remote call request message.The process of coupling is the keyword coupling.Be responsible for generating remote call request message by the JavaScript resolver according to agreement packing message.
Request message can transmit by http protocol.In request message, carry at least: object name, object method name, parameter list.Request message has carried the contextual information of service logic, can produce different output results according to these input informations.Want a map such as client, need tell the server end longitude and latitude, the size of required map etc.
Server end receives the remote call request message that client sends.
The monitoring service port of server end is monitored business, obtains doing after the message message format examination, and is distributed to corresponding module by type of message and does Business Processing.Server end is done log record to type of message.Obtain client's the behavior and the focus request of client by log record, can carry out customer behavior analysis according to log record.Server end carries out initialization to the business of request after obtaining remote call request message, resolves described remote call request message, obtains service logic information, according to the call parameters runs business logic of carrying in the request message.After finishing the service logic operation, server end communicates protocol encapsulation to the result.
Server end sends to client with packaged result.
Client is resolved the result after receiving the result that server end sends, and explains according to the grammer keyword and carries out the JavaScript code, and will show the result of execution.
The described method of the embodiment of the invention has reached the effect of JavaScript RMI, the mode that client cooperates with server end is carried out the JavaScript object, can exempt from the step of remote download JavaScript file, when the service logic complexity, when perhaps the JavaScript service scripts is big, the method will be brought clear superiority, can better meet the requirement on the user experience.And work as by far call runs business logic on server, client obtains allocating object, when runs business logic, it can be not only the JavaScript script, can also pass through realizations such as C, JAVA, operation is the present situation that can only move the JavaScript script on client if changed, and has improved the flexibility of Business Processing.
Realized that by above-mentioned steps the far call of JavaScript object handles, client is handled return results according to local needs and is got final product.Client only needs to need call request message to the server transmission, receives the result that service end sends then.The described method of the embodiment of the invention has reached the effect of JavaScript RMI, the mode that client cooperates with server end is carried out the JavaScript object, thereby can exempt from the step of remote download JavaScript file, when the service logic complexity, when perhaps the JavaScript service scripts is big, the method will be brought clear superiority, can better meet the requirement on the user experience.
The embodiment of the invention also provides a kind of server, and this server is handled for client provides the JavaScript object reference.Consult Fig. 3, embodiment of the invention server unit structural representation, server 30 comprises:
Receiving element 301 is used to receive the remote call request message that client sends.
Resolution unit 303 is used to resolve receiving element receiving remote call request message, obtains service logic information.
Service Processing Unit 305 is used for carrying out Business Processing according to the service logic information that resolution unit obtains.
Transmitting element 307 is used for the result after the Service Processing Unit processing being carried out the message structure encapsulation and sending to described client.
Further, server 30 comprises that also message monitors module 311, is used for judging the type of message that is received according to the type field of message header, and what determine that receiving element 301 received is the remote call request message that client sends.
The embodiment of the invention also provides a kind of terminal installation, and this terminal installation can be realized far call JavaScript object.Terminal 40 comprises:
Analysis module 401 is used for the code file of JavaScript is carried out morphological analysis and syntactic analysis, obtains the remote object name;
Message generating module 403 is used for generating remote call request message when JavaScript object and character set medium-long range object after the match is successful, carries described remote object name in this remote call request message;
Sending module 405 is used for sending the remote call request message that message generating module 403 generates to server end;
Receiver module 407 is used for the result of reception server end, the result is resolved the back continue to carry out the JavaScript code.
Further, terminal comprises that also the result that a display module 409 is used for carrying out JavaScript shows.
Terminal installation also comprises a matching module 411, the remote object that is used for remote object name and character set carries out the keyword coupling, and the match is successful then to think JavaScript object and character set medium-long range object when finding the remote object name that is obtained in the remote object name in character set.
Described server-side device of the embodiment of the invention and client terminal device have reached the effect of JavaScript RMI, the mode that client cooperates with server end is carried out the JavaScript object, logical can the release from the step of remote download JavaScript file, when the service logic complexity, when perhaps the JavaScript service scripts is big, the method will be brought clear superiority, can better meet the requirement on the user experience.And when by far call on server during runs business logic, it can be not only the JavaScript script, can also pass through realizations such as C, JAVA, operation is the present situation that can only move the JavaScript script on client if changed, and has improved the flexibility of Business Processing.
One of ordinary skill in the art will appreciate that all or part of flow process that realizes in the foregoing description method, be to instruct relevant hardware to finish by computer program, described program can be stored in the computer read/write memory medium, this program can comprise the flow process as the embodiment of above-mentioned each side method when carrying out.Wherein, described storage medium can be magnetic disc, CD, read-only storage memory body (Read-Only Memory, ROM) or at random store memory body (Random Access Memory, RAM) etc.
The above only is several embodiments of the present invention, and those skilled in the art can carry out various changes or modification to the present invention and do not break away from the spirit and scope of the present invention according to application documents are disclosed.

Claims (11)

1. the method for a JavaScript object handles is characterized in that, comprises step:
Receive the remote call request message that client sends;
Resolve described remote call request message, obtain service logic information;
Carry out Business Processing according to described service logic information;
Result after handling is carried out message structure to be encapsulated and sends to described client.
2. the method for claim 1 is characterized in that, need carry at least in the described request message: object name, object method name, parameter list.
3. method as claimed in claim 2 is characterized in that, comprises in the parameter list: device attribute parameter, user profile, trigger event.
4. the method for claim 1 is characterized in that, described method also comprises:
Receive the message that client sends, judge the type of message that is received, determine to receive the remote call request message that client sends according to the type field in the message header.
5. the method for a JavaScript object reference is characterized in that, described method comprises:
Code file to JavaScript is carried out morphological analysis and syntactic analysis, obtains the remote object name;
When JavaScript object and character set medium-long range object generate remote call request message after the match is successful, carry described remote object name in this remote call request message;
Send described remote call request message to server end;
The result of reception server end, described result obtains by handling described remote call request message, the result is resolved the back continue to carry out the JavaScript code.
6. method as claimed in claim 5 is characterized in that, forms a two-way word chained list by syntactic analysis, handles judgement grammer keyword and process object variable name through character set in the wherein syntactic analysis process.
7. method as claimed in claim 5, it is characterized in that, described method also comprises: the remote object in remote object name and the character set is carried out keyword coupling, and the match is successful then to think JavaScript object and character set medium-long range object when finding the remote object name that is obtained in the remote object name in character set.
8. a server is characterized in that, described server comprises:
Receiving element is used to receive the remote call request message that client sends;
Resolution unit is used to resolve receiving element receiving remote call request message, obtains service logic information;
Service Processing Unit is used for carrying out Business Processing according to the service logic information that resolution unit obtains;
Transmitting element is used for the result after the Service Processing Unit processing being carried out the message structure encapsulation and sending to described client.
9. server as claimed in claim 8 is characterized in that, described server also comprises:
Message is monitored module, is used for judging the type of message that is received according to the type field of message header, and what determine that receiving element receives is the remote call request message that client sends.
10. a terminal installation is characterized in that, described terminal installation comprises:
Analysis module is used for the code file of JavaScript is carried out morphological analysis and syntactic analysis, obtains the remote object name;
Message generating module is used for generating remote call request message when JavaScript object and character set medium-long range object after the match is successful, carries described remote object name in this remote call request message;
Sending module is used for sending the remote call request message that message generating module generates to server end;
Receiver module is used for the result of reception server end, the result is resolved the back continue to carry out the JavaScript code.
11. terminal installation as claimed in claim 10 is characterized in that, described terminal installation also comprises:
Matching module, the remote object that is used for remote object name and character set carries out the keyword coupling, and the match is successful then to think JavaScript object and character set medium-long range object when finding the remote object name that is obtained in the remote object name in character set.
CN200910106428.3A 2009-03-31 2009-03-31 The method called and process of JavaScript object, device Active CN101854371B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910106428.3A CN101854371B (en) 2009-03-31 2009-03-31 The method called and process of JavaScript object, device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910106428.3A CN101854371B (en) 2009-03-31 2009-03-31 The method called and process of JavaScript object, device

Publications (2)

Publication Number Publication Date
CN101854371A true CN101854371A (en) 2010-10-06
CN101854371B CN101854371B (en) 2016-08-03

Family

ID=42805636

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910106428.3A Active CN101854371B (en) 2009-03-31 2009-03-31 The method called and process of JavaScript object, device

Country Status (1)

Country Link
CN (1) CN101854371B (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141914A (en) * 2010-12-16 2011-08-03 华为技术有限公司 Method and device for enhancing performance of mobile Widget application
CN102158482A (en) * 2011-03-10 2011-08-17 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
WO2012079531A1 (en) * 2010-12-16 2012-06-21 华为技术有限公司 Method and device for improving performance of mobile widget
CN102810069A (en) * 2012-07-16 2012-12-05 深圳市融创天下科技股份有限公司 JAVA object requesting and responding methods, devices and systems and terminal
CN103051728A (en) * 2013-01-10 2013-04-17 太仓市同维电子有限公司 Remote-procedure calling method
CN103095785A (en) * 2011-11-08 2013-05-08 阿里巴巴集团控股有限公司 Remote procedure call method and system, client and server
CN103338190A (en) * 2013-06-13 2013-10-02 国家电网公司 Unstructured data security exchange method based on user behavior credibility
CN103473116A (en) * 2013-09-11 2013-12-25 北京思特奇信息技术股份有限公司 Remote call method and device for data with large data volume
CN103975301A (en) * 2011-10-11 2014-08-06 微软公司 Event service for local client applications through local server
CN105072703A (en) * 2015-07-20 2015-11-18 上海摩软通讯技术有限公司 Wifi-Direct network data transmission and treatment method and system
CN105718294A (en) * 2015-03-23 2016-06-29 上海赞越软件服务中心 Permission interconnected contact person dialogue through jQuery mechanism numbers
CN105993010A (en) * 2014-02-11 2016-10-05 德州仪器公司 Methods and apparatus to provide extended object notation data
CN109815718A (en) * 2019-01-18 2019-05-28 国能日新科技股份有限公司 WAR program source file encryption protecting method and system
CN110309931A (en) * 2018-03-20 2019-10-08 腾讯科技(深圳)有限公司 A kind of service optimization method and device
US10542122B2 (en) 2011-10-11 2020-01-21 Microsoft Technology Licensing, Llc Event service for local client applications through local server
US10579442B2 (en) 2012-12-14 2020-03-03 Microsoft Technology Licensing, Llc Inversion-of-control component service models for virtual environments
CN111600861A (en) * 2020-05-08 2020-08-28 格尔软件股份有限公司 Method for issuing digital certificate compatible with multiple terminals and multiple browsers

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7974990B2 (en) * 2003-07-16 2011-07-05 Hewlett-Packard Development Company, L.P. Managing program applications
CN1620060B (en) * 2003-11-17 2010-04-28 国际商业机器公司 Method and device for integrating browser-incompatible information into web content and for displaying the information
US9614929B2 (en) * 2006-12-19 2017-04-04 International Business Machines Corporation Application server with automatic and autonomic application configuration validation

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141914A (en) * 2010-12-16 2011-08-03 华为技术有限公司 Method and device for enhancing performance of mobile Widget application
WO2012079531A1 (en) * 2010-12-16 2012-06-21 华为技术有限公司 Method and device for improving performance of mobile widget
CN102158482A (en) * 2011-03-10 2011-08-17 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
CN102158482B (en) * 2011-03-10 2013-11-20 易程(苏州)软件股份有限公司 JSON (JavaScript Object Notation) data protocol based passenger transport information communication method and system
CN103975301A (en) * 2011-10-11 2014-08-06 微软公司 Event service for local client applications through local server
CN103975301B (en) * 2011-10-11 2017-06-09 微软技术许可有限责任公司 The method for carrying out Event Service to local client computer application by home server
US10542122B2 (en) 2011-10-11 2020-01-21 Microsoft Technology Licensing, Llc Event service for local client applications through local server
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
CN102810069A (en) * 2012-07-16 2012-12-05 深圳市融创天下科技股份有限公司 JAVA object requesting and responding methods, devices and systems and terminal
US10579442B2 (en) 2012-12-14 2020-03-03 Microsoft Technology Licensing, Llc Inversion-of-control component service models for virtual environments
CN103051728A (en) * 2013-01-10 2013-04-17 太仓市同维电子有限公司 Remote-procedure calling method
CN103051728B (en) * 2013-01-10 2015-07-08 太仓市同维电子有限公司 Remote-procedure calling method
CN103338190A (en) * 2013-06-13 2013-10-02 国家电网公司 Unstructured data security exchange method based on user behavior credibility
CN103338190B (en) * 2013-06-13 2016-05-11 国家电网公司 Based on the believable unstructured data secure exchange of user behavior method
CN103473116A (en) * 2013-09-11 2013-12-25 北京思特奇信息技术股份有限公司 Remote call method and device for data with large data volume
CN105993010A (en) * 2014-02-11 2016-10-05 德州仪器公司 Methods and apparatus to provide extended object notation data
CN105993010B (en) * 2014-02-11 2019-05-07 德州仪器公司 To provide the method and apparatus of extension Object Notation data
US10609009B2 (en) 2014-02-11 2020-03-31 Texas Instruments Incorporated Extended javascript object notation file generator circuitry and process
CN105718294A (en) * 2015-03-23 2016-06-29 上海赞越软件服务中心 Permission interconnected contact person dialogue through jQuery mechanism numbers
CN105072703B (en) * 2015-07-20 2018-11-27 上海摩软通讯技术有限公司 The data transmission of Wifi-Direct network and processing method and system
CN105072703A (en) * 2015-07-20 2015-11-18 上海摩软通讯技术有限公司 Wifi-Direct network data transmission and treatment method and system
CN110309931A (en) * 2018-03-20 2019-10-08 腾讯科技(深圳)有限公司 A kind of service optimization method and device
CN109815718A (en) * 2019-01-18 2019-05-28 国能日新科技股份有限公司 WAR program source file encryption protecting method and system
CN111600861A (en) * 2020-05-08 2020-08-28 格尔软件股份有限公司 Method for issuing digital certificate compatible with multiple terminals and multiple browsers

Also Published As

Publication number Publication date
CN101854371B (en) 2016-08-03

Similar Documents

Publication Publication Date Title
CN101854371A (en) Method and device for calling and processing JavaScript object
CN104335523B (en) A kind of authority control method, client and server
US8656417B2 (en) Interface for telecommunication services using uniform resource identifiers
CN104601641A (en) Application link sharing method, device and system
US20160337290A1 (en) Message Push Method and Apparatus
US20160050128A1 (en) System and Method for Facilitating Communication with Network-Enabled Devices
CN112399130B (en) Processing method and device of cloud video conference information, storage medium and communication equipment
CN102158541B (en) Shared information acquisition method, device, mobile terminal and server
CN103944944A (en) Webpage link sharing method and system, and electronic device
CN105051685A (en) System and method to enable web property access to a native application
CN110557284A (en) data aggregation method and device based on client gateway
CN106911666B (en) Wearable intelligent device and message processing method and system thereof
CN108696899A (en) Sip message transmits and method of reseptance and transmission and reception device
CN106603593A (en) HTTP calling method and device based on adaption
CN108549586B (en) Information processing method and device
CN102779071A (en) Method, device and system for calling software interface
CN105141653A (en) Method, equipment and system for data interaction of service platform
CN104811485A (en) Resource sharing method
CN107368334B (en) Business plug-in interaction system and method
CN101771928A (en) Method and system and proxy server for Webpage transmitting
CN107517188A (en) A kind of data processing method and device based on Android system
CN102571826B (en) The method and system applied from the network platform to client push
CN106658666A (en) Method and device for building wireless connection
CN114979984A (en) Message transmission method and device
CN107391182A (en) Generation method, device, server and storage medium of theme installation package

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201123

Address after: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Address before: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: HUAWEI TECHNOLOGIES Co.,Ltd.

Effective date of registration: 20201123

Address after: 215500 No.13, Caotang Road, Changshu, Suzhou, Jiangsu Province

Patentee after: Changshu intellectual property operation center Co.,Ltd.

Address before: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

TR01 Transfer of patent right
CP02 Change in the address of a patent holder

Address after: 215500 5th floor, building 4, 68 Lianfeng Road, Changfu street, Changshu City, Suzhou City, Jiangsu Province

Patentee after: Changshu intellectual property operation center Co.,Ltd.

Address before: No.13 caodang Road, Changshu City, Suzhou City, Jiangsu Province

Patentee before: Changshu intellectual property operation center Co.,Ltd.

CP02 Change in the address of a patent holder