CN103546570A - Method, device and terminal for achieving network client-side cross-domain data request - Google Patents

Method, device and terminal for achieving network client-side cross-domain data request Download PDF

Info

Publication number
CN103546570A
CN103546570A CN201310521118.4A CN201310521118A CN103546570A CN 103546570 A CN103546570 A CN 103546570A CN 201310521118 A CN201310521118 A CN 201310521118A CN 103546570 A CN103546570 A CN 103546570A
Authority
CN
China
Prior art keywords
territory
request
cryptographic hash
embedded frame
webpage
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
CN201310521118.4A
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.)
Xiaomi Inc
Original Assignee
Xiaomi Inc
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 Xiaomi Inc filed Critical Xiaomi Inc
Priority to CN201310521118.4A priority Critical patent/CN103546570A/en
Publication of CN103546570A publication Critical patent/CN103546570A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a method, device and terminal for achieving a network client-side cross-domain data request. The implementation method includes the steps that when the data request for requesting data from a first domain to a second domain is detected, a hash value is generated according to data request information, and the hash value of a network page embedded framework of the first domain is replaced; the embedded framework is established on a network page of the first domain in advance, and a source file of the embedded framework points to a static HTML page of the second domain; requested data returned by the second domain are stored in a specific variable of the embedded framework; the requested data from the second domain are obtained by the way of accessing the specific variable of the embedded framework, wherein the value of the specific variable is not changed with the change of a browser webpage address, and the value of the specific variable is removed until a browser session is over. By the aid of the method, the sending number is not limited, the implementation process is simple, platform compatibility is quite good, and the entire request process can be well tracked.

Description

Implementation method, device and the terminal of networking client cross-domain request data
Technical field
The disclosure relates to networking technology area, relates in particular to implementation method, device and the terminal of networking client cross-domain request data.
Background technology
Along with the development of Internet technology, the project cooperation between each company, each group becomes more and more tightr, and data sharing and data interchange become more and more.Meanwhile, cross-domain data access (same domain name generally can not shared in the website between each company) becomes more and more frequent.Cross-domain data access scheme also emerges in an endless stream, but majority all will complete by means of server.
The scheme that realizes at present cross-domain data access has several as follows:
Use JSONP(JSON with Padding, a kind of use pattern of data formats json) realize cross-domain data access: JSONP can realize the HTTP(Hyper Text Transport Protocol across father field, HTTP) function command that GET(expression is obtained) request, principle is in the page, to insert a script HTML(Hypertext Markup Language, HTML) IFRAME(embedded frame), and the src(source file of IFRAME is set) attribute is to the server address that needs request msg.When data are returned, data are taken as a javascript variable be passed back and are obtained by client.But, by JSONP scheme, realize cross-domain data access, can not carry out a HTTP POST request to server, namely for this scheme, the data volume that can send is limited.Owing to being to send GET request with a Script HTML IFRAME, in request process, the state of server can not be acquired, and can only obtain final returning results simultaneously.
With server, forward to realize cross-domain data access: use server forwarding to evade networking client and can not finely realize cross-domain problem.This scheme sends request (between server, sending request the restriction that is not subject to territory) by the server under a territory to the server under another territory, thereby realize, crosses over data access.But the problem of this scheme maximum has been to improve threshold and the complexity of project cooperation, not only need client engineer to participate in project, also need the engineer of server to participate in.
By HTML5 technology, realize cross-domain access: in HTML5, can use xmlHttpRequest2(interface function) or postMessage(interface function) Interface realization data leap request.By creating an xmlHttpRequest2 object, can use built-in objects in script to send Asynchronous Request as traditional ajax() mode, to server request data, and request msg, but a key in Access-Control-Allow-Origin(Httpheader must be set in the data head that prerequisite is server to be returned) value be the territory of this server data that can access of * (representative not restriction) or be set to.This scheme is limited to the browser that user uses, if the browser that user uses is not supported HTML5 technology, so this scheme will complete failure, the platform compatibility of this scheme allows of no optimist, and only by website, part mobile terminal, is supported at present (mobile terminal browser is supported conventionally comparatively friendly to HTML5).
Visible, the current scheme that realizes cross-domain data access exist the data volume sending limited, realize that difficulty is large, the compatible poor problem of platform.
Summary of the invention
The disclosure provides a kind of implementation method, device and terminal of networking client cross-domain request data, in order to solve the current scheme that realizes cross-domain data access exist the data volume sending limited, realize that difficulty is large, the compatible poor problem of platform.
On the one hand, the disclosure provides a kind of implementation method of networking client cross-domain request data, comprising:
When detect from request of data from the first territory to the second territory request msg time, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, described embedded frame for to create in advance under the Webpage in described the first territory, and the source file of described embedded frame points to the static HTML html page in described the second territory;
The requested date that described the second territory is returned is stored in the particular variables of described embedded frame;
By accessing a particular variables of described embedded frame, obtain the requested date from described the second territory, wherein, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing.
Described according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory, comprising:
According to request of data information, by script, dynamically generate cryptographic Hash;
The cryptographic Hash of generation is replaced to the cryptographic Hash of the Webpage embedded frame in the first territory.
The disclosure also provides a kind of implementation method of networking client cross-domain request, comprising:
Obtain the cryptographic Hash after the variation of Webpage embedded frame in the first territory, the cryptographic Hash after described variation comprises request of data information, and described the first territory is territory, place, request msg side;
According to described request of data information to the second territory request msg;
Receive the requested date that described the second territory is returned, and described requested date is kept in the particular variables of Webpage embedded frame in described the first territory, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing;
The page address of the Webpage embedded frame in described the first territory is set to the static html page address in described the first territory.
Cryptographic Hash after the variation of the described Webpage embedded frame that obtains the first territory, comprising:
Monitor Hash change events;
When listening to the cryptographic Hash of the Webpage embedded frame in described the first territory and change, obtain the cryptographic Hash after variation.
Cryptographic Hash after the variation of the described Webpage embedded frame that obtains the first territory, comprising:
By predetermined period, monitor the cryptographic Hash of the Webpage embedded frame in described the first territory;
When monitoring described cryptographic Hash and change, obtain the cryptographic Hash after variation.
Described according to described request of data information to the second territory request msg, comprising:
Set up asynchronous data request object, the server request data in the mode of AJAX to described the second territory.
On the other hand, the disclosure provides a kind of implement device of networking client cross-domain request, comprising:
Change module, during for request of data when detecting from from the first territory to the second territory request msg, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, described embedded frame for to create in advance under the Webpage in described the first territory, and the source file of described embedded frame points to the static HTML html page in described the second territory;
Memory module, is stored in the particular variables of described embedded frame for the requested date that described the second territory is returned;
The first acquisition module, for obtaining the requested date from described the second territory by accessing the particular variables of described embedded frame, wherein, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing.
Described change module comprises:
Generation unit, for according to request of data information, dynamically generates cryptographic Hash by script;
Changing unit, for replacing the cryptographic Hash of generation the cryptographic Hash of the Webpage embedded frame in the first territory.
The disclosure also provides a kind of implement device of networking client cross-domain request, comprising:
The second acquisition module, for obtaining the cryptographic Hash after the variation of Webpage embedded frame in the first territory, the cryptographic Hash after described variation comprises request of data information, described the first territory is territory, place, request msg side;
Request module, for according to described request of data information to the second territory request msg;
Processing module, for receiving the requested date that described the second territory is returned, and described requested date is kept in the particular variables of Webpage embedded frame in described the first territory, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing;
Module is set, for the page address of the Webpage embedded frame in described the first territory, is set to the static html page address in described the first territory.
Described the second acquisition module comprises:
Monitoring unit, for monitoring Hash change events;
The first acquiring unit, while changing for listen to the cryptographic Hash of the Webpage embedded frame in the first territory at described monitoring unit, obtains the cryptographic Hash after variation.
Described the second acquisition module comprises:
Monitoring means, for monitoring the cryptographic Hash of the Webpage embedded frame in described the first territory by predetermined period;
Second acquisition unit, while changing for monitoring described cryptographic Hash when described monitoring means, obtains the cryptographic Hash after variation.
Described request module comprises:
Request unit, for setting up asynchronous data request object, the server request data in the mode of AJAX to described the second territory.
A kind of terminal equipment, terminal equipment includes memory, and one or more than one program, the above program of one of them or one is stored in memory, and is configured to carry out described one or above program package containing for carrying out the instruction of following operation by one or above processor:
When detect from request of data from the first territory to the second territory request msg time, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, described embedded frame for to create in advance under the Webpage in described the first territory, and the source file of described embedded frame points to the static HTML html page in described the second territory;
The requested date that described the second territory is returned is stored in the particular variables of described embedded frame;
By accessing the particular variables of described embedded frame, obtain the requested date from described the second territory, wherein, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing.
The technical scheme that the disclosure provides, for cross-domain data request provides a kind of pure client technology implementation of multi-platform compatibility, compare current technology, script or other language that this scheme is not moved by server end, only need to place some static html pages by server just can realize cross-domain HTTP request and (comprise GET, the method of any one HTTP request such as POST), the quantity sending is unrestricted, as long as being carried out to little change, just can realize Webpage, implementation procedure is simple, and browser is not had to specific (special) requirements, platform is better compatible, simultaneously owing to being the asynchronous object initiation of use browser HTTP request, so can well follow the tracks of the process of whole request, can capture the conditional code that state in request process and server return.
Should be understood that, it is only exemplary that above general description and details are hereinafter described, and can not limit the disclosure.
Further feature of the present disclosure and advantage will be set forth in the following description, and, partly from specification, become apparent, or understand by implementing the disclosure.Object of the present disclosure and other advantages can be realized and be obtained by specifically noted structure in the specification write, claims and accompanying drawing.
Below by drawings and Examples, technical scheme of the present disclosure is described in further detail.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide further understanding of the disclosure, forms the application's a part, does not form restriction of the present disclosure.In the accompanying drawings:
Fig. 1 is the exemplary process diagram of a kind of implementation method of networking client cross-domain request data in disclosure embodiment;
Fig. 2 is the exemplary process diagram of the implementation method of another kind of networking client cross-domain request data in disclosure embodiment;
Fig. 3 is the exemplary process diagram of the detailed implementation method of networking client cross-domain request data in disclosure embodiment;
Fig. 4 A is the exemplary block diagram of the implement device of the first networking client cross-domain request data in disclosure embodiment;
Fig. 4 B changes the exemplary block diagram of module in disclosure embodiment;
Fig. 5 A is the exemplary block diagram of the implement device of the second networking client cross-domain request data in disclosure embodiment;
Fig. 5 B is a kind of structural representation of the second acquisition module in disclosure embodiment;
Fig. 5 C is the another kind of structural representation of the second acquisition module in disclosure embodiment;
Fig. 5 D is the structural representation of request module in disclosure embodiment;
Fig. 6 is terminal equipment exemplary configurations schematic diagram in disclosure embodiment.
Embodiment
For making object of the present disclosure, technical scheme and advantage clearer, below in conjunction with execution mode and accompanying drawing, the disclosure is described in further details.At this, exemplary embodiment of the present disclosure and explanation thereof are used for explaining the disclosure, but not as to restriction of the present disclosure.
Disclosure embodiment provides a kind of implementation method of networking client cross-domain request data, below in conjunction with accompanying drawing, the disclosure is elaborated.
The application model that territory (Domain) is network operating system, is the unit of independent operating, and logical organization unit is also the logical organization unit of Internet.The first territory in disclosure embodiment refers to territory, place, request msg side, and the second territory refers to territory, requested date place.Disclosure embodiment is by the HTML(Hyper Text Mark-up Language being deployed in respectively under the first territory, HTML) html page under the page and the second territory realizes the cross-domain data access of client.
In one embodiment, can in the first territory, (being territory, place, request msg side) side carry out.As shown in Figure 1, a kind of implementation method of networking client cross-domain request data, comprising:
In step S11, when detect from request of data from the first territory to the second territory request msg time, according to request of data Information generation cryptographic Hash, and the Hash hash value of replacing the Webpage embedded frame IFRAME in the first territory; Wherein, IFRAME for to create in advance under the Webpage in the first territory, and the source file of IFRAME points to the static HTML html page in the second territory.Wherein, hash value refers to URL(Uniform Resource Locator, URL(uniform resource locator)) central # part below, this part can serviced device identification.
In one embodiment, according to request of data Information generation cryptographic Hash, and the Hash hash value of replacing the Webpage embedded frame IFRAME in the first territory can be according to request of data information, by script (as JavaScript script), dynamically generates cryptographic Hash; The cryptographic Hash of generation is replaced to the cryptographic Hash of the Webpage embedded frame IFRAME in the first territory.Certainly, except which, can also realize by other feasible pattern.
In step S12, the requested date that the second territory is returned is stored in the particular variables of IFRAME.
In step S13, particular variables by access IFRAME is obtained the requested date from the second territory, wherein, in particular variables, have the requested date from the second territory, the value of this particular variables with the variation of browsing device net page address, do not change and until browser session eliminate while finishing.
Preferably, this particular variables can be window.name.The feature of window.name is that its value does not change with the variation of browser page address, can exist in internal memory until eliminate (this specific character is realized by all modern browsers) after the conversation end of current browser page always.
In one embodiment, the implementation method of the networking client cross-domain request in corresponding above-mentioned Fig. 1, can be carried out by the static html page of the second territory (being territory, requested date place).As shown in Figure 2, a kind of implementation method of networking client cross-domain request data, comprising:
In step S21, obtain the hash value after the variation of embedded frame IFRAME of Webpage in the first territory, the hash value after this variation comprises request of data information, this first territory is territory, place, request msg side.
In one embodiment, step S21 can comprise the following steps A1-A2:
In steps A 1, monitor Hash change events.
In steps A 2, when listening to the hash value of IFRAME of the Webpage in the first territory and change, obtain the hash value after variation.While the request of data to the second territory request msg being detected from the first territory due to the Webpage in the first territory, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage IFRAME in the first territory, therefore the cryptographic Hash of the IFRAME of the Webpage in the first territory can change.
In one embodiment, step S21 also can comprise the following steps B1-B2:
In step B1, by predetermined period, monitor the hash value of IFRAME of the Webpage in the first territory.
In step B2, when monitoring hash value and change, obtain the hash value after variation.
In step S22, according to request of data information to the second territory request msg.In browser, Resource Block can running client script (html page), realizes according to request of data information the process to the second territory request msg.
In one embodiment, step S22 can be embodied as following mode: set up asynchronous data request object, the server request data in the mode of AJAX to the second territory.
In step S23, reception is from the requested date in the second territory, and the requested date from the second territory is kept in the particular variables of IFRAME of Webpage in the first territory, the value of this particular variables with the variation of browsing device net page address, do not change and until browser session eliminate while finishing.
In step S24, the page address of the IFRAME of the Webpage in the first territory is set to the static html page address in the first territory.
In one embodiment, as shown in Figure 3, with a specific embodiment, the technical scheme that disclosure embodiment provides is described.In the present embodiment, A territory is territory, place, request msg side (being above-mentioned the first territory), and B territory is territory, requested date place (being above-mentioned the second territory).When wanting to obtain the data in B territory from A territory, carry out as follows:
In step S31, under A territory, dispose a static html page a, under B territory, dispose a static html page b.
For example, the static html page a effect being deployed under A territory is to receive the requested date returning from B territory.And static html page b effect under B territory is the request of data information receiving from A territory, to B domain server, sends HTTP request simultaneously, and requested date is returned to A territory.
In step S32, when needs send a cross-domain data request from A territory to B territory, under the Webpage in A territory, create an IFRAME, and the src of IFRAME is pointed to and is deployed in the static html page b under B territory.
In step S33, after IFRAME has created, the Webpage in A territory dynamically changes the hash value of IFRAME by JavaScript script.
In step S34, the static html page b in B territory obtains the hash value after variation.
Wherein, when browser is supported hashChange event, the html page b in B territory can monitor hashChange event, because the source file of the IFRAME of the Webpage in A territory points to the static html page b in B territory, therefore when listening to the hash value change of IFRAME of Webpage in A territory, the hash value after the html page b acquisition variation in B territory;
When browser is not supported hashChange event, also can carry out with timer the variation of poll hash value, when finding that hash value changes, obtain the hash value after changing.
Wherein, the hash value after variation comprises necessary request of data information, such as the interface IP address of request server and required parameter etc.
In step S35, the static html page b in B territory is to the server request data at place, B territory.
Wherein, the static html page b in B territory can set up an asynchronous data request object, in the mode of AJAX, carry out request server data (in this process, the conditional code of server can be hunted down, and reason is that the primary Asynchronous Request object of browser can obtain these information).
In step S36, the server at place, B territory is delivered to requested date the static html page b in B territory, and these requested dates are saved in the particular variables window.name of Webpage IFRAME in A territory.
Wherein, the feature of window.name is that the value of window.name does not change with the variation of browser page address, can exist in internal memory until eliminate (this specific character is realized by all modern browsers) after the conversation end of current browser page always.
In step S37, the page address of the Webpage IFRAME in the static html page b A territory in B territory is set to the address of the static html page a in A territory.
In step S38, the static html page a in A territory obtains the requested date from B territory by the window.name of the IFRAME of the Webpage in access A territory.(because now the IFRAME page pointed is also under A territory, so can access the variate-value in IFRAME)
Arrive this, realized the cross-domain data access from A territory to B territory.
Visible, the technical scheme that disclosure embodiment provides, for cross-domain data request provides a kind of pure client technology implementation of multi-platform compatibility, compare current technology, script or other language that this scheme is not moved by server end, only need to place some static html pages by server just can realize cross-domain HTTP request and (comprise GET, the method of any one HTTP request such as POST), the quantity sending is unrestricted, as long as being carried out to little change, just can realize Webpage, implementation procedure is simple, and browser is not had to specific (special) requirements, platform is better compatible, simultaneously owing to being the asynchronous object initiation of use browser HTTP request, so can well follow the tracks of the process of whole request, can capture the conditional code that state in request process and server return.
In one embodiment, the implementation method of the networking client cross-domain request in corresponding above-mentioned Fig. 1, as shown in Figure 4 A, disclosure embodiment provides a kind of implement device of networking client cross-domain request, comprising:
Change module 41, during for request of data when detecting from from the first territory to the second territory request msg, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, embedded frame for to create in advance under the Webpage in the first territory, and the source file of embedded frame points to the static HTML html page in the second territory;
Memory module 42, is stored in the particular variables of embedded frame for the requested date that the second territory is returned;
The first acquisition module 43, for obtaining the requested date from the second territory by the particular variables of access embedded frame, wherein, the value of particular variables with the variation of browsing device net page address, do not change and until browser session eliminate while finishing.
In one embodiment, as shown in Figure 4 B, above-mentioned change module 41 can comprise:
Generation unit 411, for according to request of data information, dynamically generates cryptographic Hash by script;
Changing unit 412, for replacing the cryptographic Hash of generation the cryptographic Hash of the Webpage embedded frame in the first territory.
In one embodiment, the implementation method of the networking client cross-domain request in corresponding above-mentioned Fig. 2, as shown in Figure 5A, disclosure embodiment provides a kind of implement device of networking client cross-domain request, comprising:
The second acquisition module 51, for obtaining the cryptographic Hash after the variation of Webpage embedded frame in the first territory, the cryptographic Hash after variation comprises request of data information, the first territory is territory, place, request msg side;
Request module 52, for according to request of data information to the second territory request msg;
Processing module 53, for receiving the requested date that the second territory is returned, and requested date is kept in the particular variables of Webpage embedded frame in the first territory, the value of particular variables with the variation of browsing device net page address, do not change and until browser session eliminate while finishing;
Module 54 is set, for the page address of the Webpage embedded frame in the first territory, is set to the static html page address in the first territory.
In one embodiment, as shown in Figure 5 B, above-mentioned the second acquisition module 51 can comprise:
Monitoring unit 511, for monitoring hash change events;
The first acquiring unit 512, while changing for listen to the hash value of IFRAME of the Webpage in the first territory at monitoring unit 511, obtains the hash value after variation.
In one embodiment, as shown in Figure 5 C, above-mentioned the second acquisition module 51 can comprise:
Monitoring means 513, for monitoring the cryptographic Hash of the Webpage embedded frame in the first territory by predetermined period;
Second acquisition unit 514, while changing for monitoring cryptographic Hash when monitoring means 513, obtains the cryptographic Hash after variation.
In one embodiment, as shown in Figure 5 D, above-mentioned request module 52 can comprise:
Request unit 515, for setting up asynchronous data request object, the server request data in the mode of AJAX to the second territory.
In addition, typically, the mobile terminal described in the disclosure can be various hand-held terminal devices, such as mobile phone, PDA(Personal Digital Assistant) etc., and therefore protection range of the present disclosure should not be defined as the mobile terminal of certain particular type.
In addition, according to method of the present disclosure, can also be implemented as the computer program of being carried out by central processor CPU.When this computer program is carried out by CPU, carry out the above-mentioned functions limiting in method of the present disclosure.
In addition, said method step and system unit also can utilize controller and realize for storing the computer readable storage devices of the computer program that makes controller realize above-mentioned steps or Elementary Function.
Fig. 6 is terminal equipment in disclosure embodiment (can be requesting party's terminal or associated terminal) structural representation.Referring to Fig. 6, this terminal can be for the implementation method of the networking client cross-domain request data implementing to provide in above-described embodiment.
Terminal equipment 800 can comprise communication unit 110, include the memory 120 of one or more computer-readable recording mediums, input unit 130, display unit 140, transducer 150, voicefrequency circuit 160, WIFI(Wireless Fidelity, Wireless Fidelity) module 170, include the parts such as the above processor 180 of processing core of or and power supply 190.It will be understood by those skilled in the art that the terminal equipment structure shown in figure does not form the restriction to terminal equipment, can comprise the parts more more or less than diagram, or combine some parts, or different parts are arranged.Wherein:
Communication unit 110 can be used for receiving and sending messages or communication process in, the reception of signal and transmission, this communication unit 110 can be RF(Radio Frequency, radio frequency) circuit, router, modulator-demodulator, etc. network communication equipment.Especially, when communication unit 110 is RF circuit, after the downlink information of base station is received, transfer to one or above processor 180 processing; In addition, by relating to up data, send to base station.Conventionally, RF circuit as communication unit includes but not limited to antenna, at least one amplifier, tuner, one or more oscillator, subscriber identity module (SIM) card, transceiver, coupler, LNA(Low Noise Amplifier, low noise amplifier), duplexer etc.In addition, communication unit 110 can also be by radio communication and network and other devices communicatings.Described radio communication can be used arbitrary communication standard or agreement, include but not limited to GSM(Global System of Mobile communication, global system for mobile communications), GPRS(General Packet Radio Service, general packet radio service), CDMA(Code Division Multiple Access, code division multiple access), WCDMA(Wideband Code Division Multiple Access, Wideband Code Division Multiple Access (WCDMA)), LTE(Long Term Evolution, Long Term Evolution), Email, SMS(Short Messaging Service, Short Message Service) etc.Memory 120 can be used for storing software program and module, and processor 180 is stored in software program and the module of memory 120 by operation, thereby carries out various function application and data processing.Memory 120 can mainly comprise storage program district and storage data field, wherein, and the application program (such as sound-playing function, image player function etc.) that storage program district can storage operation system, at least one function is required etc.; The data (such as voice data, phone directory etc.) that create according to the use of terminal equipment 800 etc. can be stored in storage data field.In addition, memory 120 can comprise high-speed random access memory, can also comprise nonvolatile memory, for example at least one disk memory, flush memory device or other volatile solid-state parts.Correspondingly, memory 120 can also comprise Memory Controller, so that the access of processor 180 and 130 pairs of memories 120 of input unit to be provided.
Input unit 130 can be used for receiving numeral or the character information of input, and generation arranges with user and function is controlled relevant keyboard, mouse, action bars, optics or the input of trace ball signal.Preferably, input unit 130 can comprise touch-sensitive surperficial 131 and other input equipments 132.Touch-sensitive surperficial 131, also referred to as touch display screen or Trackpad, can collect user or near touch operation (using any applicable object or near the operations of annex on touch-sensitive surperficial 131 or touch-sensitive surperficial 131 such as finger, stylus such as user) thereon, and drive corresponding jockey according to predefined formula.Optionally, touch-sensitive surperficial 131 can comprise touch detecting apparatus and two parts of touch controller.Wherein, touch detecting apparatus detects user's touch orientation, and detects the signal that touch operation is brought, and sends signal to touch controller; Touch controller receives touch information from touch detecting apparatus, and converts it to contact coordinate, then gives processor 180, and the order that energy receiving processor 180 is sent is also carried out.In addition, can adopt the polytypes such as resistance-type, condenser type, infrared ray and surface acoustic wave to realize touch-sensitive surperficial 131.Except touch-sensitive surperficial 131, input unit 130 can also comprise other input equipments 132.Preferably, other input equipments 132 can include but not limited to one or more in physical keyboard, function key (controlling button, switch key etc. such as volume), trace ball, mouse, action bars etc.
Display unit 140 can be used for showing the information inputted by user or the various graphical user interface of the information that offers user and terminal equipment 800, and these graphical user interface can consist of figure, text, icon, video and its combination in any.Display unit 140 can comprise display floater 141, optionally, can adopt LCD(Liquid Crystal Display, liquid crystal display), OLED(Organic Light-Emitting Diode, Organic Light Emitting Diode) etc. form configure display floater 141.Further, touch-sensitive surperficial 131 can cover display floater 141, when touch-sensitive surperficial 131 detect thereon or near touch operation after, send processor 180 to determine the type of touch event, corresponding vision output is provided according to the type of touch event with preprocessor 180 on display floater 141.Although in Fig. 6, touch-sensitive surperficial 131 with display floater 141 be as two independently parts realize input and input function, in certain embodiments, can by touch-sensitive surperficial 131 and display floater 141 integrated and realize input and output function.
Terminal equipment 800 also can comprise at least one transducer 150, such as optical sensor, motion sensor and other transducers.Optical sensor can comprise ambient light sensor and proximity transducer, wherein, ambient light sensor can regulate according to the light and shade of ambient light the brightness of display floater 141, and proximity transducer can, when terminal equipment 800 moves in one's ear, cut out display floater 141 and/or backlight.A kind of as motion sensor, Gravity accelerometer can detect the size of the acceleration that (is generally three axles) in all directions, when static, can detect size and the direction of gravity, can be used for identifying application (such as horizontal/vertical screen switching, dependent game, magnetometer pose calibrating), Vibration identification correlation function (such as pedometer, knock) of mobile phone attitude etc.; As for terminal equipment 800 other transducers such as configurable gyroscope, barometer, hygrometer, thermometer, infrared ray sensor also, do not repeat them here.
Voicefrequency circuit 160, loud speaker 161, microphone 162 can provide the audio interface between user and terminal equipment 800.Voicefrequency circuit 160 can be transferred to loud speaker 161 by the signal of telecommunication after the voice data conversion receiving, and is converted to voice signal exports by loud speaker 161; On the other hand, microphone 162 is converted to the signal of telecommunication by the voice signal of collection, after being received by voicefrequency circuit 160, be converted to voice data, after again voice data output processor 180 being processed, through RF circuit 110, to send to such as another terminal equipment, or export voice data to memory 120 to further process.Voicefrequency circuit 160 also may comprise earphone jack, so that communicating by letter of peripheral hardware earphone and terminal equipment 800 to be provided.
In order to realize radio communication, on this terminal equipment, can dispose wireless communication unit 170, this wireless communication unit 170 can be WIFI module.WIFI belongs to short range wireless transmission technology, terminal equipment 800 by wireless communication unit 170 can help that user sends and receive e-mail, browsing page and access streaming video etc., it provides wireless broadband internet access for user.Although there is shown wireless communication unit 170, be understandable that, it does not belong to must forming of terminal equipment 800, completely can be as required in not changing the essential scope of invention and omit.
Processor 180 is control centres of terminal equipment 800, utilize the various piece of various interface and the whole mobile phone of connection, by moving or carry out software program and/or the module being stored in memory 120, and call the data that are stored in memory 120, carry out various functions and the deal with data of terminal equipment 800, thereby mobile phone is carried out to integral monitoring.Optionally, processor 180 can comprise one or more processing cores; Preferably, processor 180 can integrated application processor and modem processor, and wherein, application processor is mainly processed operating system, user interface and application program etc., and modem processor is mainly processed radio communication.Be understandable that, above-mentioned modem processor also can not be integrated in processor 180.
Terminal equipment 800 also comprises that the power supply 190(powering to all parts is such as battery), preferably, power supply can be connected with processor 180 logics by power-supply management system, thereby realizes the functions such as management charging, electric discharge and power managed by power-supply management system.Power supply 190 can also comprise the random component such as one or more direct current or AC power, recharging system, power failure detection circuit, power supply changeover device or inverter, power supply status indicator.
Although not shown, terminal equipment 800 can also comprise camera, bluetooth module etc., does not repeat them here.In the present embodiment, terminal equipment also includes memory, and one or more than one program, the above program of one of them or one is stored in memory, and be configured to by one or above processor carry out described one or above program package containing for carry out screen printing picture approach that disclosure embodiment provides to give an order:
When detect from request of data from the first territory to the second territory request msg time, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, embedded frame for to create in advance under the Webpage in the first territory, and the source file of described embedded frame points to the static HTML html page in the second territory;
The requested date that the second territory is returned is stored in the particular variables of embedded frame;
Particular variables by access embedded frame is obtained the requested date from the second territory, wherein, the value of particular variables with the variation of browsing device net page address, do not change and until browser session eliminate while finishing.
For example, in this memory, also store to give an order: according to request of data information, by script, dynamically generate cryptographic Hash; The cryptographic Hash of generation is replaced to the cryptographic Hash of the Webpage embedded frame in the first territory.
In another embodiment, terminal equipment also includes memory, and one or more than one program, the above program of one of them or one is stored in memory, and be configured to by one or above processor carry out described one or above program package containing for carry out screen printing picture approach that disclosure embodiment provides to give an order:
Obtain the cryptographic Hash after the variation of Webpage embedded frame in the first territory, the cryptographic Hash after described variation comprises request of data information, and described the first territory is territory, place, request msg side;
According to described request of data information to the second territory request msg;
Receive the requested date that described the second territory is returned, and described requested date is kept in the particular variables of Webpage embedded frame in described the first territory, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing;
The page address of the Webpage embedded frame in described the first territory is set to the static html page address in described the first territory.
For example, in this memory, also store to give an order: monitor Hash change events; When listening to the cryptographic Hash of the Webpage embedded frame in described the first territory and change, obtain the cryptographic Hash after variation.
For example, in this memory, also store to give an order: the cryptographic Hash of monitoring the Webpage embedded frame in described the first territory by predetermined period; When monitoring described cryptographic Hash and change, obtain the cryptographic Hash after variation.
For example, in this memory, also store to give an order: set up asynchronous data request object, the server request data in the mode of AJAX to described the second territory.
In addition, should be understood that, computer readable storage devices as herein described (for example, memory) can be volatile memory or nonvolatile memory, or can comprise volatile memory and nonvolatile memory.And nonrestrictive, nonvolatile memory can comprise read-only memory (ROM), programming ROM (PROM), electrically programmable ROM(EPROM as an example), electrically erasable programmable ROM(EEPROM) or flash memory.Volatile memory can comprise random-access memory (ram), and this RAM can serve as External Cache memory.As an example and nonrestrictive, RAM can obtain in a variety of forms, such as synchronous random access memory (DRAM), dynamic ram (DRAM), synchronous dram (SDRAM), double data rate SDRAM(DDR SDRAM), strengthen SDRAM(ESDRAM), synchronization link DRAM(SLDRAM) and direct Rambus RAM(DRRAM).The memory device of disclosed aspect is intended to include but not limited to the memory of these and other suitable type.
Those skilled in the art will also understand is that, in conjunction with the described various illustrative logical blocks of disclosure herein, module, circuit and algorithm steps, may be implemented as electronic hardware, computer software or both combinations.For this interchangeability of hardware and software is clearly described, with regard to the function of various exemplary components, square, module, circuit and step, it has been carried out to general description.This function is implemented as software or is implemented as hardware and depends on concrete application and the design constraint that imposes on whole system.Those skilled in the art can realize described function in every way for every kind of concrete application, but this realization determines should not be interpreted as causing departing from the scope of the present disclosure.
In conjunction with the described various illustrative logical blocks of disclosure herein, module and circuit, can utilize the following parts that are designed to carry out function described here to realize or carry out: general processor, digital signal processor (DSP), application-specific integrated circuit (ASIC) (ASIC), field programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete nextport hardware component NextPort or any combination of these parts.General processor can be microprocessor, but alternatively, processor can be any conventional processors, controller, microcontroller or state machine.Processor also may be implemented as the combination of computing equipment, and for example, the combination of DSP and microprocessor, multi-microprocessor, one or more microprocessor are in conjunction with DSP core or any other this configuration.
Step in conjunction with the described method of disclosure herein or algorithm can directly be included in the software module of carrying out in hardware, by processor or in the two combination.Software module can reside in the storage medium of RAM memory, flash memory, ROM memory, eprom memory, eeprom memory, register, hard disk, removable dish, CD-ROM or any other form known in the art.Exemplary storage medium is coupled to processor, make processor can be from this storage medium reading information or to this storage medium writing information.In an alternative, described storage medium can be integral to the processor together.Processor and storage medium can reside in ASIC.ASIC can reside in user terminal.In an alternative, processor and storage medium can be used as discrete assembly and reside in user terminal.
In one or more exemplary design, described function can realize in hardware, software, firmware or its combination in any.If realized in software, described function can be transmitted on computer-readable medium or by computer-readable medium as one or more instructions or code storage.Computer-readable medium comprises computer-readable storage medium and communication media, and this communication media comprises and contributes to computer program to be sent to from a position any medium of another position.Storage medium can be can be by any usable medium of universal or special computer access.As an example and nonrestrictive, this computer-readable medium can comprise RAM, ROM, EEPROM, CD-ROM or other optical disc memory apparatus, disk storage device or other magnetic storage apparatus, or can for carry or file layout be instruction or data structure required program code and can be by any other medium of universal or special computer or universal or special processor access.In addition, any connection can suitably be called computer-readable medium.For example, if with coaxial cable, optical fiber cable, twisted-pair feeder, Digital Subscriber Line or such as the wireless technology of infrared ray, radio and microwave come from website, server or other remote source send software, above-mentioned coaxial cable, optical fiber cable, twisted-pair feeder, DSL or include the definition at medium such as the wireless technology of infrared first, radio and microwave.As used herein, disk and CD comprise compact disk (CD), laser disk, CD, digital versatile disc (DVD), floppy disk, Blu-ray disc, disk rendering data magnetically conventionally wherein, and cd-rom using laser optics ground rendering data.The combination of foregoing also should be included in the scope of computer-readable medium.
Although disclosed content shows exemplary embodiment of the present disclosure above, it should be noted that under the prerequisite of the scope of the present disclosure that does not deviate from claim restriction, can carry out multiple change and modification.According to the function of the claim to a method of disclosed embodiment described herein, step and/or action, need not carry out with any particular order.In addition, although element of the present disclosure can be with individual formal description or requirement, also it is contemplated that a plurality of, unless be clearly restricted to odd number.
Above-described embodiment; object of the present disclosure, technical scheme and beneficial effect are further described; institute is understood that; the foregoing is only embodiment of the present disclosure; and be not used in and limit protection range of the present disclosure; all within spirit of the present disclosure and principle, any modification of making, be equal to replacement, improvement etc., within all should being included in protection range of the present disclosure.

Claims (13)

1. an implementation method for networking client cross-domain request data, is characterized in that, comprising:
When detect from request of data from the first territory to the second territory request msg time, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, described embedded frame for to create in advance under the Webpage in described the first territory, and the source file of described embedded frame points to the static HTML html page in described the second territory;
The requested date that described the second territory is returned is stored in the particular variables of described embedded frame;
By accessing the particular variables of described embedded frame, obtain the requested date from described the second territory, wherein, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing.
2. implementation method as claimed in claim 1, is characterized in that, described according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory, comprising:
According to request of data information, by script, dynamically generate cryptographic Hash;
The cryptographic Hash of generation is replaced to the cryptographic Hash of the Webpage embedded frame in the first territory.
3. an implementation method for networking client cross-domain request, is characterized in that, comprising:
Obtain the cryptographic Hash after the variation of Webpage embedded frame in the first territory, the cryptographic Hash after described variation comprises request of data information, and described the first territory is territory, place, request msg side;
According to described request of data information to the second territory request msg;
Receive the requested date that described the second territory is returned, and described requested date is kept in the particular variables of Webpage embedded frame in described the first territory, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing;
The page address of the Webpage embedded frame in described the first territory is set to the static html page address in described the first territory.
4. implementation method as claimed in claim 3, is characterized in that, described in obtain the cryptographic Hash after the variation of Webpage embedded frame in the first territory, comprising:
Monitor Hash change events;
When listening to the cryptographic Hash of the Webpage embedded frame in described the first territory and change, obtain the cryptographic Hash after variation.
5. implementation method as claimed in claim 3, is characterized in that, described in obtain the cryptographic Hash after the variation of Webpage embedded frame in the first territory, comprising:
By predetermined period, monitor the cryptographic Hash of the Webpage embedded frame in described the first territory;
When monitoring described cryptographic Hash and change, obtain the cryptographic Hash after variation.
6. implementation method as claimed in claim 3, is characterized in that, described according to described request of data information to the second territory request msg, comprising:
Set up asynchronous data request object, the server request data in the mode of AJAX to described the second territory.
7. an implement device for networking client cross-domain request, is characterized in that, comprising:
Change module, during for request of data when detecting from from the first territory to the second territory request msg, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, described embedded frame for to create in advance under the Webpage in described the first territory, and the source file of described embedded frame points to the static HTML html page in described the second territory;
Memory module, is stored in the particular variables of described embedded frame for the requested date that described the second territory is returned;
The first acquisition module, for obtaining the requested date from described the second territory by accessing the particular variables of described embedded frame, wherein, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing.
8. implement device as claimed in claim 7, is characterized in that, described change module comprises:
Generation unit, for according to request of data information, dynamically generates cryptographic Hash by script;
Changing unit, for replacing the cryptographic Hash of generation the cryptographic Hash of the Webpage embedded frame in the first territory.
9. an implement device for networking client cross-domain request, is characterized in that, comprising:
The second acquisition module, for obtaining the cryptographic Hash after the variation of Webpage embedded frame in the first territory, the cryptographic Hash after described variation comprises request of data information, described the first territory is territory, place, request msg side;
Request module, for according to described request of data information to the second territory request msg;
Processing module, for receiving the requested date that described the second territory is returned, and described requested date is kept in the particular variables of Webpage embedded frame in described the first territory, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing;
Module is set, for the page address of the Webpage embedded frame in described the first territory, is set to the static html page address in described the first territory.
10. implement device as claimed in claim 9, is characterized in that, described the second acquisition module comprises:
Monitoring unit, for monitoring Hash change events;
The first acquiring unit, while changing for listen to the cryptographic Hash of the Webpage embedded frame in the first territory at described monitoring unit, obtains the cryptographic Hash after variation.
11. implement devices as claimed in claim 9, is characterized in that, described the second acquisition module comprises:
Monitoring means, for monitoring the cryptographic Hash of the Webpage embedded frame in described the first territory by predetermined period;
Second acquisition unit, while changing for monitoring described cryptographic Hash when described monitoring means, obtains the cryptographic Hash after variation.
12. implement devices as claimed in claim 9, is characterized in that, described request module comprises:
Request unit, for setting up asynchronous data request object, the server request data in the mode of AJAX to described the second territory.
13. 1 kinds of terminal equipments, it is characterized in that, terminal equipment includes memory, and one or more than one program, the above program of one of them or one is stored in memory, and is configured to carry out described one or above program package containing for carrying out the instruction of following operation by one or above processor:
When detect from request of data from the first territory to the second territory request msg time, according to request of data Information generation cryptographic Hash, and the cryptographic Hash of replacing the Webpage embedded frame in the first territory; Wherein, described embedded frame for to create in advance under the Webpage in described the first territory, and the source file of described embedded frame points to the static HTML html page in described the second territory;
The requested date that described the second territory is returned is stored in the particular variables of described embedded frame;
By accessing the particular variables of described embedded frame, obtain the requested date from described the second territory, wherein, the value of described particular variables with the variation of browsing device net page address, do not change and until described browser session eliminate while finishing.
CN201310521118.4A 2013-10-29 2013-10-29 Method, device and terminal for achieving network client-side cross-domain data request Pending CN103546570A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310521118.4A CN103546570A (en) 2013-10-29 2013-10-29 Method, device and terminal for achieving network client-side cross-domain data request

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310521118.4A CN103546570A (en) 2013-10-29 2013-10-29 Method, device and terminal for achieving network client-side cross-domain data request

Publications (1)

Publication Number Publication Date
CN103546570A true CN103546570A (en) 2014-01-29

Family

ID=49969609

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310521118.4A Pending CN103546570A (en) 2013-10-29 2013-10-29 Method, device and terminal for achieving network client-side cross-domain data request

Country Status (1)

Country Link
CN (1) CN103546570A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103870551A (en) * 2014-02-28 2014-06-18 小米科技有限责任公司 Method and device for obtaining cross-domain data
CN104866528A (en) * 2015-04-24 2015-08-26 广东小天才科技有限公司 Multi-platform data acquisition method and system
CN105335474A (en) * 2015-09-29 2016-02-17 广州酷狗计算机科技有限公司 Method and device for obtaining content
WO2016101732A1 (en) * 2014-12-26 2016-06-30 北京奇虎科技有限公司 Cross-page information transmission method and page browsing apparatus
CN105991599A (en) * 2015-02-26 2016-10-05 阿里巴巴集团控股有限公司 JSONP (JavaScript Object Notation with Padding) request method and device
CN109274780A (en) * 2018-08-02 2019-01-25 平安科技(深圳)有限公司 Across domain name data transmission method, device, computer equipment and storage medium
CN110300133A (en) * 2018-03-22 2019-10-01 财付通支付科技有限公司 Cross-domain data transmission method, apparatus, equipment and storage medium
CN111708992A (en) * 2020-05-06 2020-09-25 咪咕文化科技有限公司 Report data access method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075240A (en) * 2006-08-25 2007-11-21 腾讯科技(深圳)有限公司 Method and system for spanned acquiring data
CN101615179A (en) * 2008-06-25 2009-12-30 国际商业机器公司 The method and system that is used for the cross-domain alternation of Web application
CN101662460A (en) * 2008-08-25 2010-03-03 阿里巴巴集团控股有限公司 Method, system and device for cross-domain communication
CN103207863A (en) * 2012-01-13 2013-07-17 腾讯科技(深圳)有限公司 Page cross-domain interacting method and terminal
CN103246667A (en) * 2012-02-08 2013-08-14 腾讯科技(深圳)有限公司 Method and device for cross-domain transfer of data
CN103309877A (en) * 2012-03-12 2013-09-18 腾讯科技(深圳)有限公司 Method and device for cross-domain communication and full-duplex communication

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075240A (en) * 2006-08-25 2007-11-21 腾讯科技(深圳)有限公司 Method and system for spanned acquiring data
CN101615179A (en) * 2008-06-25 2009-12-30 国际商业机器公司 The method and system that is used for the cross-domain alternation of Web application
CN101662460A (en) * 2008-08-25 2010-03-03 阿里巴巴集团控股有限公司 Method, system and device for cross-domain communication
CN103207863A (en) * 2012-01-13 2013-07-17 腾讯科技(深圳)有限公司 Page cross-domain interacting method and terminal
CN103246667A (en) * 2012-02-08 2013-08-14 腾讯科技(深圳)有限公司 Method and device for cross-domain transfer of data
CN103309877A (en) * 2012-03-12 2013-09-18 腾讯科技(深圳)有限公司 Method and device for cross-domain communication and full-duplex communication

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103870551A (en) * 2014-02-28 2014-06-18 小米科技有限责任公司 Method and device for obtaining cross-domain data
CN103870551B (en) * 2014-02-28 2018-02-23 小米科技有限责任公司 The method and apparatus that a kind of cross-domain data obtains
WO2016101732A1 (en) * 2014-12-26 2016-06-30 北京奇虎科技有限公司 Cross-page information transmission method and page browsing apparatus
CN105991599B (en) * 2015-02-26 2019-06-28 阿里巴巴集团控股有限公司 JSONP requesting method and device
CN105991599A (en) * 2015-02-26 2016-10-05 阿里巴巴集团控股有限公司 JSONP (JavaScript Object Notation with Padding) request method and device
CN104866528B (en) * 2015-04-24 2018-09-21 广东小天才科技有限公司 Multi-platform data acquisition method and system
CN104866528A (en) * 2015-04-24 2015-08-26 广东小天才科技有限公司 Multi-platform data acquisition method and system
CN105335474A (en) * 2015-09-29 2016-02-17 广州酷狗计算机科技有限公司 Method and device for obtaining content
CN105335474B (en) * 2015-09-29 2019-03-05 广州酷狗计算机科技有限公司 Content acquisition method and device
CN110300133A (en) * 2018-03-22 2019-10-01 财付通支付科技有限公司 Cross-domain data transmission method, apparatus, equipment and storage medium
CN109274780A (en) * 2018-08-02 2019-01-25 平安科技(深圳)有限公司 Across domain name data transmission method, device, computer equipment and storage medium
CN109274780B (en) * 2018-08-02 2023-01-10 平安科技(深圳)有限公司 Cross-domain name data transmission method and device, computer equipment and storage medium
CN111708992A (en) * 2020-05-06 2020-09-25 咪咕文化科技有限公司 Report data access method and device, electronic equipment and storage medium
CN111708992B (en) * 2020-05-06 2023-07-14 咪咕文化科技有限公司 Report data access method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103501333B (en) Method, device and terminal equipment for downloading files
CN103546570A (en) Method, device and terminal for achieving network client-side cross-domain data request
CN103596017B (en) Video downloading method and system
CN103678605B (en) A kind of method of information transfer, device and terminal device
CN103475667A (en) Method, device and system for controlling access router
CN103634717B (en) A kind of method, device and the terminal device of the control of utilization earphone
CN104168340A (en) Domain name resolution method, server, terminal and system
CN103929796A (en) Access point sharing method and device
CN103543913A (en) Terminal device operation method and device, and terminal device
CN103618514A (en) Volume adjustment method, device and electronic equipment
CN103607713A (en) Method, apparatus, device and system for network access
CN103513769A (en) Method, device and mobile terminal for setting key function
CN103678259B (en) The adaptation method of a kind of page, device and terminal unit
CN105554522A (en) Method for playing audio in group, server and terminal
CN103716793A (en) Access point information sharing method and apparatus
CN103744968A (en) Method and device for pushing information in application of terminal
CN104135502B (en) A kind of method, relevant device and system realizing application message and remind
CN103596145A (en) Information automatic responding method, device and terminal equipment
CN104426963A (en) Terminal associating method and terminal
CN103687063B (en) A kind of method of interconnection network, device and terminal equipment
CN103475972A (en) Connecting part for headset plug, headset plug and terminal
CN103687060A (en) Terminal communication method, terminal communication device and terminals
CN103298163A (en) Interface management method and device for multi-card terminal
CN103763112A (en) User identity protection method and apparatus
CN104954159A (en) Network information statistics method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for 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: 20140129