CN103544209A - Method and system for web page access - Google Patents

Method and system for web page access Download PDF

Info

Publication number
CN103544209A
CN103544209A CN201310376979.8A CN201310376979A CN103544209A CN 103544209 A CN103544209 A CN 103544209A CN 201310376979 A CN201310376979 A CN 201310376979A CN 103544209 A CN103544209 A CN 103544209A
Authority
CN
China
Prior art keywords
code
webpage
scripted
scripted code
request
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
CN201310376979.8A
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.)
World (Shanghai) Technology Development Co., Ltd.
Original Assignee
Shenzhen Temobi Science and 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 Shenzhen Temobi Science and Technology Co Ltd filed Critical Shenzhen Temobi Science and Technology Co Ltd
Priority to CN201310376979.8A priority Critical patent/CN103544209A/en
Publication of CN103544209A publication Critical patent/CN103544209A/en
Pending legal-status Critical Current

Links

Images

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

Landscapes

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

Abstract

The invention provides a method and system for web page access. The method includes the steps of receiving an access request containing a web page URL, requesting a web page server corresponding to the web page URL to obtain a web page source code according to the access request, receiving a response code which is fed back, judging whether a response code representing successful access is received, if the answer is yes, obtaining the web page source code, obtaining a script code of a web page according to the web page source code, analyzing the script code, generating a hypertext markup language code, and inserting the hypertext markup language code into the web page source code. According to the method for web page access, complete request context can be obtained according to the access request, support for the script code is provided, and accurate data can be obtained when the request context is used in follow-up steps for processing. The invention further provides the system for web page access.

Description

The method and system of accessed web page
Technical field
The present invention relates to Internet technical field, particularly relate to a kind of method and system of accessed web page.
Background technology
At present, there is multiple lightweight HTTP(HTTP) access component, as the HTTP access component that JAVA carries, Apache HTTPClient .NET(.NET is Microsoft XML Web Services platform.XML Web Services allows application program to carry out communication and shared data by Internet, and be which kind of operating system regardless of what adopt, equipment or programming language) HTTPClient that carries etc., but while using the webpage that these HTTP access component request access comprise scripted code, (such as using web crawlers, (web crawlers is a kind of program of automatic acquisition web page contents, the important component part of search engine) obtain web page contents, during page monitoring etc.), can not obtain complete request content, the content partly comprising such as scripted code is " in page loading ", like this, can make later use request content process the data that obtain inaccurate, such as using web crawlers cannot get the content of scripted code part.
Summary of the invention
Based on this, be necessary to comprise scripted code for the traditional HTTP access component request access of above-mentioned use webpage time can not obtain complete request content, make later use request content process the inaccurate problem of the data that obtain, a kind of method and system of accessed web page is provided.
A method for accessed web page, described method comprises:
The request of access that reception comprises webpage URL;
According to described request of access, to web page server acquisition request webpage source code corresponding to described webpage URL;
The answer code that reception is returned, judges whether to receive the successful answer code of expression access, if so,
Obtain described webpage source code, according to described webpage source code, obtain the scripted code of webpage;
Resolve described scripted code, generate HTML (Hypertext Markup Language) code;
By described HTML (Hypertext Markup Language) code insertion in described webpage source code.
A system for accessed web page, described system comprises:
Request receiving module, for receiving the request of access that comprises webpage URL;
Request module, for according to described request of access, to web page server acquisition request webpage source code corresponding to described webpage URL;
Answer code processing module, for receiving the answer code returning, judges whether to receive the successful answer code of expression access;
Scripted code acquisition module, for when receiving the successful answer code of expression access, obtains described webpage source code, obtains the scripted code of webpage according to described webpage source code;
Scripted code parsing module, for resolving described scripted code, generates HTML (Hypertext Markup Language) code;
Insert module, for by described HTML (Hypertext Markup Language) code insertion to described webpage source code.
The method and system of above-mentioned accessed web page, according to the webpage URL in the request of access receiving, obtain webpage source code, the answer code that reception is returned, when receiving the successful answer code of expression access, according to webpage source code, obtain scripted code, control script engine and resolve scripted code, generate HTML (Hypertext Markup Language) code, again by HTML (Hypertext Markup Language) code insertion in webpage source code, obtained complete request content, support to scripted code is provided, when this request content of later use is processed, can have accessed data accurately.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the method for accessed web page in an embodiment;
Fig. 2 is the structured flowchart of the system of accessed web page in an embodiment;
Fig. 3 is the structured flowchart of the scripted code parsing module of an embodiment in Fig. 2.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
As shown in Figure 1, in one embodiment, provide a kind of method of accessed web page, having comprised:
Step 102, receives the request of access that comprises webpage URL.
An interface encapsulation can be provided, for the response of request of access and request of access being carried out to unified interface, describe, for request of access provides unified entrance.
In one embodiment, step 102 comprises: provide and comprise the request passing in HTTP interface, WebService(other system that can receive from Internet or Intranet, the independently mechanics of communication of lightweight.) interface and Socket(socket, for describing IP address and port, be the handle of a communication chain) at least one external interface in interface; By external interface, receive the request of access that comprises webpage URL.By external interface, request of access can be converted to the request of access of unified form, realize the support to multiple interfaces, improve the compatibility of the method application.
In one embodiment, before step 102, also comprise: initialization operational factor, running environment and/or external interface.
Step 104, according to request of access, to web page server acquisition request webpage source code corresponding to webpage URL.
By the webpage URL in request of access, can obtain from name server the IP address of the web page server that webpage URL is corresponding, thereby to this IP address corresponding web page server acquisition request webpage source code.
In one embodiment, step 104 comprises: judge in request of access whether comprise authentication information, if so, according to authentication information, to web page server corresponding to webpage URL, send authentication request; Receive authentication by after the webpage source code that returns.If do not comprise authentication information, carry out to the step of web page server acquisition request webpage source code corresponding to webpage URL.Support to authentication is provided in the present embodiment, can preset Basic, Digest, NTLMv1, NTLMv2, NTLM2Session, SPNEGO(Simple and Protected GSS-API Negotiation,, Kerberos(network authenticating protocol) etc. a kind of security protocol of using GSS-API authentication mechanism) authentication pattern, selects corresponding authentication pattern to send authentication request to web page server corresponding to webpage URL according to authentication information.Server receives after authentication request, according to authentication request, carries out authentication, authentication by after return to webpage source code.Such as comprising user account and password in authentication request, server is received after authentication request, and user account and password are verified to realize authentication.
Step 106, receives the answer code returning, and judges whether to receive to represent the successful answer code of access, if so, performs step 108, performs step 114 if not.
Web page server can return to a HTTP header file that comprises answer code, and answer code has represented the relevant information of requested webpage.Such as if the answer code receiving is 200, represent to receive the successful answer code of expression access, accessed web page success.
In one embodiment, after receiving the step of the answer code returning, also comprise: judge whether to receive the redirected answer code of expression, if so, to web page server acquisition request webpage source code corresponding to redirected webpage URL.If the answer code receiving is 301, represent that webpage position is moved, server has returned to redirected webpage URL simultaneously, thereby can obtain webpage source code by this redirected webpage URL.
Step 108, obtains webpage source code, obtains the scripted code of webpage according to webpage source code.
Receive and represent, after the successful answer code of access, to obtain webpage source code, according to webpage source code, obtain the scripted code of webpage.
In one embodiment, the step of obtaining the scripted code of webpage according to webpage source code comprises: the scripted code obtaining in webpage source code imports statement, and the scripted code URL in declaring by importing obtains scripted code.Scripted code in webpage source code imports statement, can be by the statement of the scripted code of the src attribute reference document form in script tag <script>, can obtain by the src attribute in detection script label <script> scripted code and import statement.Can pass through XML(extensible markup language, extend markup language) xpath(XML Path Language, XML path language, a kind of language that is used for determining certain part position in XML document) or regular expression etc. obtain scripted code and import statement.
Illustrate, scripted code can be JavaScript scripted code, scripted code in webpage source code imports while being claimed as " <script type=" text/javascript " src=" http://misc.360buyimg.com/lib/js/2012base-v1.js " charset=" gb3212 " ></script> ", the scripted code URL that src attribute-bit has gone out the scripted code importing is " http://misc.360buyimg.com/lib/js/2012base-v1.js ", by this scripted code URL, can obtain scripted code from server corresponding to this scripted code URL.The scripted code importing exists with the form of general class libraries.If there are a plurality of importing statements in webpage, corresponding a plurality of scripted codes, download successively and preserve.
In one embodiment, the step of obtaining the scripted code of webpage according to webpage source code comprises: from webpage source code, obtain scripted code.In webpage source code, can use script tag <script> and </script> to identify scripted code, thereby obtain scripted code by script tag.Such as have " <script type=" text/javascript " > (function () [var o=document.getElementByld (" nav-auction ") in webpage source code; if (Math.ceil (Math.random () * 10) >=7) { o.setAttributhref=' http://auctio n.jd.com/ t=pm ' > auction </a> " } else{o.innerHTML=" <a href=' http://auction.jd.com/ t=db ' > takes precious </script> by force " time, " (function () [the var o=document.getElementByld (" nav-auction ") between script tag <script> and </script>, if (Math.ceil (Math.random () * 10) >=7) { o.setAttributhref=' http://auction.jd.com/ t=pm ' > auction </a> " } else{o.innerHTML=" <a href=' http://auction.jd.com/ t=db ' > takes treasured by force " be scripted code.
Step 110, resolves scripted code, generates HTML (Hypertext Markup Language) code.
After getting scripted code, can control script engine and resolve this scripted code, script engine is preferably Google Chome v8 engine (the JavaScript script engine of being developed by Denmark Google), generates HTML (Hypertext Markup Language) code.
In one embodiment, step 110 comprises: scripted code is submitted to script engine and generate the context (Context, the running environment of scripted code) corresponding with scripted code; Scripted code and the context corresponding with scripted code are submitted to script engine, control script engine and based on context resolve scripted code, generate HTML (Hypertext Markup Language) code.
Context is the running environment of scripted code, when carrying out scripted code, has always some environmental variances or overall situation function, and context provides running environment for these environmental variances or overall situation function.Context can be nested, be that current function has a context, if there is again a context while controlling other function, in controlled function, scripted code is to be as the criterion with nearest context, when exiting this function, returned to again original context.
In one embodiment, scripted code is submitted to before script engine generates contextual step, also comprise: detect whether there be the context corresponding with scripted code, carry out if not scripted code is submitted to the script engine generation contextual step corresponding with scripted code.In the present embodiment, before generating context, first detect whether there be the context corresponding with scripted code, when not existing, scripted code is submitted to script engine and generate the context corresponding with scripted code.Can set up scripted code storehouse, for identical scripted code, can only generate context one time, avoid repeatedly generating performance loss and the memory consumption that context brings.
Step 112, by HTML (Hypertext Markup Language) code insertion in webpage source code.
The HTML (Hypertext Markup Language) code insertion of resolving scripted code acquisition, in webpage source code, has just been obtained to complete request content.
Step 114, makes corresponding response according to the answer code receiving.
Such as when receiving while representing the failed answer code of access, can be according to default processing mode again to web page server acquisition request webpage source code corresponding to webpage URL, or finish the method flow process.
The method and system of above-mentioned accessed web page, according to the webpage URL in the request of access receiving, obtain webpage source code, the answer code that reception is returned, when receiving the successful answer code of expression access, according to webpage source code, obtain scripted code, resolve scripted code, generate HTML (Hypertext Markup Language) code, again by HTML (Hypertext Markup Language) code insertion in webpage source code, obtained complete request content, the support to scripted code is provided.When the method for this accessed web page is applied to web crawlers, webpage monitoring, while utilizing this request content to process, can access data accurately.Without processing the code of drawing interface in webpage source code, without download pictures, to local, can reach the object of fast access, even high and give also and can keep availability and stability.
As shown in Figure 2, in one embodiment, provide a kind of system of accessed web page, having comprised:
Request receiving module 202, for receiving the request of access that comprises webpage URL.
Request module 204, for according to request of access, to web page server acquisition request webpage source code corresponding to webpage URL.
Answer code processing module 206, for receiving the answer code returning, judges whether to receive the successful answer code of expression access.
Scripted code acquisition module 208, for when receiving the successful answer code of expression access, obtains webpage source code, obtains the scripted code of webpage according to webpage source code.
Scripted code parsing module 210, for resolving scripted code, generates HTML (Hypertext Markup Language) code.
Insert module 212, for by HTML (Hypertext Markup Language) code insertion to webpage source code.
In one embodiment, request receiving module 202 is also for providing at least one the external interface that comprises HTTP interface, WebService interface and Socket interface; By external interface, receive the request of access that comprises webpage URL.
In one embodiment, scripted code acquisition module 208 also imports statement for obtaining the scripted code of webpage source code, and the scripted code URL in declaring by importing obtains the scripted code of webpage; And/or from webpage source code, obtain the scripted code of webpage.
As shown in Figure 3, in one embodiment, scripted code parsing module 210 comprises:
Context generation module 210a, generates the context corresponding with scripted code for scripted code being submitted to script engine.
HTML (Hypertext Markup Language) code generation module 210b, for scripted code and the context corresponding with scripted code are submitted to script engine, controls script engine and based on context resolves scripted code, generates HTML (Hypertext Markup Language) code.
In one embodiment, context generation module 210a, also for detection of whether there is the context corresponding with scripted code, carries out if not scripted code is submitted to the script engine generation context corresponding with scripted code.
The system of above-mentioned accessed web page, can independent operating, also can be packaged into dynamic link library.After being packaged into dynamic link library, can directly be integrated in heterogeneous system, by isomery method of calling call request receiver module 202, as used Java JNI(Java Native Interface, Java calls this locality) call request receiver module 202.
Above embodiment has only expressed several embodiment of the present invention, and it describes comparatively concrete and detailed, but can not therefore be interpreted as the restriction to the scope of the claims of the present invention.It should be pointed out that for the person of ordinary skill of the art, without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.

Claims (10)

1. a method for accessed web page, described method comprises:
The request of access that reception comprises webpage URL;
According to described request of access, to web page server acquisition request webpage source code corresponding to described webpage URL;
The answer code that reception is returned, judges whether to receive the successful answer code of expression access, if so,
Obtain described webpage source code, according to described webpage source code, obtain the scripted code of webpage;
Resolve described scripted code, generate HTML (Hypertext Markup Language) code;
By described HTML (Hypertext Markup Language) code insertion in described webpage source code.
2. method according to claim 1, is characterized in that, the request of access that described reception comprises webpage URL, comprising:
At least one the external interface comprising in HTTP interface, WebService interface and Socket interface is provided;
The request of access that comprises webpage URL described in receiving by described external interface.
3. method according to claim 1, is characterized in that, the described scripted code that obtains webpage according to described webpage source code, comprising:
The scripted code obtaining in described webpage source code imports statement, obtains the scripted code of described webpage by the scripted code URL in described importing statement; And/or
From described webpage source code, obtain the scripted code of described webpage.
4. method according to claim 1, is characterized in that, the described scripted code of described parsing generates HTML (Hypertext Markup Language) code, comprising:
Described scripted code is submitted to script engine and generate the context corresponding with described scripted code;
Described scripted code and the context corresponding with described scripted code are submitted to described script engine, control described script engine and resolve described scripted code according to described context, generate HTML (Hypertext Markup Language) code.
5. method according to claim 4, is characterized in that, described described scripted code is submitted to before script engine generates context, also comprises:
Detect whether there be the context corresponding with described scripted code, carry out if not and describedly described scripted code is submitted to script engine generate the contextual step corresponding with described scripted code.
6. a system for accessed web page, is characterized in that, described system comprises:
Request receiving module, for receiving the request of access that comprises webpage URL;
Request module, for according to described request of access, to web page server acquisition request webpage source code corresponding to described webpage URL;
Answer code processing module, for receiving the answer code returning, judges whether to receive the successful answer code of expression access;
Scripted code acquisition module, for when receiving the successful answer code of expression access, obtains described webpage source code, obtains the scripted code of webpage according to described webpage source code;
Scripted code parsing module, for resolving described scripted code, generates HTML (Hypertext Markup Language) code;
Insert module, for by described HTML (Hypertext Markup Language) code insertion to described webpage source code.
7. system according to claim 6, is characterized in that, described request receiver module is also for providing at least one the external interface that comprises HTTP interface, WebService interface and Socket interface; The request of access that comprises webpage URL described in receiving by described external interface.
8. system according to claim 6, is characterized in that, described scripted code acquisition module also imports statement for obtaining the scripted code of described webpage source code, obtains the scripted code of described webpage by the scripted code URL in described importing statement; And/or from described webpage source code, obtain the scripted code of described webpage.
9. system according to claim 6, is characterized in that, described scripted code parsing module comprises:
Context generation module, generates the context corresponding with described scripted code for described scripted code being submitted to script engine;
HTML (Hypertext Markup Language) code generation module, for described scripted code and the context corresponding with described scripted code are submitted to described script engine, control described script engine and resolve described scripted code according to described context, generate HTML (Hypertext Markup Language) code.
10. system according to claim 9, it is characterized in that, described context generation module, also for detection of whether there is the context corresponding with described scripted code, is carried out if not described scripted code is submitted to the script engine generation context corresponding with described scripted code.
CN201310376979.8A 2013-08-26 2013-08-26 Method and system for web page access Pending CN103544209A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310376979.8A CN103544209A (en) 2013-08-26 2013-08-26 Method and system for web page access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310376979.8A CN103544209A (en) 2013-08-26 2013-08-26 Method and system for web page access

Publications (1)

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

Family

ID=49967662

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310376979.8A Pending CN103544209A (en) 2013-08-26 2013-08-26 Method and system for web page access

Country Status (1)

Country Link
CN (1) CN103544209A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317570A (en) * 2014-09-29 2015-01-28 北京掌中经纬技术有限公司 Device and method for dynamically analyzing web application
CN105005596A (en) * 2015-07-02 2015-10-28 深圳市信锐网科技术有限公司 Page display method and page display device
WO2020024399A1 (en) * 2018-08-02 2020-02-06 平安科技(深圳)有限公司 Page rendering method and apparatus, computer device, and storage medium
CN112579235A (en) * 2020-12-16 2021-03-30 平安银行股份有限公司 Method, transcoding center, client, device and medium for internationalizing response data
CN112764759A (en) * 2021-01-21 2021-05-07 商客通尚景科技(上海)股份有限公司 Method and system for dynamically adding or refreshing webpage

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130117252A1 (en) * 2011-11-09 2013-05-09 Google Inc. Large-scale real-time fetch service
CN103164446A (en) * 2011-12-14 2013-06-19 阿里巴巴集团控股有限公司 Webpage request information response method and webpage request information response device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130117252A1 (en) * 2011-11-09 2013-05-09 Google Inc. Large-scale real-time fetch service
CN103164446A (en) * 2011-12-14 2013-06-19 阿里巴巴集团控股有限公司 Webpage request information response method and webpage request information response device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张媚: "Ajax友好的网络爬虫设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
范轩苗等: "一种基于Ajax的爬虫模型的设计与实现", 《计算机应用与软件》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317570A (en) * 2014-09-29 2015-01-28 北京掌中经纬技术有限公司 Device and method for dynamically analyzing web application
CN104317570B (en) * 2014-09-29 2017-12-12 北京掌中经纬技术有限公司 The apparatus and method of dynamic analysis Web applications
CN105005596A (en) * 2015-07-02 2015-10-28 深圳市信锐网科技术有限公司 Page display method and page display device
CN105005596B (en) * 2015-07-02 2018-10-30 深圳市信锐网科技术有限公司 page display method and device
WO2020024399A1 (en) * 2018-08-02 2020-02-06 平安科技(深圳)有限公司 Page rendering method and apparatus, computer device, and storage medium
CN112579235A (en) * 2020-12-16 2021-03-30 平安银行股份有限公司 Method, transcoding center, client, device and medium for internationalizing response data
CN112579235B (en) * 2020-12-16 2024-05-21 平安银行股份有限公司 Method, transcoding center, client, device and medium for internationalization of response data
CN112764759A (en) * 2021-01-21 2021-05-07 商客通尚景科技(上海)股份有限公司 Method and system for dynamically adding or refreshing webpage
CN112764759B (en) * 2021-01-21 2023-10-27 商客通尚景科技(上海)股份有限公司 Method and system for dynamically adding or refreshing web pages

Similar Documents

Publication Publication Date Title
US8595284B2 (en) Web application script migration
KR102243793B1 (en) Method and apparatus for code virtualization and remote process call generation
JP2019032883A (en) Method, apparatus, server and system for implementing web application
EP3002927B1 (en) Page redirection method, routing device, terminal device and system
US20190327287A1 (en) Data acquisition method and device
US20030065810A1 (en) Selective edge processing of dynamically generated content
CN107635027B (en) Domain name resolution method, medium, device and computing equipment
CN103873918B (en) Image processing method, device and terminal
CN106126693B (en) Method and device for sending related data of webpage
CN107995153B (en) Form data verification method and form data verification device
CN103544209A (en) Method and system for web page access
CN110365724B (en) Task processing method and device and electronic equipment
US20120226784A1 (en) Automated server controlled client-side logging
CN102096582A (en) Off-line gadget integration development environment
CN108494762A (en) Web access method, device and computer readable storage medium, terminal
CN106534280B (en) Data sharing method and device
CN104572099A (en) Assembly and middleware based low-coupling frame data processing method and system
CN108600377A (en) A kind of pause method of file download, device, terminal and storage medium
JP5039946B2 (en) Technology for relaying communication between client devices and server devices
CN104123143A (en) User control loading system and method
US20070055663A1 (en) Programmatic response for detected variants of HTTP requests
CN111679828B (en) Data processing method and device, electronic equipment and storage medium
JP5535184B2 (en) Browser execution script conversion system and browser execution script conversion program
US20120185575A1 (en) BREW Service Download System and Implementation Method Thereof
CN107436927B (en) Application method and system of UI component

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
C53 Correction of patent of invention or patent application
CB02 Change of applicant information

Address after: 518057 Guangdong, Shenzhen Province, science and technology, South Road, No. twelve Changhong science and technology building, building 19, unit 01-11, unit 18

Applicant after: SHENZHEN TEMOBI TECHNOLOGY CO., LTD.

Address before: 518057 Guangdong, Shenzhen Province, science and technology, South Road, No. twelve Changhong science and technology building, building 19, unit 01-11, unit 18

Applicant before: Shenzhen Temobi Science & Tech Development Co.,Ltd.

COR Change of bibliographic data

Free format text: CORRECT: APPLICANT; FROM: SHENZHEN TEMOBI SCIENCE + TECHNOLOGY CO., LTD. TO: SHENZHEN RONGCHANG TIANXIA TECHNOLOGY CO., LTD.

ASS Succession or assignment of patent right

Owner name: RONGCHUANG TIANXIA (SHANGHAI) TECHNOLOGY DEVELOPME

Free format text: FORMER OWNER: SHENZHEN RONGCHANG TIANXIA TECHNOLOGY CO., LTD.

Effective date: 20150601

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20150601

Address after: The island No. 2500 building, 200433 Shanghai city Yangpu District Siping Road, room 2001

Applicant after: World (Shanghai) Technology Development Co., Ltd.

Address before: 518057 Guangdong, Shenzhen Province, science and technology, South Road, No. twelve Changhong science and technology building, building 19, unit 01-11, unit 18

Applicant before: SHENZHEN TEMOBI TECHNOLOGY CO., LTD.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140129