CN110750741A - Webpage link skipping processing method, computer device and storage medium - Google Patents

Webpage link skipping processing method, computer device and storage medium Download PDF

Info

Publication number
CN110750741A
CN110750741A CN201910993629.3A CN201910993629A CN110750741A CN 110750741 A CN110750741 A CN 110750741A CN 201910993629 A CN201910993629 A CN 201910993629A CN 110750741 A CN110750741 A CN 110750741A
Authority
CN
China
Prior art keywords
link
webpage
address
transit
processing method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910993629.3A
Other languages
Chinese (zh)
Other versions
CN110750741B (en
Inventor
肖镇城
万里
黄娜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen City Street Technology Media Ltd
Original Assignee
Shenzhen City Street Technology Media 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 City Street Technology Media Ltd filed Critical Shenzhen City Street Technology Media Ltd
Priority to CN201910993629.3A priority Critical patent/CN110750741B/en
Publication of CN110750741A publication Critical patent/CN110750741A/en
Application granted granted Critical
Publication of CN110750741B publication Critical patent/CN110750741B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links

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 discloses a webpage link skip processing method, a computer device and a storage medium, wherein the method comprises the steps of identifying an original webpage link and acquiring parameter information based on the acquired original webpage link, generating a transit link address through a transit link generation mode, replacing the original webpage link into the transit link address through a link replacement mode, sending an access request pointing to a target webpage to a live link address application server, receiving a new target link generated by the live link address application server after analyzing a request parameter, and redirecting and skipping to the target webpage address. The processor of the computer device can realize the webpage link jump processing method when executing the program on the computer readable storage medium. The processing method provided by the invention can replace the in-web links with the transit links to realize the purpose that the in-web links can jump flexibly, reduce the maintenance cost and improve the loading efficiency of the web pages.

Description

Webpage link skipping processing method, computer device and storage medium
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of data processing, in particular to a webpage link jump processing method, a computer device using the method and a storage medium for realizing the method.
[ background of the invention ]
In recent years, with the vigorous development of e-commerce, more and more webpage contents are embedded with commodity links to be shared and promoted, and when a promoter forwards the webpages, the commodity links in the webpages need to be replaced by links with the unique identifier information of the promoter so as to obtain promotion commissions from the links.
According to the traditional technical scheme, one is that commodity links in an original page are replaced, and each promoter regenerates a new webpage for sharing and popularization; the other method is that the information of the promoter is carried on the shared page address band, when the visitor opens the page, the commodity link in the page is replaced by the promotion link according to the information of the promoter, the promotion link is generated by all the commodity links one by one and then replaced, and the promotion link generally needs to call an electronic commerce platform interface for generation, so that the page loading speed is low, and the user experience is influenced.
[ summary of the invention ]
The first purpose of the present invention is to provide a webpage link jump processing method, which can replace the webpage internal link with a transit link to achieve the goal that the webpage internal link can jump flexibly, reduce the maintenance cost, and improve the webpage loading efficiency.
The second objective of the present invention is to provide a computer device for implementing the above webpage link jump processing method.
The third objective of the present invention is to provide a storage medium for implementing the above-mentioned webpage link jump processing method.
In order to achieve the first object, the webpage link skip processing method provided by the invention is applied to a client, and the method comprises the steps of identifying an original webpage link and acquiring parameter information based on the acquired original webpage link, wherein the parameter information comprises an original link URL and a custom parameter; setting a transit link generation mode, and generating a transit link address through the transit link generation mode; setting a link replacement mode, and replacing an original webpage link into a transit link address through the link replacement mode; and sending an access request pointing to a target webpage to a live link address application server, receiving a new target link generated after the live link address application server analyzes the request parameter, and redirecting and skipping to the target webpage address.
Further, the setting of the transit link generation manner specifically includes: and generating a transit link address corresponding to the original webpage link according to the acquired original link URL and the custom parameter and a custom parameter rule.
In a further aspect, the original web page link is an anchor text hyperlink or a two-dimensional code link.
In a further aspect, the link replacement includes replacement of an anchor text hyperlink and replacement of a two-dimensional code link.
In the further scheme, in the replacement process of the anchor text hyperlink, the original anchor text hyperlink is replaced into a transit link address in a character string replacement mode; and in the replacement process of the two-dimension code link, creating a new two-dimension code picture for replacement according to the newly generated transfer link address.
A further scheme is that the sending of the access request pointing to the target webpage to the active link address application server includes clicking a transit link address or scanning a two-dimensional code link, and after clicking the transit link address or scanning the two-dimensional code link, sending the access request to the active link address application server through an http protocol, wherein after receiving the access request, the active link address application server analyzes request parameters of the obtained access request, and generates a new target link based on the requirements of a third-party channel.
A further scheme is that after a new target link is generated by the active link address application server, the new target link returned by the server is acquired, wherein the active link address application server automatically responds to the client with a redirection response code by setting a response header location and a response code 302 of the target link, so as to inform the client of a redirection jump to the new target link.
In order to achieve the second objective, the present invention provides a computer device including a processor and a memory, wherein the processor is configured to implement the steps of the above-mentioned web page link jump processing method when executing a computer program stored in the memory.
To achieve the third objective, the present invention provides a storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the steps of the above-mentioned web page link jump processing method.
According to the scheme, the processing method provided by the invention can replace the links in the webpage with the live link addresses, has high processing speed, and executes all the service operations needing to be processed and replaced when the user accesses the live link, thereby saving resources and improving the page loading speed; the link jump target in the webpage is not invariable any more, the jump target can be flexibly controlled through the live link, and richer contents are displayed; when the link jump target in the webpage is changed, the link jump target does not need to be replaced again, only the live link processing replacement logic needs to be modified, and maintenance is facilitated.
[ description of the drawings ]
FIG. 1 is a flowchart diagram of an embodiment of a web page link jump processing method according to the present invention.
FIG. 2 is a schematic diagram of an embodiment of a method for processing webpage link jump according to the present invention.
[ detailed description ] embodiments
The webpage link skipping processing method is applied to terminal equipment such as a smart phone and a tablet personal computer and is used for achieving flexible skipping of links in the webpage. The computer device of the present invention may be a smartphone, a tablet computer, or the like, and the computer-readable storage medium may be a software program stored on a memory of the smartphone, the tablet computer, or the like.
The embodiment of the webpage link skipping processing method comprises the following steps:
referring to fig. 1, when processing a web page link, the web page link jump processing method of this embodiment first executes step S1, and identifies the original web page link based on the acquired original web page link and acquires parameter information, where the parameter information includes an original link URL and a custom parameter, the original link URL is a target original link URL extracted from the original web page link, and the custom parameter is a user information parameter of a provided active link base address.
Then, step S2 is executed to set a transit link generation manner and generate a transit link address by the transit link generation manner.
Next, step S3 is executed to set a link replacement mode and replace the original web page link with the transit link address through the link replacement mode.
Then, step S4 is executed to send an access request pointing to the target web page to the active link address application server, receive a new target link generated by the active link address application server after analyzing the request parameter, and redirect to jump to the target web page address. The transit link address in this embodiment may be referred to as a live link address. And the live link is a url link address pointing to the live link application server, and the live link application server can flexibly control and generate a new target link by analyzing the request parameter and returns the new target link to the client browser to redirect and jump to a new target webpage address. The active link address of the active link application server, namely the server pointed by the active link address, can be a conventional url interface address, and the server controls the url interface address to realize jumping to any page.
In step S2, the setting of the transit link generation manner specifically includes: and generating a transit link address corresponding to the original webpage link according to the acquired original link URL and the custom parameter and a custom parameter rule.
The type of the original webpage link is an anchor text hyperlink or a two-dimensional code link.
In this embodiment, the link replacement modes include replacement of an anchor text hyperlink and replacement of a two-dimensional code link.
In the replacement process of the anchor text hyperlink, replacing the original anchor text hyperlink into a transit link address in a character string replacement mode; and in the replacement process of the two-dimension code link, creating a new two-dimension code picture for replacement according to the newly generated transfer link address.
In step S4, sending an access request pointing to a target web page to the active link address application server includes clicking a transit link address or scanning a two-dimensional code link, and after clicking the transit link address or scanning the two-dimensional code link, sending the access request to the active link address application server through an http protocol, where the active link address application server, after receiving the access request, parses a request parameter of the obtained access request, and generates a new target link based on a requirement of a third-party channel.
And after generating a new target link through the active link address application server, acquiring the new target link returned by the server, wherein the active link address application server automatically responds to the client through setting a response head location and a response code 302 of the target link so as to inform the client of the redirection and the jump to the new target link.
Specifically, before step S1 is executed, a live-chain base address, such as http:// abc. com/url/show, is provided, and parameters of the address include: original link url and other custom parameters such as user information uid, original link type, etc.
Links within the web page, including anchor text hyperlinks, two-dimensional code pictures, and other jumped links, are then identified using regular expressions or other crawler tools.
Then, generating a corresponding live link address according to the custom parameter rule by using the target original link url and the custom parameter, such as http:// abc.com/url/show? And transmitting the parameter in other ways such as url and xxx and uid, http:// abc.com/url/show/{ url }/{ uid }/{ type }, and the like, wherein the parameter is transmitted by using url in the GET request.
And then, replacing the original link with a newly generated live link address in a character string replacing mode, and if the two-dimensional code link needs to be replaced, creating a new two-dimensional code picture according to the newly generated live link address for replacement.
Then, when the visitor user clicks the live link address or scans the two-dimensional code link, the client browser sends a request to the live link address application server through an http protocol, after receiving the request, the live link address application server firstly obtains request parameters such as an original link url and the like for analysis, and then generates a new target link according to different service requirements, for example, requests a third-party e-commerce platform to generate a promotion link and the like.
The live link address application server then returns the new target link to the client browser. Wherein, by setting response head location: target link, response code: 302 to tell the client browser to redirect a jump to a new target link.
In practical application, a plurality of commodity links of the e-commerce platform exist in a webpage shared by a user, when the visitor user clicks the commodity link, the commodity link is automatically replaced by a promotion link of the sharing user under the e-commerce platform, and the user jumps to the commodity page. The following describes a specific implementation method of the web page link jump processing method according to this embodiment:
first, a live link base address, such as http:// abc. com/url/show, is provided, and the parameters of the interface address include the original link url and the sharer user information uid.
Then, using a regular expression or other crawler tools to identify the links of the shared web pages, regularly extracting the links in the href attribute of the hyperlink < a > label of the internal anchor text, and matching and extracting a domain name host (such as jd.com) or a commodity link url (such as jd.hk) of the E-commerce platform;
and then, generating a corresponding active link address according to the rule by using the extracted E-commerce platform commodity link url and the sharer user information uid: http:// abc. com/url/show? url xxx and uid xxx.
Then, the original commodity link is replaced by the newly generated active link address in a character string replacing mode.
And then, when the visitor user clicks the live link address, the client browser sends a request to a live link address application server through an http protocol, after the live link address application server receives the request, the request parameter is extracted, and a new commodity link with the user popularization information is regenerated through a conversion interface provided by the e-commerce popularization platform according to the original Beijing east commodity link and the user information.
And finally, the active link address application server returns the newly generated commodity promotion link to the client browser, and performs 302 redirection and jumps to the E-commerce promotion commodity link.
Therefore, the webpage link skip processing method provided by the invention can replace the webpage internal link with the active link address, has high processing speed, and executes all the service operations needing to be processed and replaced when the user accesses the active link, thereby saving resources and improving the page loading speed; the link jump target in the webpage is not invariable any more, the jump target can be flexibly controlled through the live link, and richer contents are displayed; when the link jump target in the webpage is changed, the link jump target does not need to be replaced again, only the live link processing replacement logic needs to be modified, and maintenance is facilitated.
The embodiment of the computer device comprises:
the computer device of this embodiment includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, such as an information processing program for implementing the above-mentioned web page link jump processing method. When the processor executes the computer program, the steps of the webpage link jump processing method are realized.
For example, a computer program may be partitioned into one or more modules that are stored in a memory and executed by a processor to implement the modules of the present invention. One or more of the modules may be a series of computer program instruction segments capable of performing certain functions, which are used to describe the execution of the computer program in the terminal device.
It should be noted that the terminal device may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor, a memory. It will be understood by those skilled in the art that the schematic diagram of the present invention is merely an example of a terminal device, and does not constitute a limitation of the terminal device, and may include more or less components than those shown, or combine some components, or different components, for example, the terminal device may further include an input-output device, a network access device, a bus, etc.
The Processor may be a Central Processing Unit (CPU), or may be other general-purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable gate array (FPGA) or other Programmable logic device, a discrete gate or transistor logic device, a discrete hardware component, or the like. The general-purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being the control center of the terminal device and connecting the various parts of the entire terminal device using various interfaces and lines.
The memory may be used to store computer programs and/or modules, and the processor may implement various functions of the terminal device by running or executing the computer programs and/or modules stored in the memory and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Storage medium embodiments:
the module integrated with the terminal device may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, all or part of the flow in the method according to the above embodiments may be implemented by a computer program, which may be stored in a computer readable storage medium and used for implementing the steps of the above methods for processing a web link jump when executed by a processor.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), random-access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution media, and the like. It should be noted that the computer readable medium may contain other components which may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, in accordance with legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunications signals.
It should be noted that the above is only a preferred embodiment of the present invention, but the design concept of the present invention is not limited thereto, and any insubstantial modifications made by using the design concept also fall within the protection scope of the present invention.

Claims (9)

1. A webpage link jump processing method is applied to a client side and is characterized by comprising the following steps:
identifying the original webpage link and acquiring parameter information based on the acquired original webpage link, wherein the parameter information comprises an original link URL and a custom parameter;
setting a transit link generation mode, and generating a transit link address through the transit link generation mode;
setting a link replacement mode, and replacing an original webpage link into a transit link address through the link replacement mode;
and sending an access request pointing to a target webpage to a live link address application server, receiving a new target link generated after the live link address application server analyzes the request parameter, and redirecting and skipping to the target webpage address.
2. The web page link jump processing method according to claim 1, characterized in that:
the setting of the transit link generation mode specifically includes: and generating a transit link address corresponding to the original webpage link according to the acquired original link URL and the custom parameter and a custom parameter rule.
3. The web page link jump processing method according to claim 1, characterized in that:
the type of the original webpage link is an anchor text hyperlink or a two-dimensional code link.
4. The web page link jump processing method according to claim 3, characterized in that:
the link replacement mode comprises replacement of an anchor text hyperlink and replacement of a two-dimension code link.
5. The web page link jump processing method according to claim 4, characterized in that:
in the replacement process of the anchor text hyperlink, replacing the original anchor text hyperlink into a transit link address in a character string replacement mode;
and in the replacement process of the two-dimension code link, creating a new two-dimension code picture for replacement according to the newly generated transfer link address.
6. The web page link jump processing method according to any one of claims 1 to 5, characterized in that:
the method comprises the steps of sending an access request pointing to a target webpage to a live link address application server, wherein the step of sending the access request pointing to the target webpage to the live link address application server comprises the steps of clicking a transit link address or scanning a two-dimensional code link, and sending the access request to the live link address application server through an http protocol after clicking the transit link address or scanning the two-dimensional code link, wherein the live link address application server analyzes request parameters of the obtained access request after receiving the access request, and generates a new target link based on the requirements of a third-party channel.
7. The web page link jump processing method according to claim 6, characterized in that:
and after generating a new target link through the active link address application server, acquiring the new target link returned by the server, wherein the active link address application server automatically responds to the client through setting a response head location and a response code 302 of the target link so as to inform the client of the redirection and the jump to the new target link.
8. Computer arrangement comprising a processor and a memory, said processor being adapted to carry out the steps of a method of web link jump processing according to any of claims 1 to 8 when executing a computer program stored in said memory.
9. A storage medium having a computer program stored thereon, characterized in that: the computer program when executed by a processor implements the steps of a method of web page link jump processing as claimed in any one of claims 1 to 8.
CN201910993629.3A 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium Active CN110750741B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910993629.3A CN110750741B (en) 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910993629.3A CN110750741B (en) 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium

Publications (2)

Publication Number Publication Date
CN110750741A true CN110750741A (en) 2020-02-04
CN110750741B CN110750741B (en) 2022-12-13

Family

ID=69278863

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910993629.3A Active CN110750741B (en) 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium

Country Status (1)

Country Link
CN (1) CN110750741B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112069427A (en) * 2020-09-09 2020-12-11 北京达佳互联信息技术有限公司 Resource bit link generation method, device, equipment and storage medium
CN112328564A (en) * 2020-09-25 2021-02-05 北京淇瑀信息科技有限公司 Special resource sharing method and device and electronic equipment
CN112347383A (en) * 2020-09-25 2021-02-09 北京淇瑀信息科技有限公司 Sharing link generation method and device and electronic equipment
CN112560399A (en) * 2020-12-18 2021-03-26 无线生活(杭州)信息科技有限公司 Page link replacement method and device
CN112711455A (en) * 2020-12-31 2021-04-27 京东数字科技控股股份有限公司 Page interaction method and device, electronic equipment and storage medium
CN113095875A (en) * 2021-04-06 2021-07-09 杭州数跑科技有限公司 Message delivery effect statistical method and related device
CN113486265A (en) * 2021-06-18 2021-10-08 一物一码科技(广州)有限公司 One-code multi-purpose method and device for automatically identifying and skipping based on two-dimensional code
CN113641940A (en) * 2021-10-13 2021-11-12 北京新氧科技有限公司 Page jump method, device, system, equipment and storage medium
CN113656721A (en) * 2021-08-27 2021-11-16 北京奇艺世纪科技有限公司 Page loading method, device and system
CN113807880A (en) * 2021-04-21 2021-12-17 北京沃东天骏信息技术有限公司 Method and device for data monitoring, electronic equipment and storage medium
CN113905033A (en) * 2021-10-25 2022-01-07 北京知道创宇信息技术股份有限公司 Webpage jump processing method and device, storage medium and electronic equipment
CN114205652A (en) * 2020-09-18 2022-03-18 腾讯科技(深圳)有限公司 Media information processing method and device and computer equipment
CN114500059A (en) * 2022-01-28 2022-05-13 杭州盈高科技有限公司 Webpage authentication method and device of terminal equipment, storage medium and processor
CN114745190A (en) * 2022-04-21 2022-07-12 医渡云(北京)技术有限公司 Page processing method and device, storage medium and electronic equipment
US20220286426A1 (en) * 2020-09-24 2022-09-08 Apple Inc. Network address compression for electronic devices
CN114205652B (en) * 2020-09-18 2024-05-31 腾讯科技(深圳)有限公司 Media information processing method and device and computer equipment

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101674374A (en) * 2009-09-02 2010-03-17 优视动景(北京)技术服务有限公司 Webpage content extraction forwarding system for mobile communication terminal and application method thereof
CN101854375A (en) * 2009-03-31 2010-10-06 华为软件技术有限公司 Redirecting method and device
CN102663074A (en) * 2012-03-31 2012-09-12 奇智软件(北京)有限公司 Method and device for connecting link in search result webpage
CN102737051A (en) * 2011-04-12 2012-10-17 贾洪明 Method for acquiring merchandize cashback information
CN102999549A (en) * 2012-09-25 2013-03-27 金博 Method for realizing web crawler tasks
CN103220371A (en) * 2012-01-18 2013-07-24 中国移动通信集团公司 Method and system for conducting content adaptation
CN103631926A (en) * 2012-03-31 2014-03-12 北京奇虎科技有限公司 Method and device for connecting link in search engine results page
US20140259158A1 (en) * 2013-03-11 2014-09-11 Bank Of America Corporation Risk Ranking Referential Links in Electronic Messages
US20140297863A1 (en) * 2013-04-02 2014-10-02 Alibaba Group Holding Limited Managing redirected website login using a short address
CN104392197A (en) * 2014-11-24 2015-03-04 深圳市通用条码技术开发中心 Method for increasing reading rate and encryption of website two-dimensional code tags
CN104468363A (en) * 2013-09-18 2015-03-25 华为终端有限公司 Page redirection method, page redirection system, router equipment and terminal equipment
CN104881603A (en) * 2014-02-27 2015-09-02 腾讯科技(深圳)有限公司 Method and apparatus for detecting webpage redirection vulnerabilities
CN106331771A (en) * 2015-05-29 2017-01-11 北京音图数码科技有限公司 Internet transaction system and advertisement information processing method
CN107025221A (en) * 2016-01-29 2017-08-08 五八同城信息技术有限公司 Two-dimensional code scanning redirects processing method and processing device
CN107181771A (en) * 2016-03-09 2017-09-19 北京优朋普乐科技有限公司 The generation method of Quick Response Code and the response method of two-dimensional code scanning event
CN108389063A (en) * 2018-05-23 2018-08-10 张安斌 A kind of product sale traceability system
CN109450736A (en) * 2018-12-11 2019-03-08 杭州网易再顾科技有限公司 Network interface test method and device, medium and calculating equipment
CN109615048A (en) * 2018-12-21 2019-04-12 北京知道创宇信息技术有限公司 A kind of network address processing method, device, server and user terminal

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854375A (en) * 2009-03-31 2010-10-06 华为软件技术有限公司 Redirecting method and device
CN101674374A (en) * 2009-09-02 2010-03-17 优视动景(北京)技术服务有限公司 Webpage content extraction forwarding system for mobile communication terminal and application method thereof
CN102737051A (en) * 2011-04-12 2012-10-17 贾洪明 Method for acquiring merchandize cashback information
CN103220371A (en) * 2012-01-18 2013-07-24 中国移动通信集团公司 Method and system for conducting content adaptation
CN102663074A (en) * 2012-03-31 2012-09-12 奇智软件(北京)有限公司 Method and device for connecting link in search result webpage
CN103631926A (en) * 2012-03-31 2014-03-12 北京奇虎科技有限公司 Method and device for connecting link in search engine results page
CN102999549A (en) * 2012-09-25 2013-03-27 金博 Method for realizing web crawler tasks
US20140259158A1 (en) * 2013-03-11 2014-09-11 Bank Of America Corporation Risk Ranking Referential Links in Electronic Messages
US20140297863A1 (en) * 2013-04-02 2014-10-02 Alibaba Group Holding Limited Managing redirected website login using a short address
CN104468363A (en) * 2013-09-18 2015-03-25 华为终端有限公司 Page redirection method, page redirection system, router equipment and terminal equipment
CN104881603A (en) * 2014-02-27 2015-09-02 腾讯科技(深圳)有限公司 Method and apparatus for detecting webpage redirection vulnerabilities
CN104392197A (en) * 2014-11-24 2015-03-04 深圳市通用条码技术开发中心 Method for increasing reading rate and encryption of website two-dimensional code tags
CN106331771A (en) * 2015-05-29 2017-01-11 北京音图数码科技有限公司 Internet transaction system and advertisement information processing method
CN107025221A (en) * 2016-01-29 2017-08-08 五八同城信息技术有限公司 Two-dimensional code scanning redirects processing method and processing device
CN107181771A (en) * 2016-03-09 2017-09-19 北京优朋普乐科技有限公司 The generation method of Quick Response Code and the response method of two-dimensional code scanning event
CN108389063A (en) * 2018-05-23 2018-08-10 张安斌 A kind of product sale traceability system
CN109450736A (en) * 2018-12-11 2019-03-08 杭州网易再顾科技有限公司 Network interface test method and device, medium and calculating equipment
CN109615048A (en) * 2018-12-21 2019-04-12 北京知道创宇信息技术有限公司 A kind of network address processing method, device, server and user terminal

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112069427B (en) * 2020-09-09 2023-10-13 北京达佳互联信息技术有限公司 Method, device, equipment and storage medium for generating resource bit links
CN112069427A (en) * 2020-09-09 2020-12-11 北京达佳互联信息技术有限公司 Resource bit link generation method, device, equipment and storage medium
CN114205652B (en) * 2020-09-18 2024-05-31 腾讯科技(深圳)有限公司 Media information processing method and device and computer equipment
CN114205652A (en) * 2020-09-18 2022-03-18 腾讯科技(深圳)有限公司 Media information processing method and device and computer equipment
US20220286426A1 (en) * 2020-09-24 2022-09-08 Apple Inc. Network address compression for electronic devices
US11750557B2 (en) * 2020-09-24 2023-09-05 Apple Inc. Network address compression for electronic devices
CN112347383A (en) * 2020-09-25 2021-02-09 北京淇瑀信息科技有限公司 Sharing link generation method and device and electronic equipment
CN112328564A (en) * 2020-09-25 2021-02-05 北京淇瑀信息科技有限公司 Special resource sharing method and device and electronic equipment
CN112560399A (en) * 2020-12-18 2021-03-26 无线生活(杭州)信息科技有限公司 Page link replacement method and device
CN112711455A (en) * 2020-12-31 2021-04-27 京东数字科技控股股份有限公司 Page interaction method and device, electronic equipment and storage medium
CN112711455B (en) * 2020-12-31 2024-04-16 京东科技控股股份有限公司 Page interaction method and device, electronic equipment and storage medium
CN113095875A (en) * 2021-04-06 2021-07-09 杭州数跑科技有限公司 Message delivery effect statistical method and related device
CN113095875B (en) * 2021-04-06 2024-02-27 杭州数跑科技有限公司 Message delivery effect statistics method and related device
CN113807880A (en) * 2021-04-21 2021-12-17 北京沃东天骏信息技术有限公司 Method and device for data monitoring, electronic equipment and storage medium
CN113486265A (en) * 2021-06-18 2021-10-08 一物一码科技(广州)有限公司 One-code multi-purpose method and device for automatically identifying and skipping based on two-dimensional code
CN113656721B (en) * 2021-08-27 2023-07-25 北京奇艺世纪科技有限公司 Page loading method, device and system
CN113656721A (en) * 2021-08-27 2021-11-16 北京奇艺世纪科技有限公司 Page loading method, device and system
CN113641940A (en) * 2021-10-13 2021-11-12 北京新氧科技有限公司 Page jump method, device, system, equipment and storage medium
CN113905033A (en) * 2021-10-25 2022-01-07 北京知道创宇信息技术股份有限公司 Webpage jump processing method and device, storage medium and electronic equipment
CN114500059A (en) * 2022-01-28 2022-05-13 杭州盈高科技有限公司 Webpage authentication method and device of terminal equipment, storage medium and processor
CN114500059B (en) * 2022-01-28 2024-01-02 杭州盈高科技有限公司 Webpage authentication method and device of terminal equipment, storage medium and processor
CN114745190A (en) * 2022-04-21 2022-07-12 医渡云(北京)技术有限公司 Page processing method and device, storage medium and electronic equipment
CN114745190B (en) * 2022-04-21 2024-01-16 医渡云(北京)技术有限公司 Page processing method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN110750741B (en) 2022-12-13

Similar Documents

Publication Publication Date Title
CN110750741B (en) Webpage link skipping processing method, computer device and storage medium
CN111427766B (en) Request processing method and device and proxy server
CN101571876B (en) Script program operation logic expansion method, server and client
CN110020329B (en) Method, device and system for generating webpage
WO2015106692A1 (en) Webpage pushing method, client, server, and system
CN103973635B (en) Page access control method and relevant apparatus and system
CN109992406B (en) Picture request method, picture request response method and client
CN113312032B (en) Front-end project resource updating method and device, electronic equipment and storage medium
CN104980512A (en) Method and equipment for providing target object based on mobile application
CN107197359A (en) Video file caching method and device
CN107105336A (en) Data processing method and data processing equipment
US20200204688A1 (en) Picture book sharing method and apparatus and system using the same
CN102904765A (en) Method and equipment for data reporting
CN104811485A (en) Resource sharing method
CN103559194A (en) Searching method, server and system
CN112328564A (en) Special resource sharing method and device and electronic equipment
US20140074814A1 (en) Method and apparatus for switching search engine to repeat search
CN112347383A (en) Sharing link generation method and device and electronic equipment
CN111901383A (en) Data request processing method and device, computer equipment and storage medium
CN111797334A (en) Website access method and device, electronic equipment and storage medium
CN111324832A (en) Method, system, device and medium for accessing website through short network address
CN107977381B (en) Data configuration method, index management method, related device and computing equipment
JP2020004380A (en) Wearable device, information processing method, device and system
CN111444448B (en) Data processing method, server and system
CN103559195A (en) Searching method and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant