CN105677708A - Data access method and apparatus - Google Patents

Data access method and apparatus Download PDF

Info

Publication number
CN105677708A
CN105677708A CN201511000951.XA CN201511000951A CN105677708A CN 105677708 A CN105677708 A CN 105677708A CN 201511000951 A CN201511000951 A CN 201511000951A CN 105677708 A CN105677708 A CN 105677708A
Authority
CN
China
Prior art keywords
html5 page
http request
business datum
loaded
supplied
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
CN201511000951.XA
Other languages
Chinese (zh)
Inventor
朱德伟
徐冰
李伟奇
李树前
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201511000951.XA priority Critical patent/CN105677708A/en
Publication of CN105677708A publication Critical patent/CN105677708A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention provides a data access method and apparatus. Emitting of a http request and loading of a html5 page are two processes which are mutually independent, the emitting of the http request is not dependent on JS in the html5 page, and the limitation that the http request must be executed after the html5 page is loaded completely is not necessary. Compared with the prior art that the http request must be executed after the html5 page is loaded completely, data access speed and efficiency can be improved.

Description

Data access method and device
Technical field
The application relates to web technologies, particularly to data access method and device.
Background technology
Mixed mode applications (HybridApp), the advantage such as development cost because having primary APP and HTML (html:hypertextmark-uplanguage) 5 exploitation concurrently is low, easily scalable etc. and is used widely.
In mixed mode applications, when Android (Android) client needs to access the business datum on server, Android client sends http request to server, server returns business datum to Android client when receiving the http request of Android client transmission, when Android client receives the business datum that server returns, Android client refreshes the business datum that the html5 page being complete loading obtains from server with display.
Obtain in the description of business datum in above-mentioned Android client, http request is that literal translation formula script (JS:JavaScript) that Android client is passed through to call in the html5 page sends, and this JS just required in the html5 page before Android client sends http request has loaded.
Namely, when Android client needs to access the business datum on server, if the JS in the html5 page has not also loaded, then Android client does not send http request, and be to wait for, until the JS in the html5 page has loaded, carrying out http request afterwards again, this can cause that on Android client access server, the time of business datum is long, efficiency comparison is low.
Summary of the invention
This application provides data access method and device. To accelerate the service data visitation of client, improve service data visitation efficiency
The technical scheme that the application provides includes:
A kind of data access method, the method is applied to client, including:
Http request parameter is configured by configuration file;
Load the html5 page that this client carries in file;
Http request is sent to server based on described http request parameter;
Receive the business datum that server returns for described http request;
When the described html5 page is not fully complete loading, the business datum of reception is stored in local queue, and when the described html5 page completes to load, business datums all in local queue is loaded into the described html5 page and is supplied to user.
A kind of DAA, this device is applied to client, including:
Dispensing unit, for configuring http request parameter by configuration file;
Loading unit, for loading the html5 page that this client carries in file;
Transmitting element, for sending http request based on described http request parameter to server;
Receive unit, for receiving the business datum that server returns for described http request;
Processing unit, for when the described html5 page is not fully complete loading, being stored in local queue, and when the described html5 page completes to load, business datums all in local queue be loaded into the described html5 page and be supplied to user by the business datum of reception.
As can be seen from the above technical solutions, in the present invention, http request send two processes that the loading with the html5 page is independent from, http request send the JS being independent of in the html5 page, there is no need restriction and must could perform http request after the html5 page has loaded, comparing existing http request could to perform after the html5 page has loaded, the present invention can improve data access speed and efficiency;
Further, in the present invention, when receiving the business datum that server returns for http request, if the html5 page is also not fully complete loading, then the business datum of reception is stored in queue, after having loaded Deng the html5 page, the multiple business datums returned for multiple http request returned by server being stored in queue are loaded into html5 page furbishing once show, this embodies the html5 page development in the application of hybrid mixed developing on the one hand, the advantage such as html5 page development can be utilized easily scalable, use for reference again the fireballing feature of local http request.
Accompanying drawing explanation
Fig. 1 is method flow diagram provided by the invention;
Fig. 2 is embodiment flow chart provided by the invention;
Fig. 3 is apparatus structure schematic diagram provided by the invention.
Detailed description of the invention
In order to make the object, technical solutions and advantages of the present invention clearly, describe the present invention below in conjunction with the drawings and specific embodiments.
Data access method provided by the invention includes the flow process shown in Fig. 1:
It is method flow diagram provided by the invention referring to Fig. 1, Fig. 1. This flow process is applied to client such as Android client, comprises the following steps:
Step 101, configures http request parameter by configuration file.
As a preferred embodiment of the present invention, this step 101 particularly as follows:
Configure http request parameter by extensible markup language (XML:ExteileMarkuLaguage) and record to XML file.
As an embodiment, http request parameter specifically can at least include: server identification, port, client type, service parameter.
Step 102, loads the html5 page that this client carries in file.
Noting, in this step 102, the html5 page of loading is that client carries in file, not asks from server end.
Step 103, sends http request based on http request parameter to server.
In the present invention, XML file configures http request parameter by XML, its objective is to touch and make client send http request based on this http request parameter, wherein, the corresponding http request of http request parameter. Based on this, if there is multiple http request parameter in XML file, then Androd client can initiate the http request that each http request parameter is corresponding. Wherein, the http request that http request parameter is corresponding at least carries the http request parameter of correspondence.
It addition, as one embodiment of the present of invention, in step 102 load the html5 page that this client carries in file with in this step 103 to send corresponding http request based on described http request parameter to server be synchronization execution.
Can be seen that from step 103, in this step 103, the http request that user end to server sends is based on what the http request parameter in configuration file realized, not as prior art, realize by calling the JS in the html5 page, this has just broken existing customer's end and has had to wait for the JS in the html5 page and loaded the defect that could send http request so that in the present invention, client sends http request and is completely independent of whether the JS in the html5 page has loaded.
Step 104, receives the business datum that server returns for http request.
At step 104, when client receives the business datum that server returns for http request, the html5 page is likely to be not fully complete loading, for this kind of situation, the carrying out of client 105 pairs of business datums received in accordance with the following steps processes, and is specifically shown in step 105.
Step 105, when the html5 page is not fully complete loading, is stored in the business datum of reception local queue, and when the described html5 page completes to load, business datums all in local queue is loaded into the described html5 page and is supplied to user.
Here, business datums all in local queue are loaded into the described html5 page be supplied to user and specifically comprise the steps that
By all business datums splicing composition JS request in local queue, the described JS request of loading extremely described html5 page is supplied to user so that forming the described JS all business datums asked by the mode loaded by network view (webview).
In the present invention, as a preferred embodiment, when in as above step 104, client receives the business datum that server returns for http request, the html5 page completes to load, now, the business datum of reception can be loaded into the described html5 page and be supplied to user by client.
Here, the business datum of reception is loaded into the described html5 page and is supplied to user particularly as follows: the business datum of reception is spliced into JS and asks and by the webview mode loaded, so that forming this JS business datum asked, this JS request of loading extremely described html5 page be supplied to user by client.
So far, complete the flow process shown in Fig. 1 to describe.
Be can be seen that by the flow process shown in Fig. 1, in the present invention, http request send the JS being independent of in the html5 page, http request send two processes that the loading with the html5 page is independent from, there is no regular time sequencing between the two, such as http request and the html5 page load and can synchronize to perform completely, there is no need restriction and must could perform http request after the html5 page has loaded, comparing existing http request could to perform after the html5 page has loaded, the present invention can improve data access speed and efficiency.
Also have, in the present invention, when receiving the business datum that server returns for described http request, if the html5 page is also not fully complete loading, then the business datum of reception is stored in queue, after having loaded Deng the html5 page, the multiple business datums returned for multiple http request returned by server being stored in queue are loaded into html5 page furbishing once show, this embodies the html5 page development in the application of hybrid mixed developing on the one hand, the advantage such as html5 page development can be utilized easily scalable, use for reference again the fireballing feature of local http request.
Below by a specific embodiment, flow process shown in Fig. 1 is described:
It is embodiment flow chart provided by the invention referring to Fig. 2, Fig. 2. This flow process is to be applied to Android client, as in figure 2 it is shown, this flow process can comprise the following steps that
Step 201, the http request parameter adopting XML to be all http request configuration correspondences pending.
If estimating Android client according to application may send L http request, then just adopting XML is the http request parameter that this L http request is respectively configured correspondence.
Hereafter only citing describes by the embodiment that XML is http request parameter corresponding to http request, and http request parameter corresponding to other http request is similar, and only concrete value can be different:
<pluginhttpRequestId=”getPageInfo”ServerUrl=”m.jd.com”port=”8080”needProgressDialog=”true”appKey=”android”appVersion=”4.4.0”>
In the embodiment configuring http request parameter above by XML, http request parameter contains:
HttpRequestId, represents service parameter, is specially getPageInfo;
ServerUrl, representative server identifies, and is specially the url host address m.jd.com of server;
Port, representative server port, it is specially port 8080;
NeedProgressDialog, represents and sends in the process of http request in Androd client, needs to load a progress bar at the page;
AppKey, represents Android client type, be android or or ios, be for android here;
AppVersion, represents Android client version number.
Step 202, loads Android client by webview and carries the html5 page in file.
Step 203, sends http request to server.
As above step 201 describes, if there being L http request, then in this step 203, http request can be sent to server according to network practical situation and practical business demand, such as, need this L http request requested service data and network condition good (network allows to be simultaneously emitted by this L http request and do not cause network congestion), then can be simultaneously emitted by this L http request; Or, it is necessary to these L http request requested service data, but network condition poor (if being simultaneously emitted by this L http request can cause network congestion), then can send this L http request in batches.
Step 204, the html5 page is also not fully complete loading, then, when receiving the business datum that server returns for the http request sent, the business datum of reception be stored in local queue.
The html5 page completes situation about loading, and fairly simple, the present embodiment just no longer specifically describes.
If go to step 204, the business datum being stored in local queue is: business datum 1, business datum 2, business datum 3 ... business datum L. This L business datum is that above-mentioned L service request is requested.
Step 205, it is judged that whether the html5 page completes to load, if it is, perform step 206, if it does not, return step 205.
Generally, when the html5 page has loaded, the html5 page can trigger a loading and complete mark to client, based on this, can complete mark according to loading and determine whether the html5 page completes to load, particularly as follows:
Determine whether that receiving the loading triggered when the html5 page has loaded completes mark;If it is not, then determine that the described html5 page is not fully complete loading, if it is, determine that the described html5 page completes to load.
Step 206, by all business datums splicing composition JS request in local queue, by the webview mode loaded by described JS request of loading to the html5 page so that all business datums forming described JS request are supplied to user.
Here, in step 206, the above-mentioned JS that business datums all in local queue is spliced into asks to include:
Check that whether the business datum quantity existed in local queue is less than or equal to predetermined threshold value N,
If it is, all business datums splicing in local queue is consisted of JS request;
If it does not, by traffic data packets all in local queue in units of N, for each group, the business datum in this group is spliced composition JS request.
It should be noted that, for different groups, the JS request difference of business datum therein splicing composition, also have, the business datum quantity existed in possible local queue is not the multiple of N, then, in units of N by all traffic data packets in local queue time, just have a group, the business datum quantity that it comprises is less than N, and this does not affect the realization of the present invention.
Describing with step 204, the business datum being stored in local queue is: business datum 1, business datum 2, business datum 3 ... business datum L are example; Then hereafter citing describes how to realize the JS loading asked by the webview mode loaded:
Webview.loadurl(“try{
HttpResponse (" business datum 1 ", " business datum 2 ", " business datum 3 " ... " business datum L ") } catch (e) { })
Just can by JS request of loading to the html5 page by the above-mentioned webview mode loaded, so, in the local queue comprised in JS request, all business datums will in html5 page presentation.
It should be noted that in step 105, as a preferred embodiment, above by the webview mode loaded by JS request of loading to the html5 page so that the business datum forming this JS request is supplied to user can be:
Load the mode of local JS by primary webview JS request sent to the html5 page and refresh the html5 page so that all business datums that the html5 page presents composition JS request are supplied to user.
So far, the flow process shown in Fig. 2 is completed.
Above method provided by the invention is described, below device provided by the invention is described:
It is structure drawing of device provided by the invention referring to Fig. 3, Fig. 3. This device is applied to client such as Android client, as it is shown on figure 3, this device comprises the steps that
Dispensing unit, for configuring http request parameter by configuration file, it is preferable that http request parameter at least includes server identification, port, client type, service parameter;
Loading unit, for loading the html5 page that this client carries in file;
Transmitting element, for sending http request based on described http request parameter to server;
Receive unit, for receiving the business datum that server returns for described http request;
Processing unit, for when the html5 page is not fully complete loading, being stored in local queue, and when the described html5 page completes to load, business datums all in local queue be loaded into the described html5 page and be supplied to user by the business datum of reception.
Preferably, in the present invention, the business datum of reception when the described html5 page completes to load, is loaded into the described html5 page and is supplied to user by described processing unit further.
Preferably, in the present invention, dispensing unit configures http request parameter by XML and records to XML file.
Preferably, in the present invention, complete mark when described processing unit receives the loading triggered when the described html5 page has loaded, then mean that the described html5 page is not fully complete loading; Otherwise, then mean that the described html5 page completes to load.
Preferably, in the present invention, business datums all in local queue are loaded into the described html5 page and are supplied to user and include by described processing unit:
By all business datums splicing composition literal translation formula script JS request in local queue, by the network view webview mode loaded by described JS request of loading to the described html5 page so that all business datums forming described JS request are supplied to user;
The business datum of reception is loaded into the described html5 page and is supplied to user and includes by described processing unit:
The business datum of reception is spliced into JS ask and by the webview mode loaded, so that forming this JS business datum asked, this JS request of loading extremely described html5 page be supplied to user.
Preferably, in the present invention, all business datums splicing composition JS request in local queue is included by described processing unit:
Check that whether the business datum quantity existed in local queue is less than or equal to predetermined threshold value N,
If it is, by all business datums splicing composition JS request in local queue;
If it does not, by traffic data packets all in local queue in units of N, for each group, the business datum in this group is spliced composition JS request.
Preferably, in the present invention, described loading unit loads the html5 page that this client carries in file, and to send corresponding http request based on described http request parameter to server with described transmitting element be synchronize execution.
So far, complete device provided by the invention to describe.
The foregoing is only presently preferred embodiments of the present invention, not in order to limit the present invention, all within the spirit and principles in the present invention, any amendment of making, equivalent replacement, improvement etc., should be included within the scope of protection of the invention.

Claims (10)

1. a data access method, it is characterised in that the method is applied to client, including:
Http request parameter is configured by configuration file;
Load the html5 page that this client carries in file;
Http request is sent to server based on described http request parameter;
Receive the business datum that server returns for described http request;
When the described html5 page is not fully complete loading, the business datum of reception is stored in local queue, and when the described html5 page completes to load, business datums all in local queue is loaded into the described html5 page and is supplied to user.
2. method according to claim 1, it is characterised in that the method farther includes:
When the described html5 page completes to load, the business datum of reception is loaded into the described html5 page and is supplied to user.
3. method according to claim 1, it is characterised in that described by configuration file configure http request parameter include:
Configure http request parameter by expandable mark language XML and record to XML file.
4. method according to claim 1, it is characterised in that described business datums all in local queue are loaded into the described html5 page are supplied to user and include:
By all business datums splicing composition literal translation formula script JS request in local queue, by the network view webview mode loaded by described JS request of loading to the described html5 page so that all business datums forming described JS request are supplied to user;
Described the business datum of reception is loaded into the described html5 page it is supplied to user and includes:
The business datum of reception is spliced into JS ask and by the webview mode loaded, so that forming this JS business datum asked, this JS request of loading extremely described html5 page be supplied to user.
5. method according to claim 4, it is characterised in that the described composition JS that all business datums in local queue spliced asks to include:
Check that whether the business datum quantity existed in local queue is less than or equal to predetermined threshold value N,
If it is, by all business datums splicing composition JS request in local queue;
If it does not, by traffic data packets all in local queue in units of N, for each group, the business datum in this group is spliced composition JS request.
6. according to the arbitrary described method of claim 1 to 5, it is characterised in that described this client of loading carries the html5 page in file and sends corresponding http request based on described http request parameter to server is synchronization execution.
7. a DAA, it is characterised in that this device is applied to client, including:
Dispensing unit, for configuring http request parameter by configuration file;
Loading unit, for loading the html5 page that this client carries in file;
Transmitting element, for sending http request based on described http request parameter to server;
Receive unit, for receiving the business datum that server returns for described http request;
Processing unit, for when the described html5 page is not fully complete loading, being stored in local queue, and when the described html5 page completes to load, business datums all in local queue be loaded into the described html5 page and be supplied to user by the business datum of reception.
8. device according to claim 7, it is characterised in that the business datum of reception when the described html5 page completes to load, is loaded into the described html5 page and is supplied to user by described processing unit further.
9. device according to claim 7, it is characterised in that business datums all in local queue are loaded into the described html5 page and are supplied to user and include by described processing unit:
By all business datums splicing composition literal translation formula script JS request in local queue, by the network view webview mode loaded by described JS request of loading to the described html5 page so that all business datums forming described JS request are supplied to user;
The business datum of reception is loaded into the described html5 page and is supplied to user and includes by described processing unit:
The business datum of reception is spliced into JS ask and by the webview mode loaded, so that forming this JS business datum asked, this JS request of loading extremely described html5 page be supplied to user.
10. device according to claim 7, it is characterised in that described loading unit loads the html5 page that this client carries in file, and to send corresponding http request based on described http request parameter to server with described transmitting element be synchronize execution.
CN201511000951.XA 2015-12-28 2015-12-28 Data access method and apparatus Pending CN105677708A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511000951.XA CN105677708A (en) 2015-12-28 2015-12-28 Data access method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511000951.XA CN105677708A (en) 2015-12-28 2015-12-28 Data access method and apparatus

Publications (1)

Publication Number Publication Date
CN105677708A true CN105677708A (en) 2016-06-15

Family

ID=56297706

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511000951.XA Pending CN105677708A (en) 2015-12-28 2015-12-28 Data access method and apparatus

Country Status (1)

Country Link
CN (1) CN105677708A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107888400A (en) * 2016-09-30 2018-04-06 北京京东尚科信息技术有限公司 A kind of data capture method, device and terminal device
CN111224880A (en) * 2019-12-31 2020-06-02 北京健康之家科技有限公司 Interface data acquisition method and device for single-page application and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040024815A1 (en) * 1999-06-16 2004-02-05 Satoshi Kawase Method and system for changing a collaborating client behavior according to context
CN101551819A (en) * 2009-04-30 2009-10-07 用友软件股份有限公司 A method for rendering large-scale Web page
CN102065572A (en) * 2009-11-17 2011-05-18 中国移动通信集团广东有限公司 Mobile browser, gateway, browsing system and access method for internet page
CN102325191A (en) * 2011-10-08 2012-01-18 新一站保险代理有限公司 Fully automatic treatment method and frame without page refresh
CN103500199A (en) * 2013-09-24 2014-01-08 北京大学 Webpage rendering accelerating method and system based on pre-loaded Cloud template

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040024815A1 (en) * 1999-06-16 2004-02-05 Satoshi Kawase Method and system for changing a collaborating client behavior according to context
CN101551819A (en) * 2009-04-30 2009-10-07 用友软件股份有限公司 A method for rendering large-scale Web page
CN102065572A (en) * 2009-11-17 2011-05-18 中国移动通信集团广东有限公司 Mobile browser, gateway, browsing system and access method for internet page
CN102325191A (en) * 2011-10-08 2012-01-18 新一站保险代理有限公司 Fully automatic treatment method and frame without page refresh
CN103500199A (en) * 2013-09-24 2014-01-08 北京大学 Webpage rendering accelerating method and system based on pre-loaded Cloud template

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107888400A (en) * 2016-09-30 2018-04-06 北京京东尚科信息技术有限公司 A kind of data capture method, device and terminal device
CN111224880A (en) * 2019-12-31 2020-06-02 北京健康之家科技有限公司 Interface data acquisition method and device for single-page application and storage medium

Similar Documents

Publication Publication Date Title
CN106528432B (en) The construction method and device of test scene data bury a test method
CN107636722B (en) Management method and management server for utilizing multiple SIM cards
CN101216834B (en) File downloading method, system, device and server
CN103942225A (en) Method and system for invoking resources of Hybrid App client and client
JP2015167014A (en) Method, apparatus, sever and system for implementing web application
CN103973682B (en) Carry out the method and device of web page access
CN103209223A (en) Distributed application conversation information sharing method and system and application server
CN103780714A (en) Method and apparatus for probing DNS server
CN103475744A (en) Resource downloading method, device and system on basis of Web application
CN105141709B (en) Determine the method and device of page jump in application program
CN105657000A (en) Message transmission method and device
CN108804515B (en) Webpage loading method, webpage loading system and server
CN109819033A (en) A kind of resource file loading method and system
CN104967644A (en) Message push method, apparatus and system
CN104301311A (en) Method and device for filtering network data content through DNS
CN103533080A (en) Dispatching method and device for LVS (Linux virtual server)
CN108900562B (en) Login state sharing method and device, electronic equipment and medium
CN108712428A (en) A kind of method and device carrying out device type identification to terminal
CN105450585A (en) Information transmission method and device
RU2665240C2 (en) Method and device for page insertion
CN105677708A (en) Data access method and apparatus
CN105721632A (en) Wireless access method and wireless access device based on DNS (Domain Name System) mechanism
CN109446445A (en) A kind of resource acquiring method and device
US20120246235A1 (en) Attribute information sharing providing system, access information management device, access information proxy management device, method and program therefor
CN106484720A (en) The method and apparatus that the effectiveness of URL is promoted in a kind of detection

Legal Events

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

Application publication date: 20160615

RJ01 Rejection of invention patent application after publication