CN104834589A - Webpage detection method and device - Google Patents

Webpage detection method and device Download PDF

Info

Publication number
CN104834589A
CN104834589A CN201410048151.4A CN201410048151A CN104834589A CN 104834589 A CN104834589 A CN 104834589A CN 201410048151 A CN201410048151 A CN 201410048151A CN 104834589 A CN104834589 A CN 104834589A
Authority
CN
China
Prior art keywords
source code
browser
unit
plug
current page
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
CN201410048151.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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201410048151.4A priority Critical patent/CN104834589A/en
Priority to PCT/CN2015/072548 priority patent/WO2015120787A1/en
Publication of CN104834589A publication Critical patent/CN104834589A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/75Structural analysis for program understanding
    • 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
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A webpage detection method comprises the steps of loading a plug-in for webpage detection in a browser and providing an interface object for invoking the plug-in in the interface of the browser; after the interface object receives a predetermined user operation, booting the plug-in; running a script built in the plug-in, and analyzing whether a source code of a current page of the browser conforms to a predefined rule; and displaying a source code analysis result of the current page. In addition, the invention also provides a webpage detection device. The webpage detection method and device can improve the webpage detection efficiency, and also can enhance the convenience of webpage detection.

Description

A kind of page detection method and device
Technical field
The present invention relates to computer technology, particularly relate to a kind of page detection method and device.
Background technology
Webpage detects, and whether the content of pages and the structure that detect webpage are exactly the page structure meeting web standard.
The plug-in unit that current browser provides, facilitates user to debug the page, check, as: the firebug plug-in unit that can use at browsers such as IE, firefox, opera, safari.
But the Website development personnel that specialty is more partial to by above-mentioned plug-in unit carry out mode and inspection.As inspection and the adjustment of HTML (Hypertext Markup Language) (HTML, Hyper Text Mark-up Language), CSS (cascading style sheet) (CSS, Cascading Style Sheets), javaScript.Strongly professional, be not suitable for layman and use, testing efficiency is low.
Summary of the invention
In view of this, the invention provides a kind of page detection method and device, by self-defined detected rule, improve the speed that webpage detects, strengthen the applicability that webpage detects.
The page detection method that the embodiment of the present invention provides, comprising:
In described browser, loading the plug-in unit for carrying out webpage detection and in the interface of described browser, being provided for calling the interface object of described plug-in unit;
Described plug-in unit is started after described interface object receives predetermined user operation;
Whether the source code running the current page of browser described in the built-in script of described plug-in unit meets predetermined rule; And
Show the source code analysis result of described current page.
The webpage pick-up unit that the embodiment of the present invention provides, comprising:
Load-on module, is provided for calling the interface object of described plug-in unit for the plug-in unit that loads in a browser for carrying out webpage detection in the interface of described browser;
Start module, for starting described plug-in unit after described interface object receives predetermined user operation;
Detection module, whether the source code for the current page running browser described in the built-in script of described plug-in unit meets predetermined rule; And
Display module, for showing the source code analysis result of described current page.
The page detection method that the embodiment of the present invention provides and device, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
For above and other object of the present invention, feature and advantage can be become apparent, preferred embodiment cited below particularly, and coordinate institute's accompanying drawings, be described in detail below.
Accompanying drawing explanation
Fig. 1 is an example structure block diagram of calculation element.
The page detection method process flow diagram that Fig. 2 provides for the first embodiment.
The page detection method process flow diagram that Fig. 3 provides for the second embodiment.
The page detection method process flow diagram that Fig. 4 provides for the 3rd embodiment.
The page detection method process flow diagram that Fig. 5 provides for the 4th embodiment.
The page detection method process flow diagram that Fig. 6 provides for the 5th embodiment.
The webpage pick-up unit process flow diagram that Fig. 7 provides for the 6th embodiment.
The webpage pick-up unit process flow diagram that Fig. 8 provides for the 7th embodiment.
Embodiment
For further setting forth the present invention for the technological means that realizes predetermined goal of the invention and take and effect, below in conjunction with accompanying drawing and preferred embodiment, to according to the specific embodiment of the present invention, structure, feature and effect thereof, be described in detail as follows.
The embodiment of the present invention provides a kind of page detection method and device, and in browser, it can detect web page element fast and whether meet presetting rule, improves webpage detection efficiency, and can strengthen the convenience of webpage detection.Can be applicable to comprise in the calculation elements such as server, personal computer, mobile electronic terminal.
Fig. 1 is the structured flowchart of an embodiment of above-mentioned calculation element.As shown in Figure 1, calculation element 100 comprises: storer 102, memory controller 104, one or more (only illustrating one in figure) processor 106, Peripheral Interface 108 and mixed-media network modules mixed-media 110.Be appreciated that the structure shown in Fig. 1 is only signal, it does not cause restriction to the structure of calculation element 100.Such as, calculation element 100 also can comprise than assembly more or less shown in Fig. 1, or has the configuration different from shown in Fig. 1.
Storer 102 can be used for storing software program and module, as the calculation task disposal route in the embodiment of the present invention and programmed instruction/module corresponding to device, processor 104 is by running the software program and module that are stored in storer 102, thus perform the application of various function and data processing, namely realize above-mentioned method.
Storer 102 can comprise high speed random access memory, also can comprise nonvolatile memory, as one or more magnetic storage device, flash memory or other non-volatile solid state memories.In some instances, storer 102 can comprise the storer relative to the long-range setting of processor 106 further, and these remote memories can be connected to calculation element 100 by network.The example of above-mentioned network includes but not limited to internet, intranet, LAN (Local Area Network), mobile radio communication and combination thereof.Processor 106 and other possible assemblies can carry out the access of storer 102 under the control of memory controller 104.
Various input/output device is coupled to processor 106 by Peripheral Interface 108.Various softwares in processor 106 run memory 102, Command Arithmetic Unit 100 perform various function and carry out data processing.In certain embodiments, Peripheral Interface 108, processor 106 and memory controller 104 can realize in one single chip.In some other example, they can respectively by independently chip realization.
Mixed-media network modules mixed-media 110 is for receiving and sending network signal.Above-mentioned network signal can comprise wireless signal or wire signal.In an example, above-mentioned network signal is cable network signal.Now, mixed-media network modules mixed-media 110 can comprise the elements such as processor, random access memory, converter, crystal oscillator.
Above-mentioned software program and module comprise: operating system 122 and data access module 124.Wherein operating system 122 such as can be LINUX, UNIX, WINDOWS, it can comprise the various component software for management system task (such as memory management, memory device control, power management etc.) and/or driving, and can with various hardware or the mutual communication of component software, thus provide the running environment of other component softwares.Data access module 124 operates on the basis of operating system 122, the page detection method that its specific implementation embodiment of the present invention provides, and is described said method below in conjunction with embodiment.
First embodiment provides a kind of page detection method, in browser, refers to Fig. 2, and the method for the present embodiment comprises:
Step 201, load the plug-in unit for carrying out webpage detection and in the interface of this browser, be provided for calling the interface object of this plug-in unit in a browser.
Load the plug-in unit for carrying out webpage detection in a browser, this plug-in unit can be write for different browsers, whether meets rule for detecting web page element.In the interface of this browser, be provided for the interface object calling this plug-in unit, this interface object can be can action button, after user operates this button according to initialize operation mode, and this plug-in unit of system adjustable.
Step 202, after this interface object receives predetermined user operation, start this plug-in unit.
After this interface object receives predetermined user operation, such as, receive the single-click operation of user, then start this plug-in unit, start to detect webpage.
Whether step 203, the source code of current page running built-in this browser of script of this plug-in unit meet predetermined rule.
Arrange the predetermined rule checking webpage by script when writing this plug-in unit, script can be javascript.Whether the source code running the current page of built-in this browser of script of this plug-in unit meets predetermined rule.
Check that the predetermined rule of webpage can comprise following rule:
Detect the rule of page title, for detecting page title content and whether length meets rule;
Detect the rule of page key word, whether meet rule for the content and length detecting page key word;
Detect the rule of page-describing, for detecting page-describing content and whether length meets rule;
Detecting the rule of page coding, whether meeting rule for detecting page coded format;
Detect the rule of specialized catalog, whether meet rule for the title and length detecting page specialized catalog;
Detect the rule of page link, for detecting whether each link of the page is normal link;
Whether detect the rule of page pictures, add for the attribute detecting page pictures, such as, alt(replaces), width(width), height(height) attribute, also whether be separated for detecting page pictures;
Detect the rule of page video, whether add for the attribute detecting page video, such as, whether add outhost parameter;
Detecting the rule of page general information, whether adding for detecting the script files such as general statistical code, general top bar, general foot bar, universal advertising bar, copyright.
Step 204, show the source code analysis result of this current page.
According to the page detection method for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
Second embodiment of the invention provides a kind of page detection method, refer to Fig. 3, similar to embodiment illustrated in fig. 2, difference is, whether the source code that step 203 runs the current page of built-in this browser of script of this plug-in unit meets predetermined rule comprises:
Step 303, from the source code of this current page, extract script for sending HTTP request;
From the source code that this current page uses, extract the script of asking for sending HTML (Hypertext Markup Language) (HTTP, Hypertext Transfer Protocol).
Whether step 304, the operation result testing this script be consistent with expection.
Whether the operation result testing the script for sending HTTP request is consistent with expection, whether asks the resource that this HTTP points to.
Further, the source code analysis result that step 204 shows this current page can comprise:
Step 305, show in the interface of this browser play window;
The source code of current page analyzing browser show bullet window, with display analysis result after whether meeting predetermined rule in the interface of this browser.
Step 306, in this bullet window, enumerate this analysis result and to highlight in analysis result abnormal part.
In this bullet window, enumerate this analysis result, check the unusual part in analysis result for ease of user, part abnormal in analysis result is highlighted, such as, the word of unusual part is added thick lines show with conspicuous color.
According to the page detection method for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
Third embodiment of the invention provides a kind of page detection method, refer to Fig. 4, similar to embodiment illustrated in fig. 2, difference is, whether the source code that step 203 runs the current page of built-in this browser of script of this plug-in unit meets predetermined rule comprises:
Step 403, from the source code of this current page, extract predetermined interface element;
Predetermined interface element can comprise: page pictures or page video.
Step 404, analyze that the attribute of this predetermined interface element is no meets predetermined rule.
Whether the attribute analyzing above-mentioned predetermined interface element meets predetermined rule.Such as, whether alt, width and height attribute analyzing page pictures adds.
According to the page detection method for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
Fourth embodiment of the invention provides a kind of page detection method, refer to Fig. 5, similar to embodiment illustrated in fig. 2, difference is, whether the source code that step 203 runs the current page of built-in this browser of script of this plug-in unit meets predetermined rule comprises:
Step 503, detect this current page source code in whether comprise predetermined code segment.
Detect in the source code of this current page and whether comprise predetermined code segment, such as, whether comprise the scripts such as general statistical code, general top bar, general foot bar, universal advertising bar, copyright.
According to the page detection method for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
Fifth embodiment of the invention provides a kind of page detection method, refer to Fig. 6, similar to embodiment illustrated in fig. 2, difference is, whether the source code that step 203 runs the current page of built-in this browser of script of this plug-in unit meets predetermined rule comprises:
Step 603, detect this current page source code in the word content of predetermined paragraph whether meet pre-defined rule.
The word content of this predetermined paragraph can comprise: the content of page title and length, the content of page key word and length, page-describing content and length.Whether the word content detecting above-mentioned predetermined paragraph in the source code of this current page meets pre-defined rule.
According to the page detection method for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
Sixth embodiment of the invention provides a kind of webpage pick-up unit, consults Fig. 7, and the device of the present embodiment comprises: load-on module 71, startup module 72, detection module 73 and display module 74.
Load-on module 71 is for the plug-in unit that loads in a browser for carrying out webpage detection and in the interface of this browser, be provided for calling the interface object of this plug-in unit;
Load the plug-in unit for carrying out webpage detection in a browser, this plug-in unit can be write for different browsers, whether meets rule for detecting web page element.In the interface of this browser, be provided for the interface object calling this plug-in unit, this interface object can be can action button, after user operates this button according to initialize operation mode, and this plug-in unit of system adjustable.
Start module 72 for starting this plug-in unit after this interface object receives predetermined user operation;
Whether detection module 73 meets predetermined rule for the source code of the current page running built-in this browser of script of this plug-in unit;
Arrange the predetermined rule checking webpage by script when writing this plug-in unit, script can be javascript.Whether the source code running the current page of built-in this browser of script of this plug-in unit meets predetermined rule.
Check that the predetermined rule of webpage can comprise following rule:
Detect the rule of page title, for detecting page title content and whether length meets rule;
Detect the rule of page key word, whether meet rule for the content and length detecting page key word;
Detect the rule of page-describing, for detecting page-describing content and whether length meets rule;
Detecting the rule of page coding, whether meeting rule for detecting page coded format;
Detect the rule of specialized catalog, whether meet rule for the title and length detecting page specialized catalog;
Detect the rule of page link, for detecting whether each link of the page is normal link;
Whether detect the rule of page pictures, add for the attribute detecting page pictures, such as, alt(replaces), width(width), height(height) attribute, also whether be separated for detecting page pictures;
Detect the rule of page video, whether add for the attribute detecting page video;
Detecting the rule of page general information, whether adding for detecting the script files such as general statistical code, general top bar, general foot bar, universal advertising bar, copyright.
Display module 74, for showing the source code analysis result of this current page.
About other details of the device of the present embodiment, also Fig. 2 and related description can be consulted.
According to the webpage pick-up unit for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
8th embodiment provides a kind of webpage pick-up unit, consult Fig. 8, the device of the present embodiment is similar to the device shown in Fig. 7, its difference is, also comprises: the first extraction module 81, test module 82, second extraction module 83, analysis module 84, detection of code root module 85, text detection module 86, display play window module 87 and enumerate module 88.
Wherein, the first extraction module 81 for extracting the script for sending HTTP request from the source code of this current page.
Whether test module 82 is consistent with expection for the operation result testing this script.
Second extraction module 83 for extracting predetermined interface element from the source code of this current page.
Analysis module 84 meets predetermined rule for the attribute of analyzing this predetermined interface element is no.
Detection of code root module 85 for detect this current page source code in whether comprise predetermined code segment.
Text detection module 86 for detect this current page source code in the word content of predetermined paragraph whether meet pre-defined rule.
Display plays window module 87 and plays window for showing in the interface of this browser;
Enumerate module 88 for enumerating this analysis result and highlight part abnormal in analysis result in this bullet window.
About other details of the device of the present embodiment, also Fig. 2 to Fig. 6 and related description can be consulted.
According to the webpage pick-up unit for browser in the present embodiment, by loading the plug-in unit for carrying out webpage detection in a browser, the built-in script of this plug-in unit is run according to predetermined user operation, whether the source code analyzing current page meets predetermined rule, detect webpage by plug-in unit whether to meet the requirements, webpage detection efficiency can be improved, and the convenience of webpage detection can be strengthened.
It should be noted that, in this article, the such as relational terms of first and second grades and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or device and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or device.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, article or the device comprising described key element and also there is other identical element.
One of ordinary skill in the art will appreciate that all or part of step realizing above-described embodiment can have been come by hardware, the hardware that also can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium mentioned can be ROM (read-only memory), disk or CD etc.
The above, it is only preferred embodiment of the present invention, not any pro forma restriction is done to the present invention, although the present invention discloses as above with preferred embodiment, but and be not used to limit the present invention, any those skilled in the art, do not departing within the scope of technical solution of the present invention, make a little change when the technology contents of above-mentioned announcement can be utilized or be modified to the Equivalent embodiments of equivalent variations, in every case be do not depart from technical solution of the present invention content, according to any simple modification that technical spirit of the present invention is done above embodiment, equivalent variations and modification, all still belong in the scope of technical solution of the present invention.

Claims (12)

1. a page detection method, in browser, is characterized in that, described method comprises:
In described browser, loading the plug-in unit for carrying out webpage detection and in the interface of described browser, being provided for calling the interface object of described plug-in unit;
Described plug-in unit is started after described interface object receives predetermined user operation;
Whether the source code running the current page of browser described in the built-in script of described plug-in unit meets predetermined rule; And
Show the source code analysis result of described current page.
2. method according to claim 1, is characterized in that, whether the source code of the current page of browser described in the script that the described plug-in unit of described operation is built-in meets predetermined rule comprises:
The script for sending HTTP request is extracted from the source code of described current page; And
Whether the operation result testing described script is consistent with expection.
3. the method for claim 1, is characterized in that, whether the source code of the current page of browser described in the script that the described plug-in unit of described operation is built-in meets predetermined rule comprises:
Predetermined interface element is extracted from the source code of described current page; And
Analyze that the attribute of described predetermined interface element is no meets predetermined rule.
4. the method for claim 1, is characterized in that, whether the source code of the current page of browser described in the script that the described plug-in unit of described operation is built-in meets predetermined rule comprises:
Detect in the source code of described current page and whether comprise predetermined code segment.
5. the method for claim 1, is characterized in that, whether the source code of the current page of browser described in the script that the described plug-in unit of described operation is built-in meets predetermined rule comprises:
Whether the word content detecting predetermined paragraph in the source code of described current page meets pre-defined rule.
6. the method according to any one of claim 1 to 5, is characterized in that, the source code analysis result showing described current page comprises:
Show in the interface of described browser and play window;
In described bullet window, enumerate described analysis result and highlight part abnormal in analysis result.
7. a webpage pick-up unit, is characterized in that, described device comprises:
Load-on module, is provided for calling the interface object of described plug-in unit for the plug-in unit that loads in a browser for carrying out webpage detection in the interface of described browser;
Start module, for starting described plug-in unit after described interface object receives predetermined user operation;
Detection module, whether the source code for the current page running browser described in the built-in script of described plug-in unit meets predetermined rule; And
Display module, for showing the source code analysis result of described current page.
8. device according to claim 7, is characterized in that, described detection module comprises:
First extraction module, for extracting the script for sending HTTP request in the source code from described current page; And
Test module, whether consistent with expection for the operation result testing described script.
9. device according to claim 7, is characterized in that, described detection module also comprises:
Second extraction module, for extracting predetermined interface element in the source code from described current page; And
Analysis module, the attribute for analyzing described predetermined interface element is no meets predetermined rule.
10. device according to claim 7, is characterized in that, described detection module also comprises:
Detection of code root module, for detect described current page source code in whether comprise predetermined code segment.
11. devices according to claim 7, is characterized in that, described detection module also comprises:
Text detection module, for detect described current page source code in the word content of predetermined paragraph whether meet pre-defined rule.
12. devices according to any one of claim 7 to 11, it is characterized in that, described display module comprises:
Display plays window module, plays window for showing in the interface of described browser;
Enumerate module, for enumerating described analysis result and highlight part abnormal in analysis result in described bullet window.
CN201410048151.4A 2014-02-11 2014-02-11 Webpage detection method and device Pending CN104834589A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410048151.4A CN104834589A (en) 2014-02-11 2014-02-11 Webpage detection method and device
PCT/CN2015/072548 WO2015120787A1 (en) 2014-02-11 2015-02-09 Webpage detection method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410048151.4A CN104834589A (en) 2014-02-11 2014-02-11 Webpage detection method and device

Publications (1)

Publication Number Publication Date
CN104834589A true CN104834589A (en) 2015-08-12

Family

ID=53799595

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410048151.4A Pending CN104834589A (en) 2014-02-11 2014-02-11 Webpage detection method and device

Country Status (2)

Country Link
CN (1) CN104834589A (en)
WO (1) WO2015120787A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260406A (en) * 2015-09-23 2016-01-20 北京金山安全软件有限公司 Method and device for determining loading speed of browser
CN105893219A (en) * 2016-03-31 2016-08-24 广州酷狗计算机科技有限公司 Error message display method and device
CN108563946A (en) * 2018-04-17 2018-09-21 广州大学 A kind of browser digs method, browser plug-in and the system of mine behavioral value

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110297751A (en) * 2018-03-22 2019-10-01 博彦科技(上海)有限公司 Detection method, device, storage medium and the processor of page elements

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101620620A (en) * 2009-08-06 2010-01-06 成都市华为赛门铁克科技有限公司 Method and device for analyzing webpage
US20100043058A1 (en) * 2008-08-13 2010-02-18 Novell, Inc. System and method for facilitating user authentication of web page content
CN102375815A (en) * 2010-08-10 2012-03-14 鸿富锦精密工业(深圳)有限公司 Three-dimensional network user interface applied to embedded device and implementation method thereof
CN103401835A (en) * 2013-07-01 2013-11-20 北京奇虎科技有限公司 Method and device for presenting safety detection results of microblog page

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080046738A1 (en) * 2006-08-04 2008-02-21 Yahoo! Inc. Anti-phishing agent
CN101242279B (en) * 2008-03-07 2010-06-16 北京邮电大学 Automatic penetration testing system and method for WEB system
CN102110198B (en) * 2009-12-28 2014-02-19 北京安码科技有限公司 Anti-counterfeiting method for web page
CN102375951B (en) * 2011-10-18 2014-07-23 北龙中网(北京)科技有限责任公司 Webpage security detection method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100043058A1 (en) * 2008-08-13 2010-02-18 Novell, Inc. System and method for facilitating user authentication of web page content
CN101620620A (en) * 2009-08-06 2010-01-06 成都市华为赛门铁克科技有限公司 Method and device for analyzing webpage
CN102375815A (en) * 2010-08-10 2012-03-14 鸿富锦精密工业(深圳)有限公司 Three-dimensional network user interface applied to embedded device and implementation method thereof
CN103401835A (en) * 2013-07-01 2013-11-20 北京奇虎科技有限公司 Method and device for presenting safety detection results of microblog page

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
JERVIS MIAO: "yslow使用方法", 《百度文库:HTTPS://WENKU.BAIDU.COM/VIEW/E609DD146C175F0E7CD1378C.HTML?FROM=SEARCH》 *
施迎: "《捉虫记-大容量Web应用性能测试与LoadRunner实战》", 30 June 2010, 北京:清华大学出版社 *
王水 等: "《软件工程素质导论》", 28 February 2011, 郑州:河南科学技术出版社 *
王蕾: "《工业软件研发、测试与质量管理论丛》", 31 May 2012, 北京:上海社会科学院出版社 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260406A (en) * 2015-09-23 2016-01-20 北京金山安全软件有限公司 Method and device for determining loading speed of browser
CN105893219A (en) * 2016-03-31 2016-08-24 广州酷狗计算机科技有限公司 Error message display method and device
CN108563946A (en) * 2018-04-17 2018-09-21 广州大学 A kind of browser digs method, browser plug-in and the system of mine behavioral value

Also Published As

Publication number Publication date
WO2015120787A1 (en) 2015-08-20

Similar Documents

Publication Publication Date Title
CN110020292B (en) Webpage content extraction method and terminal equipment
CN109948077B (en) User behavior data acquisition method, device, equipment and computer storage medium
CN102819561B (en) Picture display method and device based on webpage
EP2916243A1 (en) Method, apparatus, server and system for implementing web application
US20210149842A1 (en) System and method for display of document comparisons on a remote device
CN110704304B (en) Application program testing method and device, storage medium and server
US9934206B2 (en) Method and apparatus for extracting web page content
RU2595524C2 (en) Device and method for processing content of web resource in browser
CN107133165B (en) Browser compatibility detection method and device
CN104834589A (en) Webpage detection method and device
CN104899131A (en) Detection method and device of webpage loading in browser, and mobile terminal
US20120072823A1 (en) Natural language assertion
CN111259294A (en) Page loading request response method, device, equipment and storage medium
US9571557B2 (en) Script caching method and information processing device utilizing the same
CN110309463B (en) Floor page optimization method and device, computer storage medium and network equipment
CN110688315A (en) Interface code detection report generation method, electronic device, and storage medium
CN110619103A (en) Webpage image-text detection method and device and storage medium
CN104899203B (en) Webpage generation method and device and terminal equipment
CN116644213A (en) XML file reading method, device, equipment and storage medium
CN110704721A (en) Client data processing method and device, terminal equipment and readable storage medium
EP2998885A1 (en) Method and device for information search
CN105243134B (en) A kind of method and apparatus handling browser of being held as a hostage
CN110708270B (en) Abnormal link detection method and device
CN112579947A (en) Webpage element graph intercepting method and device and electronic equipment
CN108268298B (en) Desktop icon generation method and device, storage medium and electronic equipment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20150812